diff --git a/README.md b/README.md index 29b9aeb..193d7e3 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,41 @@ west flash --runner pyocd # had to su root first to run this (after running nix # MCUBoot cd ~/utat-dev/zephyrproject -west build -p always -b nucleo_g431rb bootloader/mcuboot/boot/zephyr -d build/mcuboot -- -DEXTRA_CONF_FILE=mcuboot-nucleo-g431rb.conf +# Configure the DTS for partition sizes: https://docs.zephyrproject.org/latest/build/dts/intro-scope-purpose.html +# https://docs.zephyrproject.org/latest/build/dts/api/bindings/mtd/fixed-partitions.html +nvim "zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts" + +# Create a private key: https://docs.mcuboot.com/readme-zephyr.html +./scripts/imgtool.py keygen -k mykey.pem -t rsa-2048 + +# Create its public key +openssl rsa -in mykey.pem -pubout > pubkey.pem + +# Set up signing: https://docs.mcuboot.com/readme-zephyr.html +# ./bootloader/mcuboot/samples/zephyr/Makefile +python scripts/imgtool.py sign \ + --key mykey.pem \ + --header-size 0x200 \ + --align 8 \ + --version 1.2 \ + --slot-size 0x8000 \ + ./ + + +# Add the key file path to the KConfig https://docs.zephyrproject.org/latest/build/kconfig/setting.html +echo " + +# Set the key file +CONFIG_BOOT_SIGNATURE_KEY_FILE=pubkey.pem" >> "./zephyr/boards/st/nucleo_g431rb/nucleo_g431rb_defconfig" + + + +west build -p always -b nucleo_g431rb bootloader/mcuboot/boot/zephyr -d build/mcuboot -- -DEXTRA_CONF_FILE=mcuboot-nucleo-g431rb.conf west flash -d build/mcuboot --runner pyocd # (as root, with nix develop) cd zephyr # Package 1 -west build -p always -b nucleo_g431rb samples/basic/blinky -d build/app -- -DCONFIG_BOOTLOADER_MCUBOOT=y -DCONFIG_MCUBOOT_GENERATE_UNSIGNED_IMAGE=y +west build -p always -b nucleo_g431rb samples/basic/blinky -d build/app -- -DCONFIG_BOOTLOADER_MCUBOOT=y -DCONFIG_MCUBOOT_GENERATE_UNSIGNED_IMAGE=y west flash -d build/app --runner pyocd # (as root, with nix develop) # Package 2 diff --git a/zephyrproject/build/mcuboot/CMakeCache.txt b/zephyrproject/build/mcuboot/CMakeCache.txt index 507b439..ca4a674 100644 --- a/zephyrproject/build/mcuboot/CMakeCache.txt +++ b/zephyrproject/build/mcuboot/CMakeCache.txt @@ -32,15 +32,6 @@ BOARD_DIR:PATH=/home/jeremy/utat-dev/zephyrproject/zephyr/boards/st/nucleo_g431r //Path to a program. BOSSAC:FILEPATH=/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/bossac -//Kernel binary file -BYPRODUCT_KERNEL_BIN_NAME:FILEPATH=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/zephyr.bin - -//Kernel elf file -BYPRODUCT_KERNEL_ELF_NAME:FILEPATH=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/zephyr.elf - -//Kernel hex file -BYPRODUCT_KERNEL_HEX_NAME:FILEPATH=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/zephyr.hex - //Selected board CACHED_BOARD:STRING=nucleo_g431rb @@ -54,123 +45,7 @@ CACHED_SNIPPET:STRING= CCACHE_FOUND:FILEPATH=CCACHE_FOUND-NOTFOUND //Path to a program. -CCACHE_PROGRAM:FILEPATH=CCACHE_PROGRAM-NOTFOUND - -//Path to a program. -CMAKE_ADDR2LINE:FILEPATH=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-addr2line - -//Path to a program. -CMAKE_AR:FILEPATH=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar - -//Path to a program. -CMAKE_AS:FILEPATH=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-as - -//ASM compiler -CMAKE_ASM_COMPILER:FILEPATH=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc - -//A wrapper around 'ar' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_ASM_COMPILER_AR:FILEPATH=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ar - -//A wrapper around 'ranlib' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_ASM_COMPILER_RANLIB:FILEPATH=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ranlib - -//Flags used by the ASM compiler during all build types. -CMAKE_ASM_FLAGS:STRING= - -//Flags used by the ASM compiler during DEBUG builds. -CMAKE_ASM_FLAGS_DEBUG:STRING=-g - -//Flags used by the ASM compiler during MINSIZEREL builds. -CMAKE_ASM_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG - -//Flags used by the ASM compiler during RELEASE builds. -CMAKE_ASM_FLAGS_RELEASE:STRING=-O3 -DNDEBUG - -//Flags used by the ASM compiler during RELWITHDEBINFO builds. -CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG - -//Choose the type of build, options are: None Debug Release RelWithDebInfo -// MinSizeRel ... -CMAKE_BUILD_TYPE:STRING= - -//CXX compiler -CMAKE_CXX_COMPILER:STRING=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++ - -//A wrapper around 'ar' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_CXX_COMPILER_AR:FILEPATH=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ar - -//A wrapper around 'ranlib' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ranlib - -//Flags used by the CXX compiler during all build types. -CMAKE_CXX_FLAGS:STRING= - -//Flags used by the CXX compiler during DEBUG builds. -CMAKE_CXX_FLAGS_DEBUG:STRING=-g - -//Flags used by the CXX compiler during MINSIZEREL builds. -CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG - -//Flags used by the CXX compiler during RELEASE builds. -CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG - -//Flags used by the CXX compiler during RELWITHDEBINFO builds. -CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG - -//C compiler -CMAKE_C_COMPILER:STRING=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc - -//A wrapper around 'ar' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_C_COMPILER_AR:FILEPATH=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ar - -//A wrapper around 'ranlib' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_C_COMPILER_RANLIB:FILEPATH=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ranlib - -//Flags used by the C compiler during all build types. -CMAKE_C_FLAGS:STRING= - -//Flags used by the C compiler during DEBUG builds. -CMAKE_C_FLAGS_DEBUG:STRING=-g - -//Flags used by the C compiler during MINSIZEREL builds. -CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG - -//Flags used by the C compiler during RELEASE builds. -CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG - -//Flags used by the C compiler during RELWITHDEBINFO builds. -CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG - -//Path to a program. -CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND - -//Flags used by the linker during all build types. -CMAKE_EXE_LINKER_FLAGS:STRING= - -//Flags used by the linker during DEBUG builds. -CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during MINSIZEREL builds. -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during RELEASE builds. -CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during RELWITHDEBINFO builds. -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Enable/Disable output of build database during the build. -CMAKE_EXPORT_BUILD_DATABASE:BOOL= - -//Export CMake compile commands. Used by gen_app_partitions.py -// script -CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE +CMAKE_C_COMPILER:FILEPATH=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc //Value Computed by CMake. CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/pkgRedirects @@ -178,136 +53,6 @@ CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/jeremy/utat-dev/zephyrproject/buil //Path to a program. CMAKE_GCOV:FILEPATH=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcov -//Path to a program. -CMAKE_GDB:FILEPATH=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gdb-py - -//Install path prefix, prepended onto install directories. -CMAKE_INSTALL_PREFIX:PATH=/usr/local - -//Program used to build from build.ninja files. -CMAKE_MAKE_PROGRAM:FILEPATH=/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/ninja - -//Flags used by the linker during the creation of modules during -// all build types. -CMAKE_MODULE_LINKER_FLAGS:STRING= - -//Flags used by the linker during the creation of modules during -// DEBUG builds. -CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during the creation of modules during -// MINSIZEREL builds. -CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during the creation of modules during -// RELEASE builds. -CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during the creation of modules during -// RELWITHDEBINFO builds. -CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Path to a program. -CMAKE_NM:FILEPATH=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-nm - -//Path to a program. -CMAKE_OBJCOPY:FILEPATH=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objcopy - -//Path to a program. -CMAKE_OBJDUMP:FILEPATH=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump - -//Value Computed by CMake -CMAKE_PROJECT_COMPAT_VERSION:STATIC= - -//Value Computed by CMake -CMAKE_PROJECT_DESCRIPTION:STATIC= - -//Value Computed by CMake -CMAKE_PROJECT_HOMEPAGE_URL:STATIC= - -//Value Computed by CMake -CMAKE_PROJECT_NAME:STATIC=MCUboot - -//Value Computed by CMake -CMAKE_PROJECT_VERSION:STATIC=4.4.99 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_MAJOR:STATIC=4 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_MINOR:STATIC=4 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_PATCH:STATIC=99 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_TWEAK:STATIC= - -//Path to a program. -CMAKE_RANLIB:FILEPATH=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib - -//Path to a program. -CMAKE_READELF:FILEPATH=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-readelf - -//Flags used by the linker during the creation of shared libraries -// during all build types. -CMAKE_SHARED_LINKER_FLAGS:STRING= - -//Flags used by the linker during the creation of shared libraries -// during DEBUG builds. -CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during the creation of shared libraries -// during MINSIZEREL builds. -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during the creation of shared libraries -// during RELEASE builds. -CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during the creation of shared libraries -// during RELWITHDEBINFO builds. -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//If set, runtime paths are not added when installing shared libraries, -// but are added when building. -CMAKE_SKIP_INSTALL_RPATH:BOOL=NO - -//If set, runtime paths are not added when using shared libraries. -CMAKE_SKIP_RPATH:BOOL=NO - -//Flags used by the archiver during the creation of static libraries -// during all build types. -CMAKE_STATIC_LINKER_FLAGS:STRING= - -//Flags used by the archiver during the creation of static libraries -// during DEBUG builds. -CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the archiver during the creation of static libraries -// during MINSIZEREL builds. -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the archiver during the creation of static libraries -// during RELEASE builds. -CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the archiver during the creation of static libraries -// during RELWITHDEBINFO builds. -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Path to a program. -CMAKE_STRIP:FILEPATH=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-strip - -//Path to a program. -CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND - -//If this value is on, makefiles will be generated without the -// .SILENT directive, and all commands will be echoed to the console -// during the make. This is useful for debugging only. With Visual -// Studio IDE projects all commands are done without /nologo. -CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE - //If desired, you can build the application usingthe configuration // settings specified in an alternate .conf file using this parameter. // These settings will override the settings in the application’s @@ -330,54 +75,18 @@ DTC_OVERLAY_FILE:STRING=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/b //No help, variable specified on the command line. EXTRA_CONF_FILE:UNINITIALIZED=mcuboot-nucleo-g431rb.conf -//Path to a program. -GEN_KOBJECT_LIST:FILEPATH=/home/jeremy/utat-dev/zephyrproject/zephyr/scripts/build/gen_kobject_list.py - -//Linker BFD compatibility (compiler reported) -GNULD_LINKER_IS_BFD:BOOL=ON - -//GNU ld version -GNULD_VERSION_STRING:STRING=2.43.1 - //Path to a program. GPERF:FILEPATH=GPERF-NOTFOUND //Path to a program. IMGTOOL:FILEPATH=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/scripts/imgtool.py -//Value Computed by CMake -MCUboot_BINARY_DIR:STATIC=/home/jeremy/utat-dev/zephyrproject/build/mcuboot - -//Value Computed by CMake -MCUboot_IS_TOP_LEVEL:STATIC=ON - -//Value Computed by CMake -MCUboot_SOURCE_DIR:STATIC=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr - //Path to a program. OPENOCD:FILEPATH=/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/openocd -//Path to a program. -PAHOLE:FILEPATH=PAHOLE-NOTFOUND - //Path to a program. PTY_INTERFACE:FILEPATH=PTY_INTERFACE-NOTFOUND -//Path to a program. -PUNCOVER:FILEPATH=PUNCOVER-NOTFOUND - -//Value Computed by CMake -Picolibc_BINARY_DIR:STATIC=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/picolibc - -//Value Computed by CMake -Picolibc_IS_TOP_LEVEL:STATIC=OFF - -//Value Computed by CMake -Picolibc_SOURCE_DIR:STATIC=/home/jeremy/utat-dev/zephyrproject/modules/lib/picolibc - -//Path to the SoC directory. -SOC_FULL_DIR:PATH=/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 - //True if toolchain supports libstdc++ TOOLCHAIN_HAS_GLIBCXX:BOOL=ON @@ -399,21 +108,9 @@ WEST_PYTHON:UNINITIALIZED=/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3. //Zephyr base ZEPHYR_BASE:PATH=/home/jeremy/utat-dev/zephyrproject/zephyr -//Path to Zephyr git repository index file -ZEPHYR_GIT_INDEX:PATH=/home/jeremy/utat-dev/zephyrproject/zephyr/.git/index - //Zephyr toolchain variant ZEPHYR_TOOLCHAIN_VARIANT:STRING=zephyr -//Value Computed by CMake -Zephyr-Kernel_BINARY_DIR:STATIC=/home/jeremy/utat-dev/zephyrproject/build/mcuboot - -//Value Computed by CMake -Zephyr-Kernel_IS_TOP_LEVEL:STATIC=ON - -//Value Computed by CMake -Zephyr-Kernel_SOURCE_DIR:STATIC=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr - //The directory containing a CMake configuration file for Zephyr-sdk. Zephyr-sdk_DIR:PATH=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/cmake @@ -435,27 +132,6 @@ Zephyr_DIR:PATH=/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/ BOARD_DIRECTORIES:INTERNAL=/home/jeremy/utat-dev/zephyrproject/zephyr/boards/st/nucleo_g431rb //DT bindings root directories CACHED_DTS_ROOT_BINDINGS:INTERNAL=/home/jeremy/utat-dev/zephyrproject/zephyr/dts/bindings -//ADVANCED property for variable: CMAKE_ADDR2LINE -CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_AR -CMAKE_AR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_ASM_COMPILER -CMAKE_ASM_COMPILER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_ASM_COMPILER_AR -CMAKE_ASM_COMPILER_AR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_ASM_COMPILER_RANLIB -CMAKE_ASM_COMPILER_RANLIB-ADVANCED:INTERNAL=1 -CMAKE_ASM_COMPILER_WORKS:INTERNAL=1 -//ADVANCED property for variable: CMAKE_ASM_FLAGS -CMAKE_ASM_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_ASM_FLAGS_DEBUG -CMAKE_ASM_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_ASM_FLAGS_MINSIZEREL -CMAKE_ASM_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELEASE -CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO -CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=/home/jeremy/utat-dev/zephyrproject/build/mcuboot //Major version of cmake used to create the current loaded cache @@ -470,54 +146,6 @@ CMAKE_COMMAND:INTERNAL=/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/b CMAKE_CPACK_COMMAND:INTERNAL=/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cpack //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/ctest -//ADVANCED property for variable: CMAKE_CXX_COMPILER -CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR -CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB -CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS -CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG -CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL -CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE -CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO -CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_COMPILER -CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_COMPILER_AR -CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB -CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS -CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG -CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL -CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE -CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO -CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_DLLTOOL -CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 -//Executable file format -CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS -CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG -CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE -CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXPORT_BUILD_DATABASE -CMAKE_EXPORT_BUILD_DATABASE-ADVANCED:INTERNAL=1 //Name of external makefile project generator. CMAKE_EXTRA_GENERATOR:INTERNAL= //Name of generator. @@ -533,80 +161,18 @@ CMAKE_GENERATOR_TOOLSET:INTERNAL= CMAKE_HOME_DIRECTORY:INTERNAL=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr //Name of CMakeLists files to read CMAKE_LIST_FILE_NAME:INTERNAL=CMakeLists.txt -//ADVANCED property for variable: CMAKE_MAKE_PROGRAM -CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS -CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG -CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL -CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE -CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_NM -CMAKE_NM-ADVANCED:INTERNAL=1 //number of local generators -CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=148 -//ADVANCED property for variable: CMAKE_OBJCOPY -CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_OBJDUMP -CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 -//Platform information initialized -CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_RANLIB -CMAKE_RANLIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_READELF -CMAKE_READELF-ADVANCED:INTERNAL=1 +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS -CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG -CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE -CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH -CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SKIP_RPATH -CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS -CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG -CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE -CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STRIP -CMAKE_STRIP-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_TAPI -CMAKE_TAPI-ADVANCED:INTERNAL=1 -//uname command -CMAKE_UNAME:INTERNAL=/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/uname -//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE -CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //Details about finding Dtc FIND_PACKAGE_MESSAGE_DETAILS_Dtc:INTERNAL=[/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/dtc][v1.7.0(1.4.6)] -//Details about finding GnuLd -FIND_PACKAGE_MESSAGE_DETAILS_GnuLd:INTERNAL=[/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd][v2.43.1()] //Details about finding Python3 FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13][found components: Interpreter ][v3.13.12(3.12)] //Zephyr hardware model version HWM:INTERNAL=v2 //Zephyr hardware model HWMv2:INTERNAL=True -KERNEL_META_PATH:INTERNAL=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/zephyr.meta -//List of SoC directories for SoC (stm32g431xx) -SOC_DIRECTORIES:INTERNAL=/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -SOC_LINKER_SCRIPT:INTERNAL=/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_m/scripts/linker.ld //West WEST:INTERNAL=/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13;-m;west //Cached environment variable ZEPHYR_SDK_INSTALL_DIR diff --git a/zephyrproject/build/mcuboot/CMakeFiles/4.1.2/CMakeASMCompiler.cmake b/zephyrproject/build/mcuboot/CMakeFiles/4.1.2/CMakeASMCompiler.cmake deleted file mode 100644 index e7a963f..0000000 --- a/zephyrproject/build/mcuboot/CMakeFiles/4.1.2/CMakeASMCompiler.cmake +++ /dev/null @@ -1,30 +0,0 @@ -set(CMAKE_ASM_COMPILER "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc") -set(CMAKE_ASM_COMPILER_ARG1 "") -set(CMAKE_AR "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar") -set(CMAKE_ASM_COMPILER_AR "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ar") -set(CMAKE_RANLIB "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib") -set(CMAKE_ASM_COMPILER_RANLIB "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ranlib") -set(CMAKE_LINKER "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd") -set(CMAKE_LINKER_LINK "") -set(CMAKE_LINKER_LLD "") -set(CMAKE_ASM_COMPILER_LINKER "") -set(CMAKE_ASM_COMPILER_LINKER_ID "") -set(CMAKE_ASM_COMPILER_LINKER_VERSION ) -set(CMAKE_ASM_COMPILER_LINKER_FRONTEND_VARIANT ) -set(CMAKE_MT "") -set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") -set(CMAKE_ASM_COMPILER_LOADED 1) -set(CMAKE_ASM_COMPILER_ID "GNU") -set(CMAKE_ASM_COMPILER_VERSION "") -set(CMAKE_ASM_COMPILER_ENV_VAR "ASM") - -set(CMAKE_ASM_COMPILER_ARCHITECTURE_ID "") - - -set(CMAKE_ASM_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) -set(CMAKE_ASM_LINKER_PREFERENCE 0) -set(CMAKE_ASM_LINKER_DEPFILE_SUPPORTED ) -set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED ) -set(CMAKE_ASM_LINKER_PUSHPOP_STATE_SUPPORTED ) - - diff --git a/zephyrproject/build/mcuboot/CMakeFiles/4.1.2/CMakeCCompiler.cmake b/zephyrproject/build/mcuboot/CMakeFiles/4.1.2/CMakeCCompiler.cmake deleted file mode 100644 index 07b596b..0000000 --- a/zephyrproject/build/mcuboot/CMakeFiles/4.1.2/CMakeCCompiler.cmake +++ /dev/null @@ -1,84 +0,0 @@ -set(CMAKE_C_COMPILER "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc") -set(CMAKE_C_COMPILER_ARG1 "") -set(CMAKE_C_COMPILER_ID "GNU") -set(CMAKE_C_COMPILER_VERSION "14.3.0") -set(CMAKE_C_COMPILER_VERSION_INTERNAL "") -set(CMAKE_C_COMPILER_WRAPPER "") -set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") -set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") -set(CMAKE_C_STANDARD_LATEST "23") -set(CMAKE_C_COMPILE_FEATURES "") -set(CMAKE_C90_COMPILE_FEATURES "") -set(CMAKE_C99_COMPILE_FEATURES "") -set(CMAKE_C11_COMPILE_FEATURES "") -set(CMAKE_C17_COMPILE_FEATURES "") -set(CMAKE_C23_COMPILE_FEATURES "") - -set(CMAKE_C_PLATFORM_ID "") -set(CMAKE_C_SIMULATE_ID "") -set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") -set(CMAKE_C_COMPILER_APPLE_SYSROOT "") -set(CMAKE_C_SIMULATE_VERSION "") -set(CMAKE_C_COMPILER_ARCHITECTURE_ID "") - - - -set(CMAKE_AR "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar") -set(CMAKE_C_COMPILER_AR "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ar") -set(CMAKE_RANLIB "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib") -set(CMAKE_C_COMPILER_RANLIB "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ranlib") -set(CMAKE_LINKER "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd") -set(CMAKE_LINKER_LINK "") -set(CMAKE_LINKER_LLD "") -set(CMAKE_C_COMPILER_LINKER "") -set(CMAKE_C_COMPILER_LINKER_ID "") -set(CMAKE_C_COMPILER_LINKER_VERSION ) -set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT ) -set(CMAKE_MT "") -set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") -set(CMAKE_COMPILER_IS_GNUCC 1) -set(CMAKE_C_COMPILER_LOADED 1) -set(CMAKE_C_COMPILER_WORKS TRUE) -set(CMAKE_C_ABI_COMPILED ) - -set(CMAKE_C_COMPILER_ENV_VAR "CC") - -set(CMAKE_C_COMPILER_ID_RUN 1) -set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) -set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) -set(CMAKE_C_LINKER_PREFERENCE 10) -set(CMAKE_C_LINKER_DEPFILE_SUPPORTED ) -set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED ) -set(CMAKE_C_LINKER_PUSHPOP_STATE_SUPPORTED ) - -# Save compiler ABI information. -set(CMAKE_C_SIZEOF_DATA_PTR "") -set(CMAKE_C_COMPILER_ABI "") -set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") -set(CMAKE_C_LIBRARY_ARCHITECTURE "") - -if(CMAKE_C_SIZEOF_DATA_PTR) - set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") -endif() - -if(CMAKE_C_COMPILER_ABI) - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") -endif() - -if(CMAKE_C_LIBRARY_ARCHITECTURE) - set(CMAKE_LIBRARY_ARCHITECTURE "") -endif() - -set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") -if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) - set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") -endif() - - - - - -set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "") -set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "") -set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "") -set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/zephyrproject/build/mcuboot/CMakeFiles/4.1.2/CMakeCXXCompiler.cmake b/zephyrproject/build/mcuboot/CMakeFiles/4.1.2/CMakeCXXCompiler.cmake deleted file mode 100644 index c8f883e..0000000 --- a/zephyrproject/build/mcuboot/CMakeFiles/4.1.2/CMakeCXXCompiler.cmake +++ /dev/null @@ -1,100 +0,0 @@ -set(CMAKE_CXX_COMPILER "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++") -set(CMAKE_CXX_COMPILER_ARG1 "") -set(CMAKE_CXX_COMPILER_ID "GNU") -set(CMAKE_CXX_COMPILER_VERSION "14.3.0") -set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") -set(CMAKE_CXX_COMPILER_WRAPPER "") -set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") -set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") -set(CMAKE_CXX_STANDARD_LATEST "26") -set(CMAKE_CXX_COMPILE_FEATURES "") -set(CMAKE_CXX98_COMPILE_FEATURES "") -set(CMAKE_CXX11_COMPILE_FEATURES "") -set(CMAKE_CXX14_COMPILE_FEATURES "") -set(CMAKE_CXX17_COMPILE_FEATURES "") -set(CMAKE_CXX20_COMPILE_FEATURES "") -set(CMAKE_CXX23_COMPILE_FEATURES "") -set(CMAKE_CXX26_COMPILE_FEATURES "") - -set(CMAKE_CXX_PLATFORM_ID "") -set(CMAKE_CXX_SIMULATE_ID "") -set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") -set(CMAKE_CXX_COMPILER_APPLE_SYSROOT "") -set(CMAKE_CXX_SIMULATE_VERSION "") -set(CMAKE_CXX_COMPILER_ARCHITECTURE_ID "") - - - -set(CMAKE_AR "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar") -set(CMAKE_CXX_COMPILER_AR "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ar") -set(CMAKE_RANLIB "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib") -set(CMAKE_CXX_COMPILER_RANLIB "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ranlib") -set(CMAKE_LINKER "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd") -set(CMAKE_LINKER_LINK "") -set(CMAKE_LINKER_LLD "") -set(CMAKE_CXX_COMPILER_LINKER "") -set(CMAKE_CXX_COMPILER_LINKER_ID "") -set(CMAKE_CXX_COMPILER_LINKER_VERSION ) -set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT ) -set(CMAKE_MT "") -set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") -set(CMAKE_COMPILER_IS_GNUCXX 1) -set(CMAKE_CXX_COMPILER_LOADED 1) -set(CMAKE_CXX_COMPILER_WORKS TRUE) -set(CMAKE_CXX_ABI_COMPILED ) - -set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") - -set(CMAKE_CXX_COMPILER_ID_RUN 1) -set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) -set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) - -foreach (lang IN ITEMS C OBJC OBJCXX) - if (CMAKE_${lang}_COMPILER_ID_RUN) - foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) - list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) - endforeach() - endif() -endforeach() - -set(CMAKE_CXX_LINKER_PREFERENCE 30) -set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) -set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED ) -set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED ) -set(CMAKE_CXX_LINKER_PUSHPOP_STATE_SUPPORTED ) - -# Save compiler ABI information. -set(CMAKE_CXX_SIZEOF_DATA_PTR "") -set(CMAKE_CXX_COMPILER_ABI "") -set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") -set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") - -if(CMAKE_CXX_SIZEOF_DATA_PTR) - set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") -endif() - -if(CMAKE_CXX_COMPILER_ABI) - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") -endif() - -if(CMAKE_CXX_LIBRARY_ARCHITECTURE) - set(CMAKE_LIBRARY_ARCHITECTURE "") -endif() - -set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") -if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) - set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") -endif() - - - - - -set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "") -set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "") -set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "") -set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") -set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") - -set(CMAKE_CXX_COMPILER_IMPORT_STD "") - diff --git a/zephyrproject/build/mcuboot/CMakeFiles/4.1.2/CMakeSystem.cmake b/zephyrproject/build/mcuboot/CMakeFiles/4.1.2/CMakeSystem.cmake deleted file mode 100644 index 6d0b1dc..0000000 --- a/zephyrproject/build/mcuboot/CMakeFiles/4.1.2/CMakeSystem.cmake +++ /dev/null @@ -1,15 +0,0 @@ -set(CMAKE_HOST_SYSTEM "Linux-6.12.87") -set(CMAKE_HOST_SYSTEM_NAME "Linux") -set(CMAKE_HOST_SYSTEM_VERSION "6.12.87") -set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") - - - -set(CMAKE_SYSTEM "Generic-4.4.99") -set(CMAKE_SYSTEM_NAME "Generic") -set(CMAKE_SYSTEM_VERSION "4.4.99") -set(CMAKE_SYSTEM_PROCESSOR "arm") - -set(CMAKE_CROSSCOMPILING "TRUE") - -set(CMAKE_SYSTEM_LOADED 1) diff --git a/zephyrproject/build/mcuboot/CMakeFiles/4.1.2/CompilerIdC/CMakeCCompilerId.c b/zephyrproject/build/mcuboot/CMakeFiles/4.1.2/CompilerIdC/CMakeCCompilerId.c deleted file mode 100644 index ab3c359..0000000 --- a/zephyrproject/build/mcuboot/CMakeFiles/4.1.2/CompilerIdC/CMakeCCompilerId.c +++ /dev/null @@ -1,934 +0,0 @@ -#ifdef __cplusplus -# error "A C++ compiler has been selected for C." -#endif - -#if defined(__18CXX) -# define ID_VOID_MAIN -#endif -#if defined(__CLASSIC_C__) -/* cv-qualifiers did not exist in K&R C */ -# define const -# define volatile -#endif - -#if !defined(__has_include) -/* If the compiler does not have __has_include, pretend the answer is - always no. */ -# define __has_include(x) 0 -#endif - - -/* Version number components: V=Version, R=Revision, P=Patch - Version date components: YYYY=Year, MM=Month, DD=Day */ - -#if defined(__INTEL_COMPILER) || defined(__ICC) -# define COMPILER_ID "Intel" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# if defined(__GNUC__) -# define SIMULATE_ID "GNU" -# endif - /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, - except that a few beta releases use the old format with V=2021. */ -# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) -# if defined(__INTEL_COMPILER_UPDATE) -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) -# else -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) -# endif -# else -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) - /* The third version component from --version is an update index, - but no macro is provided for it. */ -# define COMPILER_VERSION_PATCH DEC(0) -# endif -# if defined(__INTEL_COMPILER_BUILD_DATE) - /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ -# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) -# endif -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# if defined(__GNUC__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -# elif defined(__GNUG__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) -# endif -# if defined(__GNUC_MINOR__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) -# define COMPILER_ID "IntelLLVM" -#if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -#endif -#if defined(__GNUC__) -# define SIMULATE_ID "GNU" -#endif -/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and - * later. Look for 6 digit vs. 8 digit version number to decide encoding. - * VVVV is no smaller than the current year when a version is released. - */ -#if __INTEL_LLVM_COMPILER < 1000000L -# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) -#else -# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) -# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) -#endif -#if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -#endif -#if defined(__GNUC__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -#elif defined(__GNUG__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) -#endif -#if defined(__GNUC_MINOR__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -#endif -#if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -#endif - -#elif defined(__PATHCC__) -# define COMPILER_ID "PathScale" -# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) -# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) -# if defined(__PATHCC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) -# endif - -#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) -# define COMPILER_ID "Embarcadero" -# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) -# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) - -#elif defined(__BORLANDC__) -# define COMPILER_ID "Borland" - /* __BORLANDC__ = 0xVRR */ -# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) -# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) - -#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 -# define COMPILER_ID "Watcom" - /* __WATCOMC__ = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__WATCOMC__) -# define COMPILER_ID "OpenWatcom" - /* __WATCOMC__ = VVRP + 1100 */ -# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__SUNPRO_C) -# define COMPILER_ID "SunPro" -# if __SUNPRO_C >= 0x5100 - /* __SUNPRO_C = 0xVRRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) -# else - /* __SUNPRO_CC = 0xVRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) -# endif - -#elif defined(__HP_cc) -# define COMPILER_ID "HP" - /* __HP_cc = VVRRPP */ -# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) -# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) - -#elif defined(__DECC) -# define COMPILER_ID "Compaq" - /* __DECC_VER = VVRRTPPPP */ -# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) -# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) -# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) - -#elif defined(__IBMC__) && defined(__COMPILER_VER__) -# define COMPILER_ID "zOS" - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) - -#elif defined(__open_xl__) && defined(__clang__) -# define COMPILER_ID "IBMClang" -# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) -# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) -# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) -# define COMPILER_VERSION_INTERNAL_STR __clang_version__ - - -#elif defined(__ibmxl__) && defined(__clang__) -# define COMPILER_ID "XLClang" -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) - - -#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 -# define COMPILER_ID "XL" - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) - -#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 -# define COMPILER_ID "VisualAge" - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) - -#elif defined(__NVCOMPILER) -# define COMPILER_ID "NVHPC" -# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) -# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) -# if defined(__NVCOMPILER_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) -# endif - -#elif defined(__PGI) -# define COMPILER_ID "PGI" -# define COMPILER_VERSION_MAJOR DEC(__PGIC__) -# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) -# if defined(__PGIC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) -# endif - -#elif defined(__clang__) && defined(__cray__) -# define COMPILER_ID "CrayClang" -# define COMPILER_VERSION_MAJOR DEC(__cray_major__) -# define COMPILER_VERSION_MINOR DEC(__cray_minor__) -# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) -# define COMPILER_VERSION_INTERNAL_STR __clang_version__ - - -#elif defined(_CRAYC) -# define COMPILER_ID "Cray" -# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) -# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) - -#elif defined(__TI_COMPILER_VERSION__) -# define COMPILER_ID "TI" - /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ -# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) -# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) -# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) - -#elif defined(__CLANG_FUJITSU) -# define COMPILER_ID "FujitsuClang" -# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) -# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) -# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) -# define COMPILER_VERSION_INTERNAL_STR __clang_version__ - - -#elif defined(__FUJITSU) -# define COMPILER_ID "Fujitsu" -# if defined(__FCC_version__) -# define COMPILER_VERSION __FCC_version__ -# elif defined(__FCC_major__) -# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) -# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) -# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) -# endif -# if defined(__fcc_version) -# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) -# elif defined(__FCC_VERSION) -# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) -# endif - - -#elif defined(__ghs__) -# define COMPILER_ID "GHS" -/* __GHS_VERSION_NUMBER = VVVVRP */ -# ifdef __GHS_VERSION_NUMBER -# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) -# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) -# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) -# endif - -#elif defined(__TASKING__) -# define COMPILER_ID "Tasking" - # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) - # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) -# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) - -#elif defined(__ORANGEC__) -# define COMPILER_ID "OrangeC" -# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) -# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) -# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) - -#elif defined(__RENESAS__) -# define COMPILER_ID "Renesas" -/* __RENESAS_VERSION__ = 0xVVRRPP00 */ -# define COMPILER_VERSION_MAJOR HEX(__RENESAS_VERSION__ >> 24 & 0xFF) -# define COMPILER_VERSION_MINOR HEX(__RENESAS_VERSION__ >> 16 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__RENESAS_VERSION__ >> 8 & 0xFF) - -#elif defined(__TINYC__) -# define COMPILER_ID "TinyCC" - -#elif defined(__BCC__) -# define COMPILER_ID "Bruce" - -#elif defined(__SCO_VERSION__) -# define COMPILER_ID "SCO" - -#elif defined(__ARMCC_VERSION) && !defined(__clang__) -# define COMPILER_ID "ARMCC" -#if __ARMCC_VERSION >= 1000000 - /* __ARMCC_VERSION = VRRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#else - /* __ARMCC_VERSION = VRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#endif - - -#elif defined(__clang__) && defined(__apple_build_version__) -# define COMPILER_ID "AppleClang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) - -#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) -# define COMPILER_ID "ARMClang" - # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) -# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) - -#elif defined(__clang__) && defined(__ti__) -# define COMPILER_ID "TIClang" - # define COMPILER_VERSION_MAJOR DEC(__ti_major__) - # define COMPILER_VERSION_MINOR DEC(__ti_minor__) - # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) -# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) - -#elif defined(__clang__) -# define COMPILER_ID "Clang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) -# define COMPILER_ID "LCC" -# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) -# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) -# if defined(__LCC_MINOR__) -# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) -# endif -# if defined(__GNUC__) && defined(__GNUC_MINOR__) -# define SIMULATE_ID "GNU" -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -# if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif -# endif - -#elif defined(__GNUC__) -# define COMPILER_ID "GNU" -# define COMPILER_VERSION_MAJOR DEC(__GNUC__) -# if defined(__GNUC_MINOR__) -# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif defined(_MSC_VER) -# define COMPILER_ID "MSVC" - /* _MSC_VER = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) -# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) -# if defined(_MSC_FULL_VER) -# if _MSC_VER >= 1400 - /* _MSC_FULL_VER = VVRRPPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) -# else - /* _MSC_FULL_VER = VVRRPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) -# endif -# endif -# if defined(_MSC_BUILD) -# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) -# endif - -#elif defined(_ADI_COMPILER) -# define COMPILER_ID "ADSP" -#if defined(__VERSIONNUM__) - /* __VERSIONNUM__ = 0xVVRRPPTT */ -# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) -# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) -# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) -# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) -#endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# define COMPILER_ID "IAR" -# if defined(__VER__) && defined(__ICCARM__) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) -# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) -# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) -# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) -# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# endif - -#elif defined(__DCC__) && defined(_DIAB_TOOL) -# define COMPILER_ID "Diab" - # define COMPILER_VERSION_MAJOR DEC(__VERSION_MAJOR_NUMBER__) - # define COMPILER_VERSION_MINOR DEC(__VERSION_MINOR_NUMBER__) - # define COMPILER_VERSION_PATCH DEC(__VERSION_ARCH_FEATURE_NUMBER__) - # define COMPILER_VERSION_TWEAK DEC(__VERSION_BUG_FIX_NUMBER__) - - -#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) -# define COMPILER_ID "SDCC" -# if defined(__SDCC_VERSION_MAJOR) -# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) -# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) -# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) -# else - /* SDCC = VRP */ -# define COMPILER_VERSION_MAJOR DEC(SDCC/100) -# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) -# define COMPILER_VERSION_PATCH DEC(SDCC % 10) -# endif - - -/* These compilers are either not known or too old to define an - identification macro. Try to identify the platform and guess that - it is the native compiler. */ -#elif defined(__hpux) || defined(__hpua) -# define COMPILER_ID "HP" - -#else /* unknown compiler */ -# define COMPILER_ID "" -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; -#ifdef SIMULATE_ID -char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; -#endif - -#ifdef __QNXNTO__ -char const* qnxnto = "INFO" ":" "qnxnto[]"; -#endif - -#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) -char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; -#endif - -#define STRINGIFY_HELPER(X) #X -#define STRINGIFY(X) STRINGIFY_HELPER(X) - -/* Identify known platforms by name. */ -#if defined(__linux) || defined(__linux__) || defined(linux) -# define PLATFORM_ID "Linux" - -#elif defined(__MSYS__) -# define PLATFORM_ID "MSYS" - -#elif defined(__CYGWIN__) -# define PLATFORM_ID "Cygwin" - -#elif defined(__MINGW32__) -# define PLATFORM_ID "MinGW" - -#elif defined(__APPLE__) -# define PLATFORM_ID "Darwin" - -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) -# define PLATFORM_ID "Windows" - -#elif defined(__FreeBSD__) || defined(__FreeBSD) -# define PLATFORM_ID "FreeBSD" - -#elif defined(__NetBSD__) || defined(__NetBSD) -# define PLATFORM_ID "NetBSD" - -#elif defined(__OpenBSD__) || defined(__OPENBSD) -# define PLATFORM_ID "OpenBSD" - -#elif defined(__sun) || defined(sun) -# define PLATFORM_ID "SunOS" - -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) -# define PLATFORM_ID "AIX" - -#elif defined(__hpux) || defined(__hpux__) -# define PLATFORM_ID "HP-UX" - -#elif defined(__HAIKU__) -# define PLATFORM_ID "Haiku" - -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) -# define PLATFORM_ID "BeOS" - -#elif defined(__QNX__) || defined(__QNXNTO__) -# define PLATFORM_ID "QNX" - -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) -# define PLATFORM_ID "Tru64" - -#elif defined(__riscos) || defined(__riscos__) -# define PLATFORM_ID "RISCos" - -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) -# define PLATFORM_ID "SINIX" - -#elif defined(__UNIX_SV__) -# define PLATFORM_ID "UNIX_SV" - -#elif defined(__bsdos__) -# define PLATFORM_ID "BSDOS" - -#elif defined(_MPRAS) || defined(MPRAS) -# define PLATFORM_ID "MP-RAS" - -#elif defined(__osf) || defined(__osf__) -# define PLATFORM_ID "OSF1" - -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) -# define PLATFORM_ID "SCO_SV" - -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) -# define PLATFORM_ID "ULTRIX" - -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) -# define PLATFORM_ID "Xenix" - -#elif defined(__WATCOMC__) -# if defined(__LINUX__) -# define PLATFORM_ID "Linux" - -# elif defined(__DOS__) -# define PLATFORM_ID "DOS" - -# elif defined(__OS2__) -# define PLATFORM_ID "OS2" - -# elif defined(__WINDOWS__) -# define PLATFORM_ID "Windows3x" - -# elif defined(__VXWORKS__) -# define PLATFORM_ID "VxWorks" - -# else /* unknown platform */ -# define PLATFORM_ID -# endif - -#elif defined(__INTEGRITY) -# if defined(INT_178B) -# define PLATFORM_ID "Integrity178" - -# else /* regular Integrity */ -# define PLATFORM_ID "Integrity" -# endif - -# elif defined(_ADI_COMPILER) -# define PLATFORM_ID "ADSP" - -#else /* unknown platform */ -# define PLATFORM_ID - -#endif - -/* For windows compilers MSVC and Intel we can determine - the architecture of the compiler being used. This is because - the compilers do not have flags that can change the architecture, - but rather depend on which compiler is being used -*/ -#if defined(_WIN32) && defined(_MSC_VER) -# if defined(_M_IA64) -# define ARCHITECTURE_ID "IA64" - -# elif defined(_M_ARM64EC) -# define ARCHITECTURE_ID "ARM64EC" - -# elif defined(_M_X64) || defined(_M_AMD64) -# define ARCHITECTURE_ID "x64" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# elif defined(_M_ARM64) -# define ARCHITECTURE_ID "ARM64" - -# elif defined(_M_ARM) -# if _M_ARM == 4 -# define ARCHITECTURE_ID "ARMV4I" -# elif _M_ARM == 5 -# define ARCHITECTURE_ID "ARMV5I" -# else -# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) -# endif - -# elif defined(_M_MIPS) -# define ARCHITECTURE_ID "MIPS" - -# elif defined(_M_SH) -# define ARCHITECTURE_ID "SHx" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__WATCOMC__) -# if defined(_M_I86) -# define ARCHITECTURE_ID "I86" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# if defined(__ICCARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__ICCRX__) -# define ARCHITECTURE_ID "RX" - -# elif defined(__ICCRH850__) -# define ARCHITECTURE_ID "RH850" - -# elif defined(__ICCRL78__) -# define ARCHITECTURE_ID "RL78" - -# elif defined(__ICCRISCV__) -# define ARCHITECTURE_ID "RISCV" - -# elif defined(__ICCAVR__) -# define ARCHITECTURE_ID "AVR" - -# elif defined(__ICC430__) -# define ARCHITECTURE_ID "MSP430" - -# elif defined(__ICCV850__) -# define ARCHITECTURE_ID "V850" - -# elif defined(__ICC8051__) -# define ARCHITECTURE_ID "8051" - -# elif defined(__ICCSTM8__) -# define ARCHITECTURE_ID "STM8" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__ghs__) -# if defined(__PPC64__) -# define ARCHITECTURE_ID "PPC64" - -# elif defined(__ppc__) -# define ARCHITECTURE_ID "PPC" - -# elif defined(__ARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__x86_64__) -# define ARCHITECTURE_ID "x64" - -# elif defined(__i386__) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__clang__) && defined(__ti__) -# if defined(__ARM_ARCH) -# define ARCHITECTURE_ID "ARM" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__TI_COMPILER_VERSION__) -# if defined(__TI_ARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__MSP430__) -# define ARCHITECTURE_ID "MSP430" - -# elif defined(__TMS320C28XX__) -# define ARCHITECTURE_ID "TMS320C28x" - -# elif defined(__TMS320C6X__) || defined(_TMS320C6X) -# define ARCHITECTURE_ID "TMS320C6x" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -# elif defined(__ADSPSHARC__) -# define ARCHITECTURE_ID "SHARC" - -# elif defined(__ADSPBLACKFIN__) -# define ARCHITECTURE_ID "Blackfin" - -#elif defined(__TASKING__) - -# if defined(__CTC__) || defined(__CPTC__) -# define ARCHITECTURE_ID "TriCore" - -# elif defined(__CMCS__) -# define ARCHITECTURE_ID "MCS" - -# elif defined(__CARM__) || defined(__CPARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__CARC__) -# define ARCHITECTURE_ID "ARC" - -# elif defined(__C51__) -# define ARCHITECTURE_ID "8051" - -# elif defined(__CPCP__) -# define ARCHITECTURE_ID "PCP" - -# else -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__RENESAS__) -# if defined(__CCRX__) -# define ARCHITECTURE_ID "RX" - -# elif defined(__CCRL__) -# define ARCHITECTURE_ID "RL78" - -# elif defined(__CCRH__) -# define ARCHITECTURE_ID "RH850" - -# else -# define ARCHITECTURE_ID "" -# endif - -#else -# define ARCHITECTURE_ID -#endif - -/* Convert integer to decimal digit literals. */ -#define DEC(n) \ - ('0' + (((n) / 10000000)%10)), \ - ('0' + (((n) / 1000000)%10)), \ - ('0' + (((n) / 100000)%10)), \ - ('0' + (((n) / 10000)%10)), \ - ('0' + (((n) / 1000)%10)), \ - ('0' + (((n) / 100)%10)), \ - ('0' + (((n) / 10)%10)), \ - ('0' + ((n) % 10)) - -/* Convert integer to hex digit literals. */ -#define HEX(n) \ - ('0' + ((n)>>28 & 0xF)), \ - ('0' + ((n)>>24 & 0xF)), \ - ('0' + ((n)>>20 & 0xF)), \ - ('0' + ((n)>>16 & 0xF)), \ - ('0' + ((n)>>12 & 0xF)), \ - ('0' + ((n)>>8 & 0xF)), \ - ('0' + ((n)>>4 & 0xF)), \ - ('0' + ((n) & 0xF)) - -/* Construct a string literal encoding the version number. */ -#ifdef COMPILER_VERSION -char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; - -/* Construct a string literal encoding the version number components. */ -#elif defined(COMPILER_VERSION_MAJOR) -char const info_version[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', - COMPILER_VERSION_MAJOR, -# ifdef COMPILER_VERSION_MINOR - '.', COMPILER_VERSION_MINOR, -# ifdef COMPILER_VERSION_PATCH - '.', COMPILER_VERSION_PATCH, -# ifdef COMPILER_VERSION_TWEAK - '.', COMPILER_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct a string literal encoding the internal version number. */ -#ifdef COMPILER_VERSION_INTERNAL -char const info_version_internal[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', - 'i','n','t','e','r','n','a','l','[', - COMPILER_VERSION_INTERNAL,']','\0'}; -#elif defined(COMPILER_VERSION_INTERNAL_STR) -char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; -#endif - -/* Construct a string literal encoding the version number components. */ -#ifdef SIMULATE_VERSION_MAJOR -char const info_simulate_version[] = { - 'I', 'N', 'F', 'O', ':', - 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', - SIMULATE_VERSION_MAJOR, -# ifdef SIMULATE_VERSION_MINOR - '.', SIMULATE_VERSION_MINOR, -# ifdef SIMULATE_VERSION_PATCH - '.', SIMULATE_VERSION_PATCH, -# ifdef SIMULATE_VERSION_TWEAK - '.', SIMULATE_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; -char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; - - - -#define C_STD_99 199901L -#define C_STD_11 201112L -#define C_STD_17 201710L -#define C_STD_23 202311L - -#ifdef __STDC_VERSION__ -# define C_STD __STDC_VERSION__ -#endif - -#if !defined(__STDC__) && !defined(__clang__) && !defined(__RENESAS__) -# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) -# define C_VERSION "90" -# else -# define C_VERSION -# endif -#elif C_STD > C_STD_17 -# define C_VERSION "23" -#elif C_STD > C_STD_11 -# define C_VERSION "17" -#elif C_STD > C_STD_99 -# define C_VERSION "11" -#elif C_STD >= C_STD_99 -# define C_VERSION "99" -#else -# define C_VERSION "90" -#endif -const char* info_language_standard_default = - "INFO" ":" "standard_default[" C_VERSION "]"; - -const char* info_language_extensions_default = "INFO" ":" "extensions_default[" -#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ - defined(__TI_COMPILER_VERSION__) || defined(__RENESAS__)) && \ - !defined(__STRICT_ANSI__) - "ON" -#else - "OFF" -#endif -"]"; - -/*--------------------------------------------------------------------------*/ - -#ifdef ID_VOID_MAIN -void main() {} -#else -# if defined(__CLASSIC_C__) -int main(argc, argv) int argc; char *argv[]; -# else -int main(int argc, char* argv[]) -# endif -{ - int require = 0; - require += info_compiler[argc]; - require += info_platform[argc]; - require += info_arch[argc]; -#ifdef COMPILER_VERSION_MAJOR - require += info_version[argc]; -#endif -#if defined(COMPILER_VERSION_INTERNAL) || defined(COMPILER_VERSION_INTERNAL_STR) - require += info_version_internal[argc]; -#endif -#ifdef SIMULATE_ID - require += info_simulate[argc]; -#endif -#ifdef SIMULATE_VERSION_MAJOR - require += info_simulate_version[argc]; -#endif -#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) - require += info_cray[argc]; -#endif - require += info_language_standard_default[argc]; - require += info_language_extensions_default[argc]; - (void)argv; - return require; -} -#endif diff --git a/zephyrproject/build/mcuboot/CMakeFiles/4.1.2/CompilerIdC/a.out b/zephyrproject/build/mcuboot/CMakeFiles/4.1.2/CompilerIdC/a.out deleted file mode 100755 index 1b94f15..0000000 Binary files a/zephyrproject/build/mcuboot/CMakeFiles/4.1.2/CompilerIdC/a.out and /dev/null differ diff --git a/zephyrproject/build/mcuboot/CMakeFiles/4.1.2/CompilerIdCXX/CMakeCXXCompilerId.cpp b/zephyrproject/build/mcuboot/CMakeFiles/4.1.2/CompilerIdCXX/CMakeCXXCompilerId.cpp deleted file mode 100644 index b35f567..0000000 --- a/zephyrproject/build/mcuboot/CMakeFiles/4.1.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +++ /dev/null @@ -1,949 +0,0 @@ -/* This source file must have a .cpp extension so that all C++ compilers - recognize the extension without flags. Borland does not know .cxx for - example. */ -#ifndef __cplusplus -# error "A C compiler has been selected for C++." -#endif - -#if !defined(__has_include) -/* If the compiler does not have __has_include, pretend the answer is - always no. */ -# define __has_include(x) 0 -#endif - - -/* Version number components: V=Version, R=Revision, P=Patch - Version date components: YYYY=Year, MM=Month, DD=Day */ - -#if defined(__INTEL_COMPILER) || defined(__ICC) -# define COMPILER_ID "Intel" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# if defined(__GNUC__) -# define SIMULATE_ID "GNU" -# endif - /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, - except that a few beta releases use the old format with V=2021. */ -# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) -# if defined(__INTEL_COMPILER_UPDATE) -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) -# else -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) -# endif -# else -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) - /* The third version component from --version is an update index, - but no macro is provided for it. */ -# define COMPILER_VERSION_PATCH DEC(0) -# endif -# if defined(__INTEL_COMPILER_BUILD_DATE) - /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ -# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) -# endif -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# if defined(__GNUC__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -# elif defined(__GNUG__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) -# endif -# if defined(__GNUC_MINOR__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) -# define COMPILER_ID "IntelLLVM" -#if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -#endif -#if defined(__GNUC__) -# define SIMULATE_ID "GNU" -#endif -/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and - * later. Look for 6 digit vs. 8 digit version number to decide encoding. - * VVVV is no smaller than the current year when a version is released. - */ -#if __INTEL_LLVM_COMPILER < 1000000L -# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) -#else -# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) -# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) -#endif -#if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -#endif -#if defined(__GNUC__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -#elif defined(__GNUG__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) -#endif -#if defined(__GNUC_MINOR__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -#endif -#if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -#endif - -#elif defined(__PATHCC__) -# define COMPILER_ID "PathScale" -# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) -# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) -# if defined(__PATHCC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) -# endif - -#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) -# define COMPILER_ID "Embarcadero" -# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) -# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) - -#elif defined(__BORLANDC__) -# define COMPILER_ID "Borland" - /* __BORLANDC__ = 0xVRR */ -# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) -# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) - -#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 -# define COMPILER_ID "Watcom" - /* __WATCOMC__ = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__WATCOMC__) -# define COMPILER_ID "OpenWatcom" - /* __WATCOMC__ = VVRP + 1100 */ -# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__SUNPRO_CC) -# define COMPILER_ID "SunPro" -# if __SUNPRO_CC >= 0x5100 - /* __SUNPRO_CC = 0xVRRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) -# else - /* __SUNPRO_CC = 0xVRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) -# endif - -#elif defined(__HP_aCC) -# define COMPILER_ID "HP" - /* __HP_aCC = VVRRPP */ -# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) -# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) - -#elif defined(__DECCXX) -# define COMPILER_ID "Compaq" - /* __DECCXX_VER = VVRRTPPPP */ -# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) -# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) -# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) - -#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) -# define COMPILER_ID "zOS" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__open_xl__) && defined(__clang__) -# define COMPILER_ID "IBMClang" -# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) -# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) -# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) -# define COMPILER_VERSION_INTERNAL_STR __clang_version__ - - -#elif defined(__ibmxl__) && defined(__clang__) -# define COMPILER_ID "XLClang" -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) - - -#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 -# define COMPILER_ID "XL" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 -# define COMPILER_ID "VisualAge" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__NVCOMPILER) -# define COMPILER_ID "NVHPC" -# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) -# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) -# if defined(__NVCOMPILER_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) -# endif - -#elif defined(__PGI) -# define COMPILER_ID "PGI" -# define COMPILER_VERSION_MAJOR DEC(__PGIC__) -# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) -# if defined(__PGIC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) -# endif - -#elif defined(__clang__) && defined(__cray__) -# define COMPILER_ID "CrayClang" -# define COMPILER_VERSION_MAJOR DEC(__cray_major__) -# define COMPILER_VERSION_MINOR DEC(__cray_minor__) -# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) -# define COMPILER_VERSION_INTERNAL_STR __clang_version__ - - -#elif defined(_CRAYC) -# define COMPILER_ID "Cray" -# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) -# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) - -#elif defined(__TI_COMPILER_VERSION__) -# define COMPILER_ID "TI" - /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ -# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) -# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) -# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) - -#elif defined(__CLANG_FUJITSU) -# define COMPILER_ID "FujitsuClang" -# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) -# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) -# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) -# define COMPILER_VERSION_INTERNAL_STR __clang_version__ - - -#elif defined(__FUJITSU) -# define COMPILER_ID "Fujitsu" -# if defined(__FCC_version__) -# define COMPILER_VERSION __FCC_version__ -# elif defined(__FCC_major__) -# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) -# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) -# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) -# endif -# if defined(__fcc_version) -# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) -# elif defined(__FCC_VERSION) -# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) -# endif - - -#elif defined(__ghs__) -# define COMPILER_ID "GHS" -/* __GHS_VERSION_NUMBER = VVVVRP */ -# ifdef __GHS_VERSION_NUMBER -# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) -# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) -# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) -# endif - -#elif defined(__TASKING__) -# define COMPILER_ID "Tasking" - # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) - # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) -# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) - -#elif defined(__ORANGEC__) -# define COMPILER_ID "OrangeC" -# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) -# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) -# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) - -#elif defined(__RENESAS__) -# define COMPILER_ID "Renesas" -/* __RENESAS_VERSION__ = 0xVVRRPP00 */ -# define COMPILER_VERSION_MAJOR HEX(__RENESAS_VERSION__ >> 24 & 0xFF) -# define COMPILER_VERSION_MINOR HEX(__RENESAS_VERSION__ >> 16 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__RENESAS_VERSION__ >> 8 & 0xFF) - -#elif defined(__SCO_VERSION__) -# define COMPILER_ID "SCO" - -#elif defined(__ARMCC_VERSION) && !defined(__clang__) -# define COMPILER_ID "ARMCC" -#if __ARMCC_VERSION >= 1000000 - /* __ARMCC_VERSION = VRRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#else - /* __ARMCC_VERSION = VRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#endif - - -#elif defined(__clang__) && defined(__apple_build_version__) -# define COMPILER_ID "AppleClang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) - -#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) -# define COMPILER_ID "ARMClang" - # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) -# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) - -#elif defined(__clang__) && defined(__ti__) -# define COMPILER_ID "TIClang" - # define COMPILER_VERSION_MAJOR DEC(__ti_major__) - # define COMPILER_VERSION_MINOR DEC(__ti_minor__) - # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) -# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) - -#elif defined(__clang__) -# define COMPILER_ID "Clang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) -# define COMPILER_ID "LCC" -# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) -# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) -# if defined(__LCC_MINOR__) -# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) -# endif -# if defined(__GNUC__) && defined(__GNUC_MINOR__) -# define SIMULATE_ID "GNU" -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -# if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif -# endif - -#elif defined(__GNUC__) || defined(__GNUG__) -# define COMPILER_ID "GNU" -# if defined(__GNUC__) -# define COMPILER_VERSION_MAJOR DEC(__GNUC__) -# else -# define COMPILER_VERSION_MAJOR DEC(__GNUG__) -# endif -# if defined(__GNUC_MINOR__) -# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif defined(_MSC_VER) -# define COMPILER_ID "MSVC" - /* _MSC_VER = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) -# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) -# if defined(_MSC_FULL_VER) -# if _MSC_VER >= 1400 - /* _MSC_FULL_VER = VVRRPPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) -# else - /* _MSC_FULL_VER = VVRRPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) -# endif -# endif -# if defined(_MSC_BUILD) -# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) -# endif - -#elif defined(_ADI_COMPILER) -# define COMPILER_ID "ADSP" -#if defined(__VERSIONNUM__) - /* __VERSIONNUM__ = 0xVVRRPPTT */ -# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) -# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) -# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) -# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) -#endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# define COMPILER_ID "IAR" -# if defined(__VER__) && defined(__ICCARM__) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) -# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) -# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) -# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) -# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# endif - -#elif defined(__DCC__) && defined(_DIAB_TOOL) -# define COMPILER_ID "Diab" - # define COMPILER_VERSION_MAJOR DEC(__VERSION_MAJOR_NUMBER__) - # define COMPILER_VERSION_MINOR DEC(__VERSION_MINOR_NUMBER__) - # define COMPILER_VERSION_PATCH DEC(__VERSION_ARCH_FEATURE_NUMBER__) - # define COMPILER_VERSION_TWEAK DEC(__VERSION_BUG_FIX_NUMBER__) - - - -/* These compilers are either not known or too old to define an - identification macro. Try to identify the platform and guess that - it is the native compiler. */ -#elif defined(__hpux) || defined(__hpua) -# define COMPILER_ID "HP" - -#else /* unknown compiler */ -# define COMPILER_ID "" -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; -#ifdef SIMULATE_ID -char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; -#endif - -#ifdef __QNXNTO__ -char const* qnxnto = "INFO" ":" "qnxnto[]"; -#endif - -#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) -char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; -#endif - -#define STRINGIFY_HELPER(X) #X -#define STRINGIFY(X) STRINGIFY_HELPER(X) - -/* Identify known platforms by name. */ -#if defined(__linux) || defined(__linux__) || defined(linux) -# define PLATFORM_ID "Linux" - -#elif defined(__MSYS__) -# define PLATFORM_ID "MSYS" - -#elif defined(__CYGWIN__) -# define PLATFORM_ID "Cygwin" - -#elif defined(__MINGW32__) -# define PLATFORM_ID "MinGW" - -#elif defined(__APPLE__) -# define PLATFORM_ID "Darwin" - -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) -# define PLATFORM_ID "Windows" - -#elif defined(__FreeBSD__) || defined(__FreeBSD) -# define PLATFORM_ID "FreeBSD" - -#elif defined(__NetBSD__) || defined(__NetBSD) -# define PLATFORM_ID "NetBSD" - -#elif defined(__OpenBSD__) || defined(__OPENBSD) -# define PLATFORM_ID "OpenBSD" - -#elif defined(__sun) || defined(sun) -# define PLATFORM_ID "SunOS" - -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) -# define PLATFORM_ID "AIX" - -#elif defined(__hpux) || defined(__hpux__) -# define PLATFORM_ID "HP-UX" - -#elif defined(__HAIKU__) -# define PLATFORM_ID "Haiku" - -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) -# define PLATFORM_ID "BeOS" - -#elif defined(__QNX__) || defined(__QNXNTO__) -# define PLATFORM_ID "QNX" - -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) -# define PLATFORM_ID "Tru64" - -#elif defined(__riscos) || defined(__riscos__) -# define PLATFORM_ID "RISCos" - -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) -# define PLATFORM_ID "SINIX" - -#elif defined(__UNIX_SV__) -# define PLATFORM_ID "UNIX_SV" - -#elif defined(__bsdos__) -# define PLATFORM_ID "BSDOS" - -#elif defined(_MPRAS) || defined(MPRAS) -# define PLATFORM_ID "MP-RAS" - -#elif defined(__osf) || defined(__osf__) -# define PLATFORM_ID "OSF1" - -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) -# define PLATFORM_ID "SCO_SV" - -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) -# define PLATFORM_ID "ULTRIX" - -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) -# define PLATFORM_ID "Xenix" - -#elif defined(__WATCOMC__) -# if defined(__LINUX__) -# define PLATFORM_ID "Linux" - -# elif defined(__DOS__) -# define PLATFORM_ID "DOS" - -# elif defined(__OS2__) -# define PLATFORM_ID "OS2" - -# elif defined(__WINDOWS__) -# define PLATFORM_ID "Windows3x" - -# elif defined(__VXWORKS__) -# define PLATFORM_ID "VxWorks" - -# else /* unknown platform */ -# define PLATFORM_ID -# endif - -#elif defined(__INTEGRITY) -# if defined(INT_178B) -# define PLATFORM_ID "Integrity178" - -# else /* regular Integrity */ -# define PLATFORM_ID "Integrity" -# endif - -# elif defined(_ADI_COMPILER) -# define PLATFORM_ID "ADSP" - -#else /* unknown platform */ -# define PLATFORM_ID - -#endif - -/* For windows compilers MSVC and Intel we can determine - the architecture of the compiler being used. This is because - the compilers do not have flags that can change the architecture, - but rather depend on which compiler is being used -*/ -#if defined(_WIN32) && defined(_MSC_VER) -# if defined(_M_IA64) -# define ARCHITECTURE_ID "IA64" - -# elif defined(_M_ARM64EC) -# define ARCHITECTURE_ID "ARM64EC" - -# elif defined(_M_X64) || defined(_M_AMD64) -# define ARCHITECTURE_ID "x64" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# elif defined(_M_ARM64) -# define ARCHITECTURE_ID "ARM64" - -# elif defined(_M_ARM) -# if _M_ARM == 4 -# define ARCHITECTURE_ID "ARMV4I" -# elif _M_ARM == 5 -# define ARCHITECTURE_ID "ARMV5I" -# else -# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) -# endif - -# elif defined(_M_MIPS) -# define ARCHITECTURE_ID "MIPS" - -# elif defined(_M_SH) -# define ARCHITECTURE_ID "SHx" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__WATCOMC__) -# if defined(_M_I86) -# define ARCHITECTURE_ID "I86" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# if defined(__ICCARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__ICCRX__) -# define ARCHITECTURE_ID "RX" - -# elif defined(__ICCRH850__) -# define ARCHITECTURE_ID "RH850" - -# elif defined(__ICCRL78__) -# define ARCHITECTURE_ID "RL78" - -# elif defined(__ICCRISCV__) -# define ARCHITECTURE_ID "RISCV" - -# elif defined(__ICCAVR__) -# define ARCHITECTURE_ID "AVR" - -# elif defined(__ICC430__) -# define ARCHITECTURE_ID "MSP430" - -# elif defined(__ICCV850__) -# define ARCHITECTURE_ID "V850" - -# elif defined(__ICC8051__) -# define ARCHITECTURE_ID "8051" - -# elif defined(__ICCSTM8__) -# define ARCHITECTURE_ID "STM8" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__ghs__) -# if defined(__PPC64__) -# define ARCHITECTURE_ID "PPC64" - -# elif defined(__ppc__) -# define ARCHITECTURE_ID "PPC" - -# elif defined(__ARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__x86_64__) -# define ARCHITECTURE_ID "x64" - -# elif defined(__i386__) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__clang__) && defined(__ti__) -# if defined(__ARM_ARCH) -# define ARCHITECTURE_ID "ARM" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__TI_COMPILER_VERSION__) -# if defined(__TI_ARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__MSP430__) -# define ARCHITECTURE_ID "MSP430" - -# elif defined(__TMS320C28XX__) -# define ARCHITECTURE_ID "TMS320C28x" - -# elif defined(__TMS320C6X__) || defined(_TMS320C6X) -# define ARCHITECTURE_ID "TMS320C6x" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -# elif defined(__ADSPSHARC__) -# define ARCHITECTURE_ID "SHARC" - -# elif defined(__ADSPBLACKFIN__) -# define ARCHITECTURE_ID "Blackfin" - -#elif defined(__TASKING__) - -# if defined(__CTC__) || defined(__CPTC__) -# define ARCHITECTURE_ID "TriCore" - -# elif defined(__CMCS__) -# define ARCHITECTURE_ID "MCS" - -# elif defined(__CARM__) || defined(__CPARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__CARC__) -# define ARCHITECTURE_ID "ARC" - -# elif defined(__C51__) -# define ARCHITECTURE_ID "8051" - -# elif defined(__CPCP__) -# define ARCHITECTURE_ID "PCP" - -# else -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__RENESAS__) -# if defined(__CCRX__) -# define ARCHITECTURE_ID "RX" - -# elif defined(__CCRL__) -# define ARCHITECTURE_ID "RL78" - -# elif defined(__CCRH__) -# define ARCHITECTURE_ID "RH850" - -# else -# define ARCHITECTURE_ID "" -# endif - -#else -# define ARCHITECTURE_ID -#endif - -/* Convert integer to decimal digit literals. */ -#define DEC(n) \ - ('0' + (((n) / 10000000)%10)), \ - ('0' + (((n) / 1000000)%10)), \ - ('0' + (((n) / 100000)%10)), \ - ('0' + (((n) / 10000)%10)), \ - ('0' + (((n) / 1000)%10)), \ - ('0' + (((n) / 100)%10)), \ - ('0' + (((n) / 10)%10)), \ - ('0' + ((n) % 10)) - -/* Convert integer to hex digit literals. */ -#define HEX(n) \ - ('0' + ((n)>>28 & 0xF)), \ - ('0' + ((n)>>24 & 0xF)), \ - ('0' + ((n)>>20 & 0xF)), \ - ('0' + ((n)>>16 & 0xF)), \ - ('0' + ((n)>>12 & 0xF)), \ - ('0' + ((n)>>8 & 0xF)), \ - ('0' + ((n)>>4 & 0xF)), \ - ('0' + ((n) & 0xF)) - -/* Construct a string literal encoding the version number. */ -#ifdef COMPILER_VERSION -char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; - -/* Construct a string literal encoding the version number components. */ -#elif defined(COMPILER_VERSION_MAJOR) -char const info_version[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', - COMPILER_VERSION_MAJOR, -# ifdef COMPILER_VERSION_MINOR - '.', COMPILER_VERSION_MINOR, -# ifdef COMPILER_VERSION_PATCH - '.', COMPILER_VERSION_PATCH, -# ifdef COMPILER_VERSION_TWEAK - '.', COMPILER_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct a string literal encoding the internal version number. */ -#ifdef COMPILER_VERSION_INTERNAL -char const info_version_internal[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', - 'i','n','t','e','r','n','a','l','[', - COMPILER_VERSION_INTERNAL,']','\0'}; -#elif defined(COMPILER_VERSION_INTERNAL_STR) -char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; -#endif - -/* Construct a string literal encoding the version number components. */ -#ifdef SIMULATE_VERSION_MAJOR -char const info_simulate_version[] = { - 'I', 'N', 'F', 'O', ':', - 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', - SIMULATE_VERSION_MAJOR, -# ifdef SIMULATE_VERSION_MINOR - '.', SIMULATE_VERSION_MINOR, -# ifdef SIMULATE_VERSION_PATCH - '.', SIMULATE_VERSION_PATCH, -# ifdef SIMULATE_VERSION_TWEAK - '.', SIMULATE_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; -char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; - - - -#define CXX_STD_98 199711L -#define CXX_STD_11 201103L -#define CXX_STD_14 201402L -#define CXX_STD_17 201703L -#define CXX_STD_20 202002L -#define CXX_STD_23 202302L - -#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) -# if _MSVC_LANG > CXX_STD_17 -# define CXX_STD _MSVC_LANG -# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) -# define CXX_STD CXX_STD_20 -# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 -# define CXX_STD CXX_STD_20 -# elif _MSVC_LANG > CXX_STD_14 -# define CXX_STD CXX_STD_17 -# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) -# define CXX_STD CXX_STD_14 -# elif defined(__INTEL_CXX11_MODE__) -# define CXX_STD CXX_STD_11 -# else -# define CXX_STD CXX_STD_98 -# endif -#elif defined(_MSC_VER) && defined(_MSVC_LANG) -# if _MSVC_LANG > __cplusplus -# define CXX_STD _MSVC_LANG -# else -# define CXX_STD __cplusplus -# endif -#elif defined(__NVCOMPILER) -# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) -# define CXX_STD CXX_STD_20 -# else -# define CXX_STD __cplusplus -# endif -#elif defined(__INTEL_COMPILER) || defined(__PGI) -# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) -# define CXX_STD CXX_STD_17 -# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) -# define CXX_STD CXX_STD_14 -# else -# define CXX_STD __cplusplus -# endif -#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) -# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) -# define CXX_STD CXX_STD_14 -# else -# define CXX_STD __cplusplus -# endif -#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) -# define CXX_STD CXX_STD_11 -#else -# define CXX_STD __cplusplus -#endif - -const char* info_language_standard_default = "INFO" ":" "standard_default[" -#if CXX_STD > CXX_STD_23 - "26" -#elif CXX_STD > CXX_STD_20 - "23" -#elif CXX_STD > CXX_STD_17 - "20" -#elif CXX_STD > CXX_STD_14 - "17" -#elif CXX_STD > CXX_STD_11 - "14" -#elif CXX_STD >= CXX_STD_11 - "11" -#else - "98" -#endif -"]"; - -const char* info_language_extensions_default = "INFO" ":" "extensions_default[" -#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ - defined(__TI_COMPILER_VERSION__) || defined(__RENESAS__)) && \ - !defined(__STRICT_ANSI__) - "ON" -#else - "OFF" -#endif -"]"; - -/*--------------------------------------------------------------------------*/ - -int main(int argc, char* argv[]) -{ - int require = 0; - require += info_compiler[argc]; - require += info_platform[argc]; - require += info_arch[argc]; -#ifdef COMPILER_VERSION_MAJOR - require += info_version[argc]; -#endif -#if defined(COMPILER_VERSION_INTERNAL) || defined(COMPILER_VERSION_INTERNAL_STR) - require += info_version_internal[argc]; -#endif -#ifdef SIMULATE_ID - require += info_simulate[argc]; -#endif -#ifdef SIMULATE_VERSION_MAJOR - require += info_simulate_version[argc]; -#endif -#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) - require += info_cray[argc]; -#endif - require += info_language_standard_default[argc]; - require += info_language_extensions_default[argc]; - (void)argv; - return require; -} diff --git a/zephyrproject/build/mcuboot/CMakeFiles/4.1.2/CompilerIdCXX/a.out b/zephyrproject/build/mcuboot/CMakeFiles/4.1.2/CompilerIdCXX/a.out deleted file mode 100755 index 38131c9..0000000 Binary files a/zephyrproject/build/mcuboot/CMakeFiles/4.1.2/CompilerIdCXX/a.out and /dev/null differ diff --git a/zephyrproject/build/mcuboot/CMakeFiles/CMakeConfigureLog.yaml b/zephyrproject/build/mcuboot/CMakeFiles/CMakeConfigureLog.yaml index d826980..e8b480e 100644 --- a/zephyrproject/build/mcuboot/CMakeFiles/CMakeConfigureLog.yaml +++ b/zephyrproject/build/mcuboot/CMakeFiles/CMakeConfigureLog.yaml @@ -119,7 +119,7 @@ events: - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" + - "/nix/store/3ffi89rlwcqww9x71pf95miyik5jhnv9-openssl-3.6.2-bin/bin" - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" @@ -145,6 +145,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin" - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" @@ -178,6 +180,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin" - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" @@ -276,7 +280,7 @@ events: - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" + - "/nix/store/3ffi89rlwcqww9x71pf95miyik5jhnv9-openssl-3.6.2-bin/bin" - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" @@ -302,6 +306,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin" - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" @@ -335,6 +341,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin" - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" @@ -396,7 +404,7 @@ events: - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/" - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/" - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/" + - "/nix/store/3ffi89rlwcqww9x71pf95miyik5jhnv9-openssl-3.6.2-bin/bin/" - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/" - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/" - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/" @@ -421,6 +429,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin/" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin/" - "/run/wrappers/bin/" - "/root/.nix-profile/bin/" - "/nix/profile/bin/" @@ -440,7 +450,7 @@ events: - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/ccache" - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ccache" - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/ccache" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/ccache" + - "/nix/store/3ffi89rlwcqww9x71pf95miyik5jhnv9-openssl-3.6.2-bin/bin/ccache" - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/ccache" - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/ccache" - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/ccache" @@ -465,6 +475,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/ccache" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/ccache" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/ccache" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin/ccache" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin/ccache" - "/run/wrappers/bin/ccache" - "/root/.nix-profile/bin/ccache" - "/nix/profile/bin/ccache" @@ -486,7 +498,7 @@ events: - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" + - "/nix/store/3ffi89rlwcqww9x71pf95miyik5jhnv9-openssl-3.6.2-bin/bin" - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" @@ -512,6 +524,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin" - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" @@ -545,6 +559,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin" - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" @@ -656,7 +672,7 @@ events: - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" + - "/nix/store/3ffi89rlwcqww9x71pf95miyik5jhnv9-openssl-3.6.2-bin/bin" - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" @@ -682,6 +698,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin" - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" @@ -715,6 +733,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin" - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" @@ -780,7 +800,7 @@ events: - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/" - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/" - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/" + - "/nix/store/3ffi89rlwcqww9x71pf95miyik5jhnv9-openssl-3.6.2-bin/bin/" - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/" - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/" - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/" @@ -805,6 +825,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin/" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin/" - "/run/wrappers/bin/" - "/root/.nix-profile/bin/" - "/nix/profile/bin/" @@ -827,7 +849,7 @@ events: - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/gperf" - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/gperf" - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/gperf" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/gperf" + - "/nix/store/3ffi89rlwcqww9x71pf95miyik5jhnv9-openssl-3.6.2-bin/bin/gperf" - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/gperf" - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/gperf" - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/gperf" @@ -852,6 +874,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/gperf" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/gperf" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/gperf" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin/gperf" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin/gperf" - "/run/wrappers/bin/gperf" - "/root/.nix-profile/bin/gperf" - "/nix/profile/bin/gperf" @@ -875,7 +899,7 @@ events: - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" + - "/nix/store/3ffi89rlwcqww9x71pf95miyik5jhnv9-openssl-3.6.2-bin/bin" - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" @@ -901,6 +925,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin" - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" @@ -934,6 +960,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin" - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" @@ -999,7 +1027,7 @@ events: - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/" - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/" - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/" + - "/nix/store/3ffi89rlwcqww9x71pf95miyik5jhnv9-openssl-3.6.2-bin/bin/" - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/" - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/" - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/" @@ -1024,6 +1052,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin/" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin/" - "/run/wrappers/bin/" - "/root/.nix-profile/bin/" - "/nix/profile/bin/" @@ -1046,7 +1076,7 @@ events: - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/openocd" - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/openocd" - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/openocd" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/openocd" + - "/nix/store/3ffi89rlwcqww9x71pf95miyik5jhnv9-openssl-3.6.2-bin/bin/openocd" - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/openocd" - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/openocd" - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/openocd" @@ -1077,7 +1107,7 @@ events: - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" + - "/nix/store/3ffi89rlwcqww9x71pf95miyik5jhnv9-openssl-3.6.2-bin/bin" - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" @@ -1103,6 +1133,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin" - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" @@ -1136,6 +1168,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin" - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" @@ -1201,7 +1235,7 @@ events: - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/" - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/" - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/" + - "/nix/store/3ffi89rlwcqww9x71pf95miyik5jhnv9-openssl-3.6.2-bin/bin/" - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/" - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/" - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/" @@ -1226,6 +1260,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin/" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin/" - "/run/wrappers/bin/" - "/root/.nix-profile/bin/" - "/nix/profile/bin/" @@ -1248,7 +1284,7 @@ events: - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/bossac" - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/bossac" - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/bossac" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/bossac" + - "/nix/store/3ffi89rlwcqww9x71pf95miyik5jhnv9-openssl-3.6.2-bin/bin/bossac" - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/bossac" - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/bossac" - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/bossac" @@ -1279,7 +1315,7 @@ events: - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" + - "/nix/store/3ffi89rlwcqww9x71pf95miyik5jhnv9-openssl-3.6.2-bin/bin" - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" @@ -1305,6 +1341,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin" - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" @@ -1338,6 +1376,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin" - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" @@ -1405,7 +1445,7 @@ events: - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/" - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/" - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/" + - "/nix/store/3ffi89rlwcqww9x71pf95miyik5jhnv9-openssl-3.6.2-bin/bin/" - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/" - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/" - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/" @@ -1430,6 +1470,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin/" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin/" - "/run/wrappers/bin/" - "/root/.nix-profile/bin/" - "/nix/profile/bin/" @@ -1460,7 +1502,7 @@ events: - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" + - "/nix/store/3ffi89rlwcqww9x71pf95miyik5jhnv9-openssl-3.6.2-bin/bin" - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" @@ -1486,6 +1528,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin" - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" @@ -1519,6 +1563,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin" - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" @@ -1584,7 +1630,7 @@ events: - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/" - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/" - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/" + - "/nix/store/3ffi89rlwcqww9x71pf95miyik5jhnv9-openssl-3.6.2-bin/bin/" - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/" - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/" - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/" @@ -1609,6 +1655,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin/" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin/" - "/run/wrappers/bin/" - "/root/.nix-profile/bin/" - "/nix/profile/bin/" @@ -1631,7 +1679,7 @@ events: - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/winpty" - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/winpty" - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/winpty" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/winpty" + - "/nix/store/3ffi89rlwcqww9x71pf95miyik5jhnv9-openssl-3.6.2-bin/bin/winpty" - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/winpty" - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/winpty" - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/winpty" @@ -1656,6 +1704,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/winpty" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/winpty" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/winpty" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin/winpty" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin/winpty" - "/run/wrappers/bin/winpty" - "/root/.nix-profile/bin/winpty" - "/nix/profile/bin/winpty" @@ -1679,7 +1729,7 @@ events: - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" + - "/nix/store/3ffi89rlwcqww9x71pf95miyik5jhnv9-openssl-3.6.2-bin/bin" - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" @@ -1705,6 +1755,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin" - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" @@ -1738,6 +1790,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin" - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" @@ -1807,7 +1861,7 @@ events: - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" + - "/nix/store/3ffi89rlwcqww9x71pf95miyik5jhnv9-openssl-3.6.2-bin/bin" - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" @@ -1833,6 +1887,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin" - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" @@ -1866,6 +1922,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin" - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" @@ -1935,7 +1993,7 @@ events: - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" + - "/nix/store/3ffi89rlwcqww9x71pf95miyik5jhnv9-openssl-3.6.2-bin/bin" - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" @@ -1961,6 +2019,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin" - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" @@ -1994,6 +2054,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin" - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" @@ -2059,7 +2121,7 @@ events: - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/" - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/" - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/" + - "/nix/store/3ffi89rlwcqww9x71pf95miyik5jhnv9-openssl-3.6.2-bin/bin/" - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/" - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/" - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/" @@ -2084,6 +2146,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin/" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin/" - "/run/wrappers/bin/" - "/root/.nix-profile/bin/" - "/nix/profile/bin/" @@ -2106,7 +2170,7 @@ events: - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/dtc" - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/dtc" - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/dtc" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/dtc" + - "/nix/store/3ffi89rlwcqww9x71pf95miyik5jhnv9-openssl-3.6.2-bin/bin/dtc" - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/dtc" - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/dtc" - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/dtc" @@ -2137,7 +2201,7 @@ events: - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" + - "/nix/store/3ffi89rlwcqww9x71pf95miyik5jhnv9-openssl-3.6.2-bin/bin" - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" @@ -2163,6 +2227,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin" - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" @@ -2196,6 +2262,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin" - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" @@ -2224,5736 +2292,6 @@ events: - "/etc/profiles/per-user/root/bin" - "/nix/var/nix/profiles/default/bin" - "/run/current-system/sw/bin" - - - kind: "find-v1" - backtrace: - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/compiler/gcc/target.cmake:8 (find_program)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/FindTargetTools.cmake:103 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:25 (find_package)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - mode: "program" - variable: "CMAKE_C_COMPILER" - description: "Path to a program." - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: true - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/" - found: "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc" - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - - - kind: "find-v1" - backtrace: - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/compiler/gcc/target.cmake:26 (find_program)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/FindTargetTools.cmake:103 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:25 (find_package)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - mode: "program" - variable: "CMAKE_CXX_COMPILER" - description: "Path to a program." - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: true - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/" - found: "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++" - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - - - kind: "find-v1" - backtrace: - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/bintools/gnu/target.cmake:5 (find_program)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/FindTargetTools.cmake:106 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:25 (find_package)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - mode: "program" - variable: "CMAKE_OBJCOPY" - description: "Path to a program." - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: true - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objcopy" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/" - found: "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objcopy" - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - - - kind: "find-v1" - backtrace: - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/bintools/gnu/target.cmake:6 (find_program)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/FindTargetTools.cmake:106 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:25 (find_package)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - mode: "program" - variable: "CMAKE_OBJDUMP" - description: "Path to a program." - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: true - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/" - found: "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump" - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - - - kind: "find-v1" - backtrace: - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/bintools/gnu/target.cmake:7 (find_program)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/FindTargetTools.cmake:106 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:25 (find_package)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - mode: "program" - variable: "CMAKE_AS" - description: "Path to a program." - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: true - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-as" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/" - found: "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-as" - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - - - kind: "find-v1" - backtrace: - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/bintools/gnu/target.cmake:12 (find_program)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/FindTargetTools.cmake:106 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:25 (find_package)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - mode: "program" - variable: "CMAKE_AR" - description: "Path to a program." - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: true - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/" - found: "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar" - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - - - kind: "find-v1" - backtrace: - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/bintools/gnu/target.cmake:13 (find_program)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/FindTargetTools.cmake:106 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:25 (find_package)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - mode: "program" - variable: "CMAKE_RANLIB" - description: "Path to a program." - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: true - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/" - found: "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib" - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - - - kind: "find-v1" - backtrace: - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/bintools/gnu/target.cmake:15 (find_program)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/FindTargetTools.cmake:106 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:25 (find_package)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - mode: "program" - variable: "CMAKE_READELF" - description: "Path to a program." - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: true - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-readelf" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/" - found: "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-readelf" - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - - - kind: "find-v1" - backtrace: - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/bintools/gnu/target.cmake:16 (find_program)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/FindTargetTools.cmake:106 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:25 (find_package)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - mode: "program" - variable: "CMAKE_NM" - description: "Path to a program." - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: true - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-nm" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/" - found: "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-nm" - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - - - kind: "find-v1" - backtrace: - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/bintools/gnu/target.cmake:17 (find_program)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/FindTargetTools.cmake:106 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:25 (find_package)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - mode: "program" - variable: "CMAKE_STRIP" - description: "Path to a program." - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: true - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-strip" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/" - found: "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-strip" - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - - - kind: "find-v1" - backtrace: - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/bintools/gnu/target.cmake:19 (find_program)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/FindTargetTools.cmake:106 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:25 (find_package)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - mode: "program" - variable: "CMAKE_GDB" - description: "Path to a program." - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: true - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gdb-py" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/" - found: "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gdb-py" - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - - - kind: "find-v1" - backtrace: - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineSystem.cmake:12 (find_program)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:129 (project)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - mode: "program" - variable: "CMAKE_UNAME" - description: "Path to a program." - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: true - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "uname" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/bin/" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/sbin/" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/" - - "/run/wrappers/bin/" - - "/root/.nix-profile/bin/" - - "/nix/profile/bin/" - - "/root/.local/state/nix/profile/bin/" - - "/etc/profiles/per-user/root/bin/" - - "/nix/var/nix/profiles/default/bin/" - - "/run/current-system/sw/bin/" - searched_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/bin/uname" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/sbin/uname" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/uname" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/uname" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/uname" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/uname" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/uname" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/uname" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/uname" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/uname" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/uname" - found: "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/uname" - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - - - kind: "message-v1" - backtrace: - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineSystem.cmake:207 (message)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:129 (project)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - message: | - The target system is: Generic - 4.4.99 - arm - The host system is: Linux - 6.12.87 - x86_64 - - - kind: "find-v1" - backtrace: - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeNinjaFindMake.cmake:5 (find_program)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:129 (project)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - mode: "program" - variable: "CMAKE_MAKE_PROGRAM" - description: "Program used to build from build.ninja files." - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: true - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "ninja-build" - - "ninja" - - "samu" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/bin/" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/sbin/" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/" - - "/run/wrappers/bin/" - - "/root/.nix-profile/bin/" - - "/nix/profile/bin/" - - "/root/.local/state/nix/profile/bin/" - - "/etc/profiles/per-user/root/bin/" - - "/nix/var/nix/profiles/default/bin/" - - "/run/current-system/sw/bin/" - searched_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/bin/ninja-build" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/bin/ninja" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/bin/samu" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/sbin/ninja-build" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/sbin/ninja" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/sbin/samu" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/ninja-build" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/ninja" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/samu" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/ninja-build" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/ninja" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/samu" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/ninja-build" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/ninja" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/samu" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/ninja-build" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/ninja" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/samu" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/ninja-build" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/ninja" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/samu" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/ninja-build" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/ninja" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/samu" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ninja-build" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ninja" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/samu" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/ninja-build" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/ninja" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/samu" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/ninja-build" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/ninja" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/samu" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/ninja-build" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/ninja" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/samu" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ninja-build" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ninja" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/samu" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/ninja-build" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/ninja" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/samu" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/ninja-build" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/ninja" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/samu" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/ninja-build" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/ninja" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/samu" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/ninja-build" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/ninja" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/samu" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/ninja-build" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/ninja" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/samu" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/ninja-build" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/ninja" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/samu" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/ninja-build" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/ninja" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/samu" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/ninja-build" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/ninja" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/samu" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/ninja-build" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/ninja" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/samu" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/ninja-build" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/ninja" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/samu" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/ninja-build" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/ninja" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/samu" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/ninja-build" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/ninja" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/samu" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/ninja-build" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/ninja" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/samu" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/ninja-build" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/ninja" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/samu" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/ninja-build" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/ninja" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/samu" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/ninja-build" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/ninja" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/samu" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/ninja-build" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/ninja" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/samu" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/ninja-build" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/ninja" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/samu" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/ninja-build" - found: "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/ninja" - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - - - kind: "find-v1" - backtrace: - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:462 (find_file)" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:500 (CMAKE_DETERMINE_COMPILER_ID_WRITE)" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:8 (CMAKE_DETERMINE_COMPILER_ID_BUILD)" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:122 (CMAKE_DETERMINE_COMPILER_ID)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:129 (project)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - mode: "file" - variable: "src_in" - description: "Path to a file." - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: true - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "CMakeCCompilerId.c.in" - candidate_directories: - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/" - found: "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCCompilerId.c.in" - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{CMAKE_INCLUDE_PATH}: - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/include" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/include" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - - - kind: "message-v1" - backtrace: - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:122 (CMAKE_DETERMINE_COMPILER_ID)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:129 (project)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - message: | - Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. - Compiler: /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc - Build flags: - Id flags: - - The output was: - 0 - - - Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" - - The C compiler identification is GNU, found in: - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/4.1.2/CompilerIdC/a.out - - - - kind: "find-v1" - backtrace: - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:129 (project)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - mode: "program" - variable: "CMAKE_DLLTOOL" - description: "Path to a program." - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: false - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "arm-zephyr-eabi-dlltool" - - "dlltool" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/" - - "/run/wrappers/bin/" - - "/root/.nix-profile/bin/" - - "/nix/profile/bin/" - - "/root/.local/state/nix/profile/bin/" - - "/etc/profiles/per-user/root/bin/" - - "/nix/var/nix/profiles/default/bin/" - - "/run/current-system/sw/bin/" - searched_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/arm-zephyr-eabi-dlltool" - - "/run/wrappers/bin/arm-zephyr-eabi-dlltool" - - "/root/.nix-profile/bin/arm-zephyr-eabi-dlltool" - - "/nix/profile/bin/arm-zephyr-eabi-dlltool" - - "/root/.local/state/nix/profile/bin/arm-zephyr-eabi-dlltool" - - "/etc/profiles/per-user/root/bin/arm-zephyr-eabi-dlltool" - - "/nix/var/nix/profiles/default/bin/arm-zephyr-eabi-dlltool" - - "/run/current-system/sw/bin/arm-zephyr-eabi-dlltool" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/dlltool" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/dlltool" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/dlltool" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/dlltool" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/dlltool" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/dlltool" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/dlltool" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/dlltool" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/dlltool" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/dlltool" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/dlltool" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/dlltool" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/dlltool" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/dlltool" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/dlltool" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/dlltool" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/dlltool" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/dlltool" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/dlltool" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/dlltool" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/dlltool" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/dlltool" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/dlltool" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/dlltool" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/dlltool" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/dlltool" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/dlltool" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/dlltool" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/dlltool" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/dlltool" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/dlltool" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/dlltool" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/dlltool" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/dlltool" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/dlltool" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/dlltool" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/dlltool" - - "/run/wrappers/bin/dlltool" - - "/root/.nix-profile/bin/dlltool" - - "/nix/profile/bin/dlltool" - - "/root/.local/state/nix/profile/bin/dlltool" - - "/etc/profiles/per-user/root/bin/dlltool" - - "/nix/var/nix/profiles/default/bin/dlltool" - - "/run/current-system/sw/bin/dlltool" - found: false - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - - - kind: "find-v1" - backtrace: - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:129 (project)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - mode: "program" - variable: "CMAKE_ADDR2LINE" - description: "Path to a program." - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: false - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "arm-zephyr-eabi-addr2line" - - "addr2line" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/" - - "/run/wrappers/bin/" - - "/root/.nix-profile/bin/" - - "/nix/profile/bin/" - - "/root/.local/state/nix/profile/bin/" - - "/etc/profiles/per-user/root/bin/" - - "/nix/var/nix/profiles/default/bin/" - - "/run/current-system/sw/bin/" - found: "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-addr2line" - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - - - kind: "find-v1" - backtrace: - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:200 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:129 (project)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - mode: "program" - variable: "CMAKE_TAPI" - description: "Path to a program." - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: false - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "arm-zephyr-eabi-tapi" - - "tapi" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/" - - "/run/wrappers/bin/" - - "/root/.nix-profile/bin/" - - "/nix/profile/bin/" - - "/root/.local/state/nix/profile/bin/" - - "/etc/profiles/per-user/root/bin/" - - "/nix/var/nix/profiles/default/bin/" - - "/run/current-system/sw/bin/" - searched_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-tapi" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/arm-zephyr-eabi-tapi" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/arm-zephyr-eabi-tapi" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/arm-zephyr-eabi-tapi" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/arm-zephyr-eabi-tapi" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/arm-zephyr-eabi-tapi" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/arm-zephyr-eabi-tapi" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/arm-zephyr-eabi-tapi" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/arm-zephyr-eabi-tapi" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/arm-zephyr-eabi-tapi" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/arm-zephyr-eabi-tapi" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/arm-zephyr-eabi-tapi" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/arm-zephyr-eabi-tapi" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/arm-zephyr-eabi-tapi" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/arm-zephyr-eabi-tapi" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/arm-zephyr-eabi-tapi" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/arm-zephyr-eabi-tapi" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/arm-zephyr-eabi-tapi" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/arm-zephyr-eabi-tapi" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/arm-zephyr-eabi-tapi" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/arm-zephyr-eabi-tapi" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/arm-zephyr-eabi-tapi" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/arm-zephyr-eabi-tapi" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/arm-zephyr-eabi-tapi" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/arm-zephyr-eabi-tapi" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/arm-zephyr-eabi-tapi" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/arm-zephyr-eabi-tapi" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/arm-zephyr-eabi-tapi" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/arm-zephyr-eabi-tapi" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/arm-zephyr-eabi-tapi" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/arm-zephyr-eabi-tapi" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/arm-zephyr-eabi-tapi" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/arm-zephyr-eabi-tapi" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/arm-zephyr-eabi-tapi" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/arm-zephyr-eabi-tapi" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/arm-zephyr-eabi-tapi" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/arm-zephyr-eabi-tapi" - - "/run/wrappers/bin/arm-zephyr-eabi-tapi" - - "/root/.nix-profile/bin/arm-zephyr-eabi-tapi" - - "/nix/profile/bin/arm-zephyr-eabi-tapi" - - "/root/.local/state/nix/profile/bin/arm-zephyr-eabi-tapi" - - "/etc/profiles/per-user/root/bin/arm-zephyr-eabi-tapi" - - "/nix/var/nix/profiles/default/bin/arm-zephyr-eabi-tapi" - - "/run/current-system/sw/bin/arm-zephyr-eabi-tapi" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/tapi" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/tapi" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/tapi" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/tapi" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/tapi" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/tapi" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/tapi" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/tapi" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/tapi" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/tapi" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/tapi" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/tapi" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/tapi" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/tapi" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/tapi" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/tapi" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/tapi" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/tapi" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tapi" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/tapi" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/tapi" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/tapi" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/tapi" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/tapi" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/tapi" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/tapi" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/tapi" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/tapi" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/tapi" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/tapi" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/tapi" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/tapi" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/tapi" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/tapi" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/tapi" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/tapi" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/tapi" - - "/run/wrappers/bin/tapi" - - "/root/.nix-profile/bin/tapi" - - "/nix/profile/bin/tapi" - - "/root/.local/state/nix/profile/bin/tapi" - - "/etc/profiles/per-user/root/bin/tapi" - - "/nix/var/nix/profiles/default/bin/tapi" - - "/run/current-system/sw/bin/tapi" - found: false - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - - - kind: "find-v1" - backtrace: - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU-FindBinUtils.cmake:18 (find_program)" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:201 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:129 (project)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - mode: "program" - variable: "CMAKE_C_COMPILER_AR" - description: "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: false - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "arm-zephyr-eabi-gcc-ar-14.3" - - "arm-zephyr-eabi-gcc-ar-14" - - "arm-zephyr-eabi-gcc-ar14" - - "arm-zephyr-eabi-gcc-ar" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/" - - "/run/wrappers/bin/" - - "/root/.nix-profile/bin/" - - "/nix/profile/bin/" - - "/root/.local/state/nix/profile/bin/" - - "/etc/profiles/per-user/root/bin/" - - "/nix/var/nix/profiles/default/bin/" - - "/run/current-system/sw/bin/" - searched_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/run/wrappers/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/root/.nix-profile/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/profile/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/root/.local/state/nix/profile/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/etc/profiles/per-user/root/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/var/nix/profiles/default/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/run/current-system/sw/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/arm-zephyr-eabi-gcc-ar-14" - - "/run/wrappers/bin/arm-zephyr-eabi-gcc-ar-14" - - "/root/.nix-profile/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/profile/bin/arm-zephyr-eabi-gcc-ar-14" - - "/root/.local/state/nix/profile/bin/arm-zephyr-eabi-gcc-ar-14" - - "/etc/profiles/per-user/root/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/var/nix/profiles/default/bin/arm-zephyr-eabi-gcc-ar-14" - - "/run/current-system/sw/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/arm-zephyr-eabi-gcc-ar14" - - "/run/wrappers/bin/arm-zephyr-eabi-gcc-ar14" - - "/root/.nix-profile/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/profile/bin/arm-zephyr-eabi-gcc-ar14" - - "/root/.local/state/nix/profile/bin/arm-zephyr-eabi-gcc-ar14" - - "/etc/profiles/per-user/root/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/var/nix/profiles/default/bin/arm-zephyr-eabi-gcc-ar14" - - "/run/current-system/sw/bin/arm-zephyr-eabi-gcc-ar14" - found: "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ar" - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - - - kind: "find-v1" - backtrace: - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU-FindBinUtils.cmake:30 (find_program)" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake:201 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:129 (project)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - mode: "program" - variable: "CMAKE_C_COMPILER_RANLIB" - description: "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: false - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "arm-zephyr-eabi-gcc-ranlib-14.3" - - "arm-zephyr-eabi-gcc-ranlib-14" - - "arm-zephyr-eabi-gcc-ranlib14" - - "arm-zephyr-eabi-gcc-ranlib" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/" - - "/run/wrappers/bin/" - - "/root/.nix-profile/bin/" - - "/nix/profile/bin/" - - "/root/.local/state/nix/profile/bin/" - - "/etc/profiles/per-user/root/bin/" - - "/nix/var/nix/profiles/default/bin/" - - "/run/current-system/sw/bin/" - searched_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/run/wrappers/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/root/.nix-profile/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/profile/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/root/.local/state/nix/profile/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/etc/profiles/per-user/root/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/var/nix/profiles/default/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/run/current-system/sw/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/run/wrappers/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/root/.nix-profile/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/profile/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/root/.local/state/nix/profile/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/etc/profiles/per-user/root/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/var/nix/profiles/default/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/run/current-system/sw/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/run/wrappers/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/root/.nix-profile/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/profile/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/root/.local/state/nix/profile/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/etc/profiles/per-user/root/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/var/nix/profiles/default/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/run/current-system/sw/bin/arm-zephyr-eabi-gcc-ranlib14" - found: "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ranlib" - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - - - kind: "find-v1" - backtrace: - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:462 (find_file)" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:500 (CMAKE_DETERMINE_COMPILER_ID_WRITE)" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:8 (CMAKE_DETERMINE_COMPILER_ID_BUILD)" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:125 (CMAKE_DETERMINE_COMPILER_ID)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:129 (project)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - mode: "file" - variable: "src_in" - description: "Path to a file." - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: true - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "CMakeCXXCompilerId.cpp.in" - candidate_directories: - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/" - found: "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXCompilerId.cpp.in" - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{CMAKE_INCLUDE_PATH}: - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/include" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/include" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - - - kind: "message-v1" - backtrace: - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:125 (CMAKE_DETERMINE_COMPILER_ID)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:129 (project)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - message: | - Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. - Compiler: /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++ - Build flags: - Id flags: - - The output was: - 0 - - - Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" - - The CXX compiler identification is GNU, found in: - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/4.1.2/CompilerIdCXX/a.out - - - - kind: "find-v1" - backtrace: - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU-FindBinUtils.cmake:18 (find_program)" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:207 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:129 (project)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - mode: "program" - variable: "CMAKE_CXX_COMPILER_AR" - description: "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: false - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "arm-zephyr-eabi-gcc-ar-14.3" - - "arm-zephyr-eabi-gcc-ar-14" - - "arm-zephyr-eabi-gcc-ar14" - - "arm-zephyr-eabi-gcc-ar" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/" - - "/run/wrappers/bin/" - - "/root/.nix-profile/bin/" - - "/nix/profile/bin/" - - "/root/.local/state/nix/profile/bin/" - - "/etc/profiles/per-user/root/bin/" - - "/nix/var/nix/profiles/default/bin/" - - "/run/current-system/sw/bin/" - searched_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/run/wrappers/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/root/.nix-profile/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/profile/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/root/.local/state/nix/profile/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/etc/profiles/per-user/root/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/var/nix/profiles/default/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/run/current-system/sw/bin/arm-zephyr-eabi-gcc-ar-14.3" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/arm-zephyr-eabi-gcc-ar-14" - - "/run/wrappers/bin/arm-zephyr-eabi-gcc-ar-14" - - "/root/.nix-profile/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/profile/bin/arm-zephyr-eabi-gcc-ar-14" - - "/root/.local/state/nix/profile/bin/arm-zephyr-eabi-gcc-ar-14" - - "/etc/profiles/per-user/root/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/var/nix/profiles/default/bin/arm-zephyr-eabi-gcc-ar-14" - - "/run/current-system/sw/bin/arm-zephyr-eabi-gcc-ar-14" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/arm-zephyr-eabi-gcc-ar14" - - "/run/wrappers/bin/arm-zephyr-eabi-gcc-ar14" - - "/root/.nix-profile/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/profile/bin/arm-zephyr-eabi-gcc-ar14" - - "/root/.local/state/nix/profile/bin/arm-zephyr-eabi-gcc-ar14" - - "/etc/profiles/per-user/root/bin/arm-zephyr-eabi-gcc-ar14" - - "/nix/var/nix/profiles/default/bin/arm-zephyr-eabi-gcc-ar14" - - "/run/current-system/sw/bin/arm-zephyr-eabi-gcc-ar14" - found: "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ar" - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - - - kind: "find-v1" - backtrace: - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU-FindBinUtils.cmake:30 (find_program)" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:207 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:129 (project)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - mode: "program" - variable: "CMAKE_CXX_COMPILER_RANLIB" - description: "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: false - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "arm-zephyr-eabi-gcc-ranlib-14.3" - - "arm-zephyr-eabi-gcc-ranlib-14" - - "arm-zephyr-eabi-gcc-ranlib14" - - "arm-zephyr-eabi-gcc-ranlib" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/" - - "/run/wrappers/bin/" - - "/root/.nix-profile/bin/" - - "/nix/profile/bin/" - - "/root/.local/state/nix/profile/bin/" - - "/etc/profiles/per-user/root/bin/" - - "/nix/var/nix/profiles/default/bin/" - - "/run/current-system/sw/bin/" - searched_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/run/wrappers/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/root/.nix-profile/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/profile/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/root/.local/state/nix/profile/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/etc/profiles/per-user/root/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/var/nix/profiles/default/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/run/current-system/sw/bin/arm-zephyr-eabi-gcc-ranlib-14.3" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/run/wrappers/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/root/.nix-profile/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/profile/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/root/.local/state/nix/profile/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/etc/profiles/per-user/root/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/var/nix/profiles/default/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/run/current-system/sw/bin/arm-zephyr-eabi-gcc-ranlib-14" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/run/wrappers/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/root/.nix-profile/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/profile/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/root/.local/state/nix/profile/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/etc/profiles/per-user/root/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/nix/var/nix/profiles/default/bin/arm-zephyr-eabi-gcc-ranlib14" - - "/run/current-system/sw/bin/arm-zephyr-eabi-gcc-ranlib14" - found: "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ranlib" - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - - - kind: "find-v1" - backtrace: - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompiler.cmake:54 (find_program)" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineASMCompiler.cmake:61 (_cmake_find_compiler)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:135 (enable_language)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - mode: "program" - variable: "CMAKE_ASM_COMPILER" - description: "ASM compiler" - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: true - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/" - found: "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc" - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - CMAKE_INSTALL_PREFIX: "/usr/local" - CMAKE_SYSTEM_PROGRAM_PATH: - - "/bin" - - - kind: "message-v1" - backtrace: - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:1290 (message)" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineASMCompiler.cmake:170 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:135 (enable_language)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - message: | - Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)": - arm-zephyr-eabi-gcc (Zephyr SDK 1.0.1) 14.3.0 - Copyright (C) 2024 Free Software Foundation, Inc. - This is free software; see the source for copying conditions. There is NO - warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - - - kind: "find-v1" - backtrace: - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU-FindBinUtils.cmake:18 (find_program)" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineASMCompiler.cmake:268 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:135 (enable_language)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - mode: "program" - variable: "CMAKE_ASM_COMPILER_AR" - description: "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: false - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "arm-zephyr-eabi-gcc-ar-" - - "arm-zephyr-eabi-gcc-ar-" - - "arm-zephyr-eabi-gcc-ar" - - "arm-zephyr-eabi-gcc-ar" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/" - - "/run/wrappers/bin/" - - "/root/.nix-profile/bin/" - - "/nix/profile/bin/" - - "/root/.local/state/nix/profile/bin/" - - "/etc/profiles/per-user/root/bin/" - - "/nix/var/nix/profiles/default/bin/" - - "/run/current-system/sw/bin/" - - "/bin/" - searched_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/arm-zephyr-eabi-gcc-ar-" - - "/run/wrappers/bin/arm-zephyr-eabi-gcc-ar-" - - "/root/.nix-profile/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/profile/bin/arm-zephyr-eabi-gcc-ar-" - - "/root/.local/state/nix/profile/bin/arm-zephyr-eabi-gcc-ar-" - - "/etc/profiles/per-user/root/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/var/nix/profiles/default/bin/arm-zephyr-eabi-gcc-ar-" - - "/run/current-system/sw/bin/arm-zephyr-eabi-gcc-ar-" - - "/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/arm-zephyr-eabi-gcc-ar-" - - "/run/wrappers/bin/arm-zephyr-eabi-gcc-ar-" - - "/root/.nix-profile/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/profile/bin/arm-zephyr-eabi-gcc-ar-" - - "/root/.local/state/nix/profile/bin/arm-zephyr-eabi-gcc-ar-" - - "/etc/profiles/per-user/root/bin/arm-zephyr-eabi-gcc-ar-" - - "/nix/var/nix/profiles/default/bin/arm-zephyr-eabi-gcc-ar-" - - "/run/current-system/sw/bin/arm-zephyr-eabi-gcc-ar-" - - "/bin/arm-zephyr-eabi-gcc-ar-" - found: "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ar" - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - CMAKE_INSTALL_PREFIX: "/usr/local" - CMAKE_SYSTEM_PROGRAM_PATH: - - "/bin" - - - kind: "find-v1" - backtrace: - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU-FindBinUtils.cmake:30 (find_program)" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineASMCompiler.cmake:268 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake:135 (enable_language)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:144 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)" - - "CMakeLists.txt:18 (find_package)" - mode: "program" - variable: "CMAKE_ASM_COMPILER_RANLIB" - description: "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: false - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "arm-zephyr-eabi-gcc-ranlib-" - - "arm-zephyr-eabi-gcc-ranlib-" - - "arm-zephyr-eabi-gcc-ranlib" - - "arm-zephyr-eabi-gcc-ranlib" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/" - - "/run/wrappers/bin/" - - "/root/.nix-profile/bin/" - - "/nix/profile/bin/" - - "/root/.local/state/nix/profile/bin/" - - "/etc/profiles/per-user/root/bin/" - - "/nix/var/nix/profiles/default/bin/" - - "/run/current-system/sw/bin/" - - "/bin/" - searched_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/run/wrappers/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/root/.nix-profile/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/profile/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/root/.local/state/nix/profile/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/etc/profiles/per-user/root/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/var/nix/profiles/default/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/run/current-system/sw/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/run/wrappers/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/root/.nix-profile/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/profile/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/root/.local/state/nix/profile/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/etc/profiles/per-user/root/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/nix/var/nix/profiles/default/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/run/current-system/sw/bin/arm-zephyr-eabi-gcc-ranlib-" - - "/bin/arm-zephyr-eabi-gcc-ranlib-" - found: "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc-ranlib" - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - CMAKE_INSTALL_PREFIX: "/usr/local" - CMAKE_SYSTEM_PROGRAM_PATH: - - "/bin" - - - kind: "find-v1" - backtrace: - - "/home/jeremy/utat-dev/zephyrproject/modules/lib/picolibc/CMakeLists.txt:49 (find_program)" - mode: "program" - variable: "CCACHE_PROGRAM" - description: "Path to a program." - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: true - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "ccache" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/bin/" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/sbin/" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/" - - "/run/wrappers/bin/" - - "/root/.nix-profile/bin/" - - "/nix/profile/bin/" - - "/root/.local/state/nix/profile/bin/" - - "/etc/profiles/per-user/root/bin/" - - "/nix/var/nix/profiles/default/bin/" - - "/run/current-system/sw/bin/" - - "/bin/" - searched_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/bin/ccache" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/sbin/ccache" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/ccache" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/ccache" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/ccache" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/ccache" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/ccache" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/ccache" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ccache" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/ccache" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/ccache" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/ccache" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ccache" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/ccache" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/ccache" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/ccache" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/ccache" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/ccache" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/ccache" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/ccache" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/ccache" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/ccache" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/ccache" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/ccache" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/ccache" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/ccache" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/ccache" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/ccache" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/ccache" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/ccache" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/ccache" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/ccache" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/ccache" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/ccache" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/ccache" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/ccache" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/ccache" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/ccache" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/ccache" - - "/run/wrappers/bin/ccache" - - "/root/.nix-profile/bin/ccache" - - "/nix/profile/bin/ccache" - - "/root/.local/state/nix/profile/bin/ccache" - - "/etc/profiles/per-user/root/bin/ccache" - - "/nix/var/nix/profiles/default/bin/ccache" - - "/run/current-system/sw/bin/ccache" - - "/bin/ccache" - found: false - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - CMAKE_INSTALL_PREFIX: "/usr/local" - CMAKE_SYSTEM_PROGRAM_PATH: - - "/bin" - - - kind: "find-v1" - backtrace: - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/kobj.cmake:3 (find_program)" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt:985 (include)" - mode: "program" - variable: "GEN_KOBJECT_LIST" - description: "Path to a program." - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: true - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "gen_kobject_list" - - "gen_kobject_list.py" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/bin/" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/sbin/" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/" - - "/run/wrappers/bin/" - - "/root/.nix-profile/bin/" - - "/nix/profile/bin/" - - "/root/.local/state/nix/profile/bin/" - - "/etc/profiles/per-user/root/bin/" - - "/nix/var/nix/profiles/default/bin/" - - "/run/current-system/sw/bin/" - - "/bin/" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/scripts/build/" - searched_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/bin/gen_kobject_list" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/sbin/gen_kobject_list" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/gen_kobject_list" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/gen_kobject_list" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/gen_kobject_list" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/gen_kobject_list" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/gen_kobject_list" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/gen_kobject_list" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gen_kobject_list" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/gen_kobject_list" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/gen_kobject_list" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/gen_kobject_list" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/gen_kobject_list" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/gen_kobject_list" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/gen_kobject_list" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/gen_kobject_list" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/gen_kobject_list" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/gen_kobject_list" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/gen_kobject_list" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/gen_kobject_list" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/gen_kobject_list" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/gen_kobject_list" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/gen_kobject_list" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/gen_kobject_list" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/gen_kobject_list" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/gen_kobject_list" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/gen_kobject_list" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/gen_kobject_list" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/gen_kobject_list" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/gen_kobject_list" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/gen_kobject_list" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/gen_kobject_list" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/gen_kobject_list" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/gen_kobject_list" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/gen_kobject_list" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/gen_kobject_list" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/gen_kobject_list" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/gen_kobject_list" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/gen_kobject_list" - - "/run/wrappers/bin/gen_kobject_list" - - "/root/.nix-profile/bin/gen_kobject_list" - - "/nix/profile/bin/gen_kobject_list" - - "/root/.local/state/nix/profile/bin/gen_kobject_list" - - "/etc/profiles/per-user/root/bin/gen_kobject_list" - - "/nix/var/nix/profiles/default/bin/gen_kobject_list" - - "/run/current-system/sw/bin/gen_kobject_list" - - "/bin/gen_kobject_list" - - "/home/jeremy/utat-dev/zephyrproject/zephyr/scripts/build/gen_kobject_list" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/bin/gen_kobject_list.py" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/sbin/gen_kobject_list.py" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/gen_kobject_list.py" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/gen_kobject_list.py" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/gen_kobject_list.py" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/gen_kobject_list.py" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/gen_kobject_list.py" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/gen_kobject_list.py" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gen_kobject_list.py" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/gen_kobject_list.py" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/gen_kobject_list.py" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/gen_kobject_list.py" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/gen_kobject_list.py" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/gen_kobject_list.py" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/gen_kobject_list.py" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/gen_kobject_list.py" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/gen_kobject_list.py" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/gen_kobject_list.py" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/gen_kobject_list.py" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/gen_kobject_list.py" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/gen_kobject_list.py" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/gen_kobject_list.py" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/gen_kobject_list.py" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/gen_kobject_list.py" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/gen_kobject_list.py" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/gen_kobject_list.py" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/gen_kobject_list.py" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/gen_kobject_list.py" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/gen_kobject_list.py" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/gen_kobject_list.py" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/gen_kobject_list.py" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/gen_kobject_list.py" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/gen_kobject_list.py" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/gen_kobject_list.py" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/gen_kobject_list.py" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/gen_kobject_list.py" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/gen_kobject_list.py" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/gen_kobject_list.py" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/gen_kobject_list.py" - - "/run/wrappers/bin/gen_kobject_list.py" - - "/root/.nix-profile/bin/gen_kobject_list.py" - - "/nix/profile/bin/gen_kobject_list.py" - - "/root/.local/state/nix/profile/bin/gen_kobject_list.py" - - "/etc/profiles/per-user/root/bin/gen_kobject_list.py" - - "/nix/var/nix/profiles/default/bin/gen_kobject_list.py" - - "/run/current-system/sw/bin/gen_kobject_list.py" - - "/bin/gen_kobject_list.py" - found: "/home/jeremy/utat-dev/zephyrproject/zephyr/scripts/build/gen_kobject_list.py" - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - CMAKE_INSTALL_PREFIX: "/usr/local" - CMAKE_SYSTEM_PROGRAM_PATH: - - "/bin" - - - kind: "find-v1" - backtrace: - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/reports/CMakeLists.txt:115 (find_program)" - mode: "program" - variable: "PUNCOVER" - description: "Path to a program." - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: true - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "puncover" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/bin/" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/sbin/" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/" - - "/run/wrappers/bin/" - - "/root/.nix-profile/bin/" - - "/nix/profile/bin/" - - "/root/.local/state/nix/profile/bin/" - - "/etc/profiles/per-user/root/bin/" - - "/nix/var/nix/profiles/default/bin/" - - "/run/current-system/sw/bin/" - - "/bin/" - searched_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/bin/puncover" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/sbin/puncover" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/puncover" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/puncover" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/puncover" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/puncover" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/puncover" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/puncover" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/puncover" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/puncover" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/puncover" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/puncover" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/puncover" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/puncover" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/puncover" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/puncover" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/puncover" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/puncover" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/puncover" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/puncover" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/puncover" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/puncover" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/puncover" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/puncover" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/puncover" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/puncover" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/puncover" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/puncover" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/puncover" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/puncover" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/puncover" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/puncover" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/puncover" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/puncover" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/puncover" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/puncover" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/puncover" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/puncover" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/puncover" - - "/run/wrappers/bin/puncover" - - "/root/.nix-profile/bin/puncover" - - "/nix/profile/bin/puncover" - - "/root/.local/state/nix/profile/bin/puncover" - - "/etc/profiles/per-user/root/bin/puncover" - - "/nix/var/nix/profiles/default/bin/puncover" - - "/run/current-system/sw/bin/puncover" - - "/bin/puncover" - found: false - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - CMAKE_INSTALL_PREFIX: "/usr/local" - CMAKE_SYSTEM_PROGRAM_PATH: - - "/bin" - - - kind: "find-v1" - backtrace: - - "/home/jeremy/utat-dev/zephyrproject/zephyr/cmake/reports/CMakeLists.txt:142 (find_program)" - mode: "program" - variable: "PAHOLE" - description: "Path to a program." - settings: - SearchFramework: "NEVER" - SearchAppBundle: "NEVER" - CMAKE_FIND_USE_CMAKE_PATH: true - CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true - CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true - CMAKE_FIND_USE_INSTALL_PREFIX: true - names: - - "pahole" - candidate_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/bin/" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/sbin/" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/" - - "/run/wrappers/bin/" - - "/root/.nix-profile/bin/" - - "/nix/profile/bin/" - - "/root/.local/state/nix/profile/bin/" - - "/etc/profiles/per-user/root/bin/" - - "/nix/var/nix/profiles/default/bin/" - - "/run/current-system/sw/bin/" - - "/bin/" - searched_directories: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/bin/pahole" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/sbin/pahole" - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/pahole" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin/pahole" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/pahole" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin/pahole" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin/pahole" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin/pahole" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/pahole" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin/pahole" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin/pahole" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin/pahole" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/pahole" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin/pahole" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin/pahole" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin/pahole" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin/pahole" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin/pahole" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin/pahole" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin/pahole" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/pahole" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin/pahole" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin/pahole" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin/pahole" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/pahole" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin/pahole" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin/pahole" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin/pahole" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/pahole" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/pahole" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/pahole" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/pahole" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin/pahole" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin/pahole" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin/pahole" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin/pahole" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin/pahole" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin/pahole" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin/pahole" - - "/run/wrappers/bin/pahole" - - "/root/.nix-profile/bin/pahole" - - "/nix/profile/bin/pahole" - - "/root/.local/state/nix/profile/bin/pahole" - - "/etc/profiles/per-user/root/bin/pahole" - - "/nix/var/nix/profiles/default/bin/pahole" - - "/run/current-system/sw/bin/pahole" - - "/bin/pahole" - found: false - search_context: - CMAKE_PREFIX_PATH: - - "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr" - ENV{PATH}: - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin" - - "/nix/store/nc91fifcamj4bns2dpnnbps7kl9skn2l-python3.13-pykwalify-1.8.0/bin" - - "/nix/store/lfbzxs5wyqd2122mpbj5azkxhxspw9cd-bash-interactive-5.3p3/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin" - - "/nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin" - - "/nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin" - - "/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin" - - "/nix/store/jn5rl6k31hr8a5nf7j6ypam3s6rzbgx3-python3.13-jsonschema-4.25.0/bin" - - "/nix/store/sdfysgb89zdysrknjavcr0crs4qxpk8r-python3-3.13.12/bin" - - "/nix/store/x4jkv0c02kcp7mqf78b3xny5xbr2kjdr-python3.13-jsonpath-ng-1.7.0/bin" - - "/nix/store/f3i7n3i427vc0x6nimj83mijn27if0lp-python3.13-pyocd-0.41.0/bin" - - "/nix/store/pqvq049f0r8f2wwqjp3v3n5f27npcixw-python3.13-intelhex-2.3.0/bin" - - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" - - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" - - "/nix/store/6s5jp0cchd4jjq474xkfymj18l6i5x95-glibc-2.40-224-bin/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" - - "/nix/store/4zi0y6cmpjnbhmgrx7vfgqkyv5z1z4z0-gnused-4.9/bin" - - "/nix/store/k3wiv3qqa4y0im5v1iq2jy4h9cm32dfc-gnugrep-3.12/bin" - - "/nix/store/88d79vz87a5g3wsclabrgqd93jqh5yv8-gawk-5.3.2/bin" - - "/nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin" - - "/nix/store/rhp8ph1q699irvmacp27x3sw84slk32i-gzip-1.14/bin" - - "/nix/store/g36v1ss2ywkqp751wlkhnd8n9zaqkg2w-bzip2-1.0.8-bin/bin" - - "/nix/store/djjc508wnfdwmkv5xrxxqx5r2v09yxfp-gnumake-4.4.1/bin" - - "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin" - - "/nix/store/wgnxx41q3d2cx6j5wk2s5bkjyzrr3ggn-patch-2.8/bin" - - "/nix/store/3x3p3mhwn18q7qplxn34i13rdmswi0qm-xz-5.8.3-bin/bin" - - "/nix/store/018l43lbsqbrsasrfdcxxb5s4s161fkr-file-5.45/bin" - - "/run/wrappers/bin" - - "/root/.nix-profile/bin" - - "/nix/profile/bin" - - "/root/.local/state/nix/profile/bin" - - "/etc/profiles/per-user/root/bin" - - "/nix/var/nix/profiles/default/bin" - - "/run/current-system/sw/bin" - CMAKE_INSTALL_PREFIX: "/usr/local" - CMAKE_SYSTEM_PROGRAM_PATH: - - "/bin" - kind: "find_package-v1" backtrace: @@ -8335,6 +2673,46 @@ events: path: "/nix/store/afayips904zs160spgvzdwjg32z6pdk6-python3.13-pyusb-1.3.1/zephyr-config.cmake" mode: "config" reason: "no_exist" + - + path: "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/ZephyrConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/zephyr-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/ZephyrConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/zephyr-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ngbwvcgy4a96r7gv85wfb0bdsb73f07h-python3.13-cryptography-46.0.7/ZephyrConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ngbwvcgy4a96r7gv85wfb0bdsb73f07h-python3.13-cryptography-46.0.7/zephyr-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/wx37hlyf5jlcxnvhj7pkdipmjlpsfydq-python3.13-cffi-2.0.0/ZephyrConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/wx37hlyf5jlcxnvhj7pkdipmjlpsfydq-python3.13-cffi-2.0.0/zephyr-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/h05f93vq99yfgxa6gbllw02d8yrn5wy9-python3.13-pycparser-2.23/ZephyrConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/h05f93vq99yfgxa6gbllw02d8yrn5wy9-python3.13-pycparser-2.23/zephyr-config.cmake" + mode: "config" + reason: "no_exist" - path: "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/ZephyrConfig.cmake" mode: "config" @@ -8426,7 +2804,7 @@ events: - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - "/nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin" - "/nix/store/i7mdvmliqcb5lz0nqija8rq55vws6gi8-binutils-2.44/bin" - - "/nix/store/nnj8kyg855h71xb37qhjv9j46fhvd43i-screen-5.0.1/bin" + - "/nix/store/3ffi89rlwcqww9x71pf95miyik5jhnv9-openssl-3.6.2-bin/bin" - "/nix/store/hqkszxk2c0cxvd04xa4gsaqs182dw8l2-coreutils-9.8/bin" - "/nix/store/8xhaz2ysixijy8sgzmwmhlialqqind1p-findutils-4.10.0/bin" - "/nix/store/cw3a3yz8vrfsz53ypjw8hspy5hzzx2py-diffutils-3.12/bin" @@ -8452,6 +2830,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin" - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" @@ -8485,6 +2865,8 @@ events: - "/nix/store/ma61b6jwpzmdnd0sm5y5hwl3a8501zs5-python3.13-natsort-8.4.0/bin" - "/nix/store/vi6vciifdxivnr2msbys863q9czaxbhv-python3.13-pyelftools-0.32/bin" - "/nix/store/06gl6k2ckiwzd7h0hwcnkj170yfzi24h-python3.13-pylink-square-1.6.0/bin" + - "/nix/store/3m4z5abkgr9dqjficxikkj0f6vccywr2-mcuboot-imgtool-2.2.0/bin" + - "/nix/store/znzq9hbkc94clwysch3b84lc3kbnjfdc-python3.13-cbor2-5.7.0/bin" - "/nix/store/5mrhn7sj5hmx1sqqj1568sya450yarvx-patchelf-0.15.2/bin" - "/nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin" - "/nix/store/ipr6y28viyqkhkg58rdvy27m01q5j5nh-gcc-14.3.0/bin" @@ -8513,5 +2895,4 @@ events: - "/etc/profiles/per-user/root/bin" - "/nix/var/nix/profiles/default/bin" - "/run/current-system/sw/bin" - CMAKE_INSTALL_PREFIX: "/usr/local" ... diff --git a/zephyrproject/build/mcuboot/CMakeFiles/InstallScripts.json b/zephyrproject/build/mcuboot/CMakeFiles/InstallScripts.json deleted file mode 100644 index 8ed289c..0000000 --- a/zephyrproject/build/mcuboot/CMakeFiles/InstallScripts.json +++ /dev/null @@ -1,154 +0,0 @@ -{ - "InstallScripts" : - [ - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/common/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/common/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/hash/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/heap/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/mem_blocks/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/midi2/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/os/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/utils/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/uuid/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/common/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/common/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/stm32g4x/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/boards/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/boards/shields/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/canbus/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/debug/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/fs/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/gnss/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/instrumentation/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/ipc/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/kvss/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/logging/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/mem_mgmt/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/mgmt/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pm/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pm/policy/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pmci/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lang_support_r/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/random/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/sd/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/stats/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/storage/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/storage/flash_map/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/testsuite/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/tracing/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/usb/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/usb/common/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/firmware/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/interrupt_controller/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/misc/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/misc/interconn/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/pcie/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/buf/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/stm32/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb_c/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/clock_control/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/flash/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/timer/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/acpica/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis-dsp/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis-nn/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis_6/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/dhara/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/fatfs/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/adi/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_afbr/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_ambiq/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common/components/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common/components/wifi/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_bouffalolab/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_espressif/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_ethos_u/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_gigadevice/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_infineon/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_intel/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/microchip/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nordic/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nuvoton/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nxp/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nxp/hal_nxp/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/openisa/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/quicklogic/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_realtek/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_realtek/hal_realtek/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas/zephyr/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas/drivers/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_rpi_pico/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_sifli/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_silabs/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_st/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/stm32g4xx/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_tdk/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_telink/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink/source/ti/devices/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/source/ti/devices/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/source/ti/boards/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/mspm0/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_wch/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_wurthelektronik/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/xtensa/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hostap/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/liblc3/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libmctp/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libmetal/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libsbc/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/littlefs/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/lora-basics-modem/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/loramac-node/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/lvgl/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mbedtls/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mcuboot/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mipi-sys-t/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nanopb/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nrf_wifi/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/open-amp/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/openthread/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/percepio/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/picolibc/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/segger/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/trusted-firmware-a/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/trusted-firmware-m/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/uoscore-uedhoc/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/zcbor/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nrf_hw_models/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/sys/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/flash/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/usage/cmake_install.cmake", - "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/reports/cmake_install.cmake" - ], - "Parallel" : false -} diff --git a/zephyrproject/build/mcuboot/CMakeFiles/TargetDirectories.txt b/zephyrproject/build/mcuboot/CMakeFiles/TargetDirectories.txt deleted file mode 100644 index e609dc2..0000000 --- a/zephyrproject/build/mcuboot/CMakeFiles/TargetDirectories.txt +++ /dev/null @@ -1,360 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/boards.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/shields.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/snippets.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/devicetree_target.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/menuconfig.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/guiconfig.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/hardenconfig.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/traceconfig.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/config-twister.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/asm.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/compiler.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/compiler-cpp.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/linker.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/bintools.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/code_data_relocation_target.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/runners_yaml_props_target.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/pristine.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/zephyr_property_target.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/app.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/version_h.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/app_version_h.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/syscall_list_h_target.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/driver_validation_h_target.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/kobj_types_h_target.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/device_api_ld_target.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/offsets.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/offsets_h.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/linker_zephyr_prebuilt_script_target.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr_pre0.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/linker_zephyr_final_script_target.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr_final.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/initlevels.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/run.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/build_info_yaml_saved.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/common/CMakeFiles/arch__common.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/common/CMakeFiles/isr_tables.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/common/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/common/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/common/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/common/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/hash/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/hash/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/heap/CMakeFiles/heap_constants.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/heap/CMakeFiles/heap_constants_h.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/heap/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/heap/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/mem_blocks/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/mem_blocks/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/midi2/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/midi2/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/os/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/os/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/utils/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/utils/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/uuid/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/uuid/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/common/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/common/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/common/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/common/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/stm32g4x/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/stm32g4x/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/boards/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/boards/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/boards/shields/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/boards/shields/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/canbus/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/canbus/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/debug/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/debug/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/fs/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/fs/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/gnss/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/gnss/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/instrumentation/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/instrumentation/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/ipc/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/ipc/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/kvss/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/kvss/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/logging/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/logging/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/mem_mgmt/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/mem_mgmt/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/mgmt/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/mgmt/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pm/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pm/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pm/policy/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pm/policy/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pmci/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pmci/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lang_support_r/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lang_support_r/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/random/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/random/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/sd/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/sd/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/stats/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/stats/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/storage/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/storage/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/storage/flash_map/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/storage/flash_map/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/testsuite/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/testsuite/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/tracing/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/tracing/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/usb/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/usb/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/usb/common/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/usb/common/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/firmware/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/firmware/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/interrupt_controller/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/interrupt_controller/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/misc/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/misc/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/misc/interconn/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/misc/interconn/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/pcie/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/pcie/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/buf/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/buf/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/stm32/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/stm32/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb_c/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb_c/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/clock_control/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/clock_control/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/flash/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/flash/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/timer/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/timer/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/acpica/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/acpica/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis-dsp/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis-dsp/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis-nn/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis-nn/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis_6/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis_6/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/dhara/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/dhara/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/fatfs/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/fatfs/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/adi/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/adi/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_afbr/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_afbr/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_ambiq/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_ambiq/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common/components/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common/components/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common/components/wifi/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common/components/wifi/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_bouffalolab/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_bouffalolab/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_espressif/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_espressif/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_ethos_u/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_ethos_u/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_gigadevice/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_gigadevice/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_infineon/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_infineon/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_intel/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_intel/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/microchip/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/microchip/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nordic/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nordic/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nuvoton/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nuvoton/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nxp/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nxp/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nxp/hal_nxp/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nxp/hal_nxp/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/openisa/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/openisa/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/quicklogic/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/quicklogic/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_realtek/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_realtek/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_realtek/hal_realtek/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_realtek/hal_realtek/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas/zephyr/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas/zephyr/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas/drivers/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas/drivers/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_rpi_pico/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_rpi_pico/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_sifli/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_sifli/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_silabs/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_silabs/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_st/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_st/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/stm32g4xx/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/stm32g4xx/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_tdk/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_tdk/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_telink/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_telink/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink/source/ti/devices/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink/source/ti/devices/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/source/ti/devices/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/source/ti/devices/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/source/ti/boards/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/source/ti/boards/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/mspm0/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/mspm0/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_wch/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_wch/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_wurthelektronik/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_wurthelektronik/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/xtensa/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/xtensa/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hostap/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hostap/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/liblc3/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/liblc3/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libmctp/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libmctp/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libmetal/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libmetal/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libsbc/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libsbc/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/littlefs/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/littlefs/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/lora-basics-modem/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/lora-basics-modem/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/loramac-node/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/loramac-node/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/lvgl/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/lvgl/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mbedtls/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mbedtls/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mcuboot/CMakeFiles/mcuboot_util.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mcuboot/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mcuboot/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mipi-sys-t/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mipi-sys-t/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nanopb/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nanopb/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nrf_wifi/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nrf_wifi/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/open-amp/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/open-amp/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/openthread/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/openthread/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/percepio/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/percepio/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/picolibc/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/picolibc/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/segger/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/segger/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/trusted-firmware-a/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/trusted-firmware-a/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/trusted-firmware-m/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/trusted-firmware-m/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/uoscore-uedhoc/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/uoscore-uedhoc/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/zcbor/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/zcbor/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nrf_hw_models/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nrf_hw_models/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/sys/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/sys/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/flash/CMakeFiles/flash.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/flash/CMakeFiles/debug.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/flash/CMakeFiles/debugserver.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/flash/CMakeFiles/attach.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/flash/CMakeFiles/rtt.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/flash/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/flash/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/usage/CMakeFiles/usage.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/usage/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/usage/CMakeFiles/rebuild_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/reports/CMakeFiles/ram_report.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/reports/CMakeFiles/ram_plot.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/reports/CMakeFiles/rom_report.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/reports/CMakeFiles/rom_plot.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/reports/CMakeFiles/footprint.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/reports/CMakeFiles/dashboard.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/reports/CMakeFiles/edit_cache.dir -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/reports/CMakeFiles/rebuild_cache.dir diff --git a/zephyrproject/build/mcuboot/CMakeFiles/app.dir/flash_map_extended.c.obj b/zephyrproject/build/mcuboot/CMakeFiles/app.dir/flash_map_extended.c.obj deleted file mode 100644 index 355557c..0000000 Binary files a/zephyrproject/build/mcuboot/CMakeFiles/app.dir/flash_map_extended.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/CMakeFiles/app.dir/io.c.obj b/zephyrproject/build/mcuboot/CMakeFiles/app.dir/io.c.obj deleted file mode 100644 index 96e0143..0000000 Binary files a/zephyrproject/build/mcuboot/CMakeFiles/app.dir/io.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/CMakeFiles/app.dir/keys.c.obj b/zephyrproject/build/mcuboot/CMakeFiles/app.dir/keys.c.obj deleted file mode 100644 index 060895d..0000000 Binary files a/zephyrproject/build/mcuboot/CMakeFiles/app.dir/keys.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/CMakeFiles/app.dir/main.c.obj b/zephyrproject/build/mcuboot/CMakeFiles/app.dir/main.c.obj deleted file mode 100644 index 110e055..0000000 Binary files a/zephyrproject/build/mcuboot/CMakeFiles/app.dir/main.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/CMakeFiles/app.dir/os.c.obj b/zephyrproject/build/mcuboot/CMakeFiles/app.dir/os.c.obj deleted file mode 100644 index 5a47293..0000000 Binary files a/zephyrproject/build/mcuboot/CMakeFiles/app.dir/os.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/CMakeFiles/app.dir/watchdog.c.obj b/zephyrproject/build/mcuboot/CMakeFiles/app.dir/watchdog.c.obj deleted file mode 100644 index 1015882..0000000 Binary files a/zephyrproject/build/mcuboot/CMakeFiles/app.dir/watchdog.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/CMakeFiles/clean_additional.cmake b/zephyrproject/build/mcuboot/CMakeFiles/clean_additional.cmake deleted file mode 100644 index f276c0e..0000000 --- a/zephyrproject/build/mcuboot/CMakeFiles/clean_additional.cmake +++ /dev/null @@ -1,8 +0,0 @@ -# Additional clean files -cmake_minimum_required(VERSION 3.16) - -if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "") - file(REMOVE_RECURSE - "zephyr/include/generated/zephyr/syscalls" - ) -endif() diff --git a/zephyrproject/build/mcuboot/CMakeFiles/rules.ninja b/zephyrproject/build/mcuboot/CMakeFiles/rules.ninja deleted file mode 100644 index 749f232..0000000 --- a/zephyrproject/build/mcuboot/CMakeFiles/rules.ninja +++ /dev/null @@ -1,454 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Ninja" Generator, CMake Version 4.1 - -# This file contains all the rules used to get the outputs files -# built from the input files. -# It is included in the main 'build.ninja'. - -# ============================================================================= -# Project: MCUboot -# Configurations: -# ============================================================================= -# ============================================================================= - -############################################# -# Rule for compiling C files. - -rule C_COMPILER__app_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER__app_ - command = $PRE_LINK && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E rm -f $TARGET_FILE && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib $TARGET_FILE && $POST_BUILD - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for running custom commands. - -rule CUSTOM_COMMAND - command = $COMMAND - description = $DESC - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER__zephyr_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER__zephyr_ - command = $PRE_LINK && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E rm -f $TARGET_FILE && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib $TARGET_FILE && $POST_BUILD - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER__offsets_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER__zephyr_pre0_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C executable. - -rule C_EXECUTABLE_LINKER__zephyr_pre0_ - command = $PRE_LINK && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES -L"/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space" -lc -lgcc && $POST_BUILD - description = Linking C executable $TARGET_FILE; Logical command for additional byproducts on target: zephyr_pre0 - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER__zephyr_final_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C executable. - -rule C_EXECUTABLE_LINKER__zephyr_final_ - command = $PRE_LINK && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES -L"/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space" -lc -lgcc && $POST_BUILD - description = Linking C executable $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER__arch__common_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER__arch__common_ - command = $PRE_LINK && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E rm -f $TARGET_FILE && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib $TARGET_FILE && $POST_BUILD - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER__isr_tables_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER__isr_tables_ - command = $PRE_LINK && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E rm -f $TARGET_FILE && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib $TARGET_FILE && $POST_BUILD - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling ASM files. - -rule ASM_COMPILER__arch__arm__core_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building ASM object $out - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER__arch__arm__core_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER__arch__arm__core_ - command = $PRE_LINK && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E rm -f $TARGET_FILE && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib $TARGET_FILE && $POST_BUILD - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling ASM files. - -rule ASM_COMPILER__arch__arm__core__cortex_m_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building ASM object $out - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER__arch__arm__core__cortex_m_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER__arch__arm__core__cortex_m_ - command = $PRE_LINK && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E rm -f $TARGET_FILE && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib $TARGET_FILE && $POST_BUILD - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER__arch__arm__core__mpu_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER__arch__arm__core__mpu_ - command = $PRE_LINK && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E rm -f $TARGET_FILE && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib $TARGET_FILE && $POST_BUILD - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER__lib__libc__picolibc_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER__lib__libc__picolibc_ - command = $PRE_LINK && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E rm -f $TARGET_FILE && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib $TARGET_FILE && $POST_BUILD - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER__lib__libc__common_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER__lib__libc__common_ - command = $PRE_LINK && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E rm -f $TARGET_FILE && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib $TARGET_FILE && $POST_BUILD - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER__heap_constants_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER__subsys__portability__posix__c_lib_ext_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER__subsys__portability__posix__c_lib_ext_ - command = $PRE_LINK && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E rm -f $TARGET_FILE && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib $TARGET_FILE && $POST_BUILD - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER__drivers__interrupt_controller_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER__drivers__interrupt_controller_ - command = $PRE_LINK && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E rm -f $TARGET_FILE && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib $TARGET_FILE && $POST_BUILD - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER__drivers__clock_control_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER__drivers__clock_control_ - command = $PRE_LINK && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E rm -f $TARGET_FILE && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib $TARGET_FILE && $POST_BUILD - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER__drivers__flash_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER__drivers__flash_ - command = $PRE_LINK && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E rm -f $TARGET_FILE && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib $TARGET_FILE && $POST_BUILD - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER__drivers__timer_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER__drivers__timer_ - command = $PRE_LINK && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E rm -f $TARGET_FILE && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib $TARGET_FILE && $POST_BUILD - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER__.2e.2e__modules__hal__stm32__stm32cube_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER__.2e.2e__modules__hal__stm32__stm32cube_ - command = $PRE_LINK && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E rm -f $TARGET_FILE && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib $TARGET_FILE && $POST_BUILD - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER__mcuboot_util_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER__mcuboot_util_ - command = $PRE_LINK && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E rm -f $TARGET_FILE && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib $TARGET_FILE && $POST_BUILD - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER__kernel_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER__kernel_ - command = $PRE_LINK && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E rm -f $TARGET_FILE && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ar qc $TARGET_FILE $LINK_FLAGS $in && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-ranlib $TARGET_FILE && $POST_BUILD - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for re-running cmake. - -rule RERUN_CMAKE - command = /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - description = Re-running CMake... - generator = 1 - - -############################################# -# Rule for cleaning additional files. - -rule CLEAN_ADDITIONAL - command = /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -DCONFIG=$CONFIG -P CMakeFiles/clean_additional.cmake - description = Cleaning additional files... - - -############################################# -# Rule for cleaning all built files. - -rule CLEAN - command = /nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/ninja $FILE_ARG -t clean $TARGETS - description = Cleaning all built files... - - -############################################# -# Rule for printing all primary targets available. - -rule HELP - command = /nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/ninja -t targets - description = All primary targets available: - diff --git a/zephyrproject/build/mcuboot/app/libapp.a b/zephyrproject/build/mcuboot/app/libapp.a deleted file mode 100644 index bc734cd..0000000 Binary files a/zephyrproject/build/mcuboot/app/libapp.a and /dev/null differ diff --git a/zephyrproject/build/mcuboot/build.ninja b/zephyrproject/build/mcuboot/build.ninja deleted file mode 100644 index 39f1b60..0000000 --- a/zephyrproject/build/mcuboot/build.ninja +++ /dev/null @@ -1,8056 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Ninja" Generator, CMake Version 4.1 - -# This file contains all the build statements describing the -# compilation DAG. - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# -# Which is the root file. -# ============================================================================= - -# ============================================================================= -# Project: MCUboot -# Configurations: -# ============================================================================= - -############################################# -# Minimal version of Ninja required by this file - -ninja_required_version = 1.5 - -# ============================================================================= -# Include auxiliary files. - - -############################################# -# Include rules file. - -include CMakeFiles/rules.ninja - -# ============================================================================= - -############################################# -# Logical path to working directory; prefix for absolute paths. - -cmake_ninja_workdir = /home/jeremy/utat-dev/zephyrproject/build/mcuboot/ - -############################################# -# Utility command for boards - -build boards: phony CMakeFiles/boards - - -############################################# -# Utility command for shields - -build shields: phony CMakeFiles/shields - - -############################################# -# Utility command for snippets - -build snippets: phony CMakeFiles/snippets - - -############################################# -# Utility command for devicetree_target - -build devicetree_target: phony - - -############################################# -# Utility command for menuconfig - -build menuconfig: phony CMakeFiles/menuconfig - - -############################################# -# Utility command for guiconfig - -build guiconfig: phony CMakeFiles/guiconfig - - -############################################# -# Utility command for hardenconfig - -build hardenconfig: phony CMakeFiles/hardenconfig - - -############################################# -# Utility command for traceconfig - -build traceconfig: phony CMakeFiles/traceconfig - - -############################################# -# Utility command for config-twister - -build config-twister: phony CMakeFiles/config-twister - - -############################################# -# Utility command for asm - -build asm: phony - - -############################################# -# Utility command for compiler - -build compiler: phony - - -############################################# -# Utility command for compiler-cpp - -build compiler-cpp: phony - - -############################################# -# Utility command for linker - -build linker: phony - - -############################################# -# Utility command for bintools - -build bintools: phony - - -############################################# -# Utility command for code_data_relocation_target - -build code_data_relocation_target: phony - - -############################################# -# Utility command for runners_yaml_props_target - -build runners_yaml_props_target: phony - - -############################################# -# Utility command for pristine - -build pristine: phony CMakeFiles/pristine - - -############################################# -# Utility command for zephyr_property_target - -build zephyr_property_target: phony - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target app - - -############################################# -# Order-only phony target for app - -build cmake_object_order_depends_target_app: phony || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - -build CMakeFiles/app.dir/main.c.obj: C_COMPILER__app_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/main.c || cmake_object_order_depends_target_app - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = CMakeFiles/app.dir/main.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = CMakeFiles/app.dir - OBJECT_FILE_DIR = CMakeFiles/app.dir - TARGET_COMPILE_PDB = CMakeFiles/app.dir/app.pdb - TARGET_PDB = app/libapp.pdb - -build CMakeFiles/app.dir/io.c.obj: C_COMPILER__app_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/io.c || cmake_object_order_depends_target_app - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = CMakeFiles/app.dir/io.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = CMakeFiles/app.dir - OBJECT_FILE_DIR = CMakeFiles/app.dir - TARGET_COMPILE_PDB = CMakeFiles/app.dir/app.pdb - TARGET_PDB = app/libapp.pdb - -build CMakeFiles/app.dir/flash_map_extended.c.obj: C_COMPILER__app_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/flash_map_extended.c || cmake_object_order_depends_target_app - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = CMakeFiles/app.dir/flash_map_extended.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = CMakeFiles/app.dir - OBJECT_FILE_DIR = CMakeFiles/app.dir - TARGET_COMPILE_PDB = CMakeFiles/app.dir/app.pdb - TARGET_PDB = app/libapp.pdb - -build CMakeFiles/app.dir/os.c.obj: C_COMPILER__app_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/os.c || cmake_object_order_depends_target_app - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = CMakeFiles/app.dir/os.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = CMakeFiles/app.dir - OBJECT_FILE_DIR = CMakeFiles/app.dir - TARGET_COMPILE_PDB = CMakeFiles/app.dir/app.pdb - TARGET_PDB = app/libapp.pdb - -build CMakeFiles/app.dir/keys.c.obj: C_COMPILER__app_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/keys.c || cmake_object_order_depends_target_app - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = CMakeFiles/app.dir/keys.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = CMakeFiles/app.dir - OBJECT_FILE_DIR = CMakeFiles/app.dir - TARGET_COMPILE_PDB = CMakeFiles/app.dir/app.pdb - TARGET_PDB = app/libapp.pdb - -build CMakeFiles/app.dir/watchdog.c.obj: C_COMPILER__app_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/watchdog.c || cmake_object_order_depends_target_app - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = CMakeFiles/app.dir/watchdog.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = CMakeFiles/app.dir - OBJECT_FILE_DIR = CMakeFiles/app.dir - TARGET_COMPILE_PDB = CMakeFiles/app.dir/app.pdb - TARGET_PDB = app/libapp.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target app - - -############################################# -# Link the static library app/libapp.a - -build app/libapp.a: C_STATIC_LIBRARY_LINKER__app_ CMakeFiles/app.dir/main.c.obj CMakeFiles/app.dir/io.c.obj CMakeFiles/app.dir/flash_map_extended.c.obj CMakeFiles/app.dir/os.c.obj CMakeFiles/app.dir/keys.c.obj CMakeFiles/app.dir/watchdog.c.obj || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - OBJECT_DIR = CMakeFiles/app.dir - POST_BUILD = : - PRE_LINK = : - TARGET_COMPILE_PDB = CMakeFiles/app.dir/app.pdb - TARGET_FILE = app/libapp.a - TARGET_PDB = app/libapp.pdb - - -############################################# -# Utility command for edit_cache - -build CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build edit_cache: phony CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build rebuild_cache: phony CMakeFiles/rebuild_cache.util - - -############################################# -# Custom command for CMakeFiles/boards - -build CMakeFiles/boards | ${cmake_ninja_workdir}CMakeFiles/boards: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot && /nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/list_boards.py --board-root=/home/jeremy/utat-dev/zephyrproject/zephyr --arch-root=/home/jeremy/utat-dev/zephyrproject/zephyr --soc-root=/home/jeremy/utat-dev/zephyrproject/zephyr - pool = console - - -############################################# -# Custom command for CMakeFiles/shields - -build CMakeFiles/shields | ${cmake_ninja_workdir}CMakeFiles/shields: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo abrobot_sh1106_72x40 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo ad_apardpfw_sl && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_24lc32 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_2_8_tft_touch_v2 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_2_8_tft_touch_v2_nano && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_8chan_solenoid && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_ad5693r && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_adalogger_featherwing && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_aht20 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_apds9960 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_aw9523 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_can_picowbell && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_data_logger && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_dps310 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_drv2605l && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_ds2484 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_featherwing_128x32_oled && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_featherwing_128x64_oled && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_ht16k33 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_hts221 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_ina219 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_ina228 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_ina237 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_ina3221 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_lis2mdl && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_lis3dh && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_lis3mdl && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_lps22 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_ltr329 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_max17048 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_mcp4728 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_mcp9808 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_neopixel_grid_bff && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_neopixel_grid_bff_display && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_pca9685 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_pcf8523 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_sht4x && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_tsl2591 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_vcnl4040 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_veml7700 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo adafruit_winc1500 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo amg88xx_eval_kit && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo amg88xx_grid_eye_eval_shield && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo arceli_eth_w5500 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo arducam_cu450_ov5640_dvp && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo arduino_giga_display_shield && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo arduino_modulino_buttons && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo arduino_modulino_latch_relay && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo arduino_modulino_movement && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo arduino_modulino_pixels && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo arduino_modulino_thermo && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo arduino_uno_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo atmel_rf2xx && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo atmel_rf2xx_arduino && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo atmel_rf2xx_legacy && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo atmel_rf2xx_mikrobus && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo atmel_rf2xx_xplained && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo atmel_rf2xx_xpro && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo boostxl_ulpsense && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo buydisplay_2_8_tft_touch_arduino && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo buydisplay_3_5_tft_touch_arduino && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo canis_canpico && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo dac80508_evm && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo dfrobot_can_bus_v2_0 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo dvp_20pin_ov7670 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo dvp_fpc24_mt9m114 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo ek_ra8d1_rtk7eka6m3b00001bu && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo elecfreaks_can_bus_ef02037 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo esp_8266 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo esp_8266_arduino && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo esp_8266_mikrobus && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo esp_threadbr_ethernet && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo eval_ad4052_ardz && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo eval_adxl362_ardz && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo eval_adxl367_ardz && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo eval_adxl372_ardz && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo eval_cn0391_ardz && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo frdm_cr20a && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo frdm_kw41z && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo frdm_stbc_agm01 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo ftdi_vm800c && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo g1120b0mipi && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo inventek_eswifi && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo inventek_eswifi_arduino_spi && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo inventek_eswifi_arduino_uart && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo keyestudio_can_bus_ks0411 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo lcd_par_s035_8080 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo lcd_par_s035_spi && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo link_board_eth && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo lmp90100_evb && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo ls013b7dh03 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo m5stack_cardputer && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo m5stack_core2_ext && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo m5stack_unit_gesture && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo m5stack_unit_minioled && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo max7219_8x8 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mchp_rnbd451_bt_mikrobus && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mchp_rnbd451_bt_xplained_pro && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_3d_hall_3_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_accel13_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_accel4_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_adc_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_air_quality_3_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_ambient_2_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_ble_tiny_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_can_fd_6_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_can_spi_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_eeprom_13_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_eth3_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_eth_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_flash_5_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_flash_6_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_flash_8_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_h_bridge_4_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_illuminance_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_ir_gesture_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_lsm6dsl_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_lte_iot10_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_lte_iot7_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_mcp2517fd_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_mcp251863_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_mcp2518fd_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_mcp25625_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_pressure_3_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_proximity_9_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_rs485_isolator_5_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_rtc_18_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_stepper_18_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_stepper_19_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_temp_hum_click && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_weather_click_i2c && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_weather_click_spi && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_wifi_bt_click_arduino && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo mikroe_wifi_bt_click_mikrobus && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo npm1100_ek && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo npm1300_ek && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo npm1304_ek && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo npm2100_ek && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo npm6001_ek && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nrf7002eb && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nrf7002eb2 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nrf7002eb2_coex && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nrf7002eb2_nrf7000 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nrf7002eb2_nrf7001 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nrf7002eb_coex && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nrf7002eb_coex_sa && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nrf7002ek && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nrf7002ek_coex && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nrf7002ek_nrf7000 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nrf7002ek_nrf7001 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nxp_adtja1101 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nxp_btb44_ov5640 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nxp_m2_1xk_wifi_bt && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nxp_m2_2el_wifi_bt && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nxp_m2_2ll_wifi_bt && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nxp_mx8_dsi_oled1a && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nxp_mx9_dsi_oled && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nxp_s32k5xx_mb && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo olimex_shield_midi && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo openthread_rcp_arduino_serial && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo openthread_rcp_arduino_spi && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo p3t1755dp_ard_i2c && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo p3t1755dp_ard_i3c && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo pmod_acl && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo pmod_sd && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo raspberry_pi_camera_module_2 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo renesas_aik_ov2640_cam && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo renesas_us159_da14531evz && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo reyax_lora && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo rk043fn02h_ct && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo rk043fn66hs_ctg && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo rk055hdmipi4m && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo rk055hdmipi4ma0 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo rpi_pico_uno_flexypin && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo rtk0eg0019b01002bj && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo rtk7eka6m3b00001bu && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo rtklcdpar1s00001be && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo rtkmipilcdb00000be && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo seeed_w5500 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo seeed_xiao_can && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo seeed_xiao_cob_led && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo seeed_xiao_expansion_board && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo seeed_xiao_hsp24 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo seeed_xiao_round_display && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo semtech_sx1261mb2bas && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo semtech_sx1262mb2das && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo semtech_sx1272mb2das && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo semtech_sx1276mb1mas && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo sh1106_128x64 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo sparkfun_carrier_asset_tracker && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo sparkfun_environmental_combo && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo sparkfun_max3421e && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo sparkfun_rv8803 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo sparkfun_sara_r4 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo sparkfun_shtc3 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo ssd1306_128x32 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo ssd1306_128x64 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo ssd1306_128x64_spi && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo st7735r_ada_160x128 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo st7789v_tl019fqv01 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo st7789v_waveshare_240x240 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo st87mxx && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo st_b_cams_imx_mb1854 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo st_b_cams_omv_mb1683 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo st_b_dsi_mb1314 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo st_b_lcd40_dsi1_mb1166 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo st_b_lcd40_dsi1_mb1166_a09 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo st_lcd_dsi_mb1835 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo st_mb1897_cam && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo st_stm32f4dis_cam && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo swir_hl78xx_ev_kit && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo tcan4550evm && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo ti_bp_bassensorsmkii && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo v2c_daplink && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo v2c_daplink_cfg && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo waveshare_7inch_dsi_lcd_c && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo waveshare_epaper_gdeh0154a07 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo waveshare_epaper_gdeh0213b1 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo waveshare_epaper_gdeh0213b72 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo waveshare_epaper_gdeh029a1 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo waveshare_epaper_gdew042t2 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo waveshare_epaper_gdew042t2-p && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo waveshare_epaper_gdew075t7 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo waveshare_epaper_gdey0213b74 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo waveshare_pico_lcd_1_14 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo waveshare_pico_oled_1_3 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo waveshare_pico_ups_b && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo weact_ov2640_cam_module && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo wiznet_w5500 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo wnc_m14a2a && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo x_nucleo_53l0a1 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo x_nucleo_bnrg2a1 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo x_nucleo_eeprma2 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo x_nucleo_gfx01m2 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo x_nucleo_gnss1a1 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo x_nucleo_idb05a1 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo x_nucleo_iks01a1 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo x_nucleo_iks01a2 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo x_nucleo_iks01a2_shub && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo x_nucleo_iks01a3 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo x_nucleo_iks01a3_shub && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo x_nucleo_iks02a1 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo x_nucleo_iks02a1_mic && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo x_nucleo_iks02a1_shub && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo x_nucleo_iks4a1 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo x_nucleo_iks4a1_shub1 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo x_nucleo_iks4a1_shub2 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo x_nucleo_iks5a1 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo x_nucleo_wb05kn1_spi && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo x_nucleo_wb05kn1_uart && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo zc143ac72mipi && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo zhaw_lumamatrix - pool = console - - -############################################# -# Custom command for CMakeFiles/snippets - -build CMakeFiles/snippets | ${cmake_ninja_workdir}CMakeFiles/snippets: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo bt-ll-sw-split && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo cdc-acm-console && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo espressif-flash-128M && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo espressif-flash-16M && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo espressif-flash-2M && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo espressif-flash-32M && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo espressif-flash-4M && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo espressif-flash-64M && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo espressif-flash-8M && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo espressif-psram-2M && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo espressif-psram-4M && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo espressif-psram-8M && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo espressif-psram-reloc && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo espressif-psram-wifi && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo hci-uart-native-sim && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nordic-flpr && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nordic-flpr-xip && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nordic-log-stm && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nordic-log-stm-dict && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nordic-log-stm-tpiu-dict && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nordic-ppr && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nordic-ppr-xip && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo nus-console && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo ram-console && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo ram-tracing && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo rp2-boot-mode-retention && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo rtt-console && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo rtt-tracing && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo semihost-tracing && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo serial-console && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo silabs-pti && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo slot1-partition && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo socketcan-native-sim && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo usbip-native-sim && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo video-sw-generator && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo wifi-credentials && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo wifi-enterprise && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo wifi-ip && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo wifi-ipv4 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo wifi-ipv6 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo xen_dom0 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo xiao-serial-console - pool = console - - -############################################# -# Custom command for CMakeFiles/menuconfig - -build CMakeFiles/menuconfig | ${cmake_ninja_workdir}CMakeFiles/menuconfig: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kconfig && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E env ZEPHYR_BASE=/home/jeremy/utat-dev/zephyrproject/zephyr PYTHON_EXECUTABLE=/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 srctree=/home/jeremy/utat-dev/zephyrproject/zephyr ZEPHYR_ACPICA_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/acpica ZEPHYR_CMSIS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis ZEPHYR_CMSIS_DSP_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/cmsis-dsp ZEPHYR_CMSIS_NN_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/cmsis-nn ZEPHYR_CMSIS_6_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6 ZEPHYR_DHARA_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/dhara ZEPHYR_FATFS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/fs/fatfs ZEPHYR_ADI_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/adi ZEPHYR_HAL_AFBR_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/afbr ZEPHYR_HAL_AMBIQ_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/ambiq ZEPHYR_ATMEL_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/atmel ZEPHYR_HAL_BOUFFALOLAB_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/bouffalolab ZEPHYR_HAL_ESPRESSIF_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/espressif ZEPHYR_HAL_ETHOS_U_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/ethos_u ZEPHYR_HAL_GIGADEVICE_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/gigadevice ZEPHYR_HAL_INFINEON_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/infineon ZEPHYR_HAL_INTEL_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/intel ZEPHYR_MICROCHIP_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/microchip ZEPHYR_HAL_NORDIC_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/nordic ZEPHYR_NUVOTON_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/nuvoton ZEPHYR_HAL_NXP_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/nxp ZEPHYR_OPENISA_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/openisa ZEPHYR_QUICKLOGIC_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/quicklogic ZEPHYR_HAL_REALTEK_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek ZEPHYR_HAL_RENESAS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/renesas ZEPHYR_HAL_RPI_PICO_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/rpi_pico ZEPHYR_HAL_SIFLI_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/sifli ZEPHYR_HAL_SILABS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/silabs ZEPHYR_HAL_ST_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/st ZEPHYR_HAL_STM32_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32 ZEPHYR_HAL_TDK_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/tdk ZEPHYR_HAL_TELINK_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/telink ZEPHYR_TI_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/ti ZEPHYR_HAL_WCH_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/wch ZEPHYR_HAL_WURTHELEKTRONIK_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/wurthelektronik ZEPHYR_XTENSA_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/xtensa ZEPHYR_HOSTAP_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/hostap ZEPHYR_LIBLC3_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/liblc3 ZEPHYR_LIBMCTP_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/libmctp ZEPHYR_LIBMETAL_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/libmetal ZEPHYR_LIBSBC_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/libsbc ZEPHYR_LITTLEFS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/fs/littlefs ZEPHYR_LORA_BASICS_MODEM_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/lora-basics-modem ZEPHYR_LORAMAC_NODE_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/loramac-node ZEPHYR_LVGL_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/gui/lvgl ZEPHYR_MBEDTLS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/crypto/mbedtls ZEPHYR_MBEDTLS_3_6_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/crypto/mbedtls-3.6 ZEPHYR_MCUBOOT_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot ZEPHYR_MIPI_SYS_T_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/debug/mipi-sys-t ZEPHYR_MLDSA_NATIVE_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/crypto/mldsa-native ZEPHYR_NANOPB_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/nanopb ZEPHYR_NRF_WIFI_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/nrf_wifi ZEPHYR_OPEN_AMP_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/open-amp ZEPHYR_OPENTHREAD_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/openthread ZEPHYR_PERCEPIO_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio ZEPHYR_PICOLIBC_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/picolibc ZEPHYR_PSA_ARCH_TESTS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/tee/tf-m/psa-arch-tests ZEPHYR_SEGGER_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/debug/segger ZEPHYR_TF_M_TESTS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/tee/tf-m/tf-m-tests ZEPHYR_TF_PSA_CRYPTO_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/crypto/tf-psa-crypto ZEPHYR_TRUSTED_FIRMWARE_A_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/tee/tf-a/trusted-firmware-a ZEPHYR_TRUSTED_FIRMWARE_M_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/tee/tf-m/trusted-firmware-m ZEPHYR_UOSCORE_UEDHOC_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/uoscore-uedhoc ZEPHYR_ZCBOR_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/zcbor ZEPHYR_NRF_HW_MODELS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/bsim_hw_models/nrf_hw_models KERNELVERSION=0x4046300 APPVERSION=2.4.0 APP_VERSION_EXTENDED_STRING=2.4.0+0 APP_VERSION_TWEAK_STRING=2.4.0+0 APP_DIR=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr CONFIG_=CONFIG_ KCONFIG_CONFIG=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/.config KCONFIG_BOARD_DIR=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/Kconfig/boards BOARD=nucleo_g431rb BOARD_REVISION= BOARD_QUALIFIERS=stm32g431xx HWM_SCHEME=v2 KCONFIG_BINARY_DIR=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/Kconfig APPLICATION_SOURCE_DIR=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr ZEPHYR_TOOLCHAIN_VARIANT=zephyr TOOLCHAIN_VARIANT_COMPILER=gnu TOOLCHAIN_KCONFIG_DIR=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/cmake/zephyr TOOLCHAIN_HAS_NEWLIB=n TOOLCHAIN_HAS_PICOLIBC=y TOOLCHAIN_HAS_GLIBCXX=y TOOLCHAIN_HAS_LIBCXX=n EDT_PICKLE=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/edt.pickle ZEPHYR_ACPICA_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/acpica/Kconfig ZEPHYR_CMSIS_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis/Kconfig ZEPHYR_CMSIS_DSP_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis-dsp/Kconfig ZEPHYR_CMSIS_NN_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis-nn/Kconfig ZEPHYR_CMSIS_6_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/Kconfig ZEPHYR_DHARA_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/dhara/Kconfig ZEPHYR_FATFS_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/fatfs/Kconfig ZEPHYR_HAL_AFBR_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_afbr/Kconfig ZEPHYR_HAL_AMBIQ_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_ambiq/Kconfig ZEPHYR_HAL_BOUFFALOLAB_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_bouffalolab/Kconfig ZEPHYR_HAL_ESPRESSIF_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_espressif/Kconfig ZEPHYR_HAL_ETHOS_U_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_ethos_u/Kconfig ZEPHYR_HAL_GIGADEVICE_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_gigadevice/Kconfig ZEPHYR_HAL_INFINEON_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_infineon/Kconfig ZEPHYR_HAL_NORDIC_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/Kconfig ZEPHYR_HAL_NXP_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nxp/Kconfig ZEPHYR_HAL_REALTEK_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_realtek/Kconfig ZEPHYR_HAL_RPI_PICO_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_rpi_pico/Kconfig ZEPHYR_HAL_SIFLI_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_sifli/Kconfig ZEPHYR_HAL_SILABS_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_silabs/Kconfig ZEPHYR_HAL_ST_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_st/Kconfig ZEPHYR_HAL_TDK_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_tdk/Kconfig ZEPHYR_HAL_WCH_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_wch/Kconfig ZEPHYR_HOSTAP_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hostap/Kconfig ZEPHYR_LIBLC3_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/liblc3/Kconfig ZEPHYR_LIBSBC_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/libsbc/Kconfig ZEPHYR_LITTLEFS_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/littlefs/Kconfig ZEPHYR_LORA_BASICS_MODEM_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/lora-basics-modem/Kconfig ZEPHYR_LORAMAC_NODE_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/loramac-node/Kconfig ZEPHYR_LVGL_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/lvgl/Kconfig ZEPHYR_MBEDTLS_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/Kconfig ZEPHYR_NANOPB_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/nanopb/Kconfig ZEPHYR_NRF_WIFI_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/nrf_wifi/Kconfig ZEPHYR_OPENTHREAD_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/openthread/Kconfig ZEPHYR_PERCEPIO_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/percepio/Kconfig ZEPHYR_SEGGER_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/segger/Kconfig ZEPHYR_TRUSTED_FIRMWARE_A_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-a/Kconfig ZEPHYR_TRUSTED_FIRMWARE_M_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-m/Kconfig ZEPHYR_UOSCORE_UEDHOC_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/uoscore-uedhoc/Kconfig ZEPHYR_ZCBOR_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/zcbor/Kconfig ARCH=* ARCH_DIR=/home/jeremy/utat-dev/zephyrproject/zephyr/arch SHIELD_AS_LIST='' DTS_POST_CPP=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/zephyr.dts.pre DTS_ROOT_BINDINGS=/home/jeremy/utat-dev/zephyrproject/zephyr/dts/bindings /nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/kconfig/menuconfig.py /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/Kconfig - pool = console - - -############################################# -# Custom command for CMakeFiles/guiconfig - -build CMakeFiles/guiconfig | ${cmake_ninja_workdir}CMakeFiles/guiconfig: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kconfig && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E env ZEPHYR_BASE=/home/jeremy/utat-dev/zephyrproject/zephyr PYTHON_EXECUTABLE=/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 srctree=/home/jeremy/utat-dev/zephyrproject/zephyr ZEPHYR_ACPICA_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/acpica ZEPHYR_CMSIS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis ZEPHYR_CMSIS_DSP_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/cmsis-dsp ZEPHYR_CMSIS_NN_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/cmsis-nn ZEPHYR_CMSIS_6_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6 ZEPHYR_DHARA_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/dhara ZEPHYR_FATFS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/fs/fatfs ZEPHYR_ADI_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/adi ZEPHYR_HAL_AFBR_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/afbr ZEPHYR_HAL_AMBIQ_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/ambiq ZEPHYR_ATMEL_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/atmel ZEPHYR_HAL_BOUFFALOLAB_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/bouffalolab ZEPHYR_HAL_ESPRESSIF_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/espressif ZEPHYR_HAL_ETHOS_U_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/ethos_u ZEPHYR_HAL_GIGADEVICE_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/gigadevice ZEPHYR_HAL_INFINEON_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/infineon ZEPHYR_HAL_INTEL_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/intel ZEPHYR_MICROCHIP_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/microchip ZEPHYR_HAL_NORDIC_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/nordic ZEPHYR_NUVOTON_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/nuvoton ZEPHYR_HAL_NXP_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/nxp ZEPHYR_OPENISA_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/openisa ZEPHYR_QUICKLOGIC_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/quicklogic ZEPHYR_HAL_REALTEK_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek ZEPHYR_HAL_RENESAS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/renesas ZEPHYR_HAL_RPI_PICO_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/rpi_pico ZEPHYR_HAL_SIFLI_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/sifli ZEPHYR_HAL_SILABS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/silabs ZEPHYR_HAL_ST_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/st ZEPHYR_HAL_STM32_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32 ZEPHYR_HAL_TDK_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/tdk ZEPHYR_HAL_TELINK_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/telink ZEPHYR_TI_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/ti ZEPHYR_HAL_WCH_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/wch ZEPHYR_HAL_WURTHELEKTRONIK_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/wurthelektronik ZEPHYR_XTENSA_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/xtensa ZEPHYR_HOSTAP_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/hostap ZEPHYR_LIBLC3_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/liblc3 ZEPHYR_LIBMCTP_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/libmctp ZEPHYR_LIBMETAL_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/libmetal ZEPHYR_LIBSBC_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/libsbc ZEPHYR_LITTLEFS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/fs/littlefs ZEPHYR_LORA_BASICS_MODEM_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/lora-basics-modem ZEPHYR_LORAMAC_NODE_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/loramac-node ZEPHYR_LVGL_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/gui/lvgl ZEPHYR_MBEDTLS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/crypto/mbedtls ZEPHYR_MBEDTLS_3_6_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/crypto/mbedtls-3.6 ZEPHYR_MCUBOOT_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot ZEPHYR_MIPI_SYS_T_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/debug/mipi-sys-t ZEPHYR_MLDSA_NATIVE_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/crypto/mldsa-native ZEPHYR_NANOPB_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/nanopb ZEPHYR_NRF_WIFI_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/nrf_wifi ZEPHYR_OPEN_AMP_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/open-amp ZEPHYR_OPENTHREAD_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/openthread ZEPHYR_PERCEPIO_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio ZEPHYR_PICOLIBC_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/picolibc ZEPHYR_PSA_ARCH_TESTS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/tee/tf-m/psa-arch-tests ZEPHYR_SEGGER_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/debug/segger ZEPHYR_TF_M_TESTS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/tee/tf-m/tf-m-tests ZEPHYR_TF_PSA_CRYPTO_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/crypto/tf-psa-crypto ZEPHYR_TRUSTED_FIRMWARE_A_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/tee/tf-a/trusted-firmware-a ZEPHYR_TRUSTED_FIRMWARE_M_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/tee/tf-m/trusted-firmware-m ZEPHYR_UOSCORE_UEDHOC_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/uoscore-uedhoc ZEPHYR_ZCBOR_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/zcbor ZEPHYR_NRF_HW_MODELS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/bsim_hw_models/nrf_hw_models KERNELVERSION=0x4046300 APPVERSION=2.4.0 APP_VERSION_EXTENDED_STRING=2.4.0+0 APP_VERSION_TWEAK_STRING=2.4.0+0 APP_DIR=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr CONFIG_=CONFIG_ KCONFIG_CONFIG=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/.config KCONFIG_BOARD_DIR=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/Kconfig/boards BOARD=nucleo_g431rb BOARD_REVISION= BOARD_QUALIFIERS=stm32g431xx HWM_SCHEME=v2 KCONFIG_BINARY_DIR=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/Kconfig APPLICATION_SOURCE_DIR=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr ZEPHYR_TOOLCHAIN_VARIANT=zephyr TOOLCHAIN_VARIANT_COMPILER=gnu TOOLCHAIN_KCONFIG_DIR=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/cmake/zephyr TOOLCHAIN_HAS_NEWLIB=n TOOLCHAIN_HAS_PICOLIBC=y TOOLCHAIN_HAS_GLIBCXX=y TOOLCHAIN_HAS_LIBCXX=n EDT_PICKLE=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/edt.pickle ZEPHYR_ACPICA_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/acpica/Kconfig ZEPHYR_CMSIS_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis/Kconfig ZEPHYR_CMSIS_DSP_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis-dsp/Kconfig ZEPHYR_CMSIS_NN_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis-nn/Kconfig ZEPHYR_CMSIS_6_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/Kconfig ZEPHYR_DHARA_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/dhara/Kconfig ZEPHYR_FATFS_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/fatfs/Kconfig ZEPHYR_HAL_AFBR_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_afbr/Kconfig ZEPHYR_HAL_AMBIQ_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_ambiq/Kconfig ZEPHYR_HAL_BOUFFALOLAB_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_bouffalolab/Kconfig ZEPHYR_HAL_ESPRESSIF_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_espressif/Kconfig ZEPHYR_HAL_ETHOS_U_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_ethos_u/Kconfig ZEPHYR_HAL_GIGADEVICE_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_gigadevice/Kconfig ZEPHYR_HAL_INFINEON_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_infineon/Kconfig ZEPHYR_HAL_NORDIC_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/Kconfig ZEPHYR_HAL_NXP_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nxp/Kconfig ZEPHYR_HAL_REALTEK_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_realtek/Kconfig ZEPHYR_HAL_RPI_PICO_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_rpi_pico/Kconfig ZEPHYR_HAL_SIFLI_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_sifli/Kconfig ZEPHYR_HAL_SILABS_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_silabs/Kconfig ZEPHYR_HAL_ST_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_st/Kconfig ZEPHYR_HAL_TDK_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_tdk/Kconfig ZEPHYR_HAL_WCH_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_wch/Kconfig ZEPHYR_HOSTAP_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hostap/Kconfig ZEPHYR_LIBLC3_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/liblc3/Kconfig ZEPHYR_LIBSBC_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/libsbc/Kconfig ZEPHYR_LITTLEFS_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/littlefs/Kconfig ZEPHYR_LORA_BASICS_MODEM_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/lora-basics-modem/Kconfig ZEPHYR_LORAMAC_NODE_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/loramac-node/Kconfig ZEPHYR_LVGL_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/lvgl/Kconfig ZEPHYR_MBEDTLS_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/Kconfig ZEPHYR_NANOPB_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/nanopb/Kconfig ZEPHYR_NRF_WIFI_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/nrf_wifi/Kconfig ZEPHYR_OPENTHREAD_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/openthread/Kconfig ZEPHYR_PERCEPIO_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/percepio/Kconfig ZEPHYR_SEGGER_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/segger/Kconfig ZEPHYR_TRUSTED_FIRMWARE_A_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-a/Kconfig ZEPHYR_TRUSTED_FIRMWARE_M_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-m/Kconfig ZEPHYR_UOSCORE_UEDHOC_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/uoscore-uedhoc/Kconfig ZEPHYR_ZCBOR_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/zcbor/Kconfig ARCH=* ARCH_DIR=/home/jeremy/utat-dev/zephyrproject/zephyr/arch SHIELD_AS_LIST='' DTS_POST_CPP=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/zephyr.dts.pre DTS_ROOT_BINDINGS=/home/jeremy/utat-dev/zephyrproject/zephyr/dts/bindings /nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/kconfig/guiconfig.py /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/Kconfig - pool = console - - -############################################# -# Custom command for CMakeFiles/hardenconfig - -build CMakeFiles/hardenconfig | ${cmake_ninja_workdir}CMakeFiles/hardenconfig: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kconfig && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E env ZEPHYR_BASE=/home/jeremy/utat-dev/zephyrproject/zephyr PYTHON_EXECUTABLE=/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 srctree=/home/jeremy/utat-dev/zephyrproject/zephyr ZEPHYR_ACPICA_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/acpica ZEPHYR_CMSIS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis ZEPHYR_CMSIS_DSP_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/cmsis-dsp ZEPHYR_CMSIS_NN_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/cmsis-nn ZEPHYR_CMSIS_6_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6 ZEPHYR_DHARA_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/dhara ZEPHYR_FATFS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/fs/fatfs ZEPHYR_ADI_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/adi ZEPHYR_HAL_AFBR_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/afbr ZEPHYR_HAL_AMBIQ_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/ambiq ZEPHYR_ATMEL_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/atmel ZEPHYR_HAL_BOUFFALOLAB_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/bouffalolab ZEPHYR_HAL_ESPRESSIF_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/espressif ZEPHYR_HAL_ETHOS_U_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/ethos_u ZEPHYR_HAL_GIGADEVICE_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/gigadevice ZEPHYR_HAL_INFINEON_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/infineon ZEPHYR_HAL_INTEL_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/intel ZEPHYR_MICROCHIP_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/microchip ZEPHYR_HAL_NORDIC_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/nordic ZEPHYR_NUVOTON_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/nuvoton ZEPHYR_HAL_NXP_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/nxp ZEPHYR_OPENISA_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/openisa ZEPHYR_QUICKLOGIC_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/quicklogic ZEPHYR_HAL_REALTEK_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek ZEPHYR_HAL_RENESAS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/renesas ZEPHYR_HAL_RPI_PICO_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/rpi_pico ZEPHYR_HAL_SIFLI_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/sifli ZEPHYR_HAL_SILABS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/silabs ZEPHYR_HAL_ST_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/st ZEPHYR_HAL_STM32_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32 ZEPHYR_HAL_TDK_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/tdk ZEPHYR_HAL_TELINK_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/telink ZEPHYR_TI_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/ti ZEPHYR_HAL_WCH_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/wch ZEPHYR_HAL_WURTHELEKTRONIK_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/wurthelektronik ZEPHYR_XTENSA_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/xtensa ZEPHYR_HOSTAP_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/hostap ZEPHYR_LIBLC3_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/liblc3 ZEPHYR_LIBMCTP_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/libmctp ZEPHYR_LIBMETAL_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/libmetal ZEPHYR_LIBSBC_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/libsbc ZEPHYR_LITTLEFS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/fs/littlefs ZEPHYR_LORA_BASICS_MODEM_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/lora-basics-modem ZEPHYR_LORAMAC_NODE_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/loramac-node ZEPHYR_LVGL_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/gui/lvgl ZEPHYR_MBEDTLS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/crypto/mbedtls ZEPHYR_MBEDTLS_3_6_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/crypto/mbedtls-3.6 ZEPHYR_MCUBOOT_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot ZEPHYR_MIPI_SYS_T_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/debug/mipi-sys-t ZEPHYR_MLDSA_NATIVE_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/crypto/mldsa-native ZEPHYR_NANOPB_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/nanopb ZEPHYR_NRF_WIFI_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/nrf_wifi ZEPHYR_OPEN_AMP_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/open-amp ZEPHYR_OPENTHREAD_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/openthread ZEPHYR_PERCEPIO_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio ZEPHYR_PICOLIBC_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/picolibc ZEPHYR_PSA_ARCH_TESTS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/tee/tf-m/psa-arch-tests ZEPHYR_SEGGER_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/debug/segger ZEPHYR_TF_M_TESTS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/tee/tf-m/tf-m-tests ZEPHYR_TF_PSA_CRYPTO_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/crypto/tf-psa-crypto ZEPHYR_TRUSTED_FIRMWARE_A_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/tee/tf-a/trusted-firmware-a ZEPHYR_TRUSTED_FIRMWARE_M_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/tee/tf-m/trusted-firmware-m ZEPHYR_UOSCORE_UEDHOC_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/uoscore-uedhoc ZEPHYR_ZCBOR_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/zcbor ZEPHYR_NRF_HW_MODELS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/bsim_hw_models/nrf_hw_models KERNELVERSION=0x4046300 APPVERSION=2.4.0 APP_VERSION_EXTENDED_STRING=2.4.0+0 APP_VERSION_TWEAK_STRING=2.4.0+0 APP_DIR=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr CONFIG_=CONFIG_ KCONFIG_CONFIG=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/.config KCONFIG_BOARD_DIR=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/Kconfig/boards BOARD=nucleo_g431rb BOARD_REVISION= BOARD_QUALIFIERS=stm32g431xx HWM_SCHEME=v2 KCONFIG_BINARY_DIR=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/Kconfig APPLICATION_SOURCE_DIR=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr ZEPHYR_TOOLCHAIN_VARIANT=zephyr TOOLCHAIN_VARIANT_COMPILER=gnu TOOLCHAIN_KCONFIG_DIR=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/cmake/zephyr TOOLCHAIN_HAS_NEWLIB=n TOOLCHAIN_HAS_PICOLIBC=y TOOLCHAIN_HAS_GLIBCXX=y TOOLCHAIN_HAS_LIBCXX=n EDT_PICKLE=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/edt.pickle ZEPHYR_ACPICA_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/acpica/Kconfig ZEPHYR_CMSIS_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis/Kconfig ZEPHYR_CMSIS_DSP_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis-dsp/Kconfig ZEPHYR_CMSIS_NN_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis-nn/Kconfig ZEPHYR_CMSIS_6_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/Kconfig ZEPHYR_DHARA_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/dhara/Kconfig ZEPHYR_FATFS_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/fatfs/Kconfig ZEPHYR_HAL_AFBR_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_afbr/Kconfig ZEPHYR_HAL_AMBIQ_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_ambiq/Kconfig ZEPHYR_HAL_BOUFFALOLAB_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_bouffalolab/Kconfig ZEPHYR_HAL_ESPRESSIF_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_espressif/Kconfig ZEPHYR_HAL_ETHOS_U_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_ethos_u/Kconfig ZEPHYR_HAL_GIGADEVICE_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_gigadevice/Kconfig ZEPHYR_HAL_INFINEON_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_infineon/Kconfig ZEPHYR_HAL_NORDIC_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/Kconfig ZEPHYR_HAL_NXP_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nxp/Kconfig ZEPHYR_HAL_REALTEK_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_realtek/Kconfig ZEPHYR_HAL_RPI_PICO_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_rpi_pico/Kconfig ZEPHYR_HAL_SIFLI_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_sifli/Kconfig ZEPHYR_HAL_SILABS_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_silabs/Kconfig ZEPHYR_HAL_ST_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_st/Kconfig ZEPHYR_HAL_TDK_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_tdk/Kconfig ZEPHYR_HAL_WCH_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_wch/Kconfig ZEPHYR_HOSTAP_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hostap/Kconfig ZEPHYR_LIBLC3_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/liblc3/Kconfig ZEPHYR_LIBSBC_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/libsbc/Kconfig ZEPHYR_LITTLEFS_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/littlefs/Kconfig ZEPHYR_LORA_BASICS_MODEM_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/lora-basics-modem/Kconfig ZEPHYR_LORAMAC_NODE_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/loramac-node/Kconfig ZEPHYR_LVGL_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/lvgl/Kconfig ZEPHYR_MBEDTLS_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/Kconfig ZEPHYR_NANOPB_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/nanopb/Kconfig ZEPHYR_NRF_WIFI_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/nrf_wifi/Kconfig ZEPHYR_OPENTHREAD_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/openthread/Kconfig ZEPHYR_PERCEPIO_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/percepio/Kconfig ZEPHYR_SEGGER_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/segger/Kconfig ZEPHYR_TRUSTED_FIRMWARE_A_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-a/Kconfig ZEPHYR_TRUSTED_FIRMWARE_M_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-m/Kconfig ZEPHYR_UOSCORE_UEDHOC_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/uoscore-uedhoc/Kconfig ZEPHYR_ZCBOR_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/zcbor/Kconfig ARCH=* ARCH_DIR=/home/jeremy/utat-dev/zephyrproject/zephyr/arch SHIELD_AS_LIST='' DTS_POST_CPP=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/zephyr.dts.pre DTS_ROOT_BINDINGS=/home/jeremy/utat-dev/zephyrproject/zephyr/dts/bindings /nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/kconfig/hardenconfig.py /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/Kconfig - pool = console - - -############################################# -# Custom command for CMakeFiles/traceconfig - -build CMakeFiles/traceconfig | ${cmake_ninja_workdir}CMakeFiles/traceconfig: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kconfig && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E env ZEPHYR_BASE=/home/jeremy/utat-dev/zephyrproject/zephyr PYTHON_EXECUTABLE=/nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 srctree=/home/jeremy/utat-dev/zephyrproject/zephyr ZEPHYR_ACPICA_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/acpica ZEPHYR_CMSIS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis ZEPHYR_CMSIS_DSP_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/cmsis-dsp ZEPHYR_CMSIS_NN_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/cmsis-nn ZEPHYR_CMSIS_6_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6 ZEPHYR_DHARA_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/dhara ZEPHYR_FATFS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/fs/fatfs ZEPHYR_ADI_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/adi ZEPHYR_HAL_AFBR_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/afbr ZEPHYR_HAL_AMBIQ_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/ambiq ZEPHYR_ATMEL_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/atmel ZEPHYR_HAL_BOUFFALOLAB_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/bouffalolab ZEPHYR_HAL_ESPRESSIF_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/espressif ZEPHYR_HAL_ETHOS_U_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/ethos_u ZEPHYR_HAL_GIGADEVICE_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/gigadevice ZEPHYR_HAL_INFINEON_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/infineon ZEPHYR_HAL_INTEL_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/intel ZEPHYR_MICROCHIP_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/microchip ZEPHYR_HAL_NORDIC_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/nordic ZEPHYR_NUVOTON_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/nuvoton ZEPHYR_HAL_NXP_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/nxp ZEPHYR_OPENISA_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/openisa ZEPHYR_QUICKLOGIC_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/quicklogic ZEPHYR_HAL_REALTEK_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek ZEPHYR_HAL_RENESAS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/renesas ZEPHYR_HAL_RPI_PICO_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/rpi_pico ZEPHYR_HAL_SIFLI_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/sifli ZEPHYR_HAL_SILABS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/silabs ZEPHYR_HAL_ST_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/st ZEPHYR_HAL_STM32_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32 ZEPHYR_HAL_TDK_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/tdk ZEPHYR_HAL_TELINK_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/telink ZEPHYR_TI_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/ti ZEPHYR_HAL_WCH_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/wch ZEPHYR_HAL_WURTHELEKTRONIK_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/wurthelektronik ZEPHYR_XTENSA_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/xtensa ZEPHYR_HOSTAP_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/hostap ZEPHYR_LIBLC3_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/liblc3 ZEPHYR_LIBMCTP_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/libmctp ZEPHYR_LIBMETAL_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/hal/libmetal ZEPHYR_LIBSBC_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/libsbc ZEPHYR_LITTLEFS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/fs/littlefs ZEPHYR_LORA_BASICS_MODEM_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/lora-basics-modem ZEPHYR_LORAMAC_NODE_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/loramac-node ZEPHYR_LVGL_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/gui/lvgl ZEPHYR_MBEDTLS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/crypto/mbedtls ZEPHYR_MBEDTLS_3_6_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/crypto/mbedtls-3.6 ZEPHYR_MCUBOOT_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot ZEPHYR_MIPI_SYS_T_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/debug/mipi-sys-t ZEPHYR_MLDSA_NATIVE_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/crypto/mldsa-native ZEPHYR_NANOPB_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/nanopb ZEPHYR_NRF_WIFI_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/nrf_wifi ZEPHYR_OPEN_AMP_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/open-amp ZEPHYR_OPENTHREAD_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/openthread ZEPHYR_PERCEPIO_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio ZEPHYR_PICOLIBC_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/picolibc ZEPHYR_PSA_ARCH_TESTS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/tee/tf-m/psa-arch-tests ZEPHYR_SEGGER_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/debug/segger ZEPHYR_TF_M_TESTS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/tee/tf-m/tf-m-tests ZEPHYR_TF_PSA_CRYPTO_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/crypto/tf-psa-crypto ZEPHYR_TRUSTED_FIRMWARE_A_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/tee/tf-a/trusted-firmware-a ZEPHYR_TRUSTED_FIRMWARE_M_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/tee/tf-m/trusted-firmware-m ZEPHYR_UOSCORE_UEDHOC_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/uoscore-uedhoc ZEPHYR_ZCBOR_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/lib/zcbor ZEPHYR_NRF_HW_MODELS_MODULE_DIR=/home/jeremy/utat-dev/zephyrproject/modules/bsim_hw_models/nrf_hw_models KERNELVERSION=0x4046300 APPVERSION=2.4.0 APP_VERSION_EXTENDED_STRING=2.4.0+0 APP_VERSION_TWEAK_STRING=2.4.0+0 APP_DIR=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr CONFIG_=CONFIG_ KCONFIG_CONFIG=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/.config KCONFIG_BOARD_DIR=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/Kconfig/boards BOARD=nucleo_g431rb BOARD_REVISION= BOARD_QUALIFIERS=stm32g431xx HWM_SCHEME=v2 KCONFIG_BINARY_DIR=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/Kconfig APPLICATION_SOURCE_DIR=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr ZEPHYR_TOOLCHAIN_VARIANT=zephyr TOOLCHAIN_VARIANT_COMPILER=gnu TOOLCHAIN_KCONFIG_DIR=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/cmake/zephyr TOOLCHAIN_HAS_NEWLIB=n TOOLCHAIN_HAS_PICOLIBC=y TOOLCHAIN_HAS_GLIBCXX=y TOOLCHAIN_HAS_LIBCXX=n EDT_PICKLE=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/edt.pickle ZEPHYR_ACPICA_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/acpica/Kconfig ZEPHYR_CMSIS_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis/Kconfig ZEPHYR_CMSIS_DSP_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis-dsp/Kconfig ZEPHYR_CMSIS_NN_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis-nn/Kconfig ZEPHYR_CMSIS_6_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/Kconfig ZEPHYR_DHARA_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/dhara/Kconfig ZEPHYR_FATFS_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/fatfs/Kconfig ZEPHYR_HAL_AFBR_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_afbr/Kconfig ZEPHYR_HAL_AMBIQ_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_ambiq/Kconfig ZEPHYR_HAL_BOUFFALOLAB_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_bouffalolab/Kconfig ZEPHYR_HAL_ESPRESSIF_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_espressif/Kconfig ZEPHYR_HAL_ETHOS_U_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_ethos_u/Kconfig ZEPHYR_HAL_GIGADEVICE_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_gigadevice/Kconfig ZEPHYR_HAL_INFINEON_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_infineon/Kconfig ZEPHYR_HAL_NORDIC_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/Kconfig ZEPHYR_HAL_NXP_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nxp/Kconfig ZEPHYR_HAL_REALTEK_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_realtek/Kconfig ZEPHYR_HAL_RPI_PICO_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_rpi_pico/Kconfig ZEPHYR_HAL_SIFLI_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_sifli/Kconfig ZEPHYR_HAL_SILABS_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_silabs/Kconfig ZEPHYR_HAL_ST_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_st/Kconfig ZEPHYR_HAL_TDK_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_tdk/Kconfig ZEPHYR_HAL_WCH_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_wch/Kconfig ZEPHYR_HOSTAP_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hostap/Kconfig ZEPHYR_LIBLC3_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/liblc3/Kconfig ZEPHYR_LIBSBC_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/libsbc/Kconfig ZEPHYR_LITTLEFS_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/littlefs/Kconfig ZEPHYR_LORA_BASICS_MODEM_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/lora-basics-modem/Kconfig ZEPHYR_LORAMAC_NODE_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/loramac-node/Kconfig ZEPHYR_LVGL_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/lvgl/Kconfig ZEPHYR_MBEDTLS_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/Kconfig ZEPHYR_NANOPB_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/nanopb/Kconfig ZEPHYR_NRF_WIFI_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/nrf_wifi/Kconfig ZEPHYR_OPENTHREAD_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/openthread/Kconfig ZEPHYR_PERCEPIO_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/percepio/Kconfig ZEPHYR_SEGGER_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/segger/Kconfig ZEPHYR_TRUSTED_FIRMWARE_A_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-a/Kconfig ZEPHYR_TRUSTED_FIRMWARE_M_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-m/Kconfig ZEPHYR_UOSCORE_UEDHOC_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/uoscore-uedhoc/Kconfig ZEPHYR_ZCBOR_KCONFIG=/home/jeremy/utat-dev/zephyrproject/zephyr/modules/zcbor/Kconfig ARCH=* ARCH_DIR=/home/jeremy/utat-dev/zephyrproject/zephyr/arch SHIELD_AS_LIST='' DTS_POST_CPP=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/zephyr.dts.pre DTS_ROOT_BINDINGS=/home/jeremy/utat-dev/zephyrproject/zephyr/dts/bindings /nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/kconfig/traceconfig.py /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/.config /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kconfig-trace.md /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/Kconfig - pool = console - - -############################################# -# Phony custom command for CMakeFiles/config-twister - -build CMakeFiles/config-twister | ${cmake_ninja_workdir}CMakeFiles/config-twister: phony zephyr/.config - - -############################################# -# Custom command for CMakeFiles/pristine - -build CMakeFiles/pristine | ${cmake_ninja_workdir}CMakeFiles/pristine: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -DBINARY_DIR=/home/jeremy/utat-dev/zephyrproject/build/mcuboot -DSOURCE_DIR=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -P /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/pristine.cmake - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target zephyr - - -############################################# -# Order-only phony target for zephyr - -build cmake_object_order_depends_target_zephyr: phony || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - -build zephyr/CMakeFiles/zephyr.dir/lib/libc/validate_libc.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/validate_libc.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/libc/validate_libc.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/libc - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/lib/heap/heap.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/heap/heap.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/heap/heap.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/heap - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/lib/os/boot_banner.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/boot_banner.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/os/boot_banner.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/os - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/cbprintf_packaged.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/os - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/lib/os/clock.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/clock.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/os/clock.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/os - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/printk.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/os - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_nano.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/cbprintf_nano.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_nano.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/os - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/assert.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/os - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/lib/utils/dec.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/dec.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/utils/dec.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/utils - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/lib/utils/hex.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/hex.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/utils/hex.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/utils - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/lib/utils/rb.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/rb.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/utils/rb.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/utils - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/lib/utils/set.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/set.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/utils/set.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/utils - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/lib/utils/timeutil.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/timeutil.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/utils/timeutil.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/utils - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/lib/utils/bitarray.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/bitarray.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/utils/bitarray.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/utils - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/lib/utils/bitmask.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/bitmask.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/utils/bitmask.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/utils - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/lib/utils/getopt/getopt.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/getopt/getopt.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/utils/getopt/getopt.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/utils/getopt - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/lib/utils/getopt/getopt_common.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/getopt/getopt_common.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/utils/getopt/getopt_common.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/utils/getopt - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/lib/utils/ring_buffer.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/ring_buffer.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/utils/ring_buffer.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/utils - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/lib/utils/last_section_id.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/last_section_id.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/lib/utils/last_section_id.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/lib/utils - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/configs.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/misc/generated - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/stm32cube_hal.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/stm32cube_hal.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/stm32cube_hal.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/soc_config.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/soc_config.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/soc_config.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/stm32_backup_domain.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/stm32_backup_domain.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/stm32_backup_domain.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/stm32g4x/soc.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/soc.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/stm32g4x/soc.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/stm32g4x - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_minimal.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/log_minimal.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_minimal.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/subsys/logging - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/subsys/mem_mgmt/mem_attr.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mem_mgmt/mem_attr.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/subsys/mem_mgmt/mem_attr.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/subsys/mem_mgmt - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/storage/flash_map/flash_map.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_default.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/storage/flash_map/flash_map_default.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_default.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_layout.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/storage/flash_map/flash_map_layout.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_layout.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/tracing/tracing_none.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/subsys/tracing - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/drivers/flash/flash_util.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/flash_util.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/drivers/flash/flash_util.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/drivers/flash - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/kernel/sys/sem.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/sys/sem.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/kernel/sys/sem.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/kernel/sys - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/kernel/sys/thread_entry.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/sys/thread_entry.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/kernel/sys/thread_entry.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/kernel/sys - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_validate.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_validate.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_validate.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_find_key.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_find_key.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_find_key.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_img_hash.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_img_hash.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_img_hash.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_img_security_cnt.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_img_security_cnt.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_img_security_cnt.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/tlv.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/tlv.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/tlv.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/encrypted.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/encrypted.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/encrypted.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_rsa.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_rsa.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_rsa.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_ecdsa.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_ecdsa.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_ecdsa.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_ed25519.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_ed25519.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_ed25519.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_misc.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_misc.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_misc.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_area.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_area.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_area.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_loader.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_loader.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_loader.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/fault_injection_hardening.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/fault_injection_hardening.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/fault_injection_hardening.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/loader.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/loader.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/loader.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/swap_misc.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/swap_misc.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/swap_misc.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/caps.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/caps.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/caps.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/swap_move.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/swap_move.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/swap_move.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/source/sha256.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/source/sha256.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/source/sha256.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/source - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/source/utils.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/source/utils.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/source/utils.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/source - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/cleanup/arm_cortex_m.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/cleanup/arm_cortex_m.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/cleanup/arm_cortex_m.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/cleanup - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/kernel/banner.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/kernel/banner.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/kernel/banner.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/kernel - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - -build zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/flash_check.c.obj: C_COMPILER__zephyr_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/flash_check.c || cmake_object_order_depends_target_zephyr - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/flash_check.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_PDB = zephyr/libzephyr.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target zephyr - - -############################################# -# Link the static library zephyr/libzephyr.a - -build zephyr/libzephyr.a: C_STATIC_LIBRARY_LINKER__zephyr_ zephyr/CMakeFiles/zephyr.dir/lib/libc/validate_libc.c.obj zephyr/CMakeFiles/zephyr.dir/lib/heap/heap.c.obj zephyr/CMakeFiles/zephyr.dir/lib/os/boot_banner.c.obj zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj zephyr/CMakeFiles/zephyr.dir/lib/os/clock.c.obj zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_nano.c.obj zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj zephyr/CMakeFiles/zephyr.dir/lib/utils/dec.c.obj zephyr/CMakeFiles/zephyr.dir/lib/utils/hex.c.obj zephyr/CMakeFiles/zephyr.dir/lib/utils/rb.c.obj zephyr/CMakeFiles/zephyr.dir/lib/utils/set.c.obj zephyr/CMakeFiles/zephyr.dir/lib/utils/timeutil.c.obj zephyr/CMakeFiles/zephyr.dir/lib/utils/bitarray.c.obj zephyr/CMakeFiles/zephyr.dir/lib/utils/bitmask.c.obj zephyr/CMakeFiles/zephyr.dir/lib/utils/getopt/getopt.c.obj zephyr/CMakeFiles/zephyr.dir/lib/utils/getopt/getopt_common.c.obj zephyr/CMakeFiles/zephyr.dir/lib/utils/ring_buffer.c.obj zephyr/CMakeFiles/zephyr.dir/lib/utils/last_section_id.c.obj zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/stm32cube_hal.c.obj zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/soc_config.c.obj zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/stm32_backup_domain.c.obj zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/stm32g4x/soc.c.obj zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_minimal.c.obj zephyr/CMakeFiles/zephyr.dir/subsys/mem_mgmt/mem_attr.c.obj zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map.c.obj zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_default.c.obj zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_layout.c.obj zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj zephyr/CMakeFiles/zephyr.dir/drivers/flash/flash_util.c.obj zephyr/CMakeFiles/zephyr.dir/kernel/sys/sem.c.obj zephyr/CMakeFiles/zephyr.dir/kernel/sys/thread_entry.c.obj zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_validate.c.obj zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_find_key.c.obj zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_img_hash.c.obj zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_img_security_cnt.c.obj zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/tlv.c.obj zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/encrypted.c.obj zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_rsa.c.obj zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_ecdsa.c.obj zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_ed25519.c.obj zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_misc.c.obj zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_area.c.obj zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_loader.c.obj zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/fault_injection_hardening.c.obj zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/loader.c.obj zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/swap_misc.c.obj zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/caps.c.obj zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/swap_move.c.obj zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/source/sha256.c.obj zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/source/utils.c.obj zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/cleanup/arm_cortex_m.c.obj zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/kernel/banner.c.obj zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/flash_check.c.obj || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - OBJECT_DIR = zephyr/CMakeFiles/zephyr.dir - POST_BUILD = : - PRE_LINK = : - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr.dir/zephyr.pdb - TARGET_FILE = zephyr/libzephyr.a - TARGET_PDB = zephyr/libzephyr.pdb - - -############################################# -# Utility command for version_h - -build zephyr/version_h: phony zephyr/CMakeFiles/version_h zephyr/include/generated/zephyr/version.h - - -############################################# -# Utility command for app_version_h - -build zephyr/app_version_h: phony zephyr/CMakeFiles/app_version_h zephyr/include/generated/zephyr/app_version.h - - -############################################# -# Utility command for syscall_list_h_target - -build zephyr/syscall_list_h_target: phony zephyr/CMakeFiles/syscall_list_h_target zephyr/include/generated/zephyr/syscall_dispatch.c zephyr/include/generated/zephyr/syscall_exports_llext.c zephyr/syscall_weakdefs_llext.c zephyr/include/generated/zephyr/syscall_list.h zephyr/misc/generated/syscalls.json zephyr/misc/generated/struct_tags.json zephyr/misc/generated/syscalls_subdirs.trigger zephyr/misc/generated/syscalls_links/include zephyr/misc/generated/syscalls_links/include_zephyr zephyr/misc/generated/syscalls_links/include_zephyr_acpi zephyr/misc/generated/syscalls_links/include_zephyr_app_memory zephyr/misc/generated/syscalls_links/include_zephyr_arch zephyr/misc/generated/syscalls_links/include_zephyr_audio zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth zephyr/misc/generated/syscalls_links/include_zephyr_canbus zephyr/misc/generated/syscalls_links/include_zephyr_cleanup zephyr/misc/generated/syscalls_links/include_zephyr_console zephyr/misc/generated/syscalls_links/include_zephyr_cpu_freq zephyr/misc/generated/syscalls_links/include_zephyr_crypto zephyr/misc/generated/syscalls_links/include_zephyr_dap zephyr/misc/generated/syscalls_links/include_zephyr_data zephyr/misc/generated/syscalls_links/include_zephyr_debug zephyr/misc/generated/syscalls_links/include_zephyr_devicetree zephyr/misc/generated/syscalls_links/include_zephyr_dfu zephyr/misc/generated/syscalls_links/include_zephyr_display zephyr/misc/generated/syscalls_links/include_zephyr_drivers zephyr/misc/generated/syscalls_links/include_zephyr_dsp zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings zephyr/misc/generated/syscalls_links/include_zephyr_fs zephyr/misc/generated/syscalls_links/include_zephyr_gnss zephyr/misc/generated/syscalls_links/include_zephyr_input zephyr/misc/generated/syscalls_links/include_zephyr_instrumentation zephyr/misc/generated/syscalls_links/include_zephyr_internal zephyr/misc/generated/syscalls_links/include_zephyr_ipc zephyr/misc/generated/syscalls_links/include_zephyr_kernel zephyr/misc/generated/syscalls_links/include_zephyr_kvss zephyr/misc/generated/syscalls_links/include_zephyr_linker zephyr/misc/generated/syscalls_links/include_zephyr_llext zephyr/misc/generated/syscalls_links/include_zephyr_logging zephyr/misc/generated/syscalls_links/include_zephyr_lorawan zephyr/misc/generated/syscalls_links/include_zephyr_math zephyr/misc/generated/syscalls_links/include_zephyr_mem_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_misc zephyr/misc/generated/syscalls_links/include_zephyr_modbus zephyr/misc/generated/syscalls_links/include_zephyr_modem zephyr/misc/generated/syscalls_links/include_zephyr_multi_heap zephyr/misc/generated/syscalls_links/include_zephyr_net zephyr/misc/generated/syscalls_links/include_zephyr_platform zephyr/misc/generated/syscalls_links/include_zephyr_pm zephyr/misc/generated/syscalls_links/include_zephyr_pmci zephyr/misc/generated/syscalls_links/include_zephyr_portability zephyr/misc/generated/syscalls_links/include_zephyr_posix zephyr/misc/generated/syscalls_links/include_zephyr_psa zephyr/misc/generated/syscalls_links/include_zephyr_random zephyr/misc/generated/syscalls_links/include_zephyr_retention zephyr/misc/generated/syscalls_links/include_zephyr_rtio zephyr/misc/generated/syscalls_links/include_zephyr_sd zephyr/misc/generated/syscalls_links/include_zephyr_sensing zephyr/misc/generated/syscalls_links/include_zephyr_settings zephyr/misc/generated/syscalls_links/include_zephyr_shell zephyr/misc/generated/syscalls_links/include_zephyr_sip_svc zephyr/misc/generated/syscalls_links/include_zephyr_stats zephyr/misc/generated/syscalls_links/include_zephyr_storage zephyr/misc/generated/syscalls_links/include_zephyr_sys zephyr/misc/generated/syscalls_links/include_zephyr_task_wdt zephyr/misc/generated/syscalls_links/include_zephyr_timing zephyr/misc/generated/syscalls_links/include_zephyr_toolchain zephyr/misc/generated/syscalls_links/include_zephyr_tracing zephyr/misc/generated/syscalls_links/include_zephyr_usb zephyr/misc/generated/syscalls_links/include_zephyr_usb_c zephyr/misc/generated/syscalls_links/include_zephyr_video zephyr/misc/generated/syscalls_links/include_zephyr_xen zephyr/misc/generated/syscalls_links/include_zephyr_zbus zephyr/misc/generated/syscalls_links/include_zephyr_zvfs zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64 zephyr/misc/generated/syscalls_links/include_zephyr_arch_common zephyr/misc/generated/syscalls_links/include_zephyr_arch_mips zephyr/misc/generated/syscalls_links/include_zephyr_arch_openrisc zephyr/misc/generated/syscalls_links/include_zephyr_arch_posix zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv zephyr/misc/generated/syscalls_links/include_zephyr_arch_rx zephyr/misc/generated/syscalls_links/include_zephyr_arch_sparc zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86 zephyr/misc/generated/syscalls_links/include_zephyr_arch_xtensa zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_asm-compat zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2 zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_dsp zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_mpu zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_secureshield zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_vpx zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mmu zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mpu zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r_scripts zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m_scripts zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r_scripts zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_cortex_r zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_scripts zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_common zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_riscv-privileged zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32 zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_intel64 zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32_scripts zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_audio zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_classic zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_mesh zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services_nus zephyr/misc/generated/syscalls_links/include_zephyr_debug_coresight zephyr/misc/generated/syscalls_links/include_zephyr_drivers_adc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_biometrics zephyr/misc/generated/syscalls_links/include_zephyr_drivers_bluetooth zephyr/misc/generated/syscalls_links/include_zephyr_drivers_can zephyr/misc/generated/syscalls_links/include_zephyr_drivers_charger zephyr/misc/generated/syscalls_links/include_zephyr_drivers_clock_control zephyr/misc/generated/syscalls_links/include_zephyr_drivers_comparator zephyr/misc/generated/syscalls_links/include_zephyr_drivers_console zephyr/misc/generated/syscalls_links/include_zephyr_drivers_counter zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dac zephyr/misc/generated/syscalls_links/include_zephyr_drivers_debug zephyr/misc/generated/syscalls_links/include_zephyr_drivers_disk zephyr/misc/generated/syscalls_links/include_zephyr_drivers_display zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dma zephyr/misc/generated/syscalls_links/include_zephyr_drivers_edac zephyr/misc/generated/syscalls_links/include_zephyr_drivers_eeprom zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ethernet zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware zephyr/misc/generated/syscalls_links/include_zephyr_drivers_flash zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gnss zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gpio zephyr/misc/generated/syscalls_links/include_zephyr_drivers_haptics zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i3c zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ieee802154 zephyr/misc/generated/syscalls_links/include_zephyr_drivers_interrupt_controller zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led_strip zephyr/misc/generated/syscalls_links/include_zephyr_drivers_memc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mfd zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mic_privacy zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mipi_dsi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mm zephyr/misc/generated/syscalls_links/include_zephyr_drivers_modem zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mspi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pinctrl zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pm_cpu_ops zephyr/misc/generated/syscalls_links/include_zephyr_drivers_power zephyr/misc/generated/syscalls_links/include_zephyr_drivers_psi5 zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pwm zephyr/misc/generated/syscalls_links/include_zephyr_drivers_regulator zephyr/misc/generated/syscalls_links/include_zephyr_drivers_reset zephyr/misc/generated/syscalls_links/include_zephyr_drivers_retained_mem zephyr/misc/generated/syscalls_links/include_zephyr_drivers_rtc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sensor zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sent zephyr/misc/generated/syscalls_links/include_zephyr_drivers_serial zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sip_svc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_stepper zephyr/misc/generated/syscalls_links/include_zephyr_drivers_timer zephyr/misc/generated/syscalls_links/include_zephyr_drivers_uart zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb_c zephyr/misc/generated/syscalls_links/include_zephyr_drivers_video zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtio zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtualization zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_qemu_fwcfg zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_scmi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_tisci zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_scmi_nxp zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c_target zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mic_privacy_intel zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_devmux zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_flexram zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_ft8xx zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_grove_lcd zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_interconn zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_max2221x zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_flexio zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_rtxxx_dsp_ctrl zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_pio_rpi_pico zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_ra_external_interrupt zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_rx_dtc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_rx_external_interrupt zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_stm32_wkup_pins zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_interconn_renesas_elc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie_endpoint zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi_bus zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi_off_raw_tx zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_acpi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_adc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_battery zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_comparator zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dac zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dai zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_display zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_espi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ethernet zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_flash_controller zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_gpio zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_i2c zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_input zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_inputmux zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_interrupt-controller zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ipc_service zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_led zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lora zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lvgl zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-attr zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-controller zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mfd zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dbi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dsi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pcie zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_power zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pwm zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_qspi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_rdc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_regulator zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reserved-memory zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reset zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sensor zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sent zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_spi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_timer zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb-c zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_video zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_wuc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_xspi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock_silabs zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma_silabs zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc_renesas zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc_renesas_ra-elc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_renesas zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_silabs zephyr/misc/generated/syscalls_links/include_zephyr_gnss_rtk zephyr/misc/generated/syscalls_links/include_zephyr_ipc_backends zephyr/misc/generated/syscalls_links/include_zephyr_kernel_internal zephyr/misc/generated/syscalls_links/include_zephyr_kernel_mm zephyr/misc/generated/syscalls_links/include_zephyr_linker_common-rom zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_ec_host_cmd zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_hawkbit zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_smp zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_transport zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_enum_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_fs_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_img_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_os_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_settings_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_shell_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_stat_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_zephyr zephyr/misc/generated/syscalls_links/include_zephyr_modem_at zephyr/misc/generated/syscalls_links/include_zephyr_modem_backend zephyr/misc/generated/syscalls_links/include_zephyr_modem_ubx zephyr/misc/generated/syscalls_links/include_zephyr_net_conn_mgr zephyr/misc/generated/syscalls_links/include_zephyr_net_hdlc_rcp_if zephyr/misc/generated/syscalls_links/include_zephyr_net_http zephyr/misc/generated/syscalls_links/include_zephyr_net_prometheus zephyr/misc/generated/syscalls_links/include_zephyr_net_ssh zephyr/misc/generated/syscalls_links/include_zephyr_pmci_mctp zephyr/misc/generated/syscalls_links/include_zephyr_posix_arpa zephyr/misc/generated/syscalls_links/include_zephyr_posix_net zephyr/misc/generated/syscalls_links/include_zephyr_posix_netinet zephyr/misc/generated/syscalls_links/include_zephyr_posix_sys zephyr/misc/generated/syscalls_links/include_zephyr_sys_internal zephyr/misc/generated/syscalls_links/include_zephyr_toolchain_iar zephyr/misc/generated/syscalls_links/include_zephyr_usb_class zephyr/misc/generated/syscalls_links/include_zephyr_xen_dom0 zephyr/misc/generated/syscalls_links/include_zephyr_xen_public zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_hvm zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_io zephyr/misc/generated/syscalls_links/include_zephyr_zbus_proxy_agent - - -############################################# -# Utility command for driver_validation_h_target - -build zephyr/driver_validation_h_target: phony zephyr/CMakeFiles/driver_validation_h_target zephyr/include/generated/zephyr/driver-validation.h zephyr/misc/generated/syscalls.json zephyr/misc/generated/struct_tags.json zephyr/misc/generated/syscalls_subdirs.trigger zephyr/misc/generated/syscalls_links/include zephyr/misc/generated/syscalls_links/include_zephyr zephyr/misc/generated/syscalls_links/include_zephyr_acpi zephyr/misc/generated/syscalls_links/include_zephyr_app_memory zephyr/misc/generated/syscalls_links/include_zephyr_arch zephyr/misc/generated/syscalls_links/include_zephyr_audio zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth zephyr/misc/generated/syscalls_links/include_zephyr_canbus zephyr/misc/generated/syscalls_links/include_zephyr_cleanup zephyr/misc/generated/syscalls_links/include_zephyr_console zephyr/misc/generated/syscalls_links/include_zephyr_cpu_freq zephyr/misc/generated/syscalls_links/include_zephyr_crypto zephyr/misc/generated/syscalls_links/include_zephyr_dap zephyr/misc/generated/syscalls_links/include_zephyr_data zephyr/misc/generated/syscalls_links/include_zephyr_debug zephyr/misc/generated/syscalls_links/include_zephyr_devicetree zephyr/misc/generated/syscalls_links/include_zephyr_dfu zephyr/misc/generated/syscalls_links/include_zephyr_display zephyr/misc/generated/syscalls_links/include_zephyr_drivers zephyr/misc/generated/syscalls_links/include_zephyr_dsp zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings zephyr/misc/generated/syscalls_links/include_zephyr_fs zephyr/misc/generated/syscalls_links/include_zephyr_gnss zephyr/misc/generated/syscalls_links/include_zephyr_input zephyr/misc/generated/syscalls_links/include_zephyr_instrumentation zephyr/misc/generated/syscalls_links/include_zephyr_internal zephyr/misc/generated/syscalls_links/include_zephyr_ipc zephyr/misc/generated/syscalls_links/include_zephyr_kernel zephyr/misc/generated/syscalls_links/include_zephyr_kvss zephyr/misc/generated/syscalls_links/include_zephyr_linker zephyr/misc/generated/syscalls_links/include_zephyr_llext zephyr/misc/generated/syscalls_links/include_zephyr_logging zephyr/misc/generated/syscalls_links/include_zephyr_lorawan zephyr/misc/generated/syscalls_links/include_zephyr_math zephyr/misc/generated/syscalls_links/include_zephyr_mem_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_misc zephyr/misc/generated/syscalls_links/include_zephyr_modbus zephyr/misc/generated/syscalls_links/include_zephyr_modem zephyr/misc/generated/syscalls_links/include_zephyr_multi_heap zephyr/misc/generated/syscalls_links/include_zephyr_net zephyr/misc/generated/syscalls_links/include_zephyr_platform zephyr/misc/generated/syscalls_links/include_zephyr_pm zephyr/misc/generated/syscalls_links/include_zephyr_pmci zephyr/misc/generated/syscalls_links/include_zephyr_portability zephyr/misc/generated/syscalls_links/include_zephyr_posix zephyr/misc/generated/syscalls_links/include_zephyr_psa zephyr/misc/generated/syscalls_links/include_zephyr_random zephyr/misc/generated/syscalls_links/include_zephyr_retention zephyr/misc/generated/syscalls_links/include_zephyr_rtio zephyr/misc/generated/syscalls_links/include_zephyr_sd zephyr/misc/generated/syscalls_links/include_zephyr_sensing zephyr/misc/generated/syscalls_links/include_zephyr_settings zephyr/misc/generated/syscalls_links/include_zephyr_shell zephyr/misc/generated/syscalls_links/include_zephyr_sip_svc zephyr/misc/generated/syscalls_links/include_zephyr_stats zephyr/misc/generated/syscalls_links/include_zephyr_storage zephyr/misc/generated/syscalls_links/include_zephyr_sys zephyr/misc/generated/syscalls_links/include_zephyr_task_wdt zephyr/misc/generated/syscalls_links/include_zephyr_timing zephyr/misc/generated/syscalls_links/include_zephyr_toolchain zephyr/misc/generated/syscalls_links/include_zephyr_tracing zephyr/misc/generated/syscalls_links/include_zephyr_usb zephyr/misc/generated/syscalls_links/include_zephyr_usb_c zephyr/misc/generated/syscalls_links/include_zephyr_video zephyr/misc/generated/syscalls_links/include_zephyr_xen zephyr/misc/generated/syscalls_links/include_zephyr_zbus zephyr/misc/generated/syscalls_links/include_zephyr_zvfs zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64 zephyr/misc/generated/syscalls_links/include_zephyr_arch_common zephyr/misc/generated/syscalls_links/include_zephyr_arch_mips zephyr/misc/generated/syscalls_links/include_zephyr_arch_openrisc zephyr/misc/generated/syscalls_links/include_zephyr_arch_posix zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv zephyr/misc/generated/syscalls_links/include_zephyr_arch_rx zephyr/misc/generated/syscalls_links/include_zephyr_arch_sparc zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86 zephyr/misc/generated/syscalls_links/include_zephyr_arch_xtensa zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_asm-compat zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2 zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_dsp zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_mpu zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_secureshield zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_vpx zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mmu zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mpu zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r_scripts zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m_scripts zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r_scripts zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_cortex_r zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_scripts zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_common zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_riscv-privileged zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32 zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_intel64 zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32_scripts zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_audio zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_classic zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_mesh zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services_nus zephyr/misc/generated/syscalls_links/include_zephyr_debug_coresight zephyr/misc/generated/syscalls_links/include_zephyr_drivers_adc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_biometrics zephyr/misc/generated/syscalls_links/include_zephyr_drivers_bluetooth zephyr/misc/generated/syscalls_links/include_zephyr_drivers_can zephyr/misc/generated/syscalls_links/include_zephyr_drivers_charger zephyr/misc/generated/syscalls_links/include_zephyr_drivers_clock_control zephyr/misc/generated/syscalls_links/include_zephyr_drivers_comparator zephyr/misc/generated/syscalls_links/include_zephyr_drivers_console zephyr/misc/generated/syscalls_links/include_zephyr_drivers_counter zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dac zephyr/misc/generated/syscalls_links/include_zephyr_drivers_debug zephyr/misc/generated/syscalls_links/include_zephyr_drivers_disk zephyr/misc/generated/syscalls_links/include_zephyr_drivers_display zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dma zephyr/misc/generated/syscalls_links/include_zephyr_drivers_edac zephyr/misc/generated/syscalls_links/include_zephyr_drivers_eeprom zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ethernet zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware zephyr/misc/generated/syscalls_links/include_zephyr_drivers_flash zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gnss zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gpio zephyr/misc/generated/syscalls_links/include_zephyr_drivers_haptics zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i3c zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ieee802154 zephyr/misc/generated/syscalls_links/include_zephyr_drivers_interrupt_controller zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led_strip zephyr/misc/generated/syscalls_links/include_zephyr_drivers_memc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mfd zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mic_privacy zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mipi_dsi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mm zephyr/misc/generated/syscalls_links/include_zephyr_drivers_modem zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mspi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pinctrl zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pm_cpu_ops zephyr/misc/generated/syscalls_links/include_zephyr_drivers_power zephyr/misc/generated/syscalls_links/include_zephyr_drivers_psi5 zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pwm zephyr/misc/generated/syscalls_links/include_zephyr_drivers_regulator zephyr/misc/generated/syscalls_links/include_zephyr_drivers_reset zephyr/misc/generated/syscalls_links/include_zephyr_drivers_retained_mem zephyr/misc/generated/syscalls_links/include_zephyr_drivers_rtc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sensor zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sent zephyr/misc/generated/syscalls_links/include_zephyr_drivers_serial zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sip_svc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_stepper zephyr/misc/generated/syscalls_links/include_zephyr_drivers_timer zephyr/misc/generated/syscalls_links/include_zephyr_drivers_uart zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb_c zephyr/misc/generated/syscalls_links/include_zephyr_drivers_video zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtio zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtualization zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_qemu_fwcfg zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_scmi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_tisci zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_scmi_nxp zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c_target zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mic_privacy_intel zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_devmux zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_flexram zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_ft8xx zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_grove_lcd zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_interconn zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_max2221x zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_flexio zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_rtxxx_dsp_ctrl zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_pio_rpi_pico zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_ra_external_interrupt zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_rx_dtc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_rx_external_interrupt zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_stm32_wkup_pins zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_interconn_renesas_elc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie_endpoint zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi_bus zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi_off_raw_tx zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_acpi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_adc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_battery zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_comparator zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dac zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dai zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_display zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_espi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ethernet zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_flash_controller zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_gpio zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_i2c zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_input zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_inputmux zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_interrupt-controller zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ipc_service zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_led zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lora zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lvgl zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-attr zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-controller zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mfd zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dbi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dsi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pcie zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_power zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pwm zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_qspi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_rdc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_regulator zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reserved-memory zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reset zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sensor zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sent zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_spi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_timer zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb-c zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_video zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_wuc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_xspi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock_silabs zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma_silabs zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc_renesas zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc_renesas_ra-elc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_renesas zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_silabs zephyr/misc/generated/syscalls_links/include_zephyr_gnss_rtk zephyr/misc/generated/syscalls_links/include_zephyr_ipc_backends zephyr/misc/generated/syscalls_links/include_zephyr_kernel_internal zephyr/misc/generated/syscalls_links/include_zephyr_kernel_mm zephyr/misc/generated/syscalls_links/include_zephyr_linker_common-rom zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_ec_host_cmd zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_hawkbit zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_smp zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_transport zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_enum_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_fs_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_img_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_os_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_settings_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_shell_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_stat_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_zephyr zephyr/misc/generated/syscalls_links/include_zephyr_modem_at zephyr/misc/generated/syscalls_links/include_zephyr_modem_backend zephyr/misc/generated/syscalls_links/include_zephyr_modem_ubx zephyr/misc/generated/syscalls_links/include_zephyr_net_conn_mgr zephyr/misc/generated/syscalls_links/include_zephyr_net_hdlc_rcp_if zephyr/misc/generated/syscalls_links/include_zephyr_net_http zephyr/misc/generated/syscalls_links/include_zephyr_net_prometheus zephyr/misc/generated/syscalls_links/include_zephyr_net_ssh zephyr/misc/generated/syscalls_links/include_zephyr_pmci_mctp zephyr/misc/generated/syscalls_links/include_zephyr_posix_arpa zephyr/misc/generated/syscalls_links/include_zephyr_posix_net zephyr/misc/generated/syscalls_links/include_zephyr_posix_netinet zephyr/misc/generated/syscalls_links/include_zephyr_posix_sys zephyr/misc/generated/syscalls_links/include_zephyr_sys_internal zephyr/misc/generated/syscalls_links/include_zephyr_toolchain_iar zephyr/misc/generated/syscalls_links/include_zephyr_usb_class zephyr/misc/generated/syscalls_links/include_zephyr_xen_dom0 zephyr/misc/generated/syscalls_links/include_zephyr_xen_public zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_hvm zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_io zephyr/misc/generated/syscalls_links/include_zephyr_zbus_proxy_agent - - -############################################# -# Utility command for kobj_types_h_target - -build zephyr/kobj_types_h_target: phony zephyr/CMakeFiles/kobj_types_h_target zephyr/include/generated/zephyr/kobj-types-enum.h zephyr/include/generated/zephyr/otype-to-str.h zephyr/include/generated/zephyr/otype-to-size.h zephyr/misc/generated/syscalls.json zephyr/misc/generated/struct_tags.json zephyr/misc/generated/syscalls_subdirs.trigger zephyr/misc/generated/syscalls_links/include zephyr/misc/generated/syscalls_links/include_zephyr zephyr/misc/generated/syscalls_links/include_zephyr_acpi zephyr/misc/generated/syscalls_links/include_zephyr_app_memory zephyr/misc/generated/syscalls_links/include_zephyr_arch zephyr/misc/generated/syscalls_links/include_zephyr_audio zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth zephyr/misc/generated/syscalls_links/include_zephyr_canbus zephyr/misc/generated/syscalls_links/include_zephyr_cleanup zephyr/misc/generated/syscalls_links/include_zephyr_console zephyr/misc/generated/syscalls_links/include_zephyr_cpu_freq zephyr/misc/generated/syscalls_links/include_zephyr_crypto zephyr/misc/generated/syscalls_links/include_zephyr_dap zephyr/misc/generated/syscalls_links/include_zephyr_data zephyr/misc/generated/syscalls_links/include_zephyr_debug zephyr/misc/generated/syscalls_links/include_zephyr_devicetree zephyr/misc/generated/syscalls_links/include_zephyr_dfu zephyr/misc/generated/syscalls_links/include_zephyr_display zephyr/misc/generated/syscalls_links/include_zephyr_drivers zephyr/misc/generated/syscalls_links/include_zephyr_dsp zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings zephyr/misc/generated/syscalls_links/include_zephyr_fs zephyr/misc/generated/syscalls_links/include_zephyr_gnss zephyr/misc/generated/syscalls_links/include_zephyr_input zephyr/misc/generated/syscalls_links/include_zephyr_instrumentation zephyr/misc/generated/syscalls_links/include_zephyr_internal zephyr/misc/generated/syscalls_links/include_zephyr_ipc zephyr/misc/generated/syscalls_links/include_zephyr_kernel zephyr/misc/generated/syscalls_links/include_zephyr_kvss zephyr/misc/generated/syscalls_links/include_zephyr_linker zephyr/misc/generated/syscalls_links/include_zephyr_llext zephyr/misc/generated/syscalls_links/include_zephyr_logging zephyr/misc/generated/syscalls_links/include_zephyr_lorawan zephyr/misc/generated/syscalls_links/include_zephyr_math zephyr/misc/generated/syscalls_links/include_zephyr_mem_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_misc zephyr/misc/generated/syscalls_links/include_zephyr_modbus zephyr/misc/generated/syscalls_links/include_zephyr_modem zephyr/misc/generated/syscalls_links/include_zephyr_multi_heap zephyr/misc/generated/syscalls_links/include_zephyr_net zephyr/misc/generated/syscalls_links/include_zephyr_platform zephyr/misc/generated/syscalls_links/include_zephyr_pm zephyr/misc/generated/syscalls_links/include_zephyr_pmci zephyr/misc/generated/syscalls_links/include_zephyr_portability zephyr/misc/generated/syscalls_links/include_zephyr_posix zephyr/misc/generated/syscalls_links/include_zephyr_psa zephyr/misc/generated/syscalls_links/include_zephyr_random zephyr/misc/generated/syscalls_links/include_zephyr_retention zephyr/misc/generated/syscalls_links/include_zephyr_rtio zephyr/misc/generated/syscalls_links/include_zephyr_sd zephyr/misc/generated/syscalls_links/include_zephyr_sensing zephyr/misc/generated/syscalls_links/include_zephyr_settings zephyr/misc/generated/syscalls_links/include_zephyr_shell zephyr/misc/generated/syscalls_links/include_zephyr_sip_svc zephyr/misc/generated/syscalls_links/include_zephyr_stats zephyr/misc/generated/syscalls_links/include_zephyr_storage zephyr/misc/generated/syscalls_links/include_zephyr_sys zephyr/misc/generated/syscalls_links/include_zephyr_task_wdt zephyr/misc/generated/syscalls_links/include_zephyr_timing zephyr/misc/generated/syscalls_links/include_zephyr_toolchain zephyr/misc/generated/syscalls_links/include_zephyr_tracing zephyr/misc/generated/syscalls_links/include_zephyr_usb zephyr/misc/generated/syscalls_links/include_zephyr_usb_c zephyr/misc/generated/syscalls_links/include_zephyr_video zephyr/misc/generated/syscalls_links/include_zephyr_xen zephyr/misc/generated/syscalls_links/include_zephyr_zbus zephyr/misc/generated/syscalls_links/include_zephyr_zvfs zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64 zephyr/misc/generated/syscalls_links/include_zephyr_arch_common zephyr/misc/generated/syscalls_links/include_zephyr_arch_mips zephyr/misc/generated/syscalls_links/include_zephyr_arch_openrisc zephyr/misc/generated/syscalls_links/include_zephyr_arch_posix zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv zephyr/misc/generated/syscalls_links/include_zephyr_arch_rx zephyr/misc/generated/syscalls_links/include_zephyr_arch_sparc zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86 zephyr/misc/generated/syscalls_links/include_zephyr_arch_xtensa zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_asm-compat zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2 zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_dsp zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_mpu zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_secureshield zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_vpx zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mmu zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mpu zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r_scripts zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m_scripts zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r_scripts zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_cortex_r zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_scripts zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_common zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_riscv-privileged zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32 zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_intel64 zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32_scripts zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_audio zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_classic zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_mesh zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services_nus zephyr/misc/generated/syscalls_links/include_zephyr_debug_coresight zephyr/misc/generated/syscalls_links/include_zephyr_drivers_adc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_biometrics zephyr/misc/generated/syscalls_links/include_zephyr_drivers_bluetooth zephyr/misc/generated/syscalls_links/include_zephyr_drivers_can zephyr/misc/generated/syscalls_links/include_zephyr_drivers_charger zephyr/misc/generated/syscalls_links/include_zephyr_drivers_clock_control zephyr/misc/generated/syscalls_links/include_zephyr_drivers_comparator zephyr/misc/generated/syscalls_links/include_zephyr_drivers_console zephyr/misc/generated/syscalls_links/include_zephyr_drivers_counter zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dac zephyr/misc/generated/syscalls_links/include_zephyr_drivers_debug zephyr/misc/generated/syscalls_links/include_zephyr_drivers_disk zephyr/misc/generated/syscalls_links/include_zephyr_drivers_display zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dma zephyr/misc/generated/syscalls_links/include_zephyr_drivers_edac zephyr/misc/generated/syscalls_links/include_zephyr_drivers_eeprom zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ethernet zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware zephyr/misc/generated/syscalls_links/include_zephyr_drivers_flash zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gnss zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gpio zephyr/misc/generated/syscalls_links/include_zephyr_drivers_haptics zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i3c zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ieee802154 zephyr/misc/generated/syscalls_links/include_zephyr_drivers_interrupt_controller zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led_strip zephyr/misc/generated/syscalls_links/include_zephyr_drivers_memc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mfd zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mic_privacy zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mipi_dsi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mm zephyr/misc/generated/syscalls_links/include_zephyr_drivers_modem zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mspi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pinctrl zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pm_cpu_ops zephyr/misc/generated/syscalls_links/include_zephyr_drivers_power zephyr/misc/generated/syscalls_links/include_zephyr_drivers_psi5 zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pwm zephyr/misc/generated/syscalls_links/include_zephyr_drivers_regulator zephyr/misc/generated/syscalls_links/include_zephyr_drivers_reset zephyr/misc/generated/syscalls_links/include_zephyr_drivers_retained_mem zephyr/misc/generated/syscalls_links/include_zephyr_drivers_rtc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sensor zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sent zephyr/misc/generated/syscalls_links/include_zephyr_drivers_serial zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sip_svc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_stepper zephyr/misc/generated/syscalls_links/include_zephyr_drivers_timer zephyr/misc/generated/syscalls_links/include_zephyr_drivers_uart zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb_c zephyr/misc/generated/syscalls_links/include_zephyr_drivers_video zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtio zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtualization zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_qemu_fwcfg zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_scmi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_tisci zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_scmi_nxp zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c_target zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mic_privacy_intel zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_devmux zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_flexram zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_ft8xx zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_grove_lcd zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_interconn zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_max2221x zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_flexio zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_rtxxx_dsp_ctrl zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_pio_rpi_pico zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_ra_external_interrupt zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_rx_dtc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_rx_external_interrupt zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_stm32_wkup_pins zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_interconn_renesas_elc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie_endpoint zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi_bus zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi_off_raw_tx zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_acpi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_adc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_battery zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_comparator zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dac zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dai zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_display zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_espi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ethernet zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_flash_controller zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_gpio zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_i2c zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_input zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_inputmux zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_interrupt-controller zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ipc_service zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_led zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lora zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lvgl zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-attr zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-controller zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mfd zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dbi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dsi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pcie zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_power zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pwm zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_qspi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_rdc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_regulator zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reserved-memory zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reset zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sensor zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sent zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_spi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_timer zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb-c zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_video zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_wuc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_xspi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock_silabs zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma_silabs zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc_renesas zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc_renesas_ra-elc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_renesas zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_silabs zephyr/misc/generated/syscalls_links/include_zephyr_gnss_rtk zephyr/misc/generated/syscalls_links/include_zephyr_ipc_backends zephyr/misc/generated/syscalls_links/include_zephyr_kernel_internal zephyr/misc/generated/syscalls_links/include_zephyr_kernel_mm zephyr/misc/generated/syscalls_links/include_zephyr_linker_common-rom zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_ec_host_cmd zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_hawkbit zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_smp zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_transport zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_enum_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_fs_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_img_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_os_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_settings_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_shell_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_stat_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_zephyr zephyr/misc/generated/syscalls_links/include_zephyr_modem_at zephyr/misc/generated/syscalls_links/include_zephyr_modem_backend zephyr/misc/generated/syscalls_links/include_zephyr_modem_ubx zephyr/misc/generated/syscalls_links/include_zephyr_net_conn_mgr zephyr/misc/generated/syscalls_links/include_zephyr_net_hdlc_rcp_if zephyr/misc/generated/syscalls_links/include_zephyr_net_http zephyr/misc/generated/syscalls_links/include_zephyr_net_prometheus zephyr/misc/generated/syscalls_links/include_zephyr_net_ssh zephyr/misc/generated/syscalls_links/include_zephyr_pmci_mctp zephyr/misc/generated/syscalls_links/include_zephyr_posix_arpa zephyr/misc/generated/syscalls_links/include_zephyr_posix_net zephyr/misc/generated/syscalls_links/include_zephyr_posix_netinet zephyr/misc/generated/syscalls_links/include_zephyr_posix_sys zephyr/misc/generated/syscalls_links/include_zephyr_sys_internal zephyr/misc/generated/syscalls_links/include_zephyr_toolchain_iar zephyr/misc/generated/syscalls_links/include_zephyr_usb_class zephyr/misc/generated/syscalls_links/include_zephyr_xen_dom0 zephyr/misc/generated/syscalls_links/include_zephyr_xen_public zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_hvm zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_io zephyr/misc/generated/syscalls_links/include_zephyr_zbus_proxy_agent - - -############################################# -# Utility command for device_api_ld_target - -build zephyr/device_api_ld_target: phony zephyr/CMakeFiles/device_api_ld_target zephyr/include/generated/device-api-sections.ld zephyr/include/generated/device-api-sections.cmake zephyr/misc/generated/syscalls.json zephyr/misc/generated/struct_tags.json zephyr/misc/generated/syscalls_subdirs.trigger zephyr/misc/generated/syscalls_links/include zephyr/misc/generated/syscalls_links/include_zephyr zephyr/misc/generated/syscalls_links/include_zephyr_acpi zephyr/misc/generated/syscalls_links/include_zephyr_app_memory zephyr/misc/generated/syscalls_links/include_zephyr_arch zephyr/misc/generated/syscalls_links/include_zephyr_audio zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth zephyr/misc/generated/syscalls_links/include_zephyr_canbus zephyr/misc/generated/syscalls_links/include_zephyr_cleanup zephyr/misc/generated/syscalls_links/include_zephyr_console zephyr/misc/generated/syscalls_links/include_zephyr_cpu_freq zephyr/misc/generated/syscalls_links/include_zephyr_crypto zephyr/misc/generated/syscalls_links/include_zephyr_dap zephyr/misc/generated/syscalls_links/include_zephyr_data zephyr/misc/generated/syscalls_links/include_zephyr_debug zephyr/misc/generated/syscalls_links/include_zephyr_devicetree zephyr/misc/generated/syscalls_links/include_zephyr_dfu zephyr/misc/generated/syscalls_links/include_zephyr_display zephyr/misc/generated/syscalls_links/include_zephyr_drivers zephyr/misc/generated/syscalls_links/include_zephyr_dsp zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings zephyr/misc/generated/syscalls_links/include_zephyr_fs zephyr/misc/generated/syscalls_links/include_zephyr_gnss zephyr/misc/generated/syscalls_links/include_zephyr_input zephyr/misc/generated/syscalls_links/include_zephyr_instrumentation zephyr/misc/generated/syscalls_links/include_zephyr_internal zephyr/misc/generated/syscalls_links/include_zephyr_ipc zephyr/misc/generated/syscalls_links/include_zephyr_kernel zephyr/misc/generated/syscalls_links/include_zephyr_kvss zephyr/misc/generated/syscalls_links/include_zephyr_linker zephyr/misc/generated/syscalls_links/include_zephyr_llext zephyr/misc/generated/syscalls_links/include_zephyr_logging zephyr/misc/generated/syscalls_links/include_zephyr_lorawan zephyr/misc/generated/syscalls_links/include_zephyr_math zephyr/misc/generated/syscalls_links/include_zephyr_mem_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_misc zephyr/misc/generated/syscalls_links/include_zephyr_modbus zephyr/misc/generated/syscalls_links/include_zephyr_modem zephyr/misc/generated/syscalls_links/include_zephyr_multi_heap zephyr/misc/generated/syscalls_links/include_zephyr_net zephyr/misc/generated/syscalls_links/include_zephyr_platform zephyr/misc/generated/syscalls_links/include_zephyr_pm zephyr/misc/generated/syscalls_links/include_zephyr_pmci zephyr/misc/generated/syscalls_links/include_zephyr_portability zephyr/misc/generated/syscalls_links/include_zephyr_posix zephyr/misc/generated/syscalls_links/include_zephyr_psa zephyr/misc/generated/syscalls_links/include_zephyr_random zephyr/misc/generated/syscalls_links/include_zephyr_retention zephyr/misc/generated/syscalls_links/include_zephyr_rtio zephyr/misc/generated/syscalls_links/include_zephyr_sd zephyr/misc/generated/syscalls_links/include_zephyr_sensing zephyr/misc/generated/syscalls_links/include_zephyr_settings zephyr/misc/generated/syscalls_links/include_zephyr_shell zephyr/misc/generated/syscalls_links/include_zephyr_sip_svc zephyr/misc/generated/syscalls_links/include_zephyr_stats zephyr/misc/generated/syscalls_links/include_zephyr_storage zephyr/misc/generated/syscalls_links/include_zephyr_sys zephyr/misc/generated/syscalls_links/include_zephyr_task_wdt zephyr/misc/generated/syscalls_links/include_zephyr_timing zephyr/misc/generated/syscalls_links/include_zephyr_toolchain zephyr/misc/generated/syscalls_links/include_zephyr_tracing zephyr/misc/generated/syscalls_links/include_zephyr_usb zephyr/misc/generated/syscalls_links/include_zephyr_usb_c zephyr/misc/generated/syscalls_links/include_zephyr_video zephyr/misc/generated/syscalls_links/include_zephyr_xen zephyr/misc/generated/syscalls_links/include_zephyr_zbus zephyr/misc/generated/syscalls_links/include_zephyr_zvfs zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64 zephyr/misc/generated/syscalls_links/include_zephyr_arch_common zephyr/misc/generated/syscalls_links/include_zephyr_arch_mips zephyr/misc/generated/syscalls_links/include_zephyr_arch_openrisc zephyr/misc/generated/syscalls_links/include_zephyr_arch_posix zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv zephyr/misc/generated/syscalls_links/include_zephyr_arch_rx zephyr/misc/generated/syscalls_links/include_zephyr_arch_sparc zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86 zephyr/misc/generated/syscalls_links/include_zephyr_arch_xtensa zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_asm-compat zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2 zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_dsp zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_mpu zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_secureshield zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_vpx zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mmu zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mpu zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r_scripts zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m_scripts zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r_scripts zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_cortex_r zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_scripts zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_common zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_riscv-privileged zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32 zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_intel64 zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32_scripts zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_audio zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_classic zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_mesh zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services_nus zephyr/misc/generated/syscalls_links/include_zephyr_debug_coresight zephyr/misc/generated/syscalls_links/include_zephyr_drivers_adc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_biometrics zephyr/misc/generated/syscalls_links/include_zephyr_drivers_bluetooth zephyr/misc/generated/syscalls_links/include_zephyr_drivers_can zephyr/misc/generated/syscalls_links/include_zephyr_drivers_charger zephyr/misc/generated/syscalls_links/include_zephyr_drivers_clock_control zephyr/misc/generated/syscalls_links/include_zephyr_drivers_comparator zephyr/misc/generated/syscalls_links/include_zephyr_drivers_console zephyr/misc/generated/syscalls_links/include_zephyr_drivers_counter zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dac zephyr/misc/generated/syscalls_links/include_zephyr_drivers_debug zephyr/misc/generated/syscalls_links/include_zephyr_drivers_disk zephyr/misc/generated/syscalls_links/include_zephyr_drivers_display zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dma zephyr/misc/generated/syscalls_links/include_zephyr_drivers_edac zephyr/misc/generated/syscalls_links/include_zephyr_drivers_eeprom zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ethernet zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware zephyr/misc/generated/syscalls_links/include_zephyr_drivers_flash zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gnss zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gpio zephyr/misc/generated/syscalls_links/include_zephyr_drivers_haptics zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i3c zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ieee802154 zephyr/misc/generated/syscalls_links/include_zephyr_drivers_interrupt_controller zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led_strip zephyr/misc/generated/syscalls_links/include_zephyr_drivers_memc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mfd zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mic_privacy zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mipi_dsi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mm zephyr/misc/generated/syscalls_links/include_zephyr_drivers_modem zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mspi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pinctrl zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pm_cpu_ops zephyr/misc/generated/syscalls_links/include_zephyr_drivers_power zephyr/misc/generated/syscalls_links/include_zephyr_drivers_psi5 zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pwm zephyr/misc/generated/syscalls_links/include_zephyr_drivers_regulator zephyr/misc/generated/syscalls_links/include_zephyr_drivers_reset zephyr/misc/generated/syscalls_links/include_zephyr_drivers_retained_mem zephyr/misc/generated/syscalls_links/include_zephyr_drivers_rtc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sensor zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sent zephyr/misc/generated/syscalls_links/include_zephyr_drivers_serial zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sip_svc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_stepper zephyr/misc/generated/syscalls_links/include_zephyr_drivers_timer zephyr/misc/generated/syscalls_links/include_zephyr_drivers_uart zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb_c zephyr/misc/generated/syscalls_links/include_zephyr_drivers_video zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtio zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtualization zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_qemu_fwcfg zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_scmi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_tisci zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_scmi_nxp zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c_target zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mic_privacy_intel zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_devmux zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_flexram zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_ft8xx zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_grove_lcd zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_interconn zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_max2221x zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_flexio zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_rtxxx_dsp_ctrl zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_pio_rpi_pico zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_ra_external_interrupt zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_rx_dtc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_rx_external_interrupt zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_stm32_wkup_pins zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_interconn_renesas_elc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie_endpoint zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi_bus zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi_off_raw_tx zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_acpi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_adc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_battery zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_comparator zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dac zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dai zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_display zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_espi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ethernet zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_flash_controller zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_gpio zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_i2c zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_input zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_inputmux zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_interrupt-controller zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ipc_service zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_led zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lora zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lvgl zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-attr zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-controller zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mfd zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dbi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dsi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pcie zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_power zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pwm zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_qspi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_rdc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_regulator zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reserved-memory zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reset zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sensor zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sent zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_spi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_timer zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb-c zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_video zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_wuc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_xspi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock_silabs zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma_silabs zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc_renesas zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc_renesas_ra-elc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_renesas zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_silabs zephyr/misc/generated/syscalls_links/include_zephyr_gnss_rtk zephyr/misc/generated/syscalls_links/include_zephyr_ipc_backends zephyr/misc/generated/syscalls_links/include_zephyr_kernel_internal zephyr/misc/generated/syscalls_links/include_zephyr_kernel_mm zephyr/misc/generated/syscalls_links/include_zephyr_linker_common-rom zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_ec_host_cmd zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_hawkbit zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_smp zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_transport zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_enum_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_fs_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_img_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_os_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_settings_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_shell_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_stat_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_zephyr zephyr/misc/generated/syscalls_links/include_zephyr_modem_at zephyr/misc/generated/syscalls_links/include_zephyr_modem_backend zephyr/misc/generated/syscalls_links/include_zephyr_modem_ubx zephyr/misc/generated/syscalls_links/include_zephyr_net_conn_mgr zephyr/misc/generated/syscalls_links/include_zephyr_net_hdlc_rcp_if zephyr/misc/generated/syscalls_links/include_zephyr_net_http zephyr/misc/generated/syscalls_links/include_zephyr_net_prometheus zephyr/misc/generated/syscalls_links/include_zephyr_net_ssh zephyr/misc/generated/syscalls_links/include_zephyr_pmci_mctp zephyr/misc/generated/syscalls_links/include_zephyr_posix_arpa zephyr/misc/generated/syscalls_links/include_zephyr_posix_net zephyr/misc/generated/syscalls_links/include_zephyr_posix_netinet zephyr/misc/generated/syscalls_links/include_zephyr_posix_sys zephyr/misc/generated/syscalls_links/include_zephyr_sys_internal zephyr/misc/generated/syscalls_links/include_zephyr_toolchain_iar zephyr/misc/generated/syscalls_links/include_zephyr_usb_class zephyr/misc/generated/syscalls_links/include_zephyr_xen_dom0 zephyr/misc/generated/syscalls_links/include_zephyr_xen_public zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_hvm zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_io zephyr/misc/generated/syscalls_links/include_zephyr_zbus_proxy_agent - -# ============================================================================= -# Object build statements for OBJECT_LIBRARY target offsets - - -############################################# -# Order-only phony target for offsets - -build cmake_object_order_depends_target_offsets: phony || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/syscall_list_h_target - -build zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj: C_COMPILER__offsets_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/offsets/offsets.c || cmake_object_order_depends_target_offsets - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -fno-lto - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/offsets.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets - TARGET_COMPILE_PDB = zephyr/CMakeFiles/offsets.dir/ - TARGET_PDB = "" - - - -############################################# -# Object library offsets - -build zephyr/offsets: phony zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj - - -############################################# -# Utility command for offsets_h - -build zephyr/offsets_h: phony zephyr/CMakeFiles/offsets_h zephyr/include/generated/zephyr/offsets.h zephyr/offsets - - -############################################# -# Utility command for linker_zephyr_prebuilt_script_target - -build zephyr/linker_zephyr_prebuilt_script_target: phony zephyr/CMakeFiles/linker_zephyr_prebuilt_script_target zephyr/linker_zephyr_pre0.cmd zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/version_h - -# ============================================================================= -# Object build statements for EXECUTABLE target zephyr_pre0 - - -############################################# -# Order-only phony target for zephyr_pre0 - -build cmake_object_order_depends_target_zephyr_pre0: phony || cmake_object_order_depends_target_..__modules__hal__stm32__stm32cube cmake_object_order_depends_target_app cmake_object_order_depends_target_arch__arm__core cmake_object_order_depends_target_arch__arm__core__cortex_m cmake_object_order_depends_target_arch__arm__core__mpu cmake_object_order_depends_target_arch__common cmake_object_order_depends_target_drivers__clock_control cmake_object_order_depends_target_drivers__flash cmake_object_order_depends_target_drivers__interrupt_controller cmake_object_order_depends_target_drivers__timer cmake_object_order_depends_target_isr_tables cmake_object_order_depends_target_kernel cmake_object_order_depends_target_lib__libc__common cmake_object_order_depends_target_lib__libc__picolibc cmake_object_order_depends_target_mcuboot_util cmake_object_order_depends_target_offsets cmake_object_order_depends_target_subsys__portability__posix__c_lib_ext cmake_object_order_depends_target_zephyr zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/linker_zephyr_prebuilt_script_target zephyr/syscall_list_h_target - -build zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj: C_COMPILER__zephyr_pre0_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/misc/empty_file.c || cmake_object_order_depends_target_zephyr_pre0 - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr_pre0.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr_pre0.dir/misc - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr_pre0.dir/ - TARGET_PDB = zephyr/zephyr_pre0.pdb - - -# ============================================================================= -# Link build statements for EXECUTABLE target zephyr_pre0 - - -############################################# -# Link the executable zephyr/zephyr_pre0.elf - -build zephyr/zephyr_pre0.elf zephyr/zephyr_pre0.map | ${cmake_ninja_workdir}zephyr/zephyr_pre0.map: C_EXECUTABLE_LINKER__zephyr_pre0_ zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj | zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj zephyr/linker_zephyr_pre0.cmd app/libapp.a zephyr/libzephyr.a zephyr/arch/common/libarch__common.a zephyr/arch/arch/arm/core/libarch__arm__core.a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a zephyr/lib/libc/picolibc/liblib__libc__picolibc.a zephyr/lib/libc/common/liblib__libc__common.a zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/timer/libdrivers__timer.a modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a modules/mcuboot/libmcuboot_util.a zephyr/kernel/libkernel.a zephyr/arch/common/libisr_tables.a zephyr/linker_zephyr_pre0.cmd || app/libapp.a modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a modules/mcuboot/libmcuboot_util.a zephyr/app_version_h zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a zephyr/arch/arch/arm/core/libarch__arm__core.a zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a zephyr/arch/common/libarch__common.a zephyr/arch/common/libisr_tables.a zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a zephyr/drivers/timer/libdrivers__timer.a zephyr/kernel/libkernel.a zephyr/kobj_types_h_target zephyr/lib/libc/common/liblib__libc__common.a zephyr/lib/libc/picolibc/liblib__libc__picolibc.a zephyr/libzephyr.a zephyr/linker_zephyr_prebuilt_script_target zephyr/offsets zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a zephyr/syscall_list_h_target - LINK_FLAGS = -gdwarf-4 -Os - LINK_LIBRARIES = zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj -T zephyr/linker_zephyr_pre0.cmd -Wl,-Map,/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/zephyr_pre0.map -Wl,--whole-archive app/libapp.a zephyr/libzephyr.a zephyr/arch/common/libarch__common.a zephyr/arch/arch/arm/core/libarch__arm__core.a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a zephyr/lib/libc/picolibc/liblib__libc__picolibc.a zephyr/lib/libc/common/liblib__libc__common.a zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/timer/libdrivers__timer.a modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a modules/mcuboot/libmcuboot_util.a -Wl,--no-whole-archive zephyr/kernel/libkernel.a -L/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr zephyr/arch/common/libisr_tables.a -fuse-ld=bfd -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft -Wl,--gc-sections -Wl,--build-id=none -Wl,--sort-common=descending -Wl,--sort-section=alignment -Wl,-u,_OffsetAbsSyms -Wl,-u,_ConfigAbsSyms -nostdlib -static -znoexecstack -Wl,-X -Wl,-N -Wl,--orphan-handling=warn -Wl,-no-pie -Wl,--undefined=_sw_isr_table -Wl,--undefined=_irq_vector_table -specs=picolibc.specs -DPICOLIBC_MINIMAL_PRINTF_SCANF - OBJECT_DIR = zephyr/CMakeFiles/zephyr_pre0.dir - POST_BUILD = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E true - PRE_LINK = : - RESTAT = 1 - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr_pre0.dir/ - TARGET_FILE = zephyr/zephyr_pre0.elf - TARGET_PDB = zephyr/zephyr_pre0.pdb - - -############################################# -# Utility command for linker_zephyr_final_script_target - -build zephyr/linker_zephyr_final_script_target: phony zephyr/CMakeFiles/linker_zephyr_final_script_target zephyr/linker.cmd zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/version_h zephyr/zephyr_pre0.elf - -# ============================================================================= -# Object build statements for EXECUTABLE target zephyr_final - - -############################################# -# Order-only phony target for zephyr_final - -build cmake_object_order_depends_target_zephyr_final: phony || cmake_object_order_depends_target_..__modules__hal__stm32__stm32cube cmake_object_order_depends_target_app cmake_object_order_depends_target_arch__arm__core cmake_object_order_depends_target_arch__arm__core__cortex_m cmake_object_order_depends_target_arch__arm__core__mpu cmake_object_order_depends_target_arch__common cmake_object_order_depends_target_drivers__clock_control cmake_object_order_depends_target_drivers__flash cmake_object_order_depends_target_drivers__interrupt_controller cmake_object_order_depends_target_drivers__timer cmake_object_order_depends_target_isr_tables cmake_object_order_depends_target_kernel cmake_object_order_depends_target_lib__libc__common cmake_object_order_depends_target_lib__libc__picolibc cmake_object_order_depends_target_mcuboot_util cmake_object_order_depends_target_offsets cmake_object_order_depends_target_subsys__portability__posix__c_lib_ext cmake_object_order_depends_target_zephyr zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/isr_tables.c zephyr/isr_tables_swi.ld zephyr/isr_tables_vt.ld zephyr/kobj_types_h_target zephyr/linker_zephyr_final_script_target zephyr/syscall_list_h_target zephyr/zephyr_pre0.elf - -build zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj: C_COMPILER__zephyr_final_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/misc/empty_file.c || cmake_object_order_depends_target_zephyr_final - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr_final.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr_final.dir/misc - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr_final.dir/ - TARGET_PDB = zephyr/zephyr.pdb - -build zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj: C_COMPILER__zephyr_final_unscanned_ /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/isr_tables.c || cmake_object_order_depends_target_zephyr_final - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/CMakeFiles/zephyr_final.dir - OBJECT_FILE_DIR = zephyr/CMakeFiles/zephyr_final.dir - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr_final.dir/ - TARGET_PDB = zephyr/zephyr.pdb - - -# ============================================================================= -# Link build statements for EXECUTABLE target zephyr_final - - -############################################# -# Link the executable zephyr/zephyr.elf - -build zephyr/zephyr.elf zephyr/zephyr.map zephyr/zephyr.hex zephyr/zephyr.bin zephyr/zephyr.stat | ${cmake_ninja_workdir}zephyr/zephyr.map ${cmake_ninja_workdir}zephyr/zephyr.hex ${cmake_ninja_workdir}zephyr/zephyr.bin ${cmake_ninja_workdir}zephyr/zephyr.stat: C_EXECUTABLE_LINKER__zephyr_final_ zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj | zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj zephyr/linker.cmd app/libapp.a zephyr/libzephyr.a zephyr/arch/common/libarch__common.a zephyr/arch/arch/arm/core/libarch__arm__core.a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a zephyr/lib/libc/picolibc/liblib__libc__picolibc.a zephyr/lib/libc/common/liblib__libc__common.a zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/timer/libdrivers__timer.a modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a modules/mcuboot/libmcuboot_util.a zephyr/kernel/libkernel.a zephyr/arch/common/libisr_tables.a zephyr/linker.cmd || app/libapp.a modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a modules/mcuboot/libmcuboot_util.a zephyr/app_version_h zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a zephyr/arch/arch/arm/core/libarch__arm__core.a zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a zephyr/arch/common/libarch__common.a zephyr/arch/common/libisr_tables.a zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a zephyr/drivers/timer/libdrivers__timer.a zephyr/kernel/libkernel.a zephyr/kobj_types_h_target zephyr/lib/libc/common/liblib__libc__common.a zephyr/lib/libc/picolibc/liblib__libc__picolibc.a zephyr/libzephyr.a zephyr/linker_zephyr_final_script_target zephyr/offsets zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a zephyr/syscall_list_h_target zephyr/zephyr_pre0.elf - LINK_FLAGS = -gdwarf-4 -Os - LINK_LIBRARIES = zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj -T zephyr/linker.cmd -Wl,-Map,/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/zephyr_final.map -Wl,--whole-archive app/libapp.a zephyr/libzephyr.a zephyr/arch/common/libarch__common.a zephyr/arch/arch/arm/core/libarch__arm__core.a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a zephyr/lib/libc/picolibc/liblib__libc__picolibc.a zephyr/lib/libc/common/liblib__libc__common.a zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/timer/libdrivers__timer.a modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a modules/mcuboot/libmcuboot_util.a -Wl,--no-whole-archive zephyr/kernel/libkernel.a -L/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr -Wl,--print-memory-usage zephyr/arch/common/libisr_tables.a -fuse-ld=bfd -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft -Wl,--gc-sections -Wl,--build-id=none -Wl,--sort-common=descending -Wl,--sort-section=alignment -Wl,-u,_OffsetAbsSyms -Wl,-u,_ConfigAbsSyms -nostdlib -static -znoexecstack -Wl,-X -Wl,-N -Wl,--orphan-handling=warn -Wl,-no-pie -Wl,--undefined=_sw_isr_table -Wl,--undefined=_irq_vector_table -specs=picolibc.specs -DPICOLIBC_MINIMAL_PRINTF_SCANF - OBJECT_DIR = zephyr/CMakeFiles/zephyr_final.dir - POST_BUILD = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo Generating\ files\ from\ /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/zephyr.elf\ for\ board:\ nucleo_g431rb/stm32g431xx && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E copy zephyr_final.map zephyr.map && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objcopy --output-target=ihex --remove-section=.comment --remove-section=COMMON zephyr.elf zephyr.hex && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objcopy --gap-fill 0xFF --output-target=binary --remove-section=.comment --remove-section=COMMON zephyr.elf zephyr.bin && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-readelf -e zephyr.elf > zephyr.stat && /nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/build/check_init_priorities.py --elf-file=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/zephyr.elf - PRE_LINK = : - RESTAT = 1 - TARGET_COMPILE_PDB = zephyr/CMakeFiles/zephyr_final.dir/ - TARGET_FILE = zephyr/zephyr.elf - TARGET_PDB = zephyr/zephyr.pdb - - -############################################# -# Utility command for initlevels - -build zephyr/initlevels: phony zephyr/CMakeFiles/initlevels zephyr/zephyr.elf - - -############################################# -# Utility command for run - -build zephyr/run: phony zephyr/CMakeFiles/run - - -############################################# -# Utility command for build_info_yaml_saved - -build zephyr/build_info_yaml_saved: phony zephyr/CMakeFiles/build_info_yaml_saved - - -############################################# -# Utility command for edit_cache - -build zephyr/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/edit_cache: phony zephyr/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/rebuild_cache: phony zephyr/CMakeFiles/rebuild_cache.util - - -############################################# -# Phony custom command for zephyr/CMakeFiles/version_h - -build zephyr/CMakeFiles/version_h | ${cmake_ninja_workdir}zephyr/CMakeFiles/version_h: phony zephyr/include/generated/zephyr/version.h - - -############################################# -# Custom command for zephyr/include/generated/zephyr/version.h - -build zephyr/include/generated/zephyr/version.h | ${cmake_ninja_workdir}zephyr/include/generated/zephyr/version.h: CUSTOM_COMMAND /home/jeremy/utat-dev/zephyrproject/zephyr/VERSION /home/jeremy/utat-dev/zephyrproject/zephyr/.git/index - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -DZEPHYR_BASE=/home/jeremy/utat-dev/zephyrproject/zephyr -DOUT_FILE=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/version.h -DVERSION_TYPE=KERNEL -DVERSION_FILE=/home/jeremy/utat-dev/zephyrproject/zephyr/VERSION -DKERNEL_VERSION_CUSTOMIZATION="" -P /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/gen_version_h.cmake - DESC = Generating include/generated/zephyr/version.h - restat = 1 - - -############################################# -# Phony custom command for zephyr/CMakeFiles/app_version_h - -build zephyr/CMakeFiles/app_version_h | ${cmake_ninja_workdir}zephyr/CMakeFiles/app_version_h: phony zephyr/include/generated/zephyr/app_version.h - - -############################################# -# Custom command for zephyr/include/generated/zephyr/app_version.h - -build zephyr/include/generated/zephyr/app_version.h | ${cmake_ninja_workdir}zephyr/include/generated/zephyr/app_version.h: CUSTOM_COMMAND /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/VERSION /home/jeremy/utat-dev/zephyrproject/zephyr/.git/index - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -DZEPHYR_BASE=/home/jeremy/utat-dev/zephyrproject/zephyr -DOUT_FILE=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/app_version.h -DVERSION_TYPE=APP -DVERSION_FILE=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/VERSION -DAPP_VERSION_CUSTOMIZATION="" -P /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/gen_version_h.cmake - DESC = Generating include/generated/zephyr/app_version.h - restat = 1 - - -############################################# -# Phony custom command for zephyr/CMakeFiles/syscall_list_h_target - -build zephyr/CMakeFiles/syscall_list_h_target | ${cmake_ninja_workdir}zephyr/CMakeFiles/syscall_list_h_target: phony zephyr/include/generated/zephyr/syscall_list.h - - -############################################# -# Custom command for zephyr/include/generated/zephyr/syscall_dispatch.c - -build zephyr/include/generated/zephyr/syscall_dispatch.c zephyr/include/generated/zephyr/syscall_exports_llext.c zephyr/syscall_weakdefs_llext.c zephyr/include/generated/zephyr/syscall_list.h | ${cmake_ninja_workdir}zephyr/include/generated/zephyr/syscall_dispatch.c ${cmake_ninja_workdir}zephyr/include/generated/zephyr/syscall_exports_llext.c ${cmake_ninja_workdir}zephyr/syscall_weakdefs_llext.c ${cmake_ninja_workdir}zephyr/include/generated/zephyr/syscall_list.h: CUSTOM_COMMAND zephyr/misc/generated/syscalls.json - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr && /nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/build/gen_syscalls.py --json-file /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls.json --base-output include/generated/zephyr/syscalls --syscall-dispatch include/generated/zephyr/syscall_dispatch.c --syscall-exports-llext include/generated/zephyr/syscall_exports_llext.c --syscall-weakdefs-llext syscall_weakdefs_llext.c --syscall-list /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscall_list.h --split-type k_timeout_t --split-type k_ticks_t && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E copy /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscall_list.h /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/syscall_list.h - DESC = Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_exports_llext.c, syscall_weakdefs_llext.c, include/generated/zephyr/syscall_list.h - restat = 1 - - -############################################# -# Custom command for zephyr/misc/generated/syscalls.json - -build zephyr/misc/generated/syscalls.json zephyr/misc/generated/struct_tags.json | ${cmake_ninja_workdir}zephyr/misc/generated/syscalls.json ${cmake_ninja_workdir}zephyr/misc/generated/struct_tags.json: CUSTOM_COMMAND zephyr/misc/generated/syscalls_subdirs.trigger /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/acpi/acpi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/acpi/acpi_osal.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/app_memory/app_memdomain.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/app_memory/mem_domain.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/app_memory/partitions.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/arc_addr_types.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/arch.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/arch_inlines.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/asm-compat/asm-macro-32-bit-gnu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/asm-compat/asm-macro-32-bit-mwdt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/asm-compat/asm-macro-64-bit-gnu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/asm-compat/asm-macro-64-bit-mwdt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/asm-compat/assembler.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/cluster.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/sys-io-common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/syscall.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/thread.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/tool-compat.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/v2/arc_connect.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/v2/arcv2_irq_unit.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/v2/asm_inline.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/v2/asm_inline_gcc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/v2/aux_regs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/v2/dsp/arc_dsp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/v2/error.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/v2/exception.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/v2/irq.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/v2/misc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/v2/mpu/arc_core_mpu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/v2/mpu/arc_mpu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/v2/secureshield/arc_secure.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/v2/sys_io.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/v2/vpx/arc_vpx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arch_inlines.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arch_interface.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/arch.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/arch_inlines.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/arm-m-switch.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/asm_inline.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/asm_inline_gcc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/barrier.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cfi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_a_r/armv7_v8_timer.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_a_r/cpu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_a_r/exception.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_a_r/lib_helpers.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_a_r/mpu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_a_r/sys_io.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_a_r/timer.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_a_r/tpidruro.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_m/cpu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_m/exception.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_m/fpu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_m/memory_map.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_m/nvic.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_m/scb.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/error.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/exception.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/gdbstub.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/irq.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/misc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/mmu/arm_mem.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/mmu/arm_mmu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/mpu/arm_mpu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/mpu/arm_mpu_mem_cfg.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/mpu/arm_mpu_v7m.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/mpu/arm_mpu_v8.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/mpu/nxp_mpu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/nmi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/structs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/syscall.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/thread.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/arch.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/arch_inlines.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/arm-smccc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/arm_mem.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/arm_mmu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/asm_inline.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/asm_inline_gcc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/barrier.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/cache.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/cfi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/cortex_r/arm_mpu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/cpu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/error.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/exception.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/hypercall.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/irq.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/lib_helpers.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/misc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/mm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/pac.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/structs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/sys_io.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/syscall.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/thread.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/thread_stack.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/timer.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/tpidrro_el0.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/cache.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/cfi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/common/addr_types.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/common/exc_handle.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/common/ffs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/common/init.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/common/pm_s2ram.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/common/semihost.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/common/sys_bitops.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/common/sys_io.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/common/xip.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/cpu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/exception.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/mips/arch.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/mips/arch_inlines.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/mips/exception.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/mips/thread.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/openrisc/arch.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/openrisc/arch_inlines.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/openrisc/exception.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/openrisc/irq.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/openrisc/syscall.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/openrisc/thread.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/posix/arch.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/posix/arch_inlines.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/posix/asm_inline.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/posix/asm_inline_gcc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/posix/exception.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/posix/posix_soc_if.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/posix/posix_trace.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/posix/thread.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/riscv/arch.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/riscv/arch_inlines.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/riscv/atomic.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/riscv/cfi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/riscv/csr.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/riscv/elf.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/riscv/error.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/riscv/exception.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/riscv/icsr.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/riscv/irq.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/riscv/pmp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/riscv/riscv-privileged/asm_inline.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/riscv/riscv-privileged/asm_inline_gcc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/riscv/sbi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/riscv/structs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/riscv/sys_io.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/riscv/syscall.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/riscv/thread.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/rx/arch.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/rx/arch_inlines.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/rx/error.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/rx/exception.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/rx/misc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/rx/sw_nmi_table.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/rx/thread.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/sparc/arch.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/sparc/arch_inlines.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/sparc/exception.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/sparc/sparc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/sparc/thread.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/structs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/syscall.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/arch.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/arch_inlines.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/cet.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/cpuid.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/efi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/ia32/arch.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/ia32/asm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/ia32/cfi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/ia32/exception.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/ia32/gdbstub.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/ia32/segmentation.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/ia32/structs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/ia32/sys_io.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/ia32/syscall.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/ia32/thread.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/intel64/arch.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/intel64/cfi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/intel64/exception.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/intel64/syscall.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/intel64/thread.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/intel_vtd.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/legacy_bios.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/memmap.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/mmustructs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/msr.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/multiboot.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/multiboot_info.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/thread_stack.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/x86_acpi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/x86_acpi_osal.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/xtensa/arch.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/xtensa/arch_inlines.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/xtensa/atomic_xtensa.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/xtensa/cache.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/xtensa/exception.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/xtensa/gdbstub.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/xtensa/irq.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/xtensa/mpu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/xtensa/structs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/xtensa/syscall.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/xtensa/thread.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/xtensa/thread_stack.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/xtensa/xtensa_mmu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/audio/codec.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/audio/dmic.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/audio/midi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bindesc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/addr.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/assigned_numbers.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/att.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/audio/aics.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/audio/audio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/audio/bap.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/audio/bap_lc3_preset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/audio/cap.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/audio/ccid.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/audio/ccp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/audio/csip.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/audio/gmap.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/audio/gmap_lc3_preset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/audio/has.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/audio/lc3.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/audio/mcc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/audio/mcs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/audio/media_proxy.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/audio/micp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/audio/pacs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/audio/pbp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/audio/tbs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/audio/tmap.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/audio/vcp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/audio/vocs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/bluetooth.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/buf.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/byteorder.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/classic/a2dp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/classic/a2dp_codec_sbc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/classic/avdtp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/classic/avrcp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/classic/avrcp_cover_art.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/classic/bip.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/classic/classic.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/classic/goep.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/classic/hfp_ag.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/classic/hfp_hf.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/classic/l2cap_br.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/classic/map.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/classic/obex.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/classic/pbap.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/classic/rfcomm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/classic/sdp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/conn.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/controller.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/crypto.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/cs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/data.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/direction.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/ead.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/gap.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/gatt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/hci.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/hci_raw.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/hci_types.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/hci_vs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/iso.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/l2cap.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/access.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/blob.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/blob_cli.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/blob_io_flash.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/blob_srv.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/brg_cfg.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/brg_cfg_cli.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/brg_cfg_srv.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/cdb.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/cfg.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/cfg_cli.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/cfg_srv.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/dfd.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/dfd_srv.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/dfu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/dfu_cli.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/dfu_metadata.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/dfu_srv.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/health_cli.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/health_faults.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/health_srv.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/heartbeat.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/keys.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/large_comp_data_cli.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/large_comp_data_srv.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/main.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/msg.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/od_priv_proxy_cli.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/od_priv_proxy_srv.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/op_agg_cli.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/op_agg_srv.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/priv_beacon_cli.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/priv_beacon_srv.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/proxy.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/rpr.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/rpr_cli.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/rpr_srv.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/sar_cfg.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/sar_cfg_cli.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/sar_cfg_srv.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/shell.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/sol_pdu_rpl_cli.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/sol_pdu_rpl_srv.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh/statistic.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/sbc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/services/ans.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/services/bas.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/services/cts.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/services/dis.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/services/ets.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/services/hrs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/services/ias.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/services/nus.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/services/nus/inst.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/services/ots.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/testing.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/uuid.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/cache.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/canbus/isotp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/cleanup.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/cleanup/kernel.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/console/console.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/console/tty.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/cpu_freq/cpu_freq.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/cpu_freq/policy.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/cpu_freq/pstate.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/crypto/cipher.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/crypto/crypto.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/crypto/hash.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dap/dap_link.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/data/cobs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/data/json.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/data/jwt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/data/navigation.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/debug/coredump.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/debug/coresight/cs_trace_defmt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/debug/cpu_load.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/debug/gcov.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/debug/gdbstub.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/debug/mipi_stp_decoder.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/debug/object_tracing.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/debug/sparse.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/debug/stack.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/debug/symtab.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/debug/thread_analyzer.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/device.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/can.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/clocks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/display.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/fixed-partitions.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/hwspinlock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/interrupt_controller.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/io-channels.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/map.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/mapped-partition.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/mbox.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/nvmem.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/ordinals.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/partitions.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/port-endpoint.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/pwms.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/spi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/sram.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/wuc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dfu/flash_img.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dfu/mcuboot.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/display/cfb.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/display/mb_display.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/display/mipi_display.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/display/ssd16xx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/adc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/adc/adc_emul.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/adc/adc_npcx_threshold.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/adc/adc_npcx_v2t.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/adc/ads131m02.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/adc/ads1x4s0x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/adc/current_sense_amplifier.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/adc/current_sense_shunt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/adc/lmp90xxx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/adc/mcp356xr.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/adc/voltage_divider.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/auxdisplay.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/bbram.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/biometrics.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/biometrics/emul.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/bluetooth.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/bluetooth/hci_driver_bluenrg.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/bluetooth/hci_nxp_setup.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/cache.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/can.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/can/can_fake.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/can/can_mcan.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/can/can_sja1000.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/can/transceiver.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/cellular.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/charger.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/charger/npm10xx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/adi_max32_clock_control.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/ameba_clock_control.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/arm_clock_control.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/atmel_sam_pmc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/bee_clock_control.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/clock_agilex_ll.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/clock_control_adsp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/clock_control_ambiq.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/clock_control_bflb_common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/clock_control_ifx_cat1.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/clock_control_litex.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/clock_control_numaker.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/clock_control_numicro.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/clock_control_rts5912.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/clock_control_silabs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/esp32_clock_control.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/gd32.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/lpc11u6x_clock_control.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/mchp_clock_control.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/mchp_clock_pic32cm_jh.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/mchp_clock_pic32cm_pl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/mchp_clock_pic32cz_ca.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/mchp_clock_sam_d5x_e5x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/mchp_sam_pmc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/mchp_xec_clock_control.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/mspm0_clock_control.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/nrf_clock_control.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/nxp_clock_control.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/nxp_clock_controller_sources.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/renesas_cpg_mssr.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/renesas_ra_cgc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/renesas_rcar_generic.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/renesas_rx_cgc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/renesas_rz_cgc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/sf32lb.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/smartbond_clock_control.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/stm32_clock_control.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control/tisci_clock_control.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/comparator.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/comparator/fake_comp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/comparator/mcux_acmp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/comparator/nrf_comp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/comparator/nrf_lpcomp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/console/console.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/console/ipm_console.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/console/posix_arch_console.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/console/uart_console.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/console/uart_mcumgr.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/coredump.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/counter.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/counter/stm32.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/crc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/dac.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/dac/dac161s997.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/dac/dac_emul.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/dai.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/debug/debug_nrf_etr.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/debug/stmesp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/disk.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/disk/sdmmc_stm32.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/display.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/display/ac057tc1.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/display/ed2208-gca.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/dma/dma_bee.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/dma/dma_esp32.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/dma/dma_gd32.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/dma/dma_intel_lpss.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/dma/dma_mcux_lpc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/dma/dma_mcux_pxp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/dma/dma_mcux_smartdma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/dma/dma_npcx_gdma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/dma/dma_silabs_ldma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/dma/dma_smartbond.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/dma/dma_stm32.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/dma/sf32lb.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/edac.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/edac/edac_mcux_erm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/edac/edac_synopsys.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/eeprom.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/eeprom/eeprom_fake.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/emul.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/emul_bbram.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/emul_fuel_gauge.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/emul_sensor.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/emul_stub_device.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/entropy.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/espi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/espi_emul.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/espi_saf.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/ethernet/eth_adin2111.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/ethernet/eth_intel_plat.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/ethernet/eth_lan865x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/ethernet/eth_nxp_enet.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/ethernet/eth_nxp_enet_qos.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/ethernet/nxp_imx_netc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/firmware/qemu_fwcfg/qemu_fwcfg.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/firmware/scmi/base.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/firmware/scmi/clk.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/firmware/scmi/nxp/cpu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/firmware/scmi/nxp/system.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/firmware/scmi/pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/firmware/scmi/power.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/firmware/scmi/protocol.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/firmware/scmi/shmem.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/firmware/scmi/system.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/firmware/scmi/transport.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/firmware/scmi/util.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/firmware/tisci/tisci.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/flash.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/flash/andes_flash_xip_api_ex.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/flash/flash_simulator.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/flash/it51xxx_flash_api_ex.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/flash/mchp_flash.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/flash/mchp_nvmctrl_g1.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/flash/npcx_flash_api_ex.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/flash/nrf_qspi_nor.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/flash/ra_flash_api_extensions.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/flash/rts5912_flash_api_ex.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/flash/stm32_flash_api_extensions.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/fpga.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/fuel_gauge.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/gnss.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/gnss/gnss_emul.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/gnss/gnss_publish.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/gpio/gpio_ambiq.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/gpio/gpio_bl61x_wo.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/gpio/gpio_cmsdk_ahb.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/gpio/gpio_emul.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/gpio/gpio_intel.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/gpio/gpio_mcux_lpc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/gpio/gpio_nct38xx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/gpio/gpio_nrf.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/gpio/gpio_pca_series.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/gpio/gpio_pcal64xxa.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/gpio/gpio_rts5912.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/gpio/gpio_sx1509b.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/gpio/gpio_utils.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/haptics.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/haptics/cs40l26.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/haptics/cs40l5x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/haptics/drv2605.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/hwinfo.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/hwspinlock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/i2c.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/i2c/i2c_nrfx_twim.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/i2c/rtio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/i2c/stm32.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/i2c/target/eeprom.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/i2c_emul.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/i2s.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/i3c.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/i3c/addresses.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/i3c/ccc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/i3c/devicetree.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/i3c/error_types.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/i3c/hdr_ddr.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/i3c/ibi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/i3c/rtio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/i3c/target_device.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/ieee802154/cc1200.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/dw_ace.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/gd32_exti.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/gic.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/gicv3_its.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/gpio_intc_stm32.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/intc_esp32.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/intc_exti_stm32.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/intc_max32_rv32.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/intc_mchp_aic_g1.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/intc_mchp_eic_g1.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/intc_mchp_xec_ecia.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/intc_nxp_gint.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/intc_nxp_siul2_eirq.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/intc_renesas_rx_grp_int.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/intc_rx_icu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/intc_rz_ext_irq.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/intc_rz_icu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/intc_rz_tint.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/intc_vim.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/intc_wkpu_nxp_s32.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/intc_xmc4xxx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/intel_vtd.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/ioapic.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/loapic.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/nxp_pint.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/riscv_aia.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/riscv_aplic.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/riscv_clic.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/riscv_imsic.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/riscv_plic.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/sam0_eic.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/sysapic.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/wch_exti.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/wuc_ite_it51xxx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller/wuc_ite_it8xxx2.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/ipm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/led.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/led/is31fl3733.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/led/lp50xx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/led_strip.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/led_strip/tlc5971.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/loopback_disk.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/lora.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mbox.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mdio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/memc/memc_stm32.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mfd/ad559x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mfd/adp5360.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mfd/adp5585.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mfd/aw9523b.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mfd/axp192.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mfd/bd8lb600fs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mfd/ds3231.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mfd/max22017.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mfd/max2221x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mfd/max31790.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mfd/mc146818.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mfd/mfd_ite_it8801.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mfd/mfd_maxq10xx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mfd/nct38xx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mfd/npm10xx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mfd/npm13xx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mfd/npm2100.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mfd/nxp_lp_flexcomm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mfd/pca9422.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mfd/rv3032.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mfd/tle9104.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mic_privacy/intel/mic_privacy.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mipi_dbi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mipi_dsi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mipi_dsi/mipi_dsi_mcux_2l.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/devmux/devmux.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/flexram/nxp_flexram.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/ft8xx/ft8xx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/ft8xx/ft8xx_common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/ft8xx/ft8xx_copro.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/ft8xx/ft8xx_dl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/ft8xx/ft8xx_memory.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/ft8xx/ft8xx_reference_api.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/grove_lcd/grove_lcd.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/interconn/renesas_elc/renesas_elc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/max2221x/max2221x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/nxp_flexio/nxp_flexio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/nxp_rtxxx_dsp_ctrl/nxp_rtxxx_dsp_ctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/pio_rpi_pico/pio_rpi_pico.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/renesas_ra_external_interrupt/renesas_ra_external_interrupt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/renesas_rx_dtc/renesas_rx_dtc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/renesas_rx_external_interrupt/renesas_rx_external_interrupt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/stm32_wkup_pins/stm32_wkup_pins.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mm/mm_drv_bank.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mm/mm_drv_intel_adsp_mtl_tlb.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mm/rat.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mm/system_mm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/modem/hl7800.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/modem/hl78xx_apis.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/modem/modem_cellular.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/modem/simcom-sim7080.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/modem/st87mxx_app_services.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mspi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mspi/devicetree.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mspi/mspi_dw.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mspi_emul.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/opamp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/otp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/pcie/cap.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/pcie/controller.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/pcie/endpoint/pcie_ep.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/pcie/msi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/pcie/pcie.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/pcie/ptm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/pcie/vc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/peci.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/pinctrl/pinctrl_esp32_common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/pinctrl/pinctrl_nxp_port_common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/pinctrl/pinctrl_nxp_siul2_common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/pinctrl/pinctrl_rcar_common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/pinctrl/pinctrl_soc_bflb_common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/pinctrl/pinctrl_soc_sam_common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/pm_cpu_ops.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/pm_cpu_ops/psci.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/power/atmel_sam_supc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/ps2.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/psi5/psi5.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/ptp_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/pwm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/pwm/max2221x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/pwm/max31790.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/pwm/pwm_fake.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/pwm/pwm_utils.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/regulator.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/regulator/fake.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/regulator/pca9420.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/reset/mchp_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/reset/mchp_rstc_g1.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/retained_mem.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/retained_mem/nrf_retained_mem.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/rtc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/rtc/maxim_ds3231.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/rtc/mcp7940n.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/rtc/mcux_snvs_rtc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/rtc/rtc_fake.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/rtc/rtc_max31331.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sdhc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/adc_cmp_npcx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/adc_v2t_npcx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/adltc2990.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/adt7420.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/adxl355.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/afbr_s50.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/apds9960.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/battery.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/bd8lb600fs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/bmm350.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/bmp581_user.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/ccs811.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/ens160.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/explorir_m.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/f75303.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/fcx_mldx5.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/fdc2x1x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/grow_r502a.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/htu31d.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/hx711.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/icm4268x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/icm42x70.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/ina2xx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/it8xxx2_vcmp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/lis2dh.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/lm95234.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/lsm6dsvxxx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/max17055.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/max30210.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/max31790.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/max31865.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/max32664c.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/mcp9600.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/mcux_acmp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/mcux_lpcmp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/mhz19b.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/mlx90394.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/mmc56x3.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/mtch9010.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/npm10xx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/npm13xx_charger.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/npm2100_vbat.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/pac194x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/paj7620.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/pat9136.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/pzem004t.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/qdec_bee.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/qdec_mcux.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/qdec_nxp_tpm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/s3km1110.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/scd4x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/sgp40.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/sht4x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/tcs3400.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/tdk_apex.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/ti_hdc302x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/tle9104.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/tmag5273.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/tmp108.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/tmp11x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/tsl2540.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/tsl2591.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/veaa_x_3.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/veml6031.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/veml6046.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/veml60xx-common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/veml7700.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/vl53l0x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/w1_sensor.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/wsen_hids_2525020210002.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/wsen_pads_2511020213301.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/wsen_tids_2521020222501.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor/xbr818.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor_attribute_types.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor_data_types.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sent/sent.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/serial/uart_altera.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/serial/uart_async_rx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/serial/uart_async_to_irq.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/serial/uart_emul.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/serial/uart_ifx_cat1.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/serial/uart_intel_lw.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/serial/uart_ns16550.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sip_svc/sip_svc_agilex_mailbox.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sip_svc/sip_svc_agilex_smc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sip_svc/sip_svc_driver.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sip_svc/sip_svc_proto.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/smbus.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/spi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/spi_emul.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/stepper/stepper.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/stepper/stepper_ctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/stepper/stepper_drv84xx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/stepper/stepper_tmcm3216.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/stepper/stepper_trinamic.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/swdp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/syscon.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/tee.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/timeaware_gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/timer/arm_arch_timer.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/timer/ifx_tcpwm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/timer/nrf_grtc_timer.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/timer/nrf_rtc_timer.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/timer/nxp_os_timer.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/timer/system_timer.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/timer/system_timer_lpm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/uaol.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/uart.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/uart/cdc_acm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/uart/serial_test.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/uart/uart_bridge.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/uart/uart_internal.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/uart_emul.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/uart_pipe.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/usb/emul_bc12.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/usb/udc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/usb/uhc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/usb/usb_bc12.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/usb/usb_buf.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/usb/usb_dc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/usb_c/tcpci_priv.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/usb_c/usbc_pd.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/usb_c/usbc_ppc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/usb_c/usbc_tc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/usb_c/usbc_tcpc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/usb_c/usbc_vbus.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/video-controls.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/video.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/video/arducam_mega.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/video/stm32_dcmipp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/virtio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/virtio/virtio_config.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/virtio/virtqueue.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/virtualization/ivshmem.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/w1.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/watchdog.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/wifi/nrf_wifi/bus/qspi_if.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/wifi/nrf_wifi/bus/rpu_hw_if.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/wifi/nrf_wifi/off_raw_tx/off_raw_tx_api.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/wuc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dsp/basicmath.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dsp/basicmath_f16.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dsp/dsp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dsp/print_format.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dsp/types.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dsp/utils.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/acpi/acpi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/adc/ad4130-adc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/adc/ad4170-adc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/adc/ad7124-adc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/adc/adc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/adc/ads1x4s0x_adc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/adc/b91-adc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/adc/gd32f3x0.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/adc/infineon-sar.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/adc/mchp_pic32cm_jh_adc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/adc/mchp_pic32cx_sg_adc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/adc/mchp_sam_d5x_e5x_adc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/adc/mcp356xr-adc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/adc/mcux-adc16.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/adc/mcux-lpadc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/adc/nrf-adc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/adc/nrf-saadc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/adc/nxp,gau-adc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/adc/silabs-adc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/adc/silabs-siwx91x-adc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/adc/smartbond-adc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/battery/battery.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/adi_max32_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/alif-balletto-clocks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/alif-clocks-common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/alif-ensemble-clocks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/amebad_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/amebadplus_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/amebag2_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/ast10x0_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/atmel_sam_pmc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/bflb_bl60x_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/bflb_bl61x_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/bflb_bl70x_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/bflb_bl70xl_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/bflb_bl808_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/bflb_clock_common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/ch32v00x-clocks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/ch32v20x_30x-clocks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/em32_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/esp32_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/esp32c2_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/esp32c3_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/esp32c5_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/esp32c6_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/esp32h2_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/esp32s2_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/esp32s3_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/focaltech_ft9001_clocks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/gd32-clocks-common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/gd32a50x-clocks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/gd32e10x-clocks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/gd32e50x-clocks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/gd32f3x0-clocks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/gd32f403-clocks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/gd32f4xx-clocks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/gd32l23x-clocks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/gd32vf103-clocks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/ifx_clock_source_boards.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/ifx_clock_source_common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/ifx_clock_source_psc3xx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/ifx_clock_source_pse8xx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/ifx_clock_source_psoc4xx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/imx8ulp_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/imx943_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/imx95_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/imx_ccm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/imx_ccm_rev2.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/intel_socfpga_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/ite-it51xxx-clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/kinetis_mcg.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/kinetis_pcc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/kinetis_scg.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/kinetis_sim.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/lpc11u6x_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/mchp_pic32cm_jh_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/mchp_pic32cm_pl_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/mchp_pic32cz_ca_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/mchp_sam_d5x_e5x_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/mchp_xec_pcr.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/mcux_lpc_syscon_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/microchip_sam_pmc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/mspm0_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/npcm_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/npcx_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/nrf-auxpll.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/nrfs-audiopll.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/numaker_m2l31x_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/numaker_m333x_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/numaker_m335x_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/numaker_m46x_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/numaker_m55m1x_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/numicro_m48x_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/nxp_mc_cgm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/nxp_s32k146_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/nxp_s32k148_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/nxp_s32k344_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/nxp_s32k566_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/nxp_s32z2_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/r8a7795_cpg_mssr.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/r8a779f0_cpg_mssr.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/r8a779g0_cpg_mssr.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/ra_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/renesas_cpg_mssr.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/renesas_rza2m_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/renesas_rza_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/renesas_rzg_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/renesas_rztn_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/renesas_rzv_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/rpi_pico_clock_common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/rpi_pico_rp2040_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/rpi_pico_rp2350_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/rtl8752h-clocks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/rtl87x2g-clocks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/rts5817_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/rts5912_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/rx_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/scg_k4.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/sf32lb-clocks-common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/sf32lb52x-clocks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/silabs/common-clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/silabs/siwx91x-clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/silabs/xg21-clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/silabs/xg22-clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/silabs/xg23-clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/silabs/xg24-clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/silabs/xg26-clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/silabs/xg27-clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/silabs/xg28-clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/silabs/xg29-clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32_common_clocks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32c0_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32c5_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32f0_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32f10x_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32f1_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32f37x_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32f3_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32f410_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32f427_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32f4_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32f7_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32g0_b1x_c1x_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32g0_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32g4_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32h5_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32h7_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32h7rs_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32l0_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32l1_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32l4_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32l4plus_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32l5_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32mp13_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32mp2_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32n6_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32u0_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32u3_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32u5_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32wb0_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32wb_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32wba_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32wl_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/syna_sr100_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/comparator/it51xxx-vcmp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/comparator/nrf-comp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/comparator/silabs-acmp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dac/dacx0508.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dac/silabs-vdac.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dai/esai.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/display/panel.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/ameba_dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/atmel_samx7x_dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/ch32v003-dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/dma_smartbond.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/gd32_dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/infineon-xmc4xxx-dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/max32650_dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/max32655_dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/max32657_dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/max32660_dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/max32662_dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/max32666_dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/max32670_dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/max32672_dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/max32675_dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/max32680_dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/max32690_dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/max78000_dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/max78002_dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/renesas_rz_dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/rpi-pico-dma-common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/rpi-pico-dma-rp2040.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/rpi-pico-dma-rp2350.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/sf32lb-dma-config.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/sf32lb52x-dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/silabs/common-dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/silabs/xg21-dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/silabs/xg22-dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/silabs/xg23-dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/silabs/xg24-dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/silabs/xg26-dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/silabs/xg27-dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/silabs/xg28-dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/silabs/xg29-dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/stm32_dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dt-util.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/espi/npcx_espi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/ethernet/dsa_tag_proto.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/ethernet/nxp_enet.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/ethernet/xlnx_gem.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/flash_controller/npcx_fiu_qspi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/flash_controller/ospi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/flash_controller/xspi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/adi-max32-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/adi-sdp-120.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/andestech-atcgpio100.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/arducam-ffc-40pin-connector.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/arduino-header-r3.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/arduino-mega-header.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/arduino-mkr-header.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/arduino-nano-header.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/atmel-sam-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/atmel-sam0-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/digilent-pmod.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/dvp-20pin-connector.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/ene-kb106x-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/ene-kb1200-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/espressif-esp32-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/infineon-xmc4xxx-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/ite-it8xxx2-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/microchip-port-g1-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/microchip-sam-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/microchip-xec-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/nordic-npm10xx-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/nordic-npm13xx-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/nordic-npm2100-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/nordic-npm6001-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/nordic-nrf-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/numicro-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/nuvoton-npcx-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/nxp-imx-igpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/nxp-kinetis-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/nxp-siul2-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/pca-series-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/raspberrypi-csi-connector.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/realtek-bee-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/realtek-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/renesas-ra-gpio-ioport.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/renesas-rtk0eg0019b01002bj.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/renesas-rz-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/renesas-rza2m-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/renesas-rzt2m-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/renesas-rztn-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/semtech-sx1509b.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/snps-designware-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/st-morpho-header.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/stm32-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/ti-cc13xx-cc26xx-gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/i2c/i2c.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/i2c/it51xxx-i2c.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/i2c/it8xxx2-i2c.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/i2c/npcx-i2c.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/input/cst8xx-gesture-codes.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/input/esp32-touch-sensor-input.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/input/input-event-codes.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/input/keymap.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/input/stm32-tsc-defines.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/inputmux/inputmux_trigger_ports.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/interrupt-controller/arm-gic.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/interrupt-controller/esp-esp32c2-intmux.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/interrupt-controller/esp-esp32c3-intmux.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/interrupt-controller/esp-esp32c5-intmux.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/interrupt-controller/esp-esp32c6-intmux.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/interrupt-controller/esp-esp32h2-intmux.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/interrupt-controller/esp-xtensa-intmux.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/interrupt-controller/esp32s2-xtensa-intmux.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/interrupt-controller/esp32s3-xtensa-intmux.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/interrupt-controller/infineon-xmc4xxx-intc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/interrupt-controller/intel-ioapic.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/interrupt-controller/it8xxx2-wuc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/interrupt-controller/ite-intc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/interrupt-controller/ite-it51xxx-intc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/interrupt-controller/ite-it51xxx-wuc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/interrupt-controller/mchp-xec-ecia.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/interrupt-controller/openisa-intmux.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/interrupt-controller/rts5817_intc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/interrupt-controller/ti-vim.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/ipc_service/static_vrings.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/led/led.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/led/seagate_legend_b1414.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/led/worldsemi_ws2812c.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/lora/sx126x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/lvgl/lvgl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/memory-attr/memory-attr-arm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/memory-attr/memory-attr-arm64.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/memory-attr/memory-attr-riscv.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/memory-attr/memory-attr-sw.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/memory-attr/memory-attr-xtensa.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/memory-attr/memory-attr.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/memory-controller/adi-max32-hpb.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/memory-controller/nxp,flexram.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/memory-controller/renesas,ra-sdram.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/memory-controller/stm32-fmc-nor-psram.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/memory-controller/stm32-fmc-sdram.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/mfd/infineon-autanalog.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/mfd/mfd_it8801_altctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/mfd/mfd_mchp_sam_flexcom.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/mipi_dbi/mipi_dbi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/mipi_dsi/mipi_dsi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/ifx_cyw20829.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/nordic-domain-id-nrf54h20.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/nordic-domain-id-nrf9230.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/nordic-nrf-ficr-nrf54h20.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/nordic-nrf-ficr-nrf9230-engb.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/nordic-owner-id-nrf54h20.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/nordic-owner-id-nrf9230.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/nxp_rtxxx_dsp_ctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/renesas/ra-elc/ra2a1-elc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/renesas/ra-elc/ra2l1-elc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/renesas/ra-elc/ra4e1-elc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/renesas/ra-elc/ra4e2-elc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/renesas/ra-elc/ra4l1-elc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/renesas/ra-elc/ra4m1-elc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/renesas/ra-elc/ra4m2-elc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/renesas/ra-elc/ra4m3-elc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/renesas/ra-elc/ra4t1-elc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/renesas/ra-elc/ra4w1-elc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/renesas/ra-elc/ra6e1-elc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/renesas/ra-elc/ra6e2-elc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/renesas/ra-elc/ra6m1-elc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/renesas/ra-elc/ra6m2-elc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/renesas/ra-elc/ra6m3-elc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/renesas/ra-elc/ra6m4-elc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/renesas/ra-elc/ra6m5-elc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/renesas/ra-elc/ra8d1-elc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/renesas/ra-elc/ra8e1-elc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/renesas/ra-elc/ra8m1-elc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/renesas/ra-elc/ra8t1-elc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pcie/pcie.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/alif-balletto-b1-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/alif-ensemble-e1c-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/alif-ensemble-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/ambiq-apollo2-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/ambiq-apollo3-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/ambiq-apollo4-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/ambiq-apollo5-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/amebad-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/amebadplus-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/amebag2-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/arm-mps2-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/arm-mps3-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/arm-mps4-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/arm-v2m_beetle-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/b91-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/bcm2711-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/bee-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/cc13xx_cc26xx-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/cc23x0-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/ch32v003-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/ch32v00x-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/ch32v20x_30x-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/em32f967-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/emsdp-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/ene-kb106x-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/ene-kb1200-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/esp32-gpio-sigmap.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/esp32-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/esp32c2-gpio-sigmap.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/esp32c2-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/esp32c3-gpio-sigmap.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/esp32c3-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/esp32c5-gpio-sigmap.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/esp32c5-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/esp32c6-gpio-sigmap.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/esp32c6-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/esp32h2-gpio-sigmap.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/esp32h2-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/esp32s2-gpio-sigmap.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/esp32s2-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/esp32s3-gpio-sigmap.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/esp32s3-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/focaltech_ft9001_pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/gecko-pinctrl-s1.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/gecko-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/ifx_cat1-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/imx8qm-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/imx8qxp-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/it8xxx2-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/lpc11u6x-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/max32-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/mchp-xec-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/mspm0-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/npcx-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/nrf-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/numaker-m46x-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/numicro-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/nxp-siul2-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/pinctrl-zynq.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/pinctrl-zynqmp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/quicklogic-eos-s3-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/realtek-rts5912-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/renesas-rzt2m-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/renesas/pinctrl-r8a77951.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/renesas/pinctrl-r8a77961.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/renesas/pinctrl-r8a779f0.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/renesas/pinctrl-r8a779g0.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/renesas/pinctrl-ra.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/renesas/pinctrl-ra0.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/renesas/pinctrl-rcar-common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/renesas/pinctrl-rx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/renesas/pinctrl-rza-common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/renesas/pinctrl-rza2m.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/renesas/pinctrl-rzg-common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/renesas/pinctrl-rzg2-common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/renesas/pinctrl-rzg3e.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/renesas/pinctrl-rzn-common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/renesas/pinctrl-rzt-common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/renesas/pinctrl-rzv-common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/renesas/pinctrl-rzv2h.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/renesas/pinctrl-rzv2n.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/rpi-pico-pinctrl-common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/rpi-pico-rp2040-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/rpi-pico-rp2350-pinctrl-common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/rpi-pico-rp2350a-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/rpi-pico-rp2350b-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/rtl8752h-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/rtl87x2g-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/rts5817_pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/rv32m1-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/sf32lb-common-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/sf32lb52x-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/si32-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/sifive-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/silabs-pinctrl-dbus.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/silabs-pinctrl-siwx91x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/silabs/siwx91x-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/silabs/xg21-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/silabs/xg22-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/silabs/xg23-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/silabs/xg24-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/silabs/xg26-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/silabs/xg27-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/silabs/xg28-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/silabs/xg29-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/smartbond-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/stm32-pinctrl-common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/stm32-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/stm32f1-afio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/stm32f1-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/sy1xx-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/syna-sr100-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/ti-cc32xx-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/ti-k3-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/xmc4xxx-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/power/atmel_sam_supc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/power/imx943_power.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/power/imx95_power.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/power/imx_scu_rsrc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/power/imx_spc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/power/nxp_rw_pmu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/power/stm32_pwr.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/power/stm32h5_iocell.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/power/stm32h7rs_iocell.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/power/stm32n6_iocell.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pwm/it51xxx_pwm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pwm/it8xxx2_pwm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pwm/pwm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pwm/pwm_ifx_tcpwm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pwm/ra_pwm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pwm/renesas_rz_pwm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pwm/rx_mtu_pwm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pwm/stm32_pwm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/qspi/nxp-s32-qspi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/rdc/imx_rdc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/regulator/adp5360.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/regulator/axp192.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/regulator/max20335.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/regulator/mspm0_vref.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/regulator/npm10xx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/regulator/npm1100.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/regulator/npm13xx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/regulator/npm2100.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/regulator/npm6001.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/regulator/nrf5x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/regulator/nxp_vref.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/regulator/rpi_pico.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/regulator/silabs_dcdc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reserved-memory/nordic-owned-memory.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/ast10x0_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/focaltech_ft9001_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/gd32-common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/gd32a50x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/gd32e10x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/gd32e50x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/gd32f3x0.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/gd32f403.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/gd32f4xx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/gd32l23x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/gd32vf103.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/intel_socfpga_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/mchp_mss_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/npcx4_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/npcx7_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/npcx9_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/numaker_m2l31x_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/numaker_m333x_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/numaker_m335x_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/numaker_m46x_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/numaker_m55m1x_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/numicro_m48x_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/nxp_syscon_reset_common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/rp2040_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/rp2350_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/rts5817_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/sf32lb_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/stm32-common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/stm32c0_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/stm32c5_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/stm32f0_1_3_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/stm32f2_4_7_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/stm32g0_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/stm32g4_l4_5_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/stm32h5_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/stm32h7_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/stm32h7rs_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/stm32l0_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/stm32l1_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/stm32mp13_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/stm32mp1_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/stm32mp2_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/stm32n6_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/stm32u0_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/stm32u3_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/stm32u5_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/stm32wb0_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/stm32wb_l_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/stm32wba_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/syna_sr100_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/adxl345.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/adxl355.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/adxl362.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/adxl367.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/adxl372.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/afbr_s50.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/apds9253.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/bmp581.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/bq274xx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/icm42686.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/icm42688.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/icm4268x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/icm45686.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/iis2dlpc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/iis2iclx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/iis3dwb.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/ina226.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/ina230.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/ina237.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/ism330dhcx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/ism6hg256x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/it51xxx_tach.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/it8xxx2_tach.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/it8xxx2_vcmp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/lis2de12.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/lis2dh.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/lis2ds12.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/lis2du12.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/lis2dux12.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/lis2dw12.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/lps22hh.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/lps2xdf.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/lsm6dso.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/lsm6dso16is.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/lsm6dsv16x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/lsm6dsv320x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/lsm6dsv32x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/lsm6dsv80x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/lsm6dsvxxx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/lsm9ds1.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/mc3419.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/mcp9600.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/mtch9010.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/npcx_tach.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/pac194x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/qdec_nrf.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/qdec_nxp_s32.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/qdec_stm32.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/rm3100.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/sensor_axis_align.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/stcc4.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/stts22h.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/tmag5273.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/tmp114.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/tmp11x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sent/sent.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/spi/spi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/timer/nuclei-systimer.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/timer/stm32-timer.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/usb-c/nxp_nx20p3483.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/usb-c/pd.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/usb/audio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/video/video-interfaces.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/wuc/wuc_nxp_llwu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/xspi/nxp-s32-xspi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/fatal.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/fatal_types.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/fs/ext2.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/fs/fcb.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/fs/fs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/fs/fs_interface.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/fs/fs_sys.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/fs/littlefs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/fs/nvs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/fs/virtiofs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/fs/zms.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/gnss/rtk/decoder.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/gnss/rtk/rtk.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/gnss/rtk/rtk_publish.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/init.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/input/cy8cmbr3xxx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/input/input.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/input/input_analog_axis.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/input/input_analog_axis_settings.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/input/input_crsf.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/input/input_hid.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/input/input_kbd_matrix.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/input/input_keymap.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/input/input_pat912x.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/input/input_paw32xx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/input/input_pmw3610.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/input/input_renesas_ra_ctsu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/input/input_renesas_rx_ctsu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/input/input_touch.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/instrumentation/instrumentation.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/internal/syscall_handler.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/ipc/backends/intel_adsp_host_ipc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/ipc/icmsg.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/ipc/icmsg_me.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/ipc/ipc_rpmsg.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/ipc/ipc_service.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/ipc/ipc_service_backend.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/ipc/ipc_static_vrings.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/ipc/pbuf.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/ipc/rpmsg_service.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/irq.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/irq_multilevel.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/irq_nextlevel.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/irq_offload.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/kernel.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/kernel/internal/mm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/kernel/mm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/kernel/mm/demand_paging.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/kernel/obj_core.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/kernel/smp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/kernel/stats.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/kernel/thread.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/kernel/thread_stack.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/kernel_includes.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/kernel_structs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/kernel_version.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/kvss/nvs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/kvss/zms.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/devicetree_regions.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/iterable_sections.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/linker-defs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/linker-devnull.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/linker-tool-gcc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/linker-tool-lld.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/linker-tool-mwdt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/linker-tool.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/section_tags.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/sections.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/utils.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/llext/buf_loader.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/llext/elf.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/llext/fs_loader.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/llext/inspect.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/llext/llext.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/llext/llext_internal.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/llext/loader.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/llext/symbol.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/logging/log.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/logging/log_backend.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/logging/log_backend_adsp_hda.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/logging/log_backend_adsp_mtrace.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/logging/log_backend_ble.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/logging/log_backend_mqtt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/logging/log_backend_net.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/logging/log_backend_std.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/logging/log_backend_ws.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/logging/log_core.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/logging/log_ctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/logging/log_frontend.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/logging/log_frontend_stmesp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/logging/log_frontend_stmesp_demux.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/logging/log_instance.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/logging/log_internal.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/logging/log_link.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/logging/log_msg.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/logging/log_multidomain_helper.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/logging/log_output.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/logging/log_output_custom.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/logging/log_output_dict.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/lorawan/emul.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/lorawan/lorawan.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/math/ilog2.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/math/interpolation.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mem_mgmt/mem_attr.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mem_mgmt/mem_attr_heap.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/ec_host_cmd/backend.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/ec_host_cmd/ec_host_cmd.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/ec_host_cmd/simulator.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/hawkbit.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/hawkbit/autohandler.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/hawkbit/config.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/hawkbit/event.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/hawkbit/hawkbit.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/grp/enum_mgmt/enum_mgmt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/grp/enum_mgmt/enum_mgmt_callbacks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/grp/fs_mgmt/fs_mgmt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/grp/fs_mgmt/fs_mgmt_callbacks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/grp/fs_mgmt/fs_mgmt_hash_checksum.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/grp/img_mgmt/img_mgmt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/grp/img_mgmt/img_mgmt_callbacks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/grp/img_mgmt/img_mgmt_client.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/grp/os_mgmt/os_mgmt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/grp/os_mgmt/os_mgmt_callbacks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/grp/os_mgmt/os_mgmt_client.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/grp/settings_mgmt/settings_mgmt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/grp/settings_mgmt/settings_mgmt_callbacks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/grp/shell_mgmt/shell_mgmt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/grp/stat_mgmt/stat_mgmt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/grp/zephyr/zephyr_basic.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/mgmt/callback_defines.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/mgmt/callbacks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/mgmt/handlers.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/mgmt/mgmt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/mgmt/mgmt_defines.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/smp/smp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/smp/smp_client.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/transport/serial.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/transport/smp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/transport/smp_bt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/transport/smp_dummy.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/transport/smp_raw_dummy.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/transport/smp_shell.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/transport/smp_udp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/osdp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/updatehub.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/misc/lorem_ipsum.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/modbus/modbus.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/modem/at/user_pipe.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/modem/backend/tty.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/modem/backend/uart.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/modem/chat.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/modem/cmux.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/modem/pipe.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/modem/pipelink.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/modem/ppp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/modem/stats.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/modem/ubx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/modem/ubx/checksum.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/modem/ubx/keys.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/modem/ubx/protocol.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/multi_heap/shared_multi_heap.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/canbus.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/capture.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/coap.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/coap_client.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/coap_client_tcp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/coap_link_format.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/coap_mgmt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/coap_service.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/conn_mgr/connectivity_wifi_mgmt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/conn_mgr_connectivity.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/conn_mgr_connectivity_impl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/conn_mgr_monitor.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/dhcpv4.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/dhcpv4_server.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/dhcpv6.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/dns_resolve.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/dns_sd.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/dsa_core.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/dsa_tag.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/dummy.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/ethernet.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/ethernet_bridge.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/ethernet_bridge_fdb.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/ethernet_mgmt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/ethernet_vlan.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/ftp_client.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/gptp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/hdlc_rcp_if/hdlc_rcp_if.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/hostname.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/http/client.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/http/frame.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/http/hpack.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/http/method.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/http/parser.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/http/parser_state.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/http/parser_url.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/http/server.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/http/service.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/http/status.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/icmp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/ieee802154.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/ieee802154_frame.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/ieee802154_ie.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/ieee802154_mgmt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/ieee802154_pkt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/ieee802154_radio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/ieee802154_radio_openthread.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/igmp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/ipv4_autoconf.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/latmon.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/lldp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/loopback.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/lwm2m.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/lwm2m_path.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/lwm2m_send_scheduler.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/mdio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/mdns_responder.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/midi2.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/mii.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/mld.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/mqtt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/mqtt_sn.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/net_compat.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/net_config.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/net_context.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/net_core.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/net_event.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/net_if.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/net_ip.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/net_l2.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/net_linkaddr.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/net_log.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/net_mgmt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/net_offload.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/net_pkt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/net_pkt_filter.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/net_stats.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/net_time.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/net_timeout.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/ocpp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/offloaded_netdev.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/openthread.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/phy.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/ppp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/prometheus/collector.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/prometheus/counter.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/prometheus/formatter.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/prometheus/gauge.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/prometheus/histogram.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/prometheus/label.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/prometheus/metric.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/prometheus/summary.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/promiscuous.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/ptp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/ptp_time.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/quic.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/sntp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/socket.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/socket_net_mgmt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/socket_offload.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/socket_poll.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/socket_select.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/socket_service.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/socket_types.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/socketcan.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/socketcan_utils.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/socketutils.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/ssh/client.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/ssh/common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/ssh/keygen.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/ssh/server.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/tftp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/tls_credentials.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/trickle.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/udp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/virtual.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/virtual_mgmt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/websocket.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/wifi.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/wifi_certs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/wifi_credentials.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/wifi_mgmt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/wifi_nm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/wifi_utils.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/wireguard.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/zperf.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net_buf.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/nvmem.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/platform/hooks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/pm/device.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/pm/device_runtime.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/pm/pm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/pm/policy.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/pm/state.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/pmci/mctp/mctp_i2c_gpio_common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/pmci/mctp/mctp_i2c_gpio_controller.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/pmci/mctp/mctp_i2c_gpio_target.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/pmci/mctp/mctp_i3c_common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/pmci/mctp/mctp_i3c_controller.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/pmci/mctp/mctp_i3c_endpoint.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/pmci/mctp/mctp_i3c_target.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/pmci/mctp/mctp_uart.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/pmci/mctp/mctp_usb.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/portability/cmsis_os.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/portability/cmsis_os2.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/portability/cmsis_types.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/aio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/arpa/inet.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/dirent.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/fcntl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/fnmatch.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/grp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/mqueue.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/net/if.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/net/if_arp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/netdb.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/netinet/in.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/netinet/tcp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/poll.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/posix_features.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/posix_limits.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/posix_signal.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/posix_time.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/posix_types.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/pthread.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/pwd.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/sched.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/semaphore.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/stropts.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/sys/confstr.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/sys/dirent.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/sys/eventfd.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/sys/ioctl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/sys/mman.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/sys/select.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/sys/socket.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/sys/stat.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/sys/sysconf.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/sys/time.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/sys/times.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/sys/utsname.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/syslog.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/unistd.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/psa/its_ids.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/psa/key_ids.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/psa/ps_ids.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/random/random.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/retention/blinfo.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/retention/bootmode.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/retention/retention.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/rtio/cqe.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/rtio/iodev.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/rtio/regmap.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/rtio/rtio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/rtio/sqe.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/rtio/work.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sd/mmc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sd/sd.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sd/sd_spec.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sd/sdio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sd/sdmmc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sensing/sensing.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sensing/sensing_datatypes.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sensing/sensing_sensor.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sensing/sensing_sensor_types.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/settings/settings.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/shared_irq.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/shell/shell.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/shell/shell_adsp_memory_window.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/shell/shell_backend.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/shell/shell_dummy.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/shell/shell_fprintf.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/shell/shell_history.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/shell/shell_log_backend.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/shell/shell_mqtt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/shell/shell_remote.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/shell/shell_remote_cli.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/shell/shell_remote_common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/shell/shell_rpmsg.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/shell/shell_rtt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/shell/shell_ssh.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/shell/shell_string_conv.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/shell/shell_telnet.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/shell/shell_types.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/shell/shell_uart.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/shell/shell_websocket.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sip_svc/sip_svc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sip_svc/sip_svc_controller.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/smf.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/spinlock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/stats/stats.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/storage/disk_access.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/storage/flash_map.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/storage/stream_flash.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sw_isr_table.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/__assert.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/atomic.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/atomic_arch.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/atomic_builtin.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/atomic_c.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/atomic_types.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/barrier.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/barrier_builtin.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/base64.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/bitarray.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/byteorder.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/cbprintf.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/cbprintf_cxx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/cbprintf_enums.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/cbprintf_internal.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/check.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/cpu_load.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/crc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/device_mmio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/dlist.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/errno_private.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/fdtable.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/hash_function.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/hash_map.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/hash_map_api.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/hash_map_cxx.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/hash_map_oa_lp.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/hash_map_sc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/heap_listener.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/internal/kobject_internal.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/iterable_sections.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/kobject.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/libc-hooks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/linear_range.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/list_gen.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/math_extras.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/math_extras_impl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/mem_blocks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/mem_manage.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/mem_stats.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/min_heap.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/mpsc_lockfree.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/mpsc_packet.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/mpsc_pbuf.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/multi_heap.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/mutex.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/notify.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/onoff.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/p4wq.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/poweroff.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/printk-hooks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/printk.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/rb.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/reboot.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/ring_buffer.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/ringq.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/sem.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/set.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/sflist.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/slist.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/speculation.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/spsc_lockfree.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/spsc_pbuf.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/sys_getopt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/sys_heap.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/sys_io.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/time_units.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/timeutil.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_internal.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_internal_is_eq.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_internal_util_dec.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_internal_util_inc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_internal_util_x2.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_listify.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_loops.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_macro.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_utf8.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/uuid.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/winstream.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/syscall.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/task_wdt/task_wdt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/timing/timing.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/timing/types.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/armclang.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/gcc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/iar.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/iar/iar_missing_defs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/iar/iccarm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/llvm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/mwdt.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/xcc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/xcc_missing_defs.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/tracing/tracing.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/tracing/tracing_format.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/tracing/tracing_macros.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/tracing/tracing_syscall.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/tracing/tracking.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/types.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/usb/bos.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/usb/class/hid.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/usb/class/usb_audio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/usb/class/usb_cdc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/usb/class/usb_dfu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/usb/class/usb_hid.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/usb/class/usb_hub.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/usb/class/usbd_dfu.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/usb/class/usbd_hid.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/usb/class/usbd_midi2.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/usb/class/usbd_msc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/usb/class/usbd_uac2.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/usb/class/usbd_uvc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/usb/msos_desc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/usb/usb_ch9.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/usb/usb_device.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/usb/usbd.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/usb/usbd_msg.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/usb/usbh.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/usb_c/tcpci.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/usb_c/usbc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/video/video.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/console.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/dmop.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/dom0/domctl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/dom0/sysctl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/events.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/generic.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/gnttab.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/hvm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/memory.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/public/arch-arm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/public/domctl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/public/event_channel.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/public/grant_table.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/public/hvm/dm_op.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/public/hvm/hvm_op.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/public/hvm/ioreq.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/public/hvm/params.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/public/io/console.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/public/memory.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/public/sched.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/public/sysctl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/public/version.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/public/xen.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/regions.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/version.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/zbus/proxy_agent/zbus_proxy_agent.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/zbus/proxy_agent/zbus_proxy_agent_ipc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/zbus/zbus.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/zvfs/eventfd.h zephyr/misc/generated/syscalls_file_list.txt - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr && /nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/build/parse_syscalls.py --scan /home/jeremy/utat-dev/zephyrproject/zephyr/include --scan /home/jeremy/utat-dev/zephyrproject/zephyr/drivers --scan /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net --json-file /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls.json --tag-struct-file /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/struct_tags.json --file-list /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_file_list.txt - DESC = Generating misc/generated/syscalls.json, misc/generated/struct_tags.json - restat = 1 - - -############################################# -# Custom command for zephyr/misc/generated/syscalls_subdirs.trigger - -build zephyr/misc/generated/syscalls_subdirs.trigger | ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_subdirs.trigger: CUSTOM_COMMAND zephyr/misc/generated/syscalls_links/include zephyr/misc/generated/syscalls_links/include_zephyr zephyr/misc/generated/syscalls_links/include_zephyr_acpi zephyr/misc/generated/syscalls_links/include_zephyr_app_memory zephyr/misc/generated/syscalls_links/include_zephyr_arch zephyr/misc/generated/syscalls_links/include_zephyr_audio zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth zephyr/misc/generated/syscalls_links/include_zephyr_canbus zephyr/misc/generated/syscalls_links/include_zephyr_cleanup zephyr/misc/generated/syscalls_links/include_zephyr_console zephyr/misc/generated/syscalls_links/include_zephyr_cpu_freq zephyr/misc/generated/syscalls_links/include_zephyr_crypto zephyr/misc/generated/syscalls_links/include_zephyr_dap zephyr/misc/generated/syscalls_links/include_zephyr_data zephyr/misc/generated/syscalls_links/include_zephyr_debug zephyr/misc/generated/syscalls_links/include_zephyr_devicetree zephyr/misc/generated/syscalls_links/include_zephyr_dfu zephyr/misc/generated/syscalls_links/include_zephyr_display zephyr/misc/generated/syscalls_links/include_zephyr_drivers zephyr/misc/generated/syscalls_links/include_zephyr_dsp zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings zephyr/misc/generated/syscalls_links/include_zephyr_fs zephyr/misc/generated/syscalls_links/include_zephyr_gnss zephyr/misc/generated/syscalls_links/include_zephyr_input zephyr/misc/generated/syscalls_links/include_zephyr_instrumentation zephyr/misc/generated/syscalls_links/include_zephyr_internal zephyr/misc/generated/syscalls_links/include_zephyr_ipc zephyr/misc/generated/syscalls_links/include_zephyr_kernel zephyr/misc/generated/syscalls_links/include_zephyr_kvss zephyr/misc/generated/syscalls_links/include_zephyr_linker zephyr/misc/generated/syscalls_links/include_zephyr_llext zephyr/misc/generated/syscalls_links/include_zephyr_logging zephyr/misc/generated/syscalls_links/include_zephyr_lorawan zephyr/misc/generated/syscalls_links/include_zephyr_math zephyr/misc/generated/syscalls_links/include_zephyr_mem_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_misc zephyr/misc/generated/syscalls_links/include_zephyr_modbus zephyr/misc/generated/syscalls_links/include_zephyr_modem zephyr/misc/generated/syscalls_links/include_zephyr_multi_heap zephyr/misc/generated/syscalls_links/include_zephyr_net zephyr/misc/generated/syscalls_links/include_zephyr_platform zephyr/misc/generated/syscalls_links/include_zephyr_pm zephyr/misc/generated/syscalls_links/include_zephyr_pmci zephyr/misc/generated/syscalls_links/include_zephyr_portability zephyr/misc/generated/syscalls_links/include_zephyr_posix zephyr/misc/generated/syscalls_links/include_zephyr_psa zephyr/misc/generated/syscalls_links/include_zephyr_random zephyr/misc/generated/syscalls_links/include_zephyr_retention zephyr/misc/generated/syscalls_links/include_zephyr_rtio zephyr/misc/generated/syscalls_links/include_zephyr_sd zephyr/misc/generated/syscalls_links/include_zephyr_sensing zephyr/misc/generated/syscalls_links/include_zephyr_settings zephyr/misc/generated/syscalls_links/include_zephyr_shell zephyr/misc/generated/syscalls_links/include_zephyr_sip_svc zephyr/misc/generated/syscalls_links/include_zephyr_stats zephyr/misc/generated/syscalls_links/include_zephyr_storage zephyr/misc/generated/syscalls_links/include_zephyr_sys zephyr/misc/generated/syscalls_links/include_zephyr_task_wdt zephyr/misc/generated/syscalls_links/include_zephyr_timing zephyr/misc/generated/syscalls_links/include_zephyr_toolchain zephyr/misc/generated/syscalls_links/include_zephyr_tracing zephyr/misc/generated/syscalls_links/include_zephyr_usb zephyr/misc/generated/syscalls_links/include_zephyr_usb_c zephyr/misc/generated/syscalls_links/include_zephyr_video zephyr/misc/generated/syscalls_links/include_zephyr_xen zephyr/misc/generated/syscalls_links/include_zephyr_zbus zephyr/misc/generated/syscalls_links/include_zephyr_zvfs zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64 zephyr/misc/generated/syscalls_links/include_zephyr_arch_common zephyr/misc/generated/syscalls_links/include_zephyr_arch_mips zephyr/misc/generated/syscalls_links/include_zephyr_arch_openrisc zephyr/misc/generated/syscalls_links/include_zephyr_arch_posix zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv zephyr/misc/generated/syscalls_links/include_zephyr_arch_rx zephyr/misc/generated/syscalls_links/include_zephyr_arch_sparc zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86 zephyr/misc/generated/syscalls_links/include_zephyr_arch_xtensa zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_asm-compat zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2 zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_dsp zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_mpu zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_secureshield zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_vpx zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mmu zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mpu zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r_scripts zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m_scripts zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r_scripts zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_cortex_r zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_scripts zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_common zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_riscv-privileged zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32 zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_intel64 zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32_scripts zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_audio zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_classic zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_mesh zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services_nus zephyr/misc/generated/syscalls_links/include_zephyr_debug_coresight zephyr/misc/generated/syscalls_links/include_zephyr_drivers_adc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_biometrics zephyr/misc/generated/syscalls_links/include_zephyr_drivers_bluetooth zephyr/misc/generated/syscalls_links/include_zephyr_drivers_can zephyr/misc/generated/syscalls_links/include_zephyr_drivers_charger zephyr/misc/generated/syscalls_links/include_zephyr_drivers_clock_control zephyr/misc/generated/syscalls_links/include_zephyr_drivers_comparator zephyr/misc/generated/syscalls_links/include_zephyr_drivers_console zephyr/misc/generated/syscalls_links/include_zephyr_drivers_counter zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dac zephyr/misc/generated/syscalls_links/include_zephyr_drivers_debug zephyr/misc/generated/syscalls_links/include_zephyr_drivers_disk zephyr/misc/generated/syscalls_links/include_zephyr_drivers_display zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dma zephyr/misc/generated/syscalls_links/include_zephyr_drivers_edac zephyr/misc/generated/syscalls_links/include_zephyr_drivers_eeprom zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ethernet zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware zephyr/misc/generated/syscalls_links/include_zephyr_drivers_flash zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gnss zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gpio zephyr/misc/generated/syscalls_links/include_zephyr_drivers_haptics zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i3c zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ieee802154 zephyr/misc/generated/syscalls_links/include_zephyr_drivers_interrupt_controller zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led_strip zephyr/misc/generated/syscalls_links/include_zephyr_drivers_memc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mfd zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mic_privacy zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mipi_dsi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mm zephyr/misc/generated/syscalls_links/include_zephyr_drivers_modem zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mspi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pinctrl zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pm_cpu_ops zephyr/misc/generated/syscalls_links/include_zephyr_drivers_power zephyr/misc/generated/syscalls_links/include_zephyr_drivers_psi5 zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pwm zephyr/misc/generated/syscalls_links/include_zephyr_drivers_regulator zephyr/misc/generated/syscalls_links/include_zephyr_drivers_reset zephyr/misc/generated/syscalls_links/include_zephyr_drivers_retained_mem zephyr/misc/generated/syscalls_links/include_zephyr_drivers_rtc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sensor zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sent zephyr/misc/generated/syscalls_links/include_zephyr_drivers_serial zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sip_svc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_stepper zephyr/misc/generated/syscalls_links/include_zephyr_drivers_timer zephyr/misc/generated/syscalls_links/include_zephyr_drivers_uart zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb_c zephyr/misc/generated/syscalls_links/include_zephyr_drivers_video zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtio zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtualization zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_qemu_fwcfg zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_scmi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_tisci zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_scmi_nxp zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c_target zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mic_privacy_intel zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_devmux zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_flexram zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_ft8xx zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_grove_lcd zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_interconn zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_max2221x zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_flexio zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_rtxxx_dsp_ctrl zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_pio_rpi_pico zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_ra_external_interrupt zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_rx_dtc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_rx_external_interrupt zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_stm32_wkup_pins zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_interconn_renesas_elc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie_endpoint zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi_bus zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi_off_raw_tx zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_acpi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_adc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_battery zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_comparator zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dac zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dai zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_display zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_espi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ethernet zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_flash_controller zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_gpio zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_i2c zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_input zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_inputmux zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_interrupt-controller zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ipc_service zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_led zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lora zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lvgl zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-attr zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-controller zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mfd zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dbi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dsi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pcie zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_power zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pwm zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_qspi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_rdc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_regulator zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reserved-memory zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reset zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sensor zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sent zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_spi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_timer zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb-c zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_video zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_wuc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_xspi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock_silabs zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma_silabs zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc_renesas zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc_renesas_ra-elc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_renesas zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_silabs zephyr/misc/generated/syscalls_links/include_zephyr_gnss_rtk zephyr/misc/generated/syscalls_links/include_zephyr_ipc_backends zephyr/misc/generated/syscalls_links/include_zephyr_kernel_internal zephyr/misc/generated/syscalls_links/include_zephyr_kernel_mm zephyr/misc/generated/syscalls_links/include_zephyr_linker_common-rom zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_ec_host_cmd zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_hawkbit zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_smp zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_transport zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_enum_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_fs_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_img_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_os_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_settings_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_shell_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_stat_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_zephyr zephyr/misc/generated/syscalls_links/include_zephyr_modem_at zephyr/misc/generated/syscalls_links/include_zephyr_modem_backend zephyr/misc/generated/syscalls_links/include_zephyr_modem_ubx zephyr/misc/generated/syscalls_links/include_zephyr_net_conn_mgr zephyr/misc/generated/syscalls_links/include_zephyr_net_hdlc_rcp_if zephyr/misc/generated/syscalls_links/include_zephyr_net_http zephyr/misc/generated/syscalls_links/include_zephyr_net_prometheus zephyr/misc/generated/syscalls_links/include_zephyr_net_ssh zephyr/misc/generated/syscalls_links/include_zephyr_pmci_mctp zephyr/misc/generated/syscalls_links/include_zephyr_posix_arpa zephyr/misc/generated/syscalls_links/include_zephyr_posix_net zephyr/misc/generated/syscalls_links/include_zephyr_posix_netinet zephyr/misc/generated/syscalls_links/include_zephyr_posix_sys zephyr/misc/generated/syscalls_links/include_zephyr_sys_internal zephyr/misc/generated/syscalls_links/include_zephyr_toolchain_iar zephyr/misc/generated/syscalls_links/include_zephyr_usb_class zephyr/misc/generated/syscalls_links/include_zephyr_xen_dom0 zephyr/misc/generated/syscalls_links/include_zephyr_xen_public zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_hvm zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_io zephyr/misc/generated/syscalls_links/include_zephyr_zbus_proxy_agent - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr && /nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/build/subfolder_list.py --directory /home/jeremy/utat-dev/zephyrproject/zephyr/include --out-file /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_subdirs.txt --trigger-file /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_subdirs.trigger --create-links /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links - DESC = Generating misc/generated/syscalls_subdirs.trigger - restat = 1 - - -############################################# -# Custom command for zephyr/misc/generated/syscalls_links/include - -build zephyr/misc/generated/syscalls_links/include zephyr/misc/generated/syscalls_links/include_zephyr zephyr/misc/generated/syscalls_links/include_zephyr_acpi zephyr/misc/generated/syscalls_links/include_zephyr_app_memory zephyr/misc/generated/syscalls_links/include_zephyr_arch zephyr/misc/generated/syscalls_links/include_zephyr_audio zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth zephyr/misc/generated/syscalls_links/include_zephyr_canbus zephyr/misc/generated/syscalls_links/include_zephyr_cleanup zephyr/misc/generated/syscalls_links/include_zephyr_console zephyr/misc/generated/syscalls_links/include_zephyr_cpu_freq zephyr/misc/generated/syscalls_links/include_zephyr_crypto zephyr/misc/generated/syscalls_links/include_zephyr_dap zephyr/misc/generated/syscalls_links/include_zephyr_data zephyr/misc/generated/syscalls_links/include_zephyr_debug zephyr/misc/generated/syscalls_links/include_zephyr_devicetree zephyr/misc/generated/syscalls_links/include_zephyr_dfu zephyr/misc/generated/syscalls_links/include_zephyr_display zephyr/misc/generated/syscalls_links/include_zephyr_drivers zephyr/misc/generated/syscalls_links/include_zephyr_dsp zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings zephyr/misc/generated/syscalls_links/include_zephyr_fs zephyr/misc/generated/syscalls_links/include_zephyr_gnss zephyr/misc/generated/syscalls_links/include_zephyr_input zephyr/misc/generated/syscalls_links/include_zephyr_instrumentation zephyr/misc/generated/syscalls_links/include_zephyr_internal zephyr/misc/generated/syscalls_links/include_zephyr_ipc zephyr/misc/generated/syscalls_links/include_zephyr_kernel zephyr/misc/generated/syscalls_links/include_zephyr_kvss zephyr/misc/generated/syscalls_links/include_zephyr_linker zephyr/misc/generated/syscalls_links/include_zephyr_llext zephyr/misc/generated/syscalls_links/include_zephyr_logging zephyr/misc/generated/syscalls_links/include_zephyr_lorawan zephyr/misc/generated/syscalls_links/include_zephyr_math zephyr/misc/generated/syscalls_links/include_zephyr_mem_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_misc zephyr/misc/generated/syscalls_links/include_zephyr_modbus zephyr/misc/generated/syscalls_links/include_zephyr_modem zephyr/misc/generated/syscalls_links/include_zephyr_multi_heap zephyr/misc/generated/syscalls_links/include_zephyr_net zephyr/misc/generated/syscalls_links/include_zephyr_platform zephyr/misc/generated/syscalls_links/include_zephyr_pm zephyr/misc/generated/syscalls_links/include_zephyr_pmci zephyr/misc/generated/syscalls_links/include_zephyr_portability zephyr/misc/generated/syscalls_links/include_zephyr_posix zephyr/misc/generated/syscalls_links/include_zephyr_psa zephyr/misc/generated/syscalls_links/include_zephyr_random zephyr/misc/generated/syscalls_links/include_zephyr_retention zephyr/misc/generated/syscalls_links/include_zephyr_rtio zephyr/misc/generated/syscalls_links/include_zephyr_sd zephyr/misc/generated/syscalls_links/include_zephyr_sensing zephyr/misc/generated/syscalls_links/include_zephyr_settings zephyr/misc/generated/syscalls_links/include_zephyr_shell zephyr/misc/generated/syscalls_links/include_zephyr_sip_svc zephyr/misc/generated/syscalls_links/include_zephyr_stats zephyr/misc/generated/syscalls_links/include_zephyr_storage zephyr/misc/generated/syscalls_links/include_zephyr_sys zephyr/misc/generated/syscalls_links/include_zephyr_task_wdt zephyr/misc/generated/syscalls_links/include_zephyr_timing zephyr/misc/generated/syscalls_links/include_zephyr_toolchain zephyr/misc/generated/syscalls_links/include_zephyr_tracing zephyr/misc/generated/syscalls_links/include_zephyr_usb zephyr/misc/generated/syscalls_links/include_zephyr_usb_c zephyr/misc/generated/syscalls_links/include_zephyr_video zephyr/misc/generated/syscalls_links/include_zephyr_xen zephyr/misc/generated/syscalls_links/include_zephyr_zbus zephyr/misc/generated/syscalls_links/include_zephyr_zvfs zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64 zephyr/misc/generated/syscalls_links/include_zephyr_arch_common zephyr/misc/generated/syscalls_links/include_zephyr_arch_mips zephyr/misc/generated/syscalls_links/include_zephyr_arch_openrisc zephyr/misc/generated/syscalls_links/include_zephyr_arch_posix zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv zephyr/misc/generated/syscalls_links/include_zephyr_arch_rx zephyr/misc/generated/syscalls_links/include_zephyr_arch_sparc zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86 zephyr/misc/generated/syscalls_links/include_zephyr_arch_xtensa zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_asm-compat zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2 zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_dsp zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_mpu zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_secureshield zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_vpx zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mmu zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mpu zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r_scripts zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m_scripts zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r_scripts zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_cortex_r zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_scripts zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_common zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_riscv-privileged zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32 zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_intel64 zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32_scripts zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_audio zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_classic zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_mesh zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services_nus zephyr/misc/generated/syscalls_links/include_zephyr_debug_coresight zephyr/misc/generated/syscalls_links/include_zephyr_drivers_adc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_biometrics zephyr/misc/generated/syscalls_links/include_zephyr_drivers_bluetooth zephyr/misc/generated/syscalls_links/include_zephyr_drivers_can zephyr/misc/generated/syscalls_links/include_zephyr_drivers_charger zephyr/misc/generated/syscalls_links/include_zephyr_drivers_clock_control zephyr/misc/generated/syscalls_links/include_zephyr_drivers_comparator zephyr/misc/generated/syscalls_links/include_zephyr_drivers_console zephyr/misc/generated/syscalls_links/include_zephyr_drivers_counter zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dac zephyr/misc/generated/syscalls_links/include_zephyr_drivers_debug zephyr/misc/generated/syscalls_links/include_zephyr_drivers_disk zephyr/misc/generated/syscalls_links/include_zephyr_drivers_display zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dma zephyr/misc/generated/syscalls_links/include_zephyr_drivers_edac zephyr/misc/generated/syscalls_links/include_zephyr_drivers_eeprom zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ethernet zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware zephyr/misc/generated/syscalls_links/include_zephyr_drivers_flash zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gnss zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gpio zephyr/misc/generated/syscalls_links/include_zephyr_drivers_haptics zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i3c zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ieee802154 zephyr/misc/generated/syscalls_links/include_zephyr_drivers_interrupt_controller zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led_strip zephyr/misc/generated/syscalls_links/include_zephyr_drivers_memc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mfd zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mic_privacy zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mipi_dsi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mm zephyr/misc/generated/syscalls_links/include_zephyr_drivers_modem zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mspi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pinctrl zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pm_cpu_ops zephyr/misc/generated/syscalls_links/include_zephyr_drivers_power zephyr/misc/generated/syscalls_links/include_zephyr_drivers_psi5 zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pwm zephyr/misc/generated/syscalls_links/include_zephyr_drivers_regulator zephyr/misc/generated/syscalls_links/include_zephyr_drivers_reset zephyr/misc/generated/syscalls_links/include_zephyr_drivers_retained_mem zephyr/misc/generated/syscalls_links/include_zephyr_drivers_rtc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sensor zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sent zephyr/misc/generated/syscalls_links/include_zephyr_drivers_serial zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sip_svc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_stepper zephyr/misc/generated/syscalls_links/include_zephyr_drivers_timer zephyr/misc/generated/syscalls_links/include_zephyr_drivers_uart zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb_c zephyr/misc/generated/syscalls_links/include_zephyr_drivers_video zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtio zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtualization zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_qemu_fwcfg zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_scmi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_tisci zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_scmi_nxp zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c_target zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mic_privacy_intel zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_devmux zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_flexram zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_ft8xx zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_grove_lcd zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_interconn zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_max2221x zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_flexio zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_rtxxx_dsp_ctrl zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_pio_rpi_pico zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_ra_external_interrupt zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_rx_dtc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_rx_external_interrupt zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_stm32_wkup_pins zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_interconn_renesas_elc zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie_endpoint zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi_bus zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi_off_raw_tx zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_acpi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_adc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_battery zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_comparator zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dac zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dai zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_display zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_espi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ethernet zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_flash_controller zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_gpio zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_i2c zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_input zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_inputmux zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_interrupt-controller zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ipc_service zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_led zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lora zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lvgl zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-attr zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-controller zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mfd zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dbi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dsi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pcie zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_power zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pwm zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_qspi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_rdc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_regulator zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reserved-memory zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reset zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sensor zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sent zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_spi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_timer zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb-c zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_video zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_wuc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_xspi zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock_silabs zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma_silabs zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc_renesas zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc_renesas_ra-elc zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_renesas zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_silabs zephyr/misc/generated/syscalls_links/include_zephyr_gnss_rtk zephyr/misc/generated/syscalls_links/include_zephyr_ipc_backends zephyr/misc/generated/syscalls_links/include_zephyr_kernel_internal zephyr/misc/generated/syscalls_links/include_zephyr_kernel_mm zephyr/misc/generated/syscalls_links/include_zephyr_linker_common-rom zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_ec_host_cmd zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_hawkbit zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_smp zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_transport zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_enum_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_fs_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_img_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_os_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_settings_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_shell_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_stat_mgmt zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_zephyr zephyr/misc/generated/syscalls_links/include_zephyr_modem_at zephyr/misc/generated/syscalls_links/include_zephyr_modem_backend zephyr/misc/generated/syscalls_links/include_zephyr_modem_ubx zephyr/misc/generated/syscalls_links/include_zephyr_net_conn_mgr zephyr/misc/generated/syscalls_links/include_zephyr_net_hdlc_rcp_if zephyr/misc/generated/syscalls_links/include_zephyr_net_http zephyr/misc/generated/syscalls_links/include_zephyr_net_prometheus zephyr/misc/generated/syscalls_links/include_zephyr_net_ssh zephyr/misc/generated/syscalls_links/include_zephyr_pmci_mctp zephyr/misc/generated/syscalls_links/include_zephyr_posix_arpa zephyr/misc/generated/syscalls_links/include_zephyr_posix_net zephyr/misc/generated/syscalls_links/include_zephyr_posix_netinet zephyr/misc/generated/syscalls_links/include_zephyr_posix_sys zephyr/misc/generated/syscalls_links/include_zephyr_sys_internal zephyr/misc/generated/syscalls_links/include_zephyr_toolchain_iar zephyr/misc/generated/syscalls_links/include_zephyr_usb_class zephyr/misc/generated/syscalls_links/include_zephyr_xen_dom0 zephyr/misc/generated/syscalls_links/include_zephyr_xen_public zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_hvm zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_io zephyr/misc/generated/syscalls_links/include_zephyr_zbus_proxy_agent | ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_acpi ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_app_memory ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_audio ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_canbus ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_cleanup ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_console ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_cpu_freq ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_crypto ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dap ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_data ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_debug ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_devicetree ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dfu ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_display ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dsp ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_fs ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_gnss ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_input ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_instrumentation ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_internal ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_ipc ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_kernel ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_kvss ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_linker ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_llext ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_logging ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_lorawan ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_math ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_mem_mgmt ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_mgmt ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_misc ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_modbus ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_modem ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_multi_heap ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_net ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_platform ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_pm ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_pmci ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_portability ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_posix ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_psa ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_random ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_retention ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_rtio ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_sd ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_sensing ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_settings ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_shell ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_sip_svc ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_stats ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_storage ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_sys ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_task_wdt ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_timing ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_toolchain ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_tracing ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_usb ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_usb_c ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_video ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_xen ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_zbus ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_zvfs ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64 ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_common ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_mips ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_openrisc ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_posix ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_rx ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_sparc ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86 ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_xtensa ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_asm-compat ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2 ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_dsp ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_mpu ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_secureshield ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_vpx ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mmu ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mpu ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r_scripts ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m_scripts ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r_scripts ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_cortex_r ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_scripts ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_common ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_riscv-privileged ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32 ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_intel64 ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32_scripts ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_audio ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_classic ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_mesh ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services_nus ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_debug_coresight ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_adc ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_biometrics ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_bluetooth ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_can ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_charger ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_clock_control ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_comparator ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_console ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_counter ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dac ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_debug ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_disk ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_display ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dma ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_edac ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_eeprom ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ethernet ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_flash ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gnss ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gpio ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_haptics ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i3c ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ieee802154 ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_interrupt_controller ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led_strip ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_memc ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mfd ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mic_privacy ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mipi_dsi ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mm ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_modem ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mspi ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pinctrl ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pm_cpu_ops ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_power ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_psi5 ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pwm ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_regulator ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_reset ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_retained_mem ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_rtc ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sensor ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sent ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_serial ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sip_svc ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_stepper ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_timer ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_uart ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb_c ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_video ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtio ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtualization ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_qemu_fwcfg ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_scmi ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_tisci ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_scmi_nxp ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c_target ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mic_privacy_intel ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_devmux ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_flexram ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_ft8xx ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_grove_lcd ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_interconn ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_max2221x ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_flexio ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_rtxxx_dsp_ctrl ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_pio_rpi_pico ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_ra_external_interrupt ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_rx_dtc ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_rx_external_interrupt ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_stm32_wkup_pins ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_interconn_renesas_elc ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie_endpoint ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi_bus ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi_off_raw_tx ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_acpi ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_adc ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_battery ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_comparator ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dac ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dai ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_display ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_espi ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ethernet ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_flash_controller ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_gpio ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_i2c ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_input ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_inputmux ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_interrupt-controller ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ipc_service ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_led ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lora ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lvgl ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-attr ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-controller ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mfd ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dbi ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dsi ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pcie ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_power ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pwm ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_qspi ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_rdc ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_regulator ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reserved-memory ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reset ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sensor ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sent ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_spi ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_timer ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb-c ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_video ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_wuc ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_xspi ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock_silabs ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma_silabs ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc_renesas ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc_renesas_ra-elc ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_renesas ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_silabs ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_gnss_rtk ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_ipc_backends ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_kernel_internal ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_kernel_mm ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_linker_common-rom ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_ec_host_cmd ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_hawkbit ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_mgmt ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_smp ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_transport ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_enum_mgmt ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_fs_mgmt ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_img_mgmt ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_os_mgmt ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_settings_mgmt ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_shell_mgmt ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_stat_mgmt ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_zephyr ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_modem_at ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_modem_backend ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_modem_ubx ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_net_conn_mgr ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_net_hdlc_rcp_if ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_net_http ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_net_prometheus ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_net_ssh ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_pmci_mctp ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_posix_arpa ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_posix_net ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_posix_netinet ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_posix_sys ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_sys_internal ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_toolchain_iar ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_usb_class ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_xen_dom0 ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_xen_public ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_hvm ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_io ${cmake_ninja_workdir}zephyr/misc/generated/syscalls_links/include_zephyr_zbus_proxy_agent: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo - DESC = Preparing syscall dependency handling - restat = 1 - - -############################################# -# Phony custom command for zephyr/CMakeFiles/driver_validation_h_target - -build zephyr/CMakeFiles/driver_validation_h_target | ${cmake_ninja_workdir}zephyr/CMakeFiles/driver_validation_h_target: phony zephyr/include/generated/zephyr/driver-validation.h - - -############################################# -# Custom command for zephyr/include/generated/zephyr/driver-validation.h - -build zephyr/include/generated/zephyr/driver-validation.h | ${cmake_ninja_workdir}zephyr/include/generated/zephyr/driver-validation.h: CUSTOM_COMMAND zephyr/misc/generated/struct_tags.json /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/build/gen_kobject_list.py - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr && /nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/build/gen_kobject_list.py --validation-output /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/driver-validation.h --include-subsystem-list /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/struct_tags.json - DESC = Generating include/generated/zephyr/driver-validation.h - restat = 1 - - -############################################# -# Phony custom command for zephyr/CMakeFiles/kobj_types_h_target - -build zephyr/CMakeFiles/kobj_types_h_target | ${cmake_ninja_workdir}zephyr/CMakeFiles/kobj_types_h_target: phony zephyr/include/generated/zephyr/kobj-types-enum.h zephyr/include/generated/zephyr/otype-to-str.h zephyr/include/generated/zephyr/otype-to-size.h - - -############################################# -# Custom command for zephyr/include/generated/zephyr/kobj-types-enum.h - -build zephyr/include/generated/zephyr/kobj-types-enum.h zephyr/include/generated/zephyr/otype-to-str.h zephyr/include/generated/zephyr/otype-to-size.h | ${cmake_ninja_workdir}zephyr/include/generated/zephyr/kobj-types-enum.h ${cmake_ninja_workdir}zephyr/include/generated/zephyr/otype-to-str.h ${cmake_ninja_workdir}zephyr/include/generated/zephyr/otype-to-size.h: CUSTOM_COMMAND zephyr/misc/generated/struct_tags.json /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/build/gen_kobject_list.py - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr && /nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/build/gen_kobject_list.py --kobj-types-output /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/kobj-types-enum.h --kobj-otype-output /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/otype-to-str.h --kobj-size-output /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/otype-to-size.h --include-subsystem-list /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/struct_tags.json - DESC = Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h - restat = 1 - - -############################################# -# Phony custom command for zephyr/CMakeFiles/device_api_ld_target - -build zephyr/CMakeFiles/device_api_ld_target | ${cmake_ninja_workdir}zephyr/CMakeFiles/device_api_ld_target: phony zephyr/include/generated/device-api-sections.ld zephyr/include/generated/device-api-sections.cmake - - -############################################# -# Custom command for zephyr/include/generated/device-api-sections.ld - -build zephyr/include/generated/device-api-sections.ld zephyr/include/generated/device-api-sections.cmake | ${cmake_ninja_workdir}zephyr/include/generated/device-api-sections.ld ${cmake_ninja_workdir}zephyr/include/generated/device-api-sections.cmake: CUSTOM_COMMAND /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/build/gen_iter_sections.py zephyr/misc/generated/struct_tags.json - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr && /nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/build/gen_iter_sections.py --alignment 4 --input /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/struct_tags.json --tag __subsystem --ld-output /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/device-api-sections.ld --cmake-output /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/device-api-sections.cmake - DESC = Generating include/generated/device-api-sections.ld, include/generated/device-api-sections.cmake - restat = 1 - - -############################################# -# Phony custom command for zephyr/CMakeFiles/offsets_h - -build zephyr/CMakeFiles/offsets_h | ${cmake_ninja_workdir}zephyr/CMakeFiles/offsets_h: phony zephyr/include/generated/zephyr/offsets.h || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants zephyr/lib/heap/heap_constants_h zephyr/offsets zephyr/syscall_list_h_target - - -############################################# -# Custom command for zephyr/include/generated/zephyr/offsets.h - -build zephyr/include/generated/zephyr/offsets.h | ${cmake_ninja_workdir}zephyr/include/generated/zephyr/offsets.h: CUSTOM_COMMAND zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants zephyr/lib/heap/heap_constants_h zephyr/offsets zephyr/syscall_list_h_target - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr && /nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/build/gen_offset_header.py -i /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj -o /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/offsets.h - DESC = Generating include/generated/zephyr/offsets.h - restat = 1 - - -############################################# -# Phony custom command for zephyr/CMakeFiles/linker_zephyr_prebuilt_script_target - -build zephyr/CMakeFiles/linker_zephyr_prebuilt_script_target | ${cmake_ninja_workdir}zephyr/CMakeFiles/linker_zephyr_prebuilt_script_target: phony zephyr/linker_zephyr_pre0.cmd || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants zephyr/lib/heap/heap_constants_h zephyr/offsets zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - - -############################################# -# Custom command for zephyr/linker_zephyr_pre0.cmd - -build zephyr/linker_zephyr_pre0.cmd | ${cmake_ninja_workdir}zephyr/linker_zephyr_pre0.cmd: CUSTOM_COMMAND /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_m/scripts/linker.ld zephyr/include/generated/zephyr/autoconf.h || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants zephyr/lib/heap/heap_constants_h zephyr/offsets zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -x assembler-with-cpp -undef -MD -MF linker_zephyr_pre0.cmd.dep -MT linker_zephyr_pre0.cmd -D_LINKER -D_ASMLANGUAGE -D__GCC_LINKER_CMD__ -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_m/scripts -DLINKER_ZEPHYR_PREBUILT -E /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_m/scripts/linker.ld -P -o linker_zephyr_pre0.cmd && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E cmake_transform_depfile Ninja gccdepfile /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr /home/jeremy/utat-dev/zephyrproject/zephyr /home/jeremy/utat-dev/zephyrproject/build/mcuboot /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/linker_zephyr_pre0.cmd.dep /home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/d/f65fa96482619e64145ff7cccdcd4ad647c3e312367665810e55f59c9b90a745.d - DESC = Generating linker_zephyr_pre0.cmd - depfile = CMakeFiles/d/f65fa96482619e64145ff7cccdcd4ad647c3e312367665810e55f59c9b90a745.d - deps = gcc - restat = 1 - - -############################################# -# Phony custom command for zephyr/CMakeFiles/linker_zephyr_final_script_target - -build zephyr/CMakeFiles/linker_zephyr_final_script_target | ${cmake_ninja_workdir}zephyr/CMakeFiles/linker_zephyr_final_script_target: phony zephyr/linker.cmd || app/libapp.a modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a modules/mcuboot/libmcuboot_util.a zephyr/app_version_h zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a zephyr/arch/arch/arm/core/libarch__arm__core.a zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a zephyr/arch/common/libarch__common.a zephyr/arch/common/libisr_tables.a zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a zephyr/drivers/timer/libdrivers__timer.a zephyr/kernel/libkernel.a zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants zephyr/lib/heap/heap_constants_h zephyr/lib/libc/common/liblib__libc__common.a zephyr/lib/libc/picolibc/liblib__libc__picolibc.a zephyr/libzephyr.a zephyr/linker_zephyr_prebuilt_script_target zephyr/offsets zephyr/offsets_h zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a zephyr/syscall_list_h_target zephyr/version_h zephyr/zephyr_pre0.elf - - -############################################# -# Custom command for zephyr/linker.cmd - -build zephyr/linker.cmd | ${cmake_ninja_workdir}zephyr/linker.cmd: CUSTOM_COMMAND /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_m/scripts/linker.ld zephyr/include/generated/zephyr/autoconf.h zephyr/zephyr_pre0.elf || app/libapp.a modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a modules/mcuboot/libmcuboot_util.a zephyr/app_version_h zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a zephyr/arch/arch/arm/core/libarch__arm__core.a zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a zephyr/arch/common/libarch__common.a zephyr/arch/common/libisr_tables.a zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a zephyr/drivers/timer/libdrivers__timer.a zephyr/kernel/libkernel.a zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants zephyr/lib/heap/heap_constants_h zephyr/lib/libc/common/liblib__libc__common.a zephyr/lib/libc/picolibc/liblib__libc__picolibc.a zephyr/libzephyr.a zephyr/linker_zephyr_prebuilt_script_target zephyr/offsets zephyr/offsets_h zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a zephyr/syscall_list_h_target zephyr/version_h zephyr/zephyr_pre0.elf - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr && /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -x assembler-with-cpp -undef -MD -MF linker.cmd.dep -MT linker.cmd -D_LINKER -D_ASMLANGUAGE -D__GCC_LINKER_CMD__ -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_m/scripts -DLINKER_ZEPHYR_FINAL -E /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_m/scripts/linker.ld -P -o linker.cmd && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E cmake_transform_depfile Ninja gccdepfile /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr /home/jeremy/utat-dev/zephyrproject/zephyr /home/jeremy/utat-dev/zephyrproject/build/mcuboot /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/linker.cmd.dep /home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/d/fd2111bd4db3733de3b68686c0d4daaf2637cd7693bcd745941303250ff3eb1e.d - DESC = Generating linker.cmd - depfile = CMakeFiles/d/fd2111bd4db3733de3b68686c0d4daaf2637cd7693bcd745941303250ff3eb1e.d - deps = gcc - restat = 1 - - -############################################# -# Custom command for zephyr/isr_tables.c - -build zephyr/isr_tables.c zephyr/isr_tables_vt.ld zephyr/isr_tables_swi.ld | ${cmake_ninja_workdir}zephyr/isr_tables.c ${cmake_ninja_workdir}zephyr/isr_tables_vt.ld ${cmake_ninja_workdir}zephyr/isr_tables_swi.ld: CUSTOM_COMMAND zephyr/zephyr_pre0.elf || app/libapp.a modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a modules/mcuboot/libmcuboot_util.a zephyr/app_version_h zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a zephyr/arch/arch/arm/core/libarch__arm__core.a zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a zephyr/arch/common/libarch__common.a zephyr/arch/common/libisr_tables.a zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a zephyr/drivers/timer/libdrivers__timer.a zephyr/kernel/libkernel.a zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants zephyr/lib/heap/heap_constants_h zephyr/lib/libc/common/liblib__libc__common.a zephyr/lib/libc/picolibc/liblib__libc__picolibc.a zephyr/libzephyr.a zephyr/linker_zephyr_final_script_target zephyr/linker_zephyr_prebuilt_script_target zephyr/offsets zephyr/offsets_h zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a zephyr/syscall_list_h_target zephyr/version_h zephyr/zephyr_pre0.elf - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr && /nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/build/gen_isr_tables.py --output-source isr_tables.c --linker-output-files isr_tables_vt.ld isr_tables_swi.ld --kernel /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/zephyr_pre0.elf --intlist-section .intList --intlist-section intList --sw-isr-table --vector-table - DESC = Generating isr_tables.c, isr_tables_vt.ld, isr_tables_swi.ld - restat = 1 - - -############################################# -# Custom command for zephyr/CMakeFiles/initlevels - -build zephyr/CMakeFiles/initlevels | ${cmake_ninja_workdir}zephyr/CMakeFiles/initlevels: CUSTOM_COMMAND zephyr/zephyr.elf || app/libapp.a modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a modules/mcuboot/libmcuboot_util.a zephyr/app_version_h zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a zephyr/arch/arch/arm/core/libarch__arm__core.a zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a zephyr/arch/common/libarch__common.a zephyr/arch/common/libisr_tables.a zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a zephyr/drivers/timer/libdrivers__timer.a zephyr/kernel/libkernel.a zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants zephyr/lib/heap/heap_constants_h zephyr/lib/libc/common/liblib__libc__common.a zephyr/lib/libc/picolibc/liblib__libc__picolibc.a zephyr/libzephyr.a zephyr/linker_zephyr_final_script_target zephyr/linker_zephyr_prebuilt_script_target zephyr/offsets zephyr/offsets_h zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a zephyr/syscall_list_h_target zephyr/version_h zephyr/zephyr.elf zephyr/zephyr_pre0.elf - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr && /nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/build/check_init_priorities.py --elf-file=/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/zephyr.elf --initlevels - pool = console - - -############################################# -# Custom command for zephyr/CMakeFiles/run - -build zephyr/CMakeFiles/run | ${cmake_ninja_workdir}zephyr/CMakeFiles/run: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo =================================================== Emulation/Simulation\ not\ supported\ with\ this\ board. =================================================== - - -############################################# -# Phony custom command for zephyr/CMakeFiles/build_info_yaml_saved - -build zephyr/CMakeFiles/build_info_yaml_saved | ${cmake_ninja_workdir}zephyr/CMakeFiles/build_info_yaml_saved: phony build_info.yml - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/arch/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/arch/edit_cache: phony zephyr/arch/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/arch/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/arch/rebuild_cache: phony zephyr/arch/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/arch/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target arch__common - - -############################################# -# Order-only phony target for arch__common - -build cmake_object_order_depends_target_arch__common: phony || cmake_object_order_depends_target_isr_tables zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - -build zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj: C_COMPILER__arch__common_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/sw_isr_common.c || cmake_object_order_depends_target_arch__common - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/common/CMakeFiles/arch__common.dir - OBJECT_FILE_DIR = zephyr/arch/common/CMakeFiles/arch__common.dir - TARGET_COMPILE_PDB = zephyr/arch/common/CMakeFiles/arch__common.dir/arch__common.pdb - TARGET_PDB = zephyr/arch/common/libarch__common.pdb - -build zephyr/arch/common/CMakeFiles/arch__common.dir/init.c.obj: C_COMPILER__arch__common_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/init.c || cmake_object_order_depends_target_arch__common - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/common/CMakeFiles/arch__common.dir/init.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/common/CMakeFiles/arch__common.dir - OBJECT_FILE_DIR = zephyr/arch/common/CMakeFiles/arch__common.dir - TARGET_COMPILE_PDB = zephyr/arch/common/CMakeFiles/arch__common.dir/arch__common.pdb - TARGET_PDB = zephyr/arch/common/libarch__common.pdb - -build zephyr/arch/common/CMakeFiles/arch__common.dir/xip.c.obj: C_COMPILER__arch__common_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/xip.c || cmake_object_order_depends_target_arch__common - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/common/CMakeFiles/arch__common.dir/xip.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/common/CMakeFiles/arch__common.dir - OBJECT_FILE_DIR = zephyr/arch/common/CMakeFiles/arch__common.dir - TARGET_COMPILE_PDB = zephyr/arch/common/CMakeFiles/arch__common.dir/arch__common.pdb - TARGET_PDB = zephyr/arch/common/libarch__common.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target arch__common - - -############################################# -# Link the static library zephyr/arch/common/libarch__common.a - -build zephyr/arch/common/libarch__common.a: C_STATIC_LIBRARY_LINKER__arch__common_ zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj zephyr/arch/common/CMakeFiles/arch__common.dir/init.c.obj zephyr/arch/common/CMakeFiles/arch__common.dir/xip.c.obj || zephyr/app_version_h zephyr/arch/common/libisr_tables.a zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - OBJECT_DIR = zephyr/arch/common/CMakeFiles/arch__common.dir - POST_BUILD = : - PRE_LINK = : - TARGET_COMPILE_PDB = zephyr/arch/common/CMakeFiles/arch__common.dir/arch__common.pdb - TARGET_FILE = zephyr/arch/common/libarch__common.a - TARGET_PDB = zephyr/arch/common/libarch__common.pdb - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target isr_tables - - -############################################# -# Order-only phony target for isr_tables - -build cmake_object_order_depends_target_isr_tables: phony || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - -build zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj: C_COMPILER__isr_tables_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/isr_tables.c || cmake_object_order_depends_target_isr_tables - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/common/CMakeFiles/isr_tables.dir - OBJECT_FILE_DIR = zephyr/arch/common/CMakeFiles/isr_tables.dir - TARGET_COMPILE_PDB = zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.pdb - TARGET_PDB = zephyr/arch/common/libisr_tables.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target isr_tables - - -############################################# -# Link the static library zephyr/arch/common/libisr_tables.a - -build zephyr/arch/common/libisr_tables.a: C_STATIC_LIBRARY_LINKER__isr_tables_ zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - OBJECT_DIR = zephyr/arch/common/CMakeFiles/isr_tables.dir - POST_BUILD = : - PRE_LINK = : - TARGET_COMPILE_PDB = zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.pdb - TARGET_FILE = zephyr/arch/common/libisr_tables.a - TARGET_PDB = zephyr/arch/common/libisr_tables.pdb - - -############################################# -# Utility command for edit_cache - -build zephyr/arch/common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/common && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/arch/common/edit_cache: phony zephyr/arch/common/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/arch/common/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/common && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/arch/common/rebuild_cache: phony zephyr/arch/common/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/arch/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/arch/arch/arm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/arch/arch/arm/edit_cache: phony zephyr/arch/arch/arm/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/arch/arch/arm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/arch/arch/arm/rebuild_cache: phony zephyr/arch/arch/arm/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target arch__arm__core - - -############################################# -# Order-only phony target for arch__arm__core - -build cmake_object_order_depends_target_arch__arm__core: phony || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - -build zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/fatal.c.obj: C_COMPILER__arch__arm__core_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/fatal.c || cmake_object_order_depends_target_arch__arm__core - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/fatal.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir - OBJECT_FILE_DIR = zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/arch__arm__core.pdb - TARGET_PDB = zephyr/arch/arch/arm/core/libarch__arm__core.pdb - -build zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi.c.obj: C_COMPILER__arch__arm__core_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/nmi.c || cmake_object_order_depends_target_arch__arm__core - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir - OBJECT_FILE_DIR = zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/arch__arm__core.pdb - TARGET_PDB = zephyr/arch/arch/arm/core/libarch__arm__core.pdb - -build zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi_on_reset.S.obj: ASM_COMPILER__arch__arm__core_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/nmi_on_reset.S || cmake_object_order_depends_target_arch__arm__core - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi_on_reset.S.obj.d - FLAGS = -Wshadow -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -xassembler-with-cpp -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -D_ASMLANGUAGE -Wno-unused-but-set-variable -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir - OBJECT_FILE_DIR = zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/arch__arm__core.pdb - TARGET_PDB = zephyr/arch/arch/arm/core/libarch__arm__core.pdb - -build zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/tls.c.obj: C_COMPILER__arch__arm__core_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/tls.c || cmake_object_order_depends_target_arch__arm__core - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/tls.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir - OBJECT_FILE_DIR = zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/arch__arm__core.pdb - TARGET_PDB = zephyr/arch/arch/arm/core/libarch__arm__core.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target arch__arm__core - - -############################################# -# Link the static library zephyr/arch/arch/arm/core/libarch__arm__core.a - -build zephyr/arch/arch/arm/core/libarch__arm__core.a: C_STATIC_LIBRARY_LINKER__arch__arm__core_ zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/fatal.c.obj zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi.c.obj zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi_on_reset.S.obj zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/tls.c.obj || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - OBJECT_DIR = zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir - POST_BUILD = : - PRE_LINK = : - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/arch__arm__core.pdb - TARGET_FILE = zephyr/arch/arch/arm/core/libarch__arm__core.a - TARGET_PDB = zephyr/arch/arch/arm/core/libarch__arm__core.pdb - - -############################################# -# Utility command for edit_cache - -build zephyr/arch/arch/arm/core/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/arch/arch/arm/core/edit_cache: phony zephyr/arch/arch/arm/core/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/arch/arch/arm/core/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/arch/arch/arm/core/rebuild_cache: phony zephyr/arch/arch/arm/core/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target arch__arm__core__cortex_m - - -############################################# -# Order-only phony target for arch__arm__core__cortex_m - -build cmake_object_order_depends_target_arch__arm__core__cortex_m: phony || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - -build zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault.c.obj: C_COMPILER__arch__arm__core__cortex_m_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/fault.c || cmake_object_order_depends_target_arch__arm__core__cortex_m - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - OBJECT_FILE_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/arch__arm__core__cortex_m.pdb - TARGET_PDB = zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.pdb - -build zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault_s.S.obj: ASM_COMPILER__arch__arm__core__cortex_m_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/fault_s.S || cmake_object_order_depends_target_arch__arm__core__cortex_m - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault_s.S.obj.d - FLAGS = -Wshadow -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -xassembler-with-cpp -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -D_ASMLANGUAGE -Wno-unused-but-set-variable -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - OBJECT_FILE_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/arch__arm__core__cortex_m.pdb - TARGET_PDB = zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.pdb - -build zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fpu.c.obj: C_COMPILER__arch__arm__core__cortex_m_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/fpu.c || cmake_object_order_depends_target_arch__arm__core__cortex_m - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fpu.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - OBJECT_FILE_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/arch__arm__core__cortex_m.pdb - TARGET_PDB = zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.pdb - -build zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/reset.S.obj: ASM_COMPILER__arch__arm__core__cortex_m_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/reset.S || cmake_object_order_depends_target_arch__arm__core__cortex_m - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/reset.S.obj.d - FLAGS = -Wshadow -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -xassembler-with-cpp -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -D_ASMLANGUAGE -Wno-unused-but-set-variable -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - OBJECT_FILE_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/arch__arm__core__cortex_m.pdb - TARGET_PDB = zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.pdb - -build zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/scb.c.obj: C_COMPILER__arch__arm__core__cortex_m_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/scb.c || cmake_object_order_depends_target_arch__arm__core__cortex_m - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/scb.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - OBJECT_FILE_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/arch__arm__core__cortex_m.pdb - TARGET_PDB = zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.pdb - -build zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/vector_table.S.obj: ASM_COMPILER__arch__arm__core__cortex_m_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/vector_table.S || cmake_object_order_depends_target_arch__arm__core__cortex_m - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/vector_table.S.obj.d - FLAGS = -Wshadow -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -xassembler-with-cpp -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -D_ASMLANGUAGE -Wno-unused-but-set-variable -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - OBJECT_FILE_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/arch__arm__core__cortex_m.pdb - TARGET_PDB = zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.pdb - -build zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/svc.S.obj: ASM_COMPILER__arch__arm__core__cortex_m_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/svc.S || cmake_object_order_depends_target_arch__arm__core__cortex_m - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/svc.S.obj.d - FLAGS = -Wshadow -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -xassembler-with-cpp -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -D_ASMLANGUAGE -Wno-unused-but-set-variable -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - OBJECT_FILE_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/arch__arm__core__cortex_m.pdb - TARGET_PDB = zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.pdb - -build zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_manage.c.obj: C_COMPILER__arch__arm__core__cortex_m_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/irq_manage.c || cmake_object_order_depends_target_arch__arm__core__cortex_m - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_manage.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - OBJECT_FILE_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/arch__arm__core__cortex_m.pdb - TARGET_PDB = zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.pdb - -build zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/prep_c.c.obj: C_COMPILER__arch__arm__core__cortex_m_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/prep_c.c || cmake_object_order_depends_target_arch__arm__core__cortex_m - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/prep_c.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - OBJECT_FILE_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/arch__arm__core__cortex_m.pdb - TARGET_PDB = zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.pdb - -build zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread.c.obj: C_COMPILER__arch__arm__core__cortex_m_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/thread.c || cmake_object_order_depends_target_arch__arm__core__cortex_m - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - OBJECT_FILE_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/arch__arm__core__cortex_m.pdb - TARGET_PDB = zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.pdb - -build zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/cpu_idle.c.obj: C_COMPILER__arch__arm__core__cortex_m_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/cpu_idle.c || cmake_object_order_depends_target_arch__arm__core__cortex_m - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/cpu_idle.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - OBJECT_FILE_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/arch__arm__core__cortex_m.pdb - TARGET_PDB = zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.pdb - -build zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/exc_exit.c.obj: C_COMPILER__arch__arm__core__cortex_m_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/exc_exit.c || cmake_object_order_depends_target_arch__arm__core__cortex_m - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/exc_exit.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - OBJECT_FILE_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/arch__arm__core__cortex_m.pdb - TARGET_PDB = zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.pdb - -build zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread_abort.c.obj: C_COMPILER__arch__arm__core__cortex_m_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/thread_abort.c || cmake_object_order_depends_target_arch__arm__core__cortex_m - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread_abort.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - OBJECT_FILE_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/arch__arm__core__cortex_m.pdb - TARGET_PDB = zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.pdb - -build zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap_helper.S.obj: ASM_COMPILER__arch__arm__core__cortex_m_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/swap_helper.S || cmake_object_order_depends_target_arch__arm__core__cortex_m - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap_helper.S.obj.d - FLAGS = -Wshadow -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -xassembler-with-cpp -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -D_ASMLANGUAGE -Wno-unused-but-set-variable -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - OBJECT_FILE_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/arch__arm__core__cortex_m.pdb - TARGET_PDB = zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.pdb - -build zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_init.c.obj: C_COMPILER__arch__arm__core__cortex_m_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/irq_init.c || cmake_object_order_depends_target_arch__arm__core__cortex_m - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_init.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - OBJECT_FILE_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/arch__arm__core__cortex_m.pdb - TARGET_PDB = zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.pdb - -build zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/isr_wrapper.c.obj: C_COMPILER__arch__arm__core__cortex_m_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/isr_wrapper.c || cmake_object_order_depends_target_arch__arm__core__cortex_m - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/isr_wrapper.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - OBJECT_FILE_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/arch__arm__core__cortex_m.pdb - TARGET_PDB = zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.pdb - -build zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/__aeabi_read_tp.S.obj: ASM_COMPILER__arch__arm__core__cortex_m_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/__aeabi_read_tp.S || cmake_object_order_depends_target_arch__arm__core__cortex_m - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/__aeabi_read_tp.S.obj.d - FLAGS = -Wshadow -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -xassembler-with-cpp -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -D_ASMLANGUAGE -Wno-unused-but-set-variable -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - OBJECT_FILE_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/arch__arm__core__cortex_m.pdb - TARGET_PDB = zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target arch__arm__core__cortex_m - - -############################################# -# Link the static library zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a - -build zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a: C_STATIC_LIBRARY_LINKER__arch__arm__core__cortex_m_ zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault.c.obj zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault_s.S.obj zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fpu.c.obj zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/reset.S.obj zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/scb.c.obj zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/vector_table.S.obj zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/svc.S.obj zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_manage.c.obj zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/prep_c.c.obj zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread.c.obj zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/cpu_idle.c.obj zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/exc_exit.c.obj zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread_abort.c.obj zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap_helper.S.obj zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_init.c.obj zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/isr_wrapper.c.obj zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/__aeabi_read_tp.S.obj || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - OBJECT_DIR = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir - POST_BUILD = : - PRE_LINK = : - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/arch__arm__core__cortex_m.pdb - TARGET_FILE = zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a - TARGET_PDB = zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.pdb - - -############################################# -# Utility command for edit_cache - -build zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/arch/arch/arm/core/cortex_m/edit_cache: phony zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/arch/arch/arm/core/cortex_m/rebuild_cache: phony zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target arch__arm__core__mpu - - -############################################# -# Order-only phony target for arch__arm__core__mpu - -build cmake_object_order_depends_target_arch__arm__core__mpu: phony || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - -build zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_core_mpu.c.obj: C_COMPILER__arch__arm__core__mpu_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/mpu/arm_core_mpu.c || cmake_object_order_depends_target_arch__arm__core__mpu - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_core_mpu.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/mpu/cortex_m -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir - OBJECT_FILE_DIR = zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arch__arm__core__mpu.pdb - TARGET_PDB = zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.pdb - -build zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_mpu.c.obj: C_COMPILER__arch__arm__core__mpu_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/mpu/arm_mpu.c || cmake_object_order_depends_target_arch__arm__core__mpu - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_mpu.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/mpu/cortex_m -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir - OBJECT_FILE_DIR = zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arch__arm__core__mpu.pdb - TARGET_PDB = zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.pdb - -build zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_mpu_regions.c.obj: C_COMPILER__arch__arm__core__mpu_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/mpu/arm_mpu_regions.c || cmake_object_order_depends_target_arch__arm__core__mpu - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_mpu_regions.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/mpu/cortex_m -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir - OBJECT_FILE_DIR = zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arch__arm__core__mpu.pdb - TARGET_PDB = zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target arch__arm__core__mpu - - -############################################# -# Link the static library zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a - -build zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a: C_STATIC_LIBRARY_LINKER__arch__arm__core__mpu_ zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_core_mpu.c.obj zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_mpu.c.obj zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_mpu_regions.c.obj || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - OBJECT_DIR = zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir - POST_BUILD = : - PRE_LINK = : - TARGET_COMPILE_PDB = zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arch__arm__core__mpu.pdb - TARGET_FILE = zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a - TARGET_PDB = zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.pdb - - -############################################# -# Utility command for edit_cache - -build zephyr/arch/arch/arm/core/mpu/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/arch/arch/arm/core/mpu/edit_cache: phony zephyr/arch/arch/arm/core/mpu/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/arch/arch/arm/core/mpu/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/arch/arch/arm/core/mpu/rebuild_cache: phony zephyr/arch/arch/arm/core/mpu/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/lib/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/lib/edit_cache: phony zephyr/lib/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/lib/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/lib/rebuild_cache: phony zephyr/lib/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/lib/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/lib/libc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/lib/libc/edit_cache: phony zephyr/lib/libc/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/lib/libc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/lib/libc/rebuild_cache: phony zephyr/lib/libc/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target lib__libc__picolibc - - -############################################# -# Order-only phony target for lib__libc__picolibc - -build cmake_object_order_depends_target_lib__libc__picolibc: phony || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - -build zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/assert.c.obj: C_COMPILER__lib__libc__picolibc_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/assert.c || cmake_object_order_depends_target_lib__libc__picolibc - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/assert.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -fno-lto - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir - OBJECT_FILE_DIR = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir - TARGET_COMPILE_PDB = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/lib__libc__picolibc.pdb - TARGET_PDB = zephyr/lib/libc/picolibc/liblib__libc__picolibc.pdb - -build zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/cbprintf.c.obj: C_COMPILER__lib__libc__picolibc_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/cbprintf.c || cmake_object_order_depends_target_lib__libc__picolibc - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/cbprintf.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -fno-lto - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir - OBJECT_FILE_DIR = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir - TARGET_COMPILE_PDB = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/lib__libc__picolibc.pdb - TARGET_PDB = zephyr/lib/libc/picolibc/liblib__libc__picolibc.pdb - -build zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/chk_fail.c.obj: C_COMPILER__lib__libc__picolibc_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/chk_fail.c || cmake_object_order_depends_target_lib__libc__picolibc - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/chk_fail.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -fno-lto - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir - OBJECT_FILE_DIR = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir - TARGET_COMPILE_PDB = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/lib__libc__picolibc.pdb - TARGET_PDB = zephyr/lib/libc/picolibc/liblib__libc__picolibc.pdb - -build zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/errno_wrap.c.obj: C_COMPILER__lib__libc__picolibc_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/errno_wrap.c || cmake_object_order_depends_target_lib__libc__picolibc - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/errno_wrap.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -fno-lto - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir - OBJECT_FILE_DIR = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir - TARGET_COMPILE_PDB = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/lib__libc__picolibc.pdb - TARGET_PDB = zephyr/lib/libc/picolibc/liblib__libc__picolibc.pdb - -build zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/exit.c.obj: C_COMPILER__lib__libc__picolibc_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/exit.c || cmake_object_order_depends_target_lib__libc__picolibc - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/exit.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -fno-lto - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir - OBJECT_FILE_DIR = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir - TARGET_COMPILE_PDB = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/lib__libc__picolibc.pdb - TARGET_PDB = zephyr/lib/libc/picolibc/liblib__libc__picolibc.pdb - -build zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/locks.c.obj: C_COMPILER__lib__libc__picolibc_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/locks.c || cmake_object_order_depends_target_lib__libc__picolibc - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/locks.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -fno-lto - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir - OBJECT_FILE_DIR = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir - TARGET_COMPILE_PDB = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/lib__libc__picolibc.pdb - TARGET_PDB = zephyr/lib/libc/picolibc/liblib__libc__picolibc.pdb - -build zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/stdio.c.obj: C_COMPILER__lib__libc__picolibc_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/stdio.c || cmake_object_order_depends_target_lib__libc__picolibc - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/stdio.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -fno-lto - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir - OBJECT_FILE_DIR = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir - TARGET_COMPILE_PDB = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/lib__libc__picolibc.pdb - TARGET_PDB = zephyr/lib/libc/picolibc/liblib__libc__picolibc.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target lib__libc__picolibc - - -############################################# -# Link the static library zephyr/lib/libc/picolibc/liblib__libc__picolibc.a - -build zephyr/lib/libc/picolibc/liblib__libc__picolibc.a: C_STATIC_LIBRARY_LINKER__lib__libc__picolibc_ zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/assert.c.obj zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/cbprintf.c.obj zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/chk_fail.c.obj zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/errno_wrap.c.obj zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/exit.c.obj zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/locks.c.obj zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/stdio.c.obj || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - OBJECT_DIR = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir - POST_BUILD = : - PRE_LINK = : - TARGET_COMPILE_PDB = zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/lib__libc__picolibc.pdb - TARGET_FILE = zephyr/lib/libc/picolibc/liblib__libc__picolibc.a - TARGET_PDB = zephyr/lib/libc/picolibc/liblib__libc__picolibc.pdb - - -############################################# -# Utility command for edit_cache - -build zephyr/lib/libc/picolibc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/lib/libc/picolibc/edit_cache: phony zephyr/lib/libc/picolibc/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/lib/libc/picolibc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/lib/libc/picolibc/rebuild_cache: phony zephyr/lib/libc/picolibc/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target lib__libc__common - - -############################################# -# Order-only phony target for lib__libc__common - -build cmake_object_order_depends_target_lib__libc__common: phony || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - -build zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/abort.c.obj: C_COMPILER__lib__libc__common_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/source/stdlib/abort.c || cmake_object_order_depends_target_lib__libc__common - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/abort.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -fno-builtin-malloc - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir - OBJECT_FILE_DIR = zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib - TARGET_COMPILE_PDB = zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/lib__libc__common.pdb - TARGET_PDB = zephyr/lib/libc/common/liblib__libc__common.pdb - -build zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/time/time.c.obj: C_COMPILER__lib__libc__common_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/source/time/time.c || cmake_object_order_depends_target_lib__libc__common - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/time/time.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -fno-builtin-malloc - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir - OBJECT_FILE_DIR = zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/time - TARGET_COMPILE_PDB = zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/lib__libc__common.pdb - TARGET_PDB = zephyr/lib/libc/common/liblib__libc__common.pdb - -build zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/malloc.c.obj: C_COMPILER__lib__libc__common_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/source/stdlib/malloc.c || cmake_object_order_depends_target_lib__libc__common - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/malloc.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -fno-builtin-malloc - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir - OBJECT_FILE_DIR = zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib - TARGET_COMPILE_PDB = zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/lib__libc__common.pdb - TARGET_PDB = zephyr/lib/libc/common/liblib__libc__common.pdb - -build zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/errno/errno.c.obj: C_COMPILER__lib__libc__common_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/source/errno/errno.c || cmake_object_order_depends_target_lib__libc__common - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/errno/errno.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -fno-builtin-malloc - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir - OBJECT_FILE_DIR = zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/errno - TARGET_COMPILE_PDB = zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/lib__libc__common.pdb - TARGET_PDB = zephyr/lib/libc/common/liblib__libc__common.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target lib__libc__common - - -############################################# -# Link the static library zephyr/lib/libc/common/liblib__libc__common.a - -build zephyr/lib/libc/common/liblib__libc__common.a: C_STATIC_LIBRARY_LINKER__lib__libc__common_ zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/abort.c.obj zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/time/time.c.obj zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/malloc.c.obj zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/errno/errno.c.obj || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - OBJECT_DIR = zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir - POST_BUILD = : - PRE_LINK = : - TARGET_COMPILE_PDB = zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/lib__libc__common.pdb - TARGET_FILE = zephyr/lib/libc/common/liblib__libc__common.a - TARGET_PDB = zephyr/lib/libc/common/liblib__libc__common.pdb - - -############################################# -# Utility command for edit_cache - -build zephyr/lib/libc/common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/common && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/lib/libc/common/edit_cache: phony zephyr/lib/libc/common/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/lib/libc/common/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/common && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/lib/libc/common/rebuild_cache: phony zephyr/lib/libc/common/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/lib/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/lib/hash/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/hash && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/lib/hash/edit_cache: phony zephyr/lib/hash/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/lib/hash/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/hash && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/lib/hash/rebuild_cache: phony zephyr/lib/hash/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/lib/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for OBJECT_LIBRARY target heap_constants - - -############################################# -# Order-only phony target for heap_constants - -build cmake_object_order_depends_target_heap_constants: phony || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/syscall_list_h_target - -build zephyr/lib/heap/CMakeFiles/heap_constants.dir/heap_constants.c.obj: C_COMPILER__heap_constants_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/lib/heap/heap_constants.c || cmake_object_order_depends_target_heap_constants - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/lib/heap/CMakeFiles/heap_constants.dir/heap_constants.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -fno-lto - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/lib/heap/CMakeFiles/heap_constants.dir - OBJECT_FILE_DIR = zephyr/lib/heap/CMakeFiles/heap_constants.dir - TARGET_COMPILE_PDB = zephyr/lib/heap/CMakeFiles/heap_constants.dir/ - TARGET_PDB = "" - - - -############################################# -# Object library heap_constants - -build zephyr/lib/heap/heap_constants: phony zephyr/lib/heap/CMakeFiles/heap_constants.dir/heap_constants.c.obj - - -############################################# -# Utility command for heap_constants_h - -build zephyr/lib/heap/heap_constants_h: phony zephyr/lib/heap/CMakeFiles/heap_constants_h zephyr/include/generated/zephyr/heap_constants.h zephyr/lib/heap/heap_constants - - -############################################# -# Utility command for edit_cache - -build zephyr/lib/heap/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/heap && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/lib/heap/edit_cache: phony zephyr/lib/heap/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/lib/heap/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/heap && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/lib/heap/rebuild_cache: phony zephyr/lib/heap/CMakeFiles/rebuild_cache.util - - -############################################# -# Phony custom command for zephyr/lib/heap/CMakeFiles/heap_constants_h - -build zephyr/lib/heap/CMakeFiles/heap_constants_h | ${cmake_ninja_workdir}zephyr/lib/heap/CMakeFiles/heap_constants_h: phony zephyr/include/generated/zephyr/heap_constants.h || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants zephyr/syscall_list_h_target - - -############################################# -# Custom command for zephyr/include/generated/zephyr/heap_constants.h - -build zephyr/include/generated/zephyr/heap_constants.h | ${cmake_ninja_workdir}zephyr/include/generated/zephyr/heap_constants.h: CUSTOM_COMMAND zephyr/lib/heap/CMakeFiles/heap_constants.dir/heap_constants.c.obj || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants zephyr/syscall_list_h_target - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/heap && /nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/build/gen_offset_header.py -i /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/heap/CMakeFiles/heap_constants.dir/./heap_constants.c.obj -o /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/heap_constants.h - DESC = Generating ../../include/generated/zephyr/heap_constants.h - restat = 1 - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/lib/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/lib/mem_blocks/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/mem_blocks && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/lib/mem_blocks/edit_cache: phony zephyr/lib/mem_blocks/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/lib/mem_blocks/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/mem_blocks && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/lib/mem_blocks/rebuild_cache: phony zephyr/lib/mem_blocks/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/lib/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/lib/midi2/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/midi2 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/lib/midi2/edit_cache: phony zephyr/lib/midi2/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/lib/midi2/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/midi2 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/lib/midi2/rebuild_cache: phony zephyr/lib/midi2/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/lib/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/lib/os/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/os && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/lib/os/edit_cache: phony zephyr/lib/os/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/lib/os/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/os && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/lib/os/rebuild_cache: phony zephyr/lib/os/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/lib/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/lib/utils/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/utils && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/lib/utils/edit_cache: phony zephyr/lib/utils/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/lib/utils/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/utils && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/lib/utils/rebuild_cache: phony zephyr/lib/utils/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/lib/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/lib/uuid/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/uuid && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/lib/uuid/edit_cache: phony zephyr/lib/uuid/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/lib/uuid/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/uuid && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/lib/uuid/rebuild_cache: phony zephyr/lib/uuid/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/soc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/soc/edit_cache: phony zephyr/soc/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/soc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/soc/rebuild_cache: phony zephyr/soc/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/soc/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/soc/common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/common && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/soc/common/edit_cache: phony zephyr/soc/common/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/soc/common/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/common && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/soc/common/rebuild_cache: phony zephyr/soc/common/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/soc/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/soc/soc/stm32g431xx/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/soc/soc/stm32g431xx/edit_cache: phony zephyr/soc/soc/stm32g431xx/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/soc/soc/stm32g431xx/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/soc/soc/stm32g431xx/rebuild_cache: phony zephyr/soc/soc/stm32g431xx/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/soc/soc/stm32g431xx/common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/common && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/soc/soc/stm32g431xx/common/edit_cache: phony zephyr/soc/soc/stm32g431xx/common/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/soc/soc/stm32g431xx/common/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/common && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/soc/soc/stm32g431xx/common/rebuild_cache: phony zephyr/soc/soc/stm32g431xx/common/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/soc/soc/stm32g431xx/stm32g4x/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/stm32g4x && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/soc/soc/stm32g431xx/stm32g4x/edit_cache: phony zephyr/soc/soc/stm32g431xx/stm32g4x/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/soc/soc/stm32g431xx/stm32g4x/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/stm32g4x && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/soc/soc/stm32g431xx/stm32g4x/rebuild_cache: phony zephyr/soc/soc/stm32g431xx/stm32g4x/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/boards/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/boards && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/boards/edit_cache: phony zephyr/boards/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/boards/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/boards && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/boards/rebuild_cache: phony zephyr/boards/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/boards/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/boards/shields/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/boards/shields && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/boards/shields/edit_cache: phony zephyr/boards/shields/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/boards/shields/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/boards/shields && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/boards/shields/rebuild_cache: phony zephyr/boards/shields/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/edit_cache: phony zephyr/subsys/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/rebuild_cache: phony zephyr/subsys/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/canbus/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/canbus && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/canbus/edit_cache: phony zephyr/subsys/canbus/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/canbus/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/canbus && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/canbus/rebuild_cache: phony zephyr/subsys/canbus/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/debug/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/debug && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/debug/edit_cache: phony zephyr/subsys/debug/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/debug/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/debug && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/debug/rebuild_cache: phony zephyr/subsys/debug/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/fs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/fs && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/fs/edit_cache: phony zephyr/subsys/fs/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/fs/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/fs && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/fs/rebuild_cache: phony zephyr/subsys/fs/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/gnss/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/gnss && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/gnss/edit_cache: phony zephyr/subsys/gnss/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/gnss/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/gnss && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/gnss/rebuild_cache: phony zephyr/subsys/gnss/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/instrumentation/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/instrumentation && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/instrumentation/edit_cache: phony zephyr/subsys/instrumentation/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/instrumentation/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/instrumentation && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/instrumentation/rebuild_cache: phony zephyr/subsys/instrumentation/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/ipc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/ipc && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/ipc/edit_cache: phony zephyr/subsys/ipc/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/ipc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/ipc && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/ipc/rebuild_cache: phony zephyr/subsys/ipc/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/kvss/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/kvss && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/kvss/edit_cache: phony zephyr/subsys/kvss/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/kvss/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/kvss && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/kvss/rebuild_cache: phony zephyr/subsys/kvss/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/logging/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/logging && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/logging/edit_cache: phony zephyr/subsys/logging/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/logging/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/logging && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/logging/rebuild_cache: phony zephyr/subsys/logging/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/mem_mgmt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/mem_mgmt && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/mem_mgmt/edit_cache: phony zephyr/subsys/mem_mgmt/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/mem_mgmt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/mem_mgmt && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/mem_mgmt/rebuild_cache: phony zephyr/subsys/mem_mgmt/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/mgmt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/mgmt && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/mgmt/edit_cache: phony zephyr/subsys/mgmt/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/mgmt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/mgmt && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/mgmt/rebuild_cache: phony zephyr/subsys/mgmt/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/pm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pm && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/pm/edit_cache: phony zephyr/subsys/pm/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/pm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pm && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/pm/rebuild_cache: phony zephyr/subsys/pm/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/pm/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/pm/policy/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pm/policy && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/pm/policy/edit_cache: phony zephyr/subsys/pm/policy/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/pm/policy/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pm/policy && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/pm/policy/rebuild_cache: phony zephyr/subsys/pm/policy/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/pmci/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pmci && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/pmci/edit_cache: phony zephyr/subsys/pmci/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/pmci/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pmci && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/pmci/rebuild_cache: phony zephyr/subsys/pmci/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/portability/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/portability/edit_cache: phony zephyr/subsys/portability/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/portability/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/portability/rebuild_cache: phony zephyr/subsys/portability/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/portability/posix/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/portability/posix/edit_cache: phony zephyr/subsys/portability/posix/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/portability/posix/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/portability/posix/rebuild_cache: phony zephyr/subsys/portability/posix/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/portability/posix/c_lang_support_r/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lang_support_r && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/portability/posix/c_lang_support_r/edit_cache: phony zephyr/subsys/portability/posix/c_lang_support_r/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/portability/posix/c_lang_support_r/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lang_support_r && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/portability/posix/c_lang_support_r/rebuild_cache: phony zephyr/subsys/portability/posix/c_lang_support_r/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target subsys__portability__posix__c_lib_ext - - -############################################# -# Order-only phony target for subsys__portability__posix__c_lib_ext - -build cmake_object_order_depends_target_subsys__portability__posix__c_lib_ext: phony || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - -build zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/fnmatch.c.obj: C_COMPILER__subsys__portability__posix__c_lib_ext_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/fnmatch.c || cmake_object_order_depends_target_subsys__portability__posix__c_lib_ext - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/fnmatch.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir - OBJECT_FILE_DIR = zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir - TARGET_COMPILE_PDB = zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/subsys__portability__posix__c_lib_ext.pdb - TARGET_PDB = zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.pdb - -build zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/getentropy.c.obj: C_COMPILER__subsys__portability__posix__c_lib_ext_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getentropy.c || cmake_object_order_depends_target_subsys__portability__posix__c_lib_ext - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/getentropy.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir - OBJECT_FILE_DIR = zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir - TARGET_COMPILE_PDB = zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/subsys__portability__posix__c_lib_ext.pdb - TARGET_PDB = zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.pdb - -build zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/getopt_shim.c.obj: C_COMPILER__subsys__portability__posix__c_lib_ext_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt_shim.c || cmake_object_order_depends_target_subsys__portability__posix__c_lib_ext - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/getopt_shim.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir - OBJECT_FILE_DIR = zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir - TARGET_COMPILE_PDB = zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/subsys__portability__posix__c_lib_ext.pdb - TARGET_PDB = zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target subsys__portability__posix__c_lib_ext - - -############################################# -# Link the static library zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a - -build zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a: C_STATIC_LIBRARY_LINKER__subsys__portability__posix__c_lib_ext_ zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/fnmatch.c.obj zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/getentropy.c.obj zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/getopt_shim.c.obj || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - OBJECT_DIR = zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir - POST_BUILD = : - PRE_LINK = : - TARGET_COMPILE_PDB = zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/subsys__portability__posix__c_lib_ext.pdb - TARGET_FILE = zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a - TARGET_PDB = zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.pdb - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/portability/posix/c_lib_ext/edit_cache: phony zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/portability/posix/c_lib_ext/rebuild_cache: phony zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/random/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/random && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/random/edit_cache: phony zephyr/subsys/random/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/random/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/random && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/random/rebuild_cache: phony zephyr/subsys/random/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/sd/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/sd && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/sd/edit_cache: phony zephyr/subsys/sd/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/sd/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/sd && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/sd/rebuild_cache: phony zephyr/subsys/sd/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/stats/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/stats && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/stats/edit_cache: phony zephyr/subsys/stats/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/stats/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/stats && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/stats/rebuild_cache: phony zephyr/subsys/stats/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/storage/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/storage && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/storage/edit_cache: phony zephyr/subsys/storage/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/storage/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/storage && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/storage/rebuild_cache: phony zephyr/subsys/storage/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/storage/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/storage/flash_map/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/storage/flash_map && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/storage/flash_map/edit_cache: phony zephyr/subsys/storage/flash_map/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/storage/flash_map/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/storage/flash_map && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/storage/flash_map/rebuild_cache: phony zephyr/subsys/storage/flash_map/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/testsuite/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/testsuite && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/testsuite/edit_cache: phony zephyr/subsys/testsuite/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/testsuite/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/testsuite && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/testsuite/rebuild_cache: phony zephyr/subsys/testsuite/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/tracing/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/tracing && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/tracing/edit_cache: phony zephyr/subsys/tracing/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/tracing/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/tracing && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/tracing/rebuild_cache: phony zephyr/subsys/tracing/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/usb/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/usb && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/usb/edit_cache: phony zephyr/subsys/usb/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/usb/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/usb && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/usb/rebuild_cache: phony zephyr/subsys/usb/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/subsys/usb/common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/usb/common && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/subsys/usb/common/edit_cache: phony zephyr/subsys/usb/common/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/subsys/usb/common/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/usb/common && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/subsys/usb/common/rebuild_cache: phony zephyr/subsys/usb/common/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/drivers/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/drivers/edit_cache: phony zephyr/drivers/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/drivers/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/drivers/rebuild_cache: phony zephyr/drivers/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/drivers/firmware/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/firmware && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/drivers/firmware/edit_cache: phony zephyr/drivers/firmware/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/drivers/firmware/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/firmware && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/drivers/firmware/rebuild_cache: phony zephyr/drivers/firmware/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target drivers__interrupt_controller - - -############################################# -# Order-only phony target for drivers__interrupt_controller - -build cmake_object_order_depends_target_drivers__interrupt_controller: phony || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - -build zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/intc_exti_stm32.c.obj: C_COMPILER__drivers__interrupt_controller_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/intc_exti_stm32.c || cmake_object_order_depends_target_drivers__interrupt_controller - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/intc_exti_stm32.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir - OBJECT_FILE_DIR = zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir - TARGET_COMPILE_PDB = zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/drivers__interrupt_controller.pdb - TARGET_PDB = zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.pdb - -build zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/intc_gpio_stm32.c.obj: C_COMPILER__drivers__interrupt_controller_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/intc_gpio_stm32.c || cmake_object_order_depends_target_drivers__interrupt_controller - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/intc_gpio_stm32.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir - OBJECT_FILE_DIR = zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir - TARGET_COMPILE_PDB = zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/drivers__interrupt_controller.pdb - TARGET_PDB = zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target drivers__interrupt_controller - - -############################################# -# Link the static library zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a - -build zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a: C_STATIC_LIBRARY_LINKER__drivers__interrupt_controller_ zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/intc_exti_stm32.c.obj zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/intc_gpio_stm32.c.obj || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - OBJECT_DIR = zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir - POST_BUILD = : - PRE_LINK = : - TARGET_COMPILE_PDB = zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/drivers__interrupt_controller.pdb - TARGET_FILE = zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a - TARGET_PDB = zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.pdb - - -############################################# -# Utility command for edit_cache - -build zephyr/drivers/interrupt_controller/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/interrupt_controller && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/drivers/interrupt_controller/edit_cache: phony zephyr/drivers/interrupt_controller/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/drivers/interrupt_controller/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/interrupt_controller && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/drivers/interrupt_controller/rebuild_cache: phony zephyr/drivers/interrupt_controller/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/drivers/misc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/misc && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/drivers/misc/edit_cache: phony zephyr/drivers/misc/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/drivers/misc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/misc && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/drivers/misc/rebuild_cache: phony zephyr/drivers/misc/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/drivers/misc/interconn/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/misc/interconn && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/drivers/misc/interconn/edit_cache: phony zephyr/drivers/misc/interconn/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/drivers/misc/interconn/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/misc/interconn && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/drivers/misc/interconn/rebuild_cache: phony zephyr/drivers/misc/interconn/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/drivers/pcie/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/pcie && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/drivers/pcie/edit_cache: phony zephyr/drivers/pcie/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/drivers/pcie/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/pcie && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/drivers/pcie/rebuild_cache: phony zephyr/drivers/pcie/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/drivers/usb/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/drivers/usb/edit_cache: phony zephyr/drivers/usb/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/drivers/usb/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/drivers/usb/rebuild_cache: phony zephyr/drivers/usb/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/drivers/usb/common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/drivers/usb/common/edit_cache: phony zephyr/drivers/usb/common/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/drivers/usb/common/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/drivers/usb/common/rebuild_cache: phony zephyr/drivers/usb/common/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/common/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/drivers/usb/common/buf/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/buf && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/drivers/usb/common/buf/edit_cache: phony zephyr/drivers/usb/common/buf/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/drivers/usb/common/buf/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/buf && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/drivers/usb/common/buf/rebuild_cache: phony zephyr/drivers/usb/common/buf/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/common/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/drivers/usb/common/stm32/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/stm32 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/drivers/usb/common/stm32/edit_cache: phony zephyr/drivers/usb/common/stm32/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/drivers/usb/common/stm32/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/stm32 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/drivers/usb/common/stm32/rebuild_cache: phony zephyr/drivers/usb/common/stm32/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/drivers/usb_c/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb_c && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/drivers/usb_c/edit_cache: phony zephyr/drivers/usb_c/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/drivers/usb_c/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb_c && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/drivers/usb_c/rebuild_cache: phony zephyr/drivers/usb_c/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target drivers__clock_control - - -############################################# -# Order-only phony target for drivers__clock_control - -build cmake_object_order_depends_target_drivers__clock_control: phony || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - -build zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32_ll_common.c.obj: C_COMPILER__drivers__clock_control_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/clock_stm32_ll_common.c || cmake_object_order_depends_target_drivers__clock_control - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32_ll_common.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir - OBJECT_FILE_DIR = zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir - TARGET_COMPILE_PDB = zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/drivers__clock_control.pdb - TARGET_PDB = zephyr/drivers/clock_control/libdrivers__clock_control.pdb - -build zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32g4.c.obj: C_COMPILER__drivers__clock_control_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/clock_stm32g4.c || cmake_object_order_depends_target_drivers__clock_control - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32g4.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir - OBJECT_FILE_DIR = zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir - TARGET_COMPILE_PDB = zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/drivers__clock_control.pdb - TARGET_PDB = zephyr/drivers/clock_control/libdrivers__clock_control.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target drivers__clock_control - - -############################################# -# Link the static library zephyr/drivers/clock_control/libdrivers__clock_control.a - -build zephyr/drivers/clock_control/libdrivers__clock_control.a: C_STATIC_LIBRARY_LINKER__drivers__clock_control_ zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32_ll_common.c.obj zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32g4.c.obj || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - OBJECT_DIR = zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir - POST_BUILD = : - PRE_LINK = : - TARGET_COMPILE_PDB = zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/drivers__clock_control.pdb - TARGET_FILE = zephyr/drivers/clock_control/libdrivers__clock_control.a - TARGET_PDB = zephyr/drivers/clock_control/libdrivers__clock_control.pdb - - -############################################# -# Utility command for edit_cache - -build zephyr/drivers/clock_control/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/clock_control && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/drivers/clock_control/edit_cache: phony zephyr/drivers/clock_control/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/drivers/clock_control/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/clock_control && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/drivers/clock_control/rebuild_cache: phony zephyr/drivers/clock_control/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target drivers__flash - - -############################################# -# Order-only phony target for drivers__flash - -build cmake_object_order_depends_target_drivers__flash: phony || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - -build zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_page_layout.c.obj: C_COMPILER__drivers__flash_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/flash_page_layout.c || cmake_object_order_depends_target_drivers__flash - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_page_layout.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/drivers/flash/CMakeFiles/drivers__flash.dir - OBJECT_FILE_DIR = zephyr/drivers/flash/CMakeFiles/drivers__flash.dir - TARGET_COMPILE_PDB = zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/drivers__flash.pdb - TARGET_PDB = zephyr/drivers/flash/libdrivers__flash.pdb - -build zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_stm32.c.obj: C_COMPILER__drivers__flash_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/flash_stm32.c || cmake_object_order_depends_target_drivers__flash - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_stm32.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/drivers/flash/CMakeFiles/drivers__flash.dir - OBJECT_FILE_DIR = zephyr/drivers/flash/CMakeFiles/drivers__flash.dir - TARGET_COMPILE_PDB = zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/drivers__flash.pdb - TARGET_PDB = zephyr/drivers/flash/libdrivers__flash.pdb - -build zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_stm32g4x.c.obj: C_COMPILER__drivers__flash_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/flash_stm32g4x.c || cmake_object_order_depends_target_drivers__flash - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_stm32g4x.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/drivers/flash/CMakeFiles/drivers__flash.dir - OBJECT_FILE_DIR = zephyr/drivers/flash/CMakeFiles/drivers__flash.dir - TARGET_COMPILE_PDB = zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/drivers__flash.pdb - TARGET_PDB = zephyr/drivers/flash/libdrivers__flash.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target drivers__flash - - -############################################# -# Link the static library zephyr/drivers/flash/libdrivers__flash.a - -build zephyr/drivers/flash/libdrivers__flash.a: C_STATIC_LIBRARY_LINKER__drivers__flash_ zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_page_layout.c.obj zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_stm32.c.obj zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_stm32g4x.c.obj || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - OBJECT_DIR = zephyr/drivers/flash/CMakeFiles/drivers__flash.dir - POST_BUILD = : - PRE_LINK = : - TARGET_COMPILE_PDB = zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/drivers__flash.pdb - TARGET_FILE = zephyr/drivers/flash/libdrivers__flash.a - TARGET_PDB = zephyr/drivers/flash/libdrivers__flash.pdb - - -############################################# -# Utility command for edit_cache - -build zephyr/drivers/flash/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/flash && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/drivers/flash/edit_cache: phony zephyr/drivers/flash/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/drivers/flash/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/flash && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/drivers/flash/rebuild_cache: phony zephyr/drivers/flash/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target drivers__timer - - -############################################# -# Order-only phony target for drivers__timer - -build cmake_object_order_depends_target_drivers__timer: phony || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - -build zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj: C_COMPILER__drivers__timer_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/sys_clock_init.c || cmake_object_order_depends_target_drivers__timer - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/drivers/timer/CMakeFiles/drivers__timer.dir - OBJECT_FILE_DIR = zephyr/drivers/timer/CMakeFiles/drivers__timer.dir - TARGET_COMPILE_PDB = zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/drivers__timer.pdb - TARGET_PDB = zephyr/drivers/timer/libdrivers__timer.pdb - -build zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/cortex_m_systick.c.obj: C_COMPILER__drivers__timer_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/cortex_m_systick.c || cmake_object_order_depends_target_drivers__timer - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/cortex_m_systick.c.obj.d - FLAGS = -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/drivers/timer/CMakeFiles/drivers__timer.dir - OBJECT_FILE_DIR = zephyr/drivers/timer/CMakeFiles/drivers__timer.dir - TARGET_COMPILE_PDB = zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/drivers__timer.pdb - TARGET_PDB = zephyr/drivers/timer/libdrivers__timer.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target drivers__timer - - -############################################# -# Link the static library zephyr/drivers/timer/libdrivers__timer.a - -build zephyr/drivers/timer/libdrivers__timer.a: C_STATIC_LIBRARY_LINKER__drivers__timer_ zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/cortex_m_systick.c.obj || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - OBJECT_DIR = zephyr/drivers/timer/CMakeFiles/drivers__timer.dir - POST_BUILD = : - PRE_LINK = : - TARGET_COMPILE_PDB = zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/drivers__timer.pdb - TARGET_FILE = zephyr/drivers/timer/libdrivers__timer.a - TARGET_PDB = zephyr/drivers/timer/libdrivers__timer.pdb - - -############################################# -# Utility command for edit_cache - -build zephyr/drivers/timer/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/timer && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/drivers/timer/edit_cache: phony zephyr/drivers/timer/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/drivers/timer/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/timer && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/drivers/timer/rebuild_cache: phony zephyr/drivers/timer/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/acpica/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/acpica && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/acpica/edit_cache: phony modules/acpica/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/acpica/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/acpica && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/acpica/rebuild_cache: phony modules/acpica/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/cmsis/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/cmsis/edit_cache: phony modules/cmsis/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/cmsis/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/cmsis/rebuild_cache: phony modules/cmsis/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/cmsis-dsp/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis-dsp && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/cmsis-dsp/edit_cache: phony modules/cmsis-dsp/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/cmsis-dsp/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis-dsp && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/cmsis-dsp/rebuild_cache: phony modules/cmsis-dsp/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/cmsis-nn/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis-nn && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/cmsis-nn/edit_cache: phony modules/cmsis-nn/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/cmsis-nn/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis-nn && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/cmsis-nn/rebuild_cache: phony modules/cmsis-nn/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/cmsis_6/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis_6 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/cmsis_6/edit_cache: phony modules/cmsis_6/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/cmsis_6/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis_6 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/cmsis_6/rebuild_cache: phony modules/cmsis_6/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/dhara/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/dhara && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/dhara/edit_cache: phony modules/dhara/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/dhara/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/dhara && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/dhara/rebuild_cache: phony modules/dhara/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/fatfs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/fatfs && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/fatfs/edit_cache: phony modules/fatfs/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/fatfs/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/fatfs && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/fatfs/rebuild_cache: phony modules/fatfs/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/adi/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/adi && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/adi/edit_cache: phony modules/adi/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/adi/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/adi && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/adi/rebuild_cache: phony modules/adi/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hal_afbr/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_afbr && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_afbr/edit_cache: phony modules/hal_afbr/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_afbr/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_afbr && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_afbr/rebuild_cache: phony modules/hal_afbr/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hal_ambiq/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_ambiq && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_ambiq/edit_cache: phony modules/hal_ambiq/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_ambiq/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_ambiq && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_ambiq/rebuild_cache: phony modules/hal_ambiq/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/atmel/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/atmel/edit_cache: phony modules/atmel/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/atmel/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/atmel/rebuild_cache: phony modules/atmel/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/modules/hal/atmel/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/atmel/asf/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/atmel/asf/edit_cache: phony modules/atmel/asf/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/atmel/asf/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/atmel/asf/rebuild_cache: phony modules/atmel/asf/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/modules/hal/atmel/asf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/atmel/asf/common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/atmel/asf/common/edit_cache: phony modules/atmel/asf/common/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/atmel/asf/common/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/atmel/asf/common/rebuild_cache: phony modules/atmel/asf/common/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/modules/hal/atmel/asf/common/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/atmel/asf/common/components/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common/components && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/atmel/asf/common/components/edit_cache: phony modules/atmel/asf/common/components/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/atmel/asf/common/components/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common/components && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/atmel/asf/common/components/rebuild_cache: phony modules/atmel/asf/common/components/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/modules/hal/atmel/asf/common/components/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/atmel/asf/common/components/wifi/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common/components/wifi && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/atmel/asf/common/components/wifi/edit_cache: phony modules/atmel/asf/common/components/wifi/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/atmel/asf/common/components/wifi/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common/components/wifi && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/atmel/asf/common/components/wifi/rebuild_cache: phony modules/atmel/asf/common/components/wifi/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hal_bouffalolab/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_bouffalolab && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_bouffalolab/edit_cache: phony modules/hal_bouffalolab/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_bouffalolab/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_bouffalolab && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_bouffalolab/rebuild_cache: phony modules/hal_bouffalolab/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hal_espressif/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_espressif && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_espressif/edit_cache: phony modules/hal_espressif/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_espressif/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_espressif && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_espressif/rebuild_cache: phony modules/hal_espressif/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hal_ethos_u/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_ethos_u && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_ethos_u/edit_cache: phony modules/hal_ethos_u/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_ethos_u/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_ethos_u && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_ethos_u/rebuild_cache: phony modules/hal_ethos_u/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hal_gigadevice/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_gigadevice && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_gigadevice/edit_cache: phony modules/hal_gigadevice/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_gigadevice/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_gigadevice && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_gigadevice/rebuild_cache: phony modules/hal_gigadevice/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hal_infineon/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_infineon && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_infineon/edit_cache: phony modules/hal_infineon/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_infineon/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_infineon && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_infineon/rebuild_cache: phony modules/hal_infineon/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hal_intel/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_intel && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_intel/edit_cache: phony modules/hal_intel/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_intel/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_intel && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_intel/rebuild_cache: phony modules/hal_intel/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/microchip/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/microchip && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/microchip/edit_cache: phony modules/microchip/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/microchip/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/microchip && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/microchip/rebuild_cache: phony modules/microchip/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hal_nordic/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nordic && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_nordic/edit_cache: phony modules/hal_nordic/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_nordic/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nordic && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_nordic/rebuild_cache: phony modules/hal_nordic/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/nuvoton/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nuvoton && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/nuvoton/edit_cache: phony modules/nuvoton/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/nuvoton/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nuvoton && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/nuvoton/rebuild_cache: phony modules/nuvoton/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hal_nxp/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nxp && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_nxp/edit_cache: phony modules/hal_nxp/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_nxp/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nxp && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_nxp/rebuild_cache: phony modules/hal_nxp/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nxp/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hal_nxp/hal_nxp/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nxp/hal_nxp && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_nxp/hal_nxp/edit_cache: phony modules/hal_nxp/hal_nxp/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_nxp/hal_nxp/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nxp/hal_nxp && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_nxp/hal_nxp/rebuild_cache: phony modules/hal_nxp/hal_nxp/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/openisa/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/openisa && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/openisa/edit_cache: phony modules/openisa/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/openisa/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/openisa && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/openisa/rebuild_cache: phony modules/openisa/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/quicklogic/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/quicklogic && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/quicklogic/edit_cache: phony modules/quicklogic/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/quicklogic/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/quicklogic && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/quicklogic/rebuild_cache: phony modules/quicklogic/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hal_realtek/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_realtek && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_realtek/edit_cache: phony modules/hal_realtek/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_realtek/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_realtek && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_realtek/rebuild_cache: phony modules/hal_realtek/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_realtek/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hal_realtek/hal_realtek/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_realtek/hal_realtek && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_realtek/hal_realtek/edit_cache: phony modules/hal_realtek/hal_realtek/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_realtek/hal_realtek/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_realtek/hal_realtek && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_realtek/hal_realtek/rebuild_cache: phony modules/hal_realtek/hal_realtek/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hal_renesas/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_renesas/edit_cache: phony modules/hal_renesas/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_renesas/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_renesas/rebuild_cache: phony modules/hal_renesas/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/modules/hal/renesas/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hal_renesas/zephyr/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas/zephyr && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_renesas/zephyr/edit_cache: phony modules/hal_renesas/zephyr/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_renesas/zephyr/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas/zephyr && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_renesas/zephyr/rebuild_cache: phony modules/hal_renesas/zephyr/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/modules/hal/renesas/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hal_renesas/drivers/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas/drivers && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_renesas/drivers/edit_cache: phony modules/hal_renesas/drivers/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_renesas/drivers/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas/drivers && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_renesas/drivers/rebuild_cache: phony modules/hal_renesas/drivers/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hal_rpi_pico/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_rpi_pico && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_rpi_pico/edit_cache: phony modules/hal_rpi_pico/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_rpi_pico/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_rpi_pico && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_rpi_pico/rebuild_cache: phony modules/hal_rpi_pico/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hal_sifli/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_sifli && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_sifli/edit_cache: phony modules/hal_sifli/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_sifli/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_sifli && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_sifli/rebuild_cache: phony modules/hal_sifli/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hal_silabs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_silabs && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_silabs/edit_cache: phony modules/hal_silabs/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_silabs/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_silabs && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_silabs/rebuild_cache: phony modules/hal_silabs/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hal_st/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_st && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_st/edit_cache: phony modules/hal_st/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_st/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_st && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_st/rebuild_cache: phony modules/hal_st/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hal_stm32/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_stm32/edit_cache: phony modules/hal_stm32/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_stm32/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_stm32/rebuild_cache: phony modules/hal_stm32/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target ..__modules__hal__stm32__stm32cube - - -############################################# -# Order-only phony target for ..__modules__hal__stm32__stm32cube - -build cmake_object_order_depends_target_..__modules__hal__stm32__stm32cube: phony || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - -build modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/soc/system_stm32g4xx.c.obj: C_COMPILER__.2e.2e__modules__hal__stm32__stm32cube_unscanned_ /home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc/system_stm32g4xx.c || cmake_object_order_depends_target_..__modules__hal__stm32__stm32cube - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/soc/system_stm32g4xx.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir - OBJECT_FILE_DIR = modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/soc - TARGET_COMPILE_PDB = modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/..__modules__hal__stm32__stm32cube.pdb - TARGET_PDB = modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.pdb - -build modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/drivers/src/stm32g4xx_hal.c.obj: C_COMPILER__.2e.2e__modules__hal__stm32__stm32cube_unscanned_ /home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/src/stm32g4xx_hal.c || cmake_object_order_depends_target_..__modules__hal__stm32__stm32cube - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/drivers/src/stm32g4xx_hal.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir - OBJECT_FILE_DIR = modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/drivers/src - TARGET_COMPILE_PDB = modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/..__modules__hal__stm32__stm32cube.pdb - TARGET_PDB = modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.pdb - -build modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/drivers/src/stm32g4xx_hal_rcc.c.obj: C_COMPILER__.2e.2e__modules__hal__stm32__stm32cube_unscanned_ /home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/src/stm32g4xx_hal_rcc.c || cmake_object_order_depends_target_..__modules__hal__stm32__stm32cube - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/drivers/src/stm32g4xx_hal_rcc.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir - OBJECT_FILE_DIR = modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/drivers/src - TARGET_COMPILE_PDB = modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/..__modules__hal__stm32__stm32cube.pdb - TARGET_PDB = modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.pdb - -build modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/drivers/src/stm32g4xx_hal_rcc_ex.c.obj: C_COMPILER__.2e.2e__modules__hal__stm32__stm32cube_unscanned_ /home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/src/stm32g4xx_hal_rcc_ex.c || cmake_object_order_depends_target_..__modules__hal__stm32__stm32cube - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/drivers/src/stm32g4xx_hal_rcc_ex.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir - OBJECT_FILE_DIR = modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/drivers/src - TARGET_COMPILE_PDB = modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/..__modules__hal__stm32__stm32cube.pdb - TARGET_PDB = modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.pdb - -build modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/drivers/src/stm32g4xx_ll_utils.c.obj: C_COMPILER__.2e.2e__modules__hal__stm32__stm32cube_unscanned_ /home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/src/stm32g4xx_ll_utils.c || cmake_object_order_depends_target_..__modules__hal__stm32__stm32cube - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/drivers/src/stm32g4xx_ll_utils.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir - OBJECT_FILE_DIR = modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/drivers/src - TARGET_COMPILE_PDB = modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/..__modules__hal__stm32__stm32cube.pdb - TARGET_PDB = modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target ..__modules__hal__stm32__stm32cube - - -############################################# -# Link the static library modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a - -build modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a: C_STATIC_LIBRARY_LINKER__.2e.2e__modules__hal__stm32__stm32cube_ modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/soc/system_stm32g4xx.c.obj modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/drivers/src/stm32g4xx_hal.c.obj modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/drivers/src/stm32g4xx_hal_rcc.c.obj modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/drivers/src/stm32g4xx_hal_rcc_ex.c.obj modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/drivers/src/stm32g4xx_ll_utils.c.obj || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - OBJECT_DIR = modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir - POST_BUILD = : - PRE_LINK = : - TARGET_COMPILE_PDB = modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/..__modules__hal__stm32__stm32cube.pdb - TARGET_FILE = modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a - TARGET_PDB = modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.pdb - - -############################################# -# Utility command for edit_cache - -build modules/hal_stm32/stm32cube/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_stm32/stm32cube/edit_cache: phony modules/hal_stm32/stm32cube/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_stm32/stm32cube/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_stm32/stm32cube/rebuild_cache: phony modules/hal_stm32/stm32cube/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hal_stm32/stm32cube/stm32g4xx/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/stm32g4xx && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_stm32/stm32cube/stm32g4xx/edit_cache: phony modules/hal_stm32/stm32cube/stm32g4xx/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_stm32/stm32cube/stm32g4xx/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/stm32g4xx && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_stm32/stm32cube/stm32g4xx/rebuild_cache: phony modules/hal_stm32/stm32cube/stm32g4xx/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hal_tdk/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_tdk && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_tdk/edit_cache: phony modules/hal_tdk/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_tdk/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_tdk && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_tdk/rebuild_cache: phony modules/hal_tdk/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hal_telink/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_telink && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_telink/edit_cache: phony modules/hal_telink/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_telink/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_telink && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_telink/rebuild_cache: phony modules/hal_telink/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/ti/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/ti/edit_cache: phony modules/ti/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/ti/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/ti/rebuild_cache: phony modules/ti/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/modules/hal/ti/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/ti/simplelink/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/ti/simplelink/edit_cache: phony modules/ti/simplelink/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/ti/simplelink/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/ti/simplelink/rebuild_cache: phony modules/ti/simplelink/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/modules/hal/ti/simplelink/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/ti/simplelink/source/ti/devices/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink/source/ti/devices && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/ti/simplelink/source/ti/devices/edit_cache: phony modules/ti/simplelink/source/ti/devices/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/ti/simplelink/source/ti/devices/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink/source/ti/devices && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/ti/simplelink/source/ti/devices/rebuild_cache: phony modules/ti/simplelink/source/ti/devices/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/modules/hal/ti/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/ti/simplelink_lpf3/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/ti/simplelink_lpf3/edit_cache: phony modules/ti/simplelink_lpf3/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/ti/simplelink_lpf3/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/ti/simplelink_lpf3/rebuild_cache: phony modules/ti/simplelink_lpf3/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/modules/hal/ti/simplelink_lpf3/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/ti/simplelink_lpf3/source/ti/devices/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/source/ti/devices && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/ti/simplelink_lpf3/source/ti/devices/edit_cache: phony modules/ti/simplelink_lpf3/source/ti/devices/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/ti/simplelink_lpf3/source/ti/devices/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/source/ti/devices && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/ti/simplelink_lpf3/source/ti/devices/rebuild_cache: phony modules/ti/simplelink_lpf3/source/ti/devices/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/modules/hal/ti/simplelink_lpf3/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/ti/simplelink_lpf3/source/ti/boards/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/source/ti/boards && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/ti/simplelink_lpf3/source/ti/boards/edit_cache: phony modules/ti/simplelink_lpf3/source/ti/boards/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/ti/simplelink_lpf3/source/ti/boards/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/source/ti/boards && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/ti/simplelink_lpf3/source/ti/boards/rebuild_cache: phony modules/ti/simplelink_lpf3/source/ti/boards/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/modules/hal/ti/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/ti/mspm0/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/mspm0 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/ti/mspm0/edit_cache: phony modules/ti/mspm0/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/ti/mspm0/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/mspm0 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/ti/mspm0/rebuild_cache: phony modules/ti/mspm0/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hal_wch/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_wch && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_wch/edit_cache: phony modules/hal_wch/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_wch/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_wch && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_wch/rebuild_cache: phony modules/hal_wch/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hal_wurthelektronik/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_wurthelektronik && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hal_wurthelektronik/edit_cache: phony modules/hal_wurthelektronik/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hal_wurthelektronik/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_wurthelektronik && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hal_wurthelektronik/rebuild_cache: phony modules/hal_wurthelektronik/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/xtensa/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/xtensa && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/xtensa/edit_cache: phony modules/xtensa/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/xtensa/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/xtensa && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/xtensa/rebuild_cache: phony modules/xtensa/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/hostap/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hostap && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/hostap/edit_cache: phony modules/hostap/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/hostap/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hostap && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/hostap/rebuild_cache: phony modules/hostap/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/liblc3/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/liblc3 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/liblc3/edit_cache: phony modules/liblc3/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/liblc3/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/liblc3 && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/liblc3/rebuild_cache: phony modules/liblc3/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/libmctp/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libmctp && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/libmctp/edit_cache: phony modules/libmctp/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/libmctp/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libmctp && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/libmctp/rebuild_cache: phony modules/libmctp/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/libmetal/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libmetal && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/libmetal/edit_cache: phony modules/libmetal/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/libmetal/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libmetal && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/libmetal/rebuild_cache: phony modules/libmetal/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/libsbc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libsbc && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/libsbc/edit_cache: phony modules/libsbc/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/libsbc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libsbc && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/libsbc/rebuild_cache: phony modules/libsbc/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/littlefs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/littlefs && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/littlefs/edit_cache: phony modules/littlefs/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/littlefs/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/littlefs && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/littlefs/rebuild_cache: phony modules/littlefs/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/lora-basics-modem/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/lora-basics-modem && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/lora-basics-modem/edit_cache: phony modules/lora-basics-modem/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/lora-basics-modem/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/lora-basics-modem && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/lora-basics-modem/rebuild_cache: phony modules/lora-basics-modem/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/loramac-node/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/loramac-node && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/loramac-node/edit_cache: phony modules/loramac-node/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/loramac-node/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/loramac-node && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/loramac-node/rebuild_cache: phony modules/loramac-node/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/lvgl/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/lvgl && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/lvgl/edit_cache: phony modules/lvgl/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/lvgl/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/lvgl && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/lvgl/rebuild_cache: phony modules/lvgl/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/mbedtls/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mbedtls && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/mbedtls/edit_cache: phony modules/mbedtls/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/mbedtls/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mbedtls && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/mbedtls/rebuild_cache: phony modules/mbedtls/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target mcuboot_util - - -############################################# -# Order-only phony target for mcuboot_util - -build cmake_object_order_depends_target_mcuboot_util: phony || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - -build modules/mcuboot/CMakeFiles/mcuboot_util.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_public.c.obj: C_COMPILER__mcuboot_util_unscanned_ /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_public.c || cmake_object_order_depends_target_mcuboot_util - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 - DEP_FILE = modules/mcuboot/CMakeFiles/mcuboot_util.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_public.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = modules/mcuboot/CMakeFiles/mcuboot_util.dir - OBJECT_FILE_DIR = modules/mcuboot/CMakeFiles/mcuboot_util.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src - TARGET_COMPILE_PDB = modules/mcuboot/CMakeFiles/mcuboot_util.dir/mcuboot_util.pdb - TARGET_PDB = modules/mcuboot/libmcuboot_util.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target mcuboot_util - - -############################################# -# Link the static library modules/mcuboot/libmcuboot_util.a - -build modules/mcuboot/libmcuboot_util.a: C_STATIC_LIBRARY_LINKER__mcuboot_util_ modules/mcuboot/CMakeFiles/mcuboot_util.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_public.c.obj || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - OBJECT_DIR = modules/mcuboot/CMakeFiles/mcuboot_util.dir - POST_BUILD = : - PRE_LINK = : - TARGET_COMPILE_PDB = modules/mcuboot/CMakeFiles/mcuboot_util.dir/mcuboot_util.pdb - TARGET_FILE = modules/mcuboot/libmcuboot_util.a - TARGET_PDB = modules/mcuboot/libmcuboot_util.pdb - - -############################################# -# Utility command for edit_cache - -build modules/mcuboot/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mcuboot && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/mcuboot/edit_cache: phony modules/mcuboot/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/mcuboot/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mcuboot && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/mcuboot/rebuild_cache: phony modules/mcuboot/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/mipi-sys-t/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mipi-sys-t && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/mipi-sys-t/edit_cache: phony modules/mipi-sys-t/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/mipi-sys-t/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mipi-sys-t && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/mipi-sys-t/rebuild_cache: phony modules/mipi-sys-t/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/nanopb/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nanopb && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/nanopb/edit_cache: phony modules/nanopb/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/nanopb/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nanopb && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/nanopb/rebuild_cache: phony modules/nanopb/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/nrf_wifi/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nrf_wifi && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/nrf_wifi/edit_cache: phony modules/nrf_wifi/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/nrf_wifi/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nrf_wifi && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/nrf_wifi/rebuild_cache: phony modules/nrf_wifi/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/open-amp/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/open-amp && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/open-amp/edit_cache: phony modules/open-amp/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/open-amp/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/open-amp && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/open-amp/rebuild_cache: phony modules/open-amp/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/openthread/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/openthread && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/openthread/edit_cache: phony modules/openthread/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/openthread/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/openthread && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/openthread/rebuild_cache: phony modules/openthread/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/percepio/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/percepio && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/percepio/edit_cache: phony modules/percepio/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/percepio/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/percepio && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/percepio/rebuild_cache: phony modules/percepio/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/picolibc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/picolibc && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/picolibc/edit_cache: phony modules/picolibc/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/picolibc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/picolibc && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/picolibc/rebuild_cache: phony modules/picolibc/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/segger/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/segger && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/segger/edit_cache: phony modules/segger/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/segger/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/segger && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/segger/rebuild_cache: phony modules/segger/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/trusted-firmware-a/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/trusted-firmware-a && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/trusted-firmware-a/edit_cache: phony modules/trusted-firmware-a/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/trusted-firmware-a/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/trusted-firmware-a && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/trusted-firmware-a/rebuild_cache: phony modules/trusted-firmware-a/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/trusted-firmware-m/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/trusted-firmware-m && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/trusted-firmware-m/edit_cache: phony modules/trusted-firmware-m/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/trusted-firmware-m/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/trusted-firmware-m && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/trusted-firmware-m/rebuild_cache: phony modules/trusted-firmware-m/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/uoscore-uedhoc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/uoscore-uedhoc && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/uoscore-uedhoc/edit_cache: phony modules/uoscore-uedhoc/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/uoscore-uedhoc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/uoscore-uedhoc && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/uoscore-uedhoc/rebuild_cache: phony modules/uoscore-uedhoc/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/zcbor/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/zcbor && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/zcbor/edit_cache: phony modules/zcbor/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/zcbor/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/zcbor && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/zcbor/rebuild_cache: phony modules/zcbor/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build modules/nrf_hw_models/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nrf_hw_models && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build modules/nrf_hw_models/edit_cache: phony modules/nrf_hw_models/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build modules/nrf_hw_models/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nrf_hw_models && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build modules/nrf_hw_models/rebuild_cache: phony modules/nrf_hw_models/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target kernel - - -############################################# -# Order-only phony target for kernel - -build cmake_object_order_depends_target_kernel: phony || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - -build zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/main_weak.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/busy_wait.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/device.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/fatal.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/init.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/kheap.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/mem_slab.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/float.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/float.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/float.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/version.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/idle.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/mailbox.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/msg_q.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/mutex.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/queue.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/sem.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/stack.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/system_work_q.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/work.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/condvar.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/thread.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/sched.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/sleep.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/sleep.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/sleep.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/pipe.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/pipe.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/pipe.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/scheduler.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/scheduler.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/scheduler.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/timeslicing.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/timeslicing.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/timeslicing.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/timeout.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/timer.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/mempool.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - -build zephyr/kernel/CMakeFiles/kernel.dir/dynamic_disabled.c.obj: C_COMPILER__kernel_unscanned_ /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/dynamic_disabled.c || cmake_object_order_depends_target_kernel - DEFINES = -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 - DEP_FILE = zephyr/kernel/CMakeFiles/kernel.dir/dynamic_disabled.c.obj.d - FLAGS = -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 - INCLUDES = -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - OBJECT_FILE_DIR = zephyr/kernel/CMakeFiles/kernel.dir - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_PDB = zephyr/kernel/libkernel.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target kernel - - -############################################# -# Link the static library zephyr/kernel/libkernel.a - -build zephyr/kernel/libkernel.a: C_STATIC_LIBRARY_LINKER__kernel_ zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj zephyr/kernel/CMakeFiles/kernel.dir/float.c.obj zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj zephyr/kernel/CMakeFiles/kernel.dir/sleep.c.obj zephyr/kernel/CMakeFiles/kernel.dir/pipe.c.obj zephyr/kernel/CMakeFiles/kernel.dir/scheduler.c.obj zephyr/kernel/CMakeFiles/kernel.dir/timeslicing.c.obj zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj zephyr/kernel/CMakeFiles/kernel.dir/dynamic_disabled.c.obj || zephyr/app_version_h zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants_h zephyr/offsets_h zephyr/syscall_list_h_target zephyr/version_h - OBJECT_DIR = zephyr/kernel/CMakeFiles/kernel.dir - POST_BUILD = : - PRE_LINK = : - TARGET_COMPILE_PDB = zephyr/kernel/CMakeFiles/kernel.dir/kernel.pdb - TARGET_FILE = zephyr/kernel/libkernel.a - TARGET_PDB = zephyr/kernel/libkernel.pdb - - -############################################# -# Utility command for edit_cache - -build zephyr/kernel/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/kernel/edit_cache: phony zephyr/kernel/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/kernel/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/kernel/rebuild_cache: phony zephyr/kernel/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build zephyr/kernel/sys/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/sys && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/kernel/sys/edit_cache: phony zephyr/kernel/sys/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/kernel/sys/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/sys && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/kernel/sys/rebuild_cache: phony zephyr/kernel/sys/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for flash - -build zephyr/cmake/flash/flash: phony zephyr/cmake/flash/CMakeFiles/flash - - -############################################# -# Utility command for debug - -build zephyr/cmake/flash/debug: phony zephyr/cmake/flash/CMakeFiles/debug - - -############################################# -# Utility command for debugserver - -build zephyr/cmake/flash/debugserver: phony zephyr/cmake/flash/CMakeFiles/debugserver - - -############################################# -# Utility command for attach - -build zephyr/cmake/flash/attach: phony zephyr/cmake/flash/CMakeFiles/attach - - -############################################# -# Utility command for rtt - -build zephyr/cmake/flash/rtt: phony zephyr/cmake/flash/CMakeFiles/rtt - - -############################################# -# Utility command for edit_cache - -build zephyr/cmake/flash/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/flash && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/cmake/flash/edit_cache: phony zephyr/cmake/flash/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/cmake/flash/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/flash && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/cmake/flash/rebuild_cache: phony zephyr/cmake/flash/CMakeFiles/rebuild_cache.util - - -############################################# -# Custom command for zephyr/cmake/flash/CMakeFiles/flash - -build zephyr/cmake/flash/CMakeFiles/flash | ${cmake_ninja_workdir}zephyr/cmake/flash/CMakeFiles/flash: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot && cmake -E echo WARNING:\ CMake\ flash\ target\ is\ deprecated,\ call\ west\ directly\ instead && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -DTARGET=flash -DDEPENDENCIES="" -P /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/flash/check_runner_dependencies.cmake && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E env ZEPHYR_BASE=/home/jeremy/utat-dev/zephyrproject/zephyr /nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 -m west flash - DESC = Flashing nucleo_g431rb - pool = console - - -############################################# -# Custom command for zephyr/cmake/flash/CMakeFiles/debug - -build zephyr/cmake/flash/CMakeFiles/debug | ${cmake_ninja_workdir}zephyr/cmake/flash/CMakeFiles/debug: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot && cmake -E echo WARNING:\ CMake\ debug\ target\ is\ deprecated,\ call\ west\ directly\ instead && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -DTARGET=debug -DDEPENDENCIES="" -P /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/flash/check_runner_dependencies.cmake && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E env ZEPHYR_BASE=/home/jeremy/utat-dev/zephyrproject/zephyr /nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 -m west debug - DESC = Debugging nucleo_g431rb - pool = console - - -############################################# -# Custom command for zephyr/cmake/flash/CMakeFiles/debugserver - -build zephyr/cmake/flash/CMakeFiles/debugserver | ${cmake_ninja_workdir}zephyr/cmake/flash/CMakeFiles/debugserver: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot && cmake -E echo WARNING:\ CMake\ debugserver\ target\ is\ deprecated,\ call\ west\ directly\ instead && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -DTARGET=debugserver -DDEPENDENCIES="" -P /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/flash/check_runner_dependencies.cmake && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E env ZEPHYR_BASE=/home/jeremy/utat-dev/zephyrproject/zephyr /nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 -m west debugserver - DESC = Debugging nucleo_g431rb - pool = console - - -############################################# -# Custom command for zephyr/cmake/flash/CMakeFiles/attach - -build zephyr/cmake/flash/CMakeFiles/attach | ${cmake_ninja_workdir}zephyr/cmake/flash/CMakeFiles/attach: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot && cmake -E echo WARNING:\ CMake\ attach\ target\ is\ deprecated,\ call\ west\ directly\ instead && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -DTARGET=attach -DDEPENDENCIES="" -P /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/flash/check_runner_dependencies.cmake && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E env ZEPHYR_BASE=/home/jeremy/utat-dev/zephyrproject/zephyr /nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 -m west attach - DESC = Debugging nucleo_g431rb - pool = console - - -############################################# -# Custom command for zephyr/cmake/flash/CMakeFiles/rtt - -build zephyr/cmake/flash/CMakeFiles/rtt | ${cmake_ninja_workdir}zephyr/cmake/flash/CMakeFiles/rtt: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot && cmake -E echo WARNING:\ CMake\ rtt\ target\ is\ deprecated,\ call\ west\ directly\ instead && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -DTARGET=rtt -DDEPENDENCIES="" -P /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/flash/check_runner_dependencies.cmake && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E env ZEPHYR_BASE=/home/jeremy/utat-dev/zephyrproject/zephyr /nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 -m west rtt - DESC = RTT nucleo_g431rb - pool = console - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for usage - -build zephyr/cmake/usage/usage: phony zephyr/cmake/usage/CMakeFiles/usage - - -############################################# -# Utility command for edit_cache - -build zephyr/cmake/usage/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/usage && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/cmake/usage/edit_cache: phony zephyr/cmake/usage/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/cmake/usage/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/usage && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/cmake/usage/rebuild_cache: phony zephyr/cmake/usage/CMakeFiles/rebuild_cache.util - - -############################################# -# Custom command for zephyr/cmake/usage/CMakeFiles/usage - -build zephyr/cmake/usage/CMakeFiles/usage | ${cmake_ninja_workdir}zephyr/cmake/usage/CMakeFiles/usage: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/usage && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -DZEPHYR_BASE=/home/jeremy/utat-dev/zephyrproject/zephyr -DCMAKE_MAKE_PROGRAM=/nix/store/fx65xy1jiapn94i0gkq62k4vbvvbqyx1-ninja-1.13.1/bin/ninja -P /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/usage/usage.cmake - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for ram_report - -build zephyr/cmake/reports/ram_report: phony zephyr/cmake/reports/CMakeFiles/ram_report zephyr/zephyr.elf - - -############################################# -# Utility command for ram_plot - -build zephyr/cmake/reports/ram_plot: phony zephyr/cmake/reports/CMakeFiles/ram_plot zephyr/cmake/reports/ram_report - - -############################################# -# Utility command for rom_report - -build zephyr/cmake/reports/rom_report: phony zephyr/cmake/reports/CMakeFiles/rom_report zephyr/zephyr.elf - - -############################################# -# Utility command for rom_plot - -build zephyr/cmake/reports/rom_plot: phony zephyr/cmake/reports/CMakeFiles/rom_plot zephyr/cmake/reports/rom_report - - -############################################# -# Utility command for footprint - -build zephyr/cmake/reports/footprint: phony zephyr/cmake/reports/CMakeFiles/footprint zephyr/cmake/reports/ram_report zephyr/cmake/reports/rom_report - - -############################################# -# Utility command for dashboard - -build zephyr/cmake/reports/dashboard: phony zephyr/cmake/reports/CMakeFiles/dashboard zephyr/zephyr.elf - - -############################################# -# Utility command for edit_cache - -build zephyr/cmake/reports/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/reports && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. - DESC = No interactive CMake dialog available... - restat = 1 - -build zephyr/cmake/reports/edit_cache: phony zephyr/cmake/reports/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build zephyr/cmake/reports/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/reports && /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/bin/cmake --regenerate-during-build -S/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr -B/home/jeremy/utat-dev/zephyrproject/build/mcuboot - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build zephyr/cmake/reports/rebuild_cache: phony zephyr/cmake/reports/CMakeFiles/rebuild_cache.util - - -############################################# -# Custom command for zephyr/cmake/reports/CMakeFiles/ram_report - -build zephyr/cmake/reports/CMakeFiles/ram_report | ${cmake_ninja_workdir}zephyr/cmake/reports/CMakeFiles/ram_report: CUSTOM_COMMAND zephyr/zephyr.elf || app/libapp.a modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a modules/mcuboot/libmcuboot_util.a zephyr/app_version_h zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a zephyr/arch/arch/arm/core/libarch__arm__core.a zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a zephyr/arch/common/libarch__common.a zephyr/arch/common/libisr_tables.a zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a zephyr/drivers/timer/libdrivers__timer.a zephyr/kernel/libkernel.a zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants zephyr/lib/heap/heap_constants_h zephyr/lib/libc/common/liblib__libc__common.a zephyr/lib/libc/picolibc/liblib__libc__picolibc.a zephyr/libzephyr.a zephyr/linker_zephyr_final_script_target zephyr/linker_zephyr_prebuilt_script_target zephyr/offsets zephyr/offsets_h zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a zephyr/syscall_list_h_target zephyr/version_h zephyr/zephyr.elf zephyr/zephyr_pre0.elf - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot && /nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/footprint/size_report -k /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/zephyr.elf -z /home/jeremy/utat-dev/zephyrproject/zephyr -o /home/jeremy/utat-dev/zephyrproject/build/mcuboot --workspace=/home/jeremy/utat-dev/zephyrproject -d 99 --json ram.json ram - pool = console - - -############################################# -# Custom command for zephyr/cmake/reports/CMakeFiles/ram_plot - -build zephyr/cmake/reports/CMakeFiles/ram_plot | ${cmake_ninja_workdir}zephyr/cmake/reports/CMakeFiles/ram_plot: CUSTOM_COMMAND || app/libapp.a modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a modules/mcuboot/libmcuboot_util.a zephyr/app_version_h zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a zephyr/arch/arch/arm/core/libarch__arm__core.a zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a zephyr/arch/common/libarch__common.a zephyr/arch/common/libisr_tables.a zephyr/cmake/reports/ram_report zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a zephyr/drivers/timer/libdrivers__timer.a zephyr/kernel/libkernel.a zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants zephyr/lib/heap/heap_constants_h zephyr/lib/libc/common/liblib__libc__common.a zephyr/lib/libc/picolibc/liblib__libc__picolibc.a zephyr/libzephyr.a zephyr/linker_zephyr_final_script_target zephyr/linker_zephyr_prebuilt_script_target zephyr/offsets zephyr/offsets_h zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a zephyr/syscall_list_h_target zephyr/version_h zephyr/zephyr.elf zephyr/zephyr_pre0.elf - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot && /nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/footprint/plot.py ram.json - pool = console - - -############################################# -# Custom command for zephyr/cmake/reports/CMakeFiles/rom_report - -build zephyr/cmake/reports/CMakeFiles/rom_report | ${cmake_ninja_workdir}zephyr/cmake/reports/CMakeFiles/rom_report: CUSTOM_COMMAND zephyr/zephyr.elf || app/libapp.a modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a modules/mcuboot/libmcuboot_util.a zephyr/app_version_h zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a zephyr/arch/arch/arm/core/libarch__arm__core.a zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a zephyr/arch/common/libarch__common.a zephyr/arch/common/libisr_tables.a zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a zephyr/drivers/timer/libdrivers__timer.a zephyr/kernel/libkernel.a zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants zephyr/lib/heap/heap_constants_h zephyr/lib/libc/common/liblib__libc__common.a zephyr/lib/libc/picolibc/liblib__libc__picolibc.a zephyr/libzephyr.a zephyr/linker_zephyr_final_script_target zephyr/linker_zephyr_prebuilt_script_target zephyr/offsets zephyr/offsets_h zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a zephyr/syscall_list_h_target zephyr/version_h zephyr/zephyr.elf zephyr/zephyr_pre0.elf - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot && /nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/footprint/size_report -k /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/zephyr.elf -z /home/jeremy/utat-dev/zephyrproject/zephyr -o /home/jeremy/utat-dev/zephyrproject/build/mcuboot --workspace=/home/jeremy/utat-dev/zephyrproject -d 99 --json rom.json rom - pool = console - - -############################################# -# Custom command for zephyr/cmake/reports/CMakeFiles/rom_plot - -build zephyr/cmake/reports/CMakeFiles/rom_plot | ${cmake_ninja_workdir}zephyr/cmake/reports/CMakeFiles/rom_plot: CUSTOM_COMMAND || app/libapp.a modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a modules/mcuboot/libmcuboot_util.a zephyr/app_version_h zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a zephyr/arch/arch/arm/core/libarch__arm__core.a zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a zephyr/arch/common/libarch__common.a zephyr/arch/common/libisr_tables.a zephyr/cmake/reports/rom_report zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a zephyr/drivers/timer/libdrivers__timer.a zephyr/kernel/libkernel.a zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants zephyr/lib/heap/heap_constants_h zephyr/lib/libc/common/liblib__libc__common.a zephyr/lib/libc/picolibc/liblib__libc__picolibc.a zephyr/libzephyr.a zephyr/linker_zephyr_final_script_target zephyr/linker_zephyr_prebuilt_script_target zephyr/offsets zephyr/offsets_h zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a zephyr/syscall_list_h_target zephyr/version_h zephyr/zephyr.elf zephyr/zephyr_pre0.elf - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot && /nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/footprint/plot.py rom.json - pool = console - - -############################################# -# Phony custom command for zephyr/cmake/reports/CMakeFiles/footprint - -build zephyr/cmake/reports/CMakeFiles/footprint | ${cmake_ninja_workdir}zephyr/cmake/reports/CMakeFiles/footprint: phony || app/libapp.a modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a modules/mcuboot/libmcuboot_util.a zephyr/app_version_h zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a zephyr/arch/arch/arm/core/libarch__arm__core.a zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a zephyr/arch/common/libarch__common.a zephyr/arch/common/libisr_tables.a zephyr/cmake/reports/ram_report zephyr/cmake/reports/rom_report zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a zephyr/drivers/timer/libdrivers__timer.a zephyr/kernel/libkernel.a zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants zephyr/lib/heap/heap_constants_h zephyr/lib/libc/common/liblib__libc__common.a zephyr/lib/libc/picolibc/liblib__libc__picolibc.a zephyr/libzephyr.a zephyr/linker_zephyr_final_script_target zephyr/linker_zephyr_prebuilt_script_target zephyr/offsets zephyr/offsets_h zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a zephyr/syscall_list_h_target zephyr/version_h zephyr/zephyr.elf zephyr/zephyr_pre0.elf - - -############################################# -# Custom command for zephyr/cmake/reports/CMakeFiles/dashboard - -build zephyr/cmake/reports/CMakeFiles/dashboard | ${cmake_ninja_workdir}zephyr/cmake/reports/CMakeFiles/dashboard: CUSTOM_COMMAND zephyr/zephyr.elf || app/libapp.a modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a modules/mcuboot/libmcuboot_util.a zephyr/app_version_h zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a zephyr/arch/arch/arm/core/libarch__arm__core.a zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a zephyr/arch/common/libarch__common.a zephyr/arch/common/libisr_tables.a zephyr/device_api_ld_target zephyr/driver_validation_h_target zephyr/drivers/clock_control/libdrivers__clock_control.a zephyr/drivers/flash/libdrivers__flash.a zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a zephyr/drivers/timer/libdrivers__timer.a zephyr/kernel/libkernel.a zephyr/kobj_types_h_target zephyr/lib/heap/heap_constants zephyr/lib/heap/heap_constants_h zephyr/lib/libc/common/liblib__libc__common.a zephyr/lib/libc/picolibc/liblib__libc__picolibc.a zephyr/libzephyr.a zephyr/linker_zephyr_final_script_target zephyr/linker_zephyr_prebuilt_script_target zephyr/offsets zephyr/offsets_h zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a zephyr/syscall_list_h_target zephyr/version_h zephyr/zephyr.elf zephyr/zephyr_pre0.elf - COMMAND = cd /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/reports && /nix/store/ibzxfw7gxwzqz2x8dyh3a2h32r1v87wn-python3-3.13.12-env/bin/python3.13 /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/dashboard/dashboard.py --output /home/jeremy/utat-dev/zephyrproject/build/mcuboot/dashboard --zephyr-base /home/jeremy/utat-dev/zephyrproject/zephyr --kernel-bin-name zephyr --open /home/jeremy/utat-dev/zephyrproject/build/mcuboot - pool = console - -# ============================================================================= -# Target aliases. - -build ..__modules__hal__stm32__stm32cube: phony modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a - -build app: phony app/libapp.a - -build app_version_h: phony zephyr/app_version_h - -build arch__arm__core: phony zephyr/arch/arch/arm/core/libarch__arm__core.a - -build arch__arm__core__cortex_m: phony zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a - -build arch__arm__core__mpu: phony zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a - -build arch__common: phony zephyr/arch/common/libarch__common.a - -build attach: phony zephyr/cmake/flash/attach - -build build_info_yaml_saved: phony zephyr/build_info_yaml_saved - -build dashboard: phony zephyr/cmake/reports/dashboard - -build debug: phony zephyr/cmake/flash/debug - -build debugserver: phony zephyr/cmake/flash/debugserver - -build device_api_ld_target: phony zephyr/device_api_ld_target - -build driver_validation_h_target: phony zephyr/driver_validation_h_target - -build drivers__clock_control: phony zephyr/drivers/clock_control/libdrivers__clock_control.a - -build drivers__flash: phony zephyr/drivers/flash/libdrivers__flash.a - -build drivers__interrupt_controller: phony zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a - -build drivers__timer: phony zephyr/drivers/timer/libdrivers__timer.a - -build flash: phony zephyr/cmake/flash/flash - -build footprint: phony zephyr/cmake/reports/footprint - -build heap_constants: phony zephyr/lib/heap/heap_constants - -build heap_constants_h: phony zephyr/lib/heap/heap_constants_h - -build initlevels: phony zephyr/initlevels - -build isr_tables: phony zephyr/arch/common/libisr_tables.a - -build kernel: phony zephyr/kernel/libkernel.a - -build kobj_types_h_target: phony zephyr/kobj_types_h_target - -build lib..__modules__hal__stm32__stm32cube.a: phony modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a - -build lib__libc__common: phony zephyr/lib/libc/common/liblib__libc__common.a - -build lib__libc__picolibc: phony zephyr/lib/libc/picolibc/liblib__libc__picolibc.a - -build libapp.a: phony app/libapp.a - -build libarch__arm__core.a: phony zephyr/arch/arch/arm/core/libarch__arm__core.a - -build libarch__arm__core__cortex_m.a: phony zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a - -build libarch__arm__core__mpu.a: phony zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a - -build libarch__common.a: phony zephyr/arch/common/libarch__common.a - -build libdrivers__clock_control.a: phony zephyr/drivers/clock_control/libdrivers__clock_control.a - -build libdrivers__flash.a: phony zephyr/drivers/flash/libdrivers__flash.a - -build libdrivers__interrupt_controller.a: phony zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a - -build libdrivers__timer.a: phony zephyr/drivers/timer/libdrivers__timer.a - -build libisr_tables.a: phony zephyr/arch/common/libisr_tables.a - -build libkernel.a: phony zephyr/kernel/libkernel.a - -build liblib__libc__common.a: phony zephyr/lib/libc/common/liblib__libc__common.a - -build liblib__libc__picolibc.a: phony zephyr/lib/libc/picolibc/liblib__libc__picolibc.a - -build libmcuboot_util.a: phony modules/mcuboot/libmcuboot_util.a - -build libsubsys__portability__posix__c_lib_ext.a: phony zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a - -build libzephyr.a: phony zephyr/libzephyr.a - -build linker_zephyr_final_script_target: phony zephyr/linker_zephyr_final_script_target - -build linker_zephyr_prebuilt_script_target: phony zephyr/linker_zephyr_prebuilt_script_target - -build mcuboot_util: phony modules/mcuboot/libmcuboot_util.a - -build offsets: phony zephyr/offsets - -build offsets_h: phony zephyr/offsets_h - -build ram_plot: phony zephyr/cmake/reports/ram_plot - -build ram_report: phony zephyr/cmake/reports/ram_report - -build rom_plot: phony zephyr/cmake/reports/rom_plot - -build rom_report: phony zephyr/cmake/reports/rom_report - -build rtt: phony zephyr/cmake/flash/rtt - -build run: phony zephyr/run - -build subsys__portability__posix__c_lib_ext: phony zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a - -build syscall_list_h_target: phony zephyr/syscall_list_h_target - -build usage: phony zephyr/cmake/usage/usage - -build version_h: phony zephyr/version_h - -build zephyr: phony zephyr/libzephyr.a - -build zephyr.elf: phony zephyr/zephyr.elf - -build zephyr_final: phony zephyr/zephyr.elf - -build zephyr_pre0: phony zephyr/zephyr_pre0.elf - -build zephyr_pre0.elf: phony zephyr/zephyr_pre0.elf - -# ============================================================================= -# Folder targets. - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot - -build all: phony app/libapp.a zephyr/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/acpica - -build modules/acpica/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/adi - -build modules/adi/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel - -build modules/atmel/all: phony modules/atmel/asf/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf - -build modules/atmel/asf/all: phony modules/atmel/asf/common/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common - -build modules/atmel/asf/common/all: phony modules/atmel/asf/common/components/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common/components - -build modules/atmel/asf/common/components/all: phony modules/atmel/asf/common/components/wifi/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common/components/wifi - -build modules/atmel/asf/common/components/wifi/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis - -build modules/cmsis/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis-dsp - -build modules/cmsis-dsp/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis-nn - -build modules/cmsis-nn/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis_6 - -build modules/cmsis_6/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/dhara - -build modules/dhara/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/fatfs - -build modules/fatfs/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_afbr - -build modules/hal_afbr/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_ambiq - -build modules/hal_ambiq/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_bouffalolab - -build modules/hal_bouffalolab/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_espressif - -build modules/hal_espressif/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_ethos_u - -build modules/hal_ethos_u/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_gigadevice - -build modules/hal_gigadevice/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_infineon - -build modules/hal_infineon/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_intel - -build modules/hal_intel/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nordic - -build modules/hal_nordic/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nxp - -build modules/hal_nxp/all: phony modules/hal_nxp/hal_nxp/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nxp/hal_nxp - -build modules/hal_nxp/hal_nxp/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_realtek - -build modules/hal_realtek/all: phony modules/hal_realtek/hal_realtek/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_realtek/hal_realtek - -build modules/hal_realtek/hal_realtek/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas - -build modules/hal_renesas/all: phony modules/hal_renesas/zephyr/all modules/hal_renesas/drivers/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas/drivers - -build modules/hal_renesas/drivers/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas/zephyr - -build modules/hal_renesas/zephyr/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_rpi_pico - -build modules/hal_rpi_pico/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_sifli - -build modules/hal_sifli/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_silabs - -build modules/hal_silabs/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_st - -build modules/hal_st/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32 - -build modules/hal_stm32/all: phony modules/hal_stm32/stm32cube/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube - -build modules/hal_stm32/stm32cube/all: phony modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a modules/hal_stm32/stm32cube/stm32g4xx/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/stm32g4xx - -build modules/hal_stm32/stm32cube/stm32g4xx/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_tdk - -build modules/hal_tdk/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_telink - -build modules/hal_telink/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_wch - -build modules/hal_wch/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_wurthelektronik - -build modules/hal_wurthelektronik/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hostap - -build modules/hostap/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/liblc3 - -build modules/liblc3/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libmctp - -build modules/libmctp/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libmetal - -build modules/libmetal/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libsbc - -build modules/libsbc/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/littlefs - -build modules/littlefs/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/lora-basics-modem - -build modules/lora-basics-modem/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/loramac-node - -build modules/loramac-node/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/lvgl - -build modules/lvgl/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mbedtls - -build modules/mbedtls/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mcuboot - -build modules/mcuboot/all: phony modules/mcuboot/libmcuboot_util.a - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/microchip - -build modules/microchip/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mipi-sys-t - -build modules/mipi-sys-t/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nanopb - -build modules/nanopb/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nrf_hw_models - -build modules/nrf_hw_models/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nrf_wifi - -build modules/nrf_wifi/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nuvoton - -build modules/nuvoton/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/open-amp - -build modules/open-amp/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/openisa - -build modules/openisa/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/openthread - -build modules/openthread/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/percepio - -build modules/percepio/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/picolibc - -build modules/picolibc/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/quicklogic - -build modules/quicklogic/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/segger - -build modules/segger/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti - -build modules/ti/all: phony modules/ti/simplelink/all modules/ti/simplelink_lpf3/all modules/ti/mspm0/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/mspm0 - -build modules/ti/mspm0/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink - -build modules/ti/simplelink/all: phony modules/ti/simplelink/source/ti/devices/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink/source/ti/devices - -build modules/ti/simplelink/source/ti/devices/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3 - -build modules/ti/simplelink_lpf3/all: phony modules/ti/simplelink_lpf3/source/ti/devices/all modules/ti/simplelink_lpf3/source/ti/boards/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/source/ti/boards - -build modules/ti/simplelink_lpf3/source/ti/boards/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/source/ti/devices - -build modules/ti/simplelink_lpf3/source/ti/devices/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/trusted-firmware-a - -build modules/trusted-firmware-a/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/trusted-firmware-m - -build modules/trusted-firmware-m/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/uoscore-uedhoc - -build modules/uoscore-uedhoc/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/xtensa - -build modules/xtensa/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/zcbor - -build modules/zcbor/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr - -build zephyr/all: phony zephyr/libzephyr.a zephyr/offsets zephyr/zephyr_pre0.elf zephyr/zephyr.elf zephyr/build_info_yaml_saved zephyr/arch/all zephyr/lib/all zephyr/soc/all zephyr/boards/all zephyr/subsys/all zephyr/drivers/all modules/acpica/all modules/cmsis/all modules/cmsis-dsp/all modules/cmsis-nn/all modules/cmsis_6/all modules/dhara/all modules/fatfs/all modules/adi/all modules/hal_afbr/all modules/hal_ambiq/all modules/atmel/all modules/hal_bouffalolab/all modules/hal_espressif/all modules/hal_ethos_u/all modules/hal_gigadevice/all modules/hal_infineon/all modules/hal_intel/all modules/microchip/all modules/hal_nordic/all modules/nuvoton/all modules/hal_nxp/all modules/openisa/all modules/quicklogic/all modules/hal_realtek/all modules/hal_renesas/all modules/hal_rpi_pico/all modules/hal_sifli/all modules/hal_silabs/all modules/hal_st/all modules/hal_stm32/all modules/hal_tdk/all modules/hal_telink/all modules/ti/all modules/hal_wch/all modules/hal_wurthelektronik/all modules/xtensa/all modules/hostap/all modules/liblc3/all modules/libmctp/all modules/libmetal/all modules/libsbc/all modules/littlefs/all modules/lora-basics-modem/all modules/loramac-node/all modules/lvgl/all modules/mbedtls/all modules/mcuboot/all modules/mipi-sys-t/all modules/nanopb/all modules/nrf_wifi/all modules/open-amp/all modules/openthread/all modules/percepio/all modules/picolibc/all modules/segger/all modules/trusted-firmware-a/all modules/trusted-firmware-m/all modules/uoscore-uedhoc/all modules/zcbor/all modules/nrf_hw_models/all zephyr/kernel/all zephyr/cmake/flash/all zephyr/cmake/usage/all zephyr/cmake/reports/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch - -build zephyr/arch/all: phony zephyr/arch/common/all zephyr/arch/arch/arm/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm - -build zephyr/arch/arch/arm/all: phony zephyr/arch/arch/arm/core/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core - -build zephyr/arch/arch/arm/core/all: phony zephyr/arch/arch/arm/core/libarch__arm__core.a zephyr/arch/arch/arm/core/cortex_m/all zephyr/arch/arch/arm/core/mpu/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m - -build zephyr/arch/arch/arm/core/cortex_m/all: phony zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu - -build zephyr/arch/arch/arm/core/mpu/all: phony zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/common - -build zephyr/arch/common/all: phony zephyr/arch/common/libarch__common.a zephyr/arch/common/libisr_tables.a - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/boards - -build zephyr/boards/all: phony zephyr/boards/shields/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/boards/shields - -build zephyr/boards/shields/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/flash - -build zephyr/cmake/flash/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/reports - -build zephyr/cmake/reports/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/usage - -build zephyr/cmake/usage/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers - -build zephyr/drivers/all: phony zephyr/drivers/firmware/all zephyr/drivers/interrupt_controller/all zephyr/drivers/misc/all zephyr/drivers/pcie/all zephyr/drivers/usb/all zephyr/drivers/usb_c/all zephyr/drivers/clock_control/all zephyr/drivers/flash/all zephyr/drivers/timer/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/clock_control - -build zephyr/drivers/clock_control/all: phony zephyr/drivers/clock_control/libdrivers__clock_control.a - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/firmware - -build zephyr/drivers/firmware/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/flash - -build zephyr/drivers/flash/all: phony zephyr/drivers/flash/libdrivers__flash.a - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/interrupt_controller - -build zephyr/drivers/interrupt_controller/all: phony zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/misc - -build zephyr/drivers/misc/all: phony zephyr/drivers/misc/interconn/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/misc/interconn - -build zephyr/drivers/misc/interconn/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/pcie - -build zephyr/drivers/pcie/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/timer - -build zephyr/drivers/timer/all: phony zephyr/drivers/timer/libdrivers__timer.a - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb - -build zephyr/drivers/usb/all: phony zephyr/drivers/usb/common/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common - -build zephyr/drivers/usb/common/all: phony zephyr/drivers/usb/common/buf/all zephyr/drivers/usb/common/stm32/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/buf - -build zephyr/drivers/usb/common/buf/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/stm32 - -build zephyr/drivers/usb/common/stm32/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb_c - -build zephyr/drivers/usb_c/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel - -build zephyr/kernel/all: phony zephyr/kernel/libkernel.a zephyr/kernel/sys/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/sys - -build zephyr/kernel/sys/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib - -build zephyr/lib/all: phony zephyr/lib/libc/all zephyr/lib/hash/all zephyr/lib/heap/all zephyr/lib/mem_blocks/all zephyr/lib/midi2/all zephyr/lib/os/all zephyr/lib/utils/all zephyr/lib/uuid/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/hash - -build zephyr/lib/hash/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/heap - -build zephyr/lib/heap/all: phony zephyr/lib/heap/heap_constants - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc - -build zephyr/lib/libc/all: phony zephyr/lib/libc/picolibc/all zephyr/lib/libc/common/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/common - -build zephyr/lib/libc/common/all: phony zephyr/lib/libc/common/liblib__libc__common.a - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc - -build zephyr/lib/libc/picolibc/all: phony zephyr/lib/libc/picolibc/liblib__libc__picolibc.a - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/mem_blocks - -build zephyr/lib/mem_blocks/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/midi2 - -build zephyr/lib/midi2/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/os - -build zephyr/lib/os/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/utils - -build zephyr/lib/utils/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/uuid - -build zephyr/lib/uuid/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc - -build zephyr/soc/all: phony zephyr/soc/common/all zephyr/soc/soc/stm32g431xx/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/common - -build zephyr/soc/common/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx - -build zephyr/soc/soc/stm32g431xx/all: phony zephyr/soc/soc/stm32g431xx/common/all zephyr/soc/soc/stm32g431xx/stm32g4x/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/common - -build zephyr/soc/soc/stm32g431xx/common/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/stm32g4x - -build zephyr/soc/soc/stm32g431xx/stm32g4x/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys - -build zephyr/subsys/all: phony zephyr/subsys/canbus/all zephyr/subsys/debug/all zephyr/subsys/fs/all zephyr/subsys/gnss/all zephyr/subsys/instrumentation/all zephyr/subsys/ipc/all zephyr/subsys/kvss/all zephyr/subsys/logging/all zephyr/subsys/mem_mgmt/all zephyr/subsys/mgmt/all zephyr/subsys/pm/all zephyr/subsys/pmci/all zephyr/subsys/portability/all zephyr/subsys/random/all zephyr/subsys/sd/all zephyr/subsys/stats/all zephyr/subsys/storage/all zephyr/subsys/testsuite/all zephyr/subsys/tracing/all zephyr/subsys/usb/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/canbus - -build zephyr/subsys/canbus/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/debug - -build zephyr/subsys/debug/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/fs - -build zephyr/subsys/fs/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/gnss - -build zephyr/subsys/gnss/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/instrumentation - -build zephyr/subsys/instrumentation/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/ipc - -build zephyr/subsys/ipc/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/kvss - -build zephyr/subsys/kvss/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/logging - -build zephyr/subsys/logging/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/mem_mgmt - -build zephyr/subsys/mem_mgmt/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/mgmt - -build zephyr/subsys/mgmt/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pm - -build zephyr/subsys/pm/all: phony zephyr/subsys/pm/policy/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pm/policy - -build zephyr/subsys/pm/policy/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pmci - -build zephyr/subsys/pmci/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability - -build zephyr/subsys/portability/all: phony zephyr/subsys/portability/posix/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix - -build zephyr/subsys/portability/posix/all: phony zephyr/subsys/portability/posix/c_lang_support_r/all zephyr/subsys/portability/posix/c_lib_ext/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lang_support_r - -build zephyr/subsys/portability/posix/c_lang_support_r/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext - -build zephyr/subsys/portability/posix/c_lib_ext/all: phony zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/random - -build zephyr/subsys/random/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/sd - -build zephyr/subsys/sd/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/stats - -build zephyr/subsys/stats/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/storage - -build zephyr/subsys/storage/all: phony zephyr/subsys/storage/flash_map/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/storage/flash_map - -build zephyr/subsys/storage/flash_map/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/testsuite - -build zephyr/subsys/testsuite/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/tracing - -build zephyr/subsys/tracing/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/usb - -build zephyr/subsys/usb/all: phony zephyr/subsys/usb/common/all - -# ============================================================================= - -############################################# -# Folder: /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/usb/common - -build zephyr/subsys/usb/common/all: phony - -# ============================================================================= -# Built-in targets - - -############################################# -# Re-run CMake if any of its inputs changed. - -build build.ninja /home/jeremy/utat-dev/zephyrproject/build/mcuboot/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/common/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/common/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/hash/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/heap/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/mem_blocks/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/midi2/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/os/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/utils/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/uuid/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/common/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/common/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/stm32g4x/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/boards/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/boards/shields/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/canbus/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/debug/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/fs/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/gnss/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/instrumentation/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/ipc/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/kvss/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/logging/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/mem_mgmt/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/mgmt/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pm/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pm/policy/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pmci/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lang_support_r/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/random/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/sd/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/stats/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/storage/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/storage/flash_map/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/testsuite/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/tracing/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/usb/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/usb/common/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/firmware/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/interrupt_controller/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/misc/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/misc/interconn/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/pcie/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/buf/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/stm32/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb_c/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/clock_control/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/flash/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/timer/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/acpica/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis-dsp/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis-nn/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis_6/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/dhara/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/fatfs/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/adi/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_afbr/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_ambiq/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common/components/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common/components/wifi/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_bouffalolab/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_espressif/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_ethos_u/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_gigadevice/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_infineon/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_intel/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/microchip/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nordic/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nuvoton/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nxp/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nxp/hal_nxp/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/openisa/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/quicklogic/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_realtek/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_realtek/hal_realtek/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas/zephyr/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas/drivers/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_rpi_pico/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_sifli/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_silabs/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_st/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/stm32g4xx/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_tdk/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_telink/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink/source/ti/devices/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/source/ti/devices/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/source/ti/boards/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/mspm0/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_wch/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_wurthelektronik/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/xtensa/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hostap/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/liblc3/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libmctp/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libmetal/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libsbc/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/littlefs/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/lora-basics-modem/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/loramac-node/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/lvgl/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mbedtls/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mcuboot/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mipi-sys-t/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nanopb/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nrf_wifi/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/open-amp/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/openthread/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/percepio/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/picolibc/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/segger/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/trusted-firmware-a/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/trusted-firmware-m/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/uoscore-uedhoc/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/zcbor/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nrf_hw_models/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/sys/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/flash/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/usage/cmake_install.cmake /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/reports/cmake_install.cmake: RERUN_CMAKE | /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/Kconfig /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/Kconfig.firmware_loader /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/Kconfig.serial_recovery /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/VERSION /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/app.overlay /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/mcuboot-nucleo-g431rb.conf /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/prj.conf /home/jeremy/utat-dev/zephyrproject/modules/bsim_hw_models/nrf_hw_models/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/debug/mipi-sys-t/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/DFM/kernelports/Zephyr/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/DFM/kernelports/Zephyr/storageports/Filesystem/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/DFM/kernelports/Zephyr/storageports/Flash/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.BufferAllocation /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.Debug /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.EntryTable /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.ISR /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.InternalBuffer /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.StackMonitor /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.StartMode /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.StreamPort /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.TraceControl /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.TraceCoverage /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/kernelports/ESP-IDF_FreeRTOS/streamports/ESP_IDF_APPTRACE/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/kernelports/Zephyr/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/kernelports/Zephyr/streamports/Semihost/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/streamports/ARM_ITM/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/streamports/File/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/streamports/Jlink_RTT/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/streamports/RingBuffer/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/streamports/STM32_USB_CDC/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/streamports/TCPIP/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/streamports/UDP/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/zephyr/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/adi/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/ambiq/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/atmel/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/atmel/asf/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/atmel/asf/common/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/atmel/asf/common/components/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/atmel/asf/common/components/wifi/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/components/soc/esp32/include/soc/Kconfig.soc_caps.in /home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/components/soc/esp32c2/include/soc/Kconfig.soc_caps.in /home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/components/soc/esp32c3/include/soc/Kconfig.soc_caps.in /home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/components/soc/esp32c5/include/soc/Kconfig.soc_caps.in /home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/components/soc/esp32c6/include/soc/Kconfig.soc_caps.in /home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/components/soc/esp32h2/include/soc/Kconfig.soc_caps.in /home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/components/soc/esp32s2/include/soc/Kconfig.soc_caps.in /home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/components/soc/esp32s3/include/soc/Kconfig.soc_caps.in /home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/zephyr/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/zephyr/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/intel/zephyr/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/intel/zephyr/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/intel/zephyr/bsp_sedi/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/intel/zephyr/subsys/logging/backends/Kconfig.i2c /home/jeremy/utat-dev/zephyrproject/modules/hal/libmetal/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/microchip/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/nuvoton/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/nxp/zephyr/src/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/openisa/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/quicklogic/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/ameba/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/ameba/amebad/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/ameba/amebadplus/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/ameba/amebag2/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/ameba/common/wifi/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/adc/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/bluetooth/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/can/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/codec/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/dma/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/gpio/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/i2c/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/i2s/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/ir/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/irq/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/keyscan/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/mac_802154/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/pinmux/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/pwm/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/qdec/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/rcc/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/rtc/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/sdhc/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/spi/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/timer/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/uart/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/usb/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/wdt/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/renesas/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/renesas/drivers/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/renesas/zephyr/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/st/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/dts/st/g4/stm32g431r(6-8-b)tx-pinctrl.dtsi /home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/tdk/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/telink/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/telink/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/telink/tlsr9/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/ti/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/ti/mspm0/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/ti/simplelink/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/ti/simplelink/source/ti/devices/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/ti/simplelink_lpf3/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/ti/simplelink_lpf3/source/ti/boards/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/ti/simplelink_lpf3/source/ti/devices/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/wurthelektronik/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/xtensa/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/lib/gui/lvgl/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/lib/gui/lvgl/zephyr/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/lib/libmctp/zephyr/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/lib/open-amp/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/lib/picolibc/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/lib/picolibc/zephyr/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/Kconfig.constants /home/jeremy/utat-dev/zephyrproject/zephyr/Kconfig.zephyr /home/jeremy/utat-dev/zephyrproject/zephyr/VERSION /home/jeremy/utat-dev/zephyrproject/zephyr/arch/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/arch/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arc/core/dsp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arc/core/mpu/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/Kconfig.vfp /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/arm9/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_a_r/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/tz/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/mmu/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/mpu/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/mpu/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm64/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm64/core/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm64/core/cortex_r/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm64/core/xen/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/acpi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/mips/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/openrisc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/posix/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/posix/Kconfig.natsim_optional /home/jeremy/utat-dev/zephyrproject/zephyr/arch/riscv/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/riscv/Kconfig.isa /home/jeremy/utat-dev/zephyrproject/zephyr/arch/riscv/custom/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/riscv/custom/andes/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/riscv/custom/thead/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/riscv/custom/thead/Kconfig.core /home/jeremy/utat-dev/zephyrproject/zephyr/arch/riscv/custom/vexriscv/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/rx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/sparc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/x86/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/x86/core/Kconfig.ia32 /home/jeremy/utat-dev/zephyrproject/zephyr/arch/x86/core/Kconfig.intel64 /home/jeremy/utat-dev/zephyrproject/zephyr/arch/xtensa/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/boards/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/Kconfig.v2 /home/jeremy/utat-dev/zephyrproject/zephyr/boards/Kconfig.whisper /home/jeremy/utat-dev/zephyrproject/zephyr/boards/common/jlink.board.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/boards/common/openocd-stm32.board.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/boards/common/openocd.board.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/boards/common/pyocd.board.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/boards/common/stm32cubeprogrammer.board.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/boards/deprecated.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/abrobot_esp32c3_oled/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ad_apardpfw_sl/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ad_apardpfw_sl/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_24lc32/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_2_8_tft_touch_v2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_2_8_tft_touch_v2/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_8chan_solenoid/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_ad5693r/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_adalogger_featherwing/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_aht20/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_apds9960/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_aw9523/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_data_logger/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_dps310/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_drv2605l/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_ds2484/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_featherwing_128x32_oled/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_featherwing_128x32_oled/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_featherwing_128x64_oled/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_featherwing_128x64_oled/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_ht16k33/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_hts221/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_ina219/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_ina228/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_ina237/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_ina3221/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_lis2mdl/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_lis3dh/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_lis3mdl/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_lps22/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_ltr329/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_max17048/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_mcp4728/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_mcp9808/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_neopixel_grid_bff/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_neopixel_grid_bff/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_pca9685/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_pcf8523/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_sht4x/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_tsl2591/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_vcnl4040/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_veml7700/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_winc1500/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_winc1500/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/amg88xx/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arceli_eth_w5500/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arceli_eth_w5500/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arducam_cu450_ov5640/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arduino_giga_display_shield/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arduino_giga_display_shield/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arduino_modulino_buttons/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arduino_modulino_latch_relay/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arduino_modulino_movement/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arduino_modulino_pixels/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arduino_modulino_thermo/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arduino_uno_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/atmel_rf2xx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/atmel_rf2xx/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/boostxl_ulpsense/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/canis_canpico/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/dac80508_evm/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/dvp_20pin_ov7670/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/dvp_fpc24_mt9m114/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ek_ra8d1_rtk7eka6m3b00001bu/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/esp_8266/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/esp_8266/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/esp_8266/boards/disco_l475_iot1.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/esp_8266/boards/sam4e_xpro.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/esp_threadbr_ethernet/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/esp_threadbr_ethernet/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/eval_ad4052_ardz/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/eval_adxl362_ardz/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/eval_adxl367_ardz/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/eval_adxl372_ardz/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/eval_cn0391_ardz/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/frdm_cr20a/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/frdm_cr20a/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/frdm_cr20a/boards/frdm_k64f.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/frdm_kw41z/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/frdm_stbc_agm01/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ftdi_vm800c/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/g1120b0mipi/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/g1120b0mipi/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/inventek_eswifi/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/inventek_eswifi/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/inventek_eswifi/boards/frdm_k64f.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/inventek_eswifi/boards/nucleo_f767zi.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/lcd_par_s035/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/lcd_par_s035/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/link_board_eth/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/link_board_eth/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/lmp90100_evb/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/lmp90100_evb/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ls0xx_generic/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ls0xx_generic/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/m5stack_cardputer/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/m5stack_cardputer/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/m5stack_core2_ext/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/m5stack_unit_gesture/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/m5stack_unit_minioled/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/m5stack_unit_minioled/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/max3421e/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/max7219/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mchp_rnbd451_bt/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mchp_rnbd451_bt/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mcp2515/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_3d_hall_3_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_accel13_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_accel4_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_adc_click/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_adc_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_air_quality_3_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_ambient_2_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_ble_tiny_click/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_ble_tiny_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_can_fd_6_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_eeprom_13_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_eth3_click/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_eth3_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_eth_click/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_eth_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_flash_5_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_flash_6_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_flash_8_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_h_bridge_4_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_illuminance_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_ir_gesture_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_lsm6dsl_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_lte_iot10_click/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_lte_iot10_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_lte_iot7_click/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_lte_iot7_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_mcp251x_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_mcp251xfd_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_pressure_3_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_proximity_9_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_rs485_isolator_5_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_rtc_18_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_stepper_18_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_stepper_19_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_temp_hum_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_weather_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_wifi_bt_click/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_wifi_bt_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/npm1100_ek/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/npm1300_ek/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/npm1304_ek/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/npm2100_ek/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/npm6001_ek/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nrf7002eb/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nrf7002eb2/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nrf7002ek/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_adtja1101/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_btb44_ov5640/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_m2_wifi_bt/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_m2_wifi_bt/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_mx8_dsi_oled1a/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_mx8_dsi_oled1a/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_mx9_dsi_oled/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_mx9_dsi_oled/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_s32k5xx_mb/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/olimex_shield_midi/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/openthread_rcp_arduino/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/openthread_rcp_arduino/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/p3t1755dp_ard_i2c/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/p3t1755dp_ard_i3c/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/pmod_acl/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/pmod_sd/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/raspberry_pi_camera_module_2/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/renesas_aik_ov2640_cam/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/renesas_us159_da14531evz/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/reyax_lora/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rk043fn02h_ct/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rk043fn02h_ct/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rk043fn66hs_ctg/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rk043fn66hs_ctg/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rk055hdmipi4m/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rk055hdmipi4m/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rk055hdmipi4ma0/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rk055hdmipi4ma0/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rpi_pico_uno_flexypin/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtk0eg0019b01002bj/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtk0eg0019b01002bj/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtk7eka6m3b00001bu/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtk7eka6m3b00001bu/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtk7eka6m3b00001bu/boards/ek_ra8d1.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtklcdpar1s00001be/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtklcdpar1s00001be/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtklcdpar1s00001be/boards/ek_ra8d2_r7ka8d2kflcac_cm85.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtklcdpar1s00001be/boards/ek_ra8p1_r7ka8p1kflcac_cm85.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtkmipilcdb00000be/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtkmipilcdb00000be/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtkmipilcdb00000be/boards/aik_ra8d1.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtkmipilcdb00000be/boards/ek_ra8d1.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtkmipilcdb00000be/boards/ek_ra8p1_r7ka8p1kflcac_cm85.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/seeed_w5500/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/seeed_w5500/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/seeed_xiao_cob_led/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/seeed_xiao_expansion_board/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/seeed_xiao_expansion_board/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/seeed_xiao_hsp24/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/seeed_xiao_round_display/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/seeed_xiao_round_display/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/semtech_sx1261mb2bas/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/semtech_sx1262mb2das/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/semtech_sx1272mb2das/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/semtech_sx1276mb1mas/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/sparkfun_carrier_asset_tracker/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/sparkfun_environmental_combo/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/sparkfun_rv8803/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/sparkfun_sara_r4/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/sparkfun_sara_r4/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/sparkfun_shtc3/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ssd1306/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ssd1306/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st7735r/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st7735r/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st7789v_generic/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st7789v_generic/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st87mxx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st87mxx/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_b_cams_imx_mb1854/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_b_cams_imx_mb1854/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_b_cams_omv_mb1683/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_b_dsi_mb1314/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_b_lcd40_dsi1_mb1166/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_b_lcd40_dsi1_mb1166/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_b_lcd40_dsi1_mb1166/boards/stm32h747i_disco_stm32h747xx_m7.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_b_lcd40_dsi1_mb1166/boards/stm32h757i_eval_stm32h757xx_m7.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_lcd_dsi_mb1835/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_mb1897_cam/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_stm32f4dis_cam/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/swir_hl78xx_ev_kit/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/tcan4550evm/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ti_bp_bassensorsmkii/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/v2c_daplink/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_dsi_lcd/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_dsi_lcd/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_epaper/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_epaper/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_pico_lcd_1_14/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_pico_lcd_1_14/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_pico_oled_1_3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_pico_oled_1_3/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_ups/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/weact_ov2640_cam_module/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/wiznet_w5500/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/wiznet_w5500/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/wnc_m14a2a/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/wnc_m14a2a/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_53l0a1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_53l0a1/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_bnrg2a1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_bnrg2a1/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_eeprma2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_eeprma2/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_gfx01m2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_gfx01m2/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_gnss1a1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_gnss1a1/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_idb05a1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_idb05a1/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_iks01a1/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_iks01a2/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_iks01a3/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_iks02a1/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_iks4a1/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_iks5a1/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_wb05kn1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_wb05kn1/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/zc143ac72mipi/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/zc143ac72mipi/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/zhaw_lumamatrix/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/st/nucleo_g431rb/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/st/nucleo_g431rb/Kconfig.nucleo_g431rb /home/jeremy/utat-dev/zephyrproject/zephyr/boards/st/nucleo_g431rb/arduino_r3_connector.dtsi /home/jeremy/utat-dev/zephyrproject/zephyr/boards/st/nucleo_g431rb/board.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/boards/st/nucleo_g431rb/board.yml /home/jeremy/utat-dev/zephyrproject/zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts /home/jeremy/utat-dev/zephyrproject/zephyr/boards/st/nucleo_g431rb/nucleo_g431rb_defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/st/nucleo_g431rb/st_morpho_connector.dtsi /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/bintools/bintools_template.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/bintools/gnu/target.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/bintools/gnu/target_bintools.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/compiler/compiler_features.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/compiler/compiler_flags_template.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/compiler/gcc/compiler_flags.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/compiler/gcc/generic.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/compiler/gcc/target.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/compiler/gcc/target_arm.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/compiler/target_template.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/extra_flags.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/flash/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/gcc-m-cpu.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/gcc-m-fpu.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/kobj.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker/ld/gcc/linker_flags.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker/ld/linker_flags.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker/ld/linker_libraries.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker/ld/target.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker/ld/target_configure.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker/ld/target_relocation.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker/linker_flags_template.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker/linker_libraries_template.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker/target_template.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker_script/arm/linker.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker_script/common/common-ram.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker_script/common/common-rom.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker_script/common/debug-sections.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker_script/common/kobject-data.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker_script/common/kobject-rom.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker_script/common/kobject-text.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker_script/common/ram-end.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker_script/common/thread-local-storage.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/FindDtc.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/FindGnuLd.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/FindHostTools.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/FindScaTools.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/FindTargetTools.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/FindZephyr-sdk.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/arch.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/basic_settings.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/boards.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/ccache.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/configuration_files.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/dts.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/extensions.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/generated_file_directories.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/hwm_v2.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kconfig.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/pre_dt.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/python.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/root.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/shields.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/snippets.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/soc.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/user_cache.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/version.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/west.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/yaml.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_module.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/reports/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/target_toolchain_flags.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/toolchain/zephyr/generic.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/toolchain/zephyr/target.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/usage/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ad405x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ad4114 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ad4130 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ad4170 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ad559x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ad7124 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.adc_emul /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ads1112 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ads1119 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ads131m02 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ads1x1x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ads1x4s0x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ads7052 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ads79xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.b91 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.cc13xx_cc26xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.cc23x0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.cc32xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ch32v00x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ene /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.infineon_autanalog_sar /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.infineon_hppass_sar /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.infineon_sar /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.lmp90xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ltc2451 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.max11102_17 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.max1125x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.max2253x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.mcp320x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.mcp3221 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.mcp356xr /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.nrfx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.nxp_s32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.renesas_rx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.renesas_rz /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.sam_afec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.test /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ti_am335x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.tla202x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.vf610 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.xmc4xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.aw88298 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.cs43l22 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.da7212 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.dmic_ambiq_pdm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.dmic_infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.dmic_mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.dmic_mpxxdtyy /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.dmic_nxp_micfil /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.dmic_pdm_nrfx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.max98091 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.pcm1681 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.tas2563 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.tas6422dac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.tlv320aic3110 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.tlv320dac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.wm8904 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.wm8962 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/mic_privacy/intel/Kconfig.mic_privacy /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/auxdisplay/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/auxdisplay/Kconfig.gpio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/auxdisplay/Kconfig.hd44780 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/auxdisplay/Kconfig.itron /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/auxdisplay/Kconfig.jhd1313 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/auxdisplay/Kconfig.pt6314 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/auxdisplay/Kconfig.serlcd /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/auxdisplay/Kconfig.tm1637 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig.bbram_emul /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig.mc146818 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig.microchip /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/biometrics/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/biometrics/Kconfig.emul /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/biometrics/Kconfig.gt5x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/biometrics/Kconfig.zfm_x0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/hci/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/hci/Kconfig.bee /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/hci/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/hci/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/hci/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/hci/Kconfig.nxp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/hci/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/hci/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig.andes /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig.aspeed /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig.nrf /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig.nxp_lmem_cache /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig.nxp_syscon_lpcac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig.nxp_xcache /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.fake /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.kvaser /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.loopback /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.mcan /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.mcp2515 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.mcp251xfd /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.native_linux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.nrf /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.nxp_lpc_mcan /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.nxp_s32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.rcar /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.renesas_rz /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.sja1000 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.tcan4x5x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.xmc4xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/transceiver/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.adp5360 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.axp2101 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.bq24190 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.bq2518x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.bq25713 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.gpio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.max20335 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.npm10xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.pca9422 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.pf1550 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.sbs_charger /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.sy6974b /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.agilex5 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.alif /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.ameba /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.arm_scmi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.aspeed /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.bee /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.beetle /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.cavs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.fixed /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.focaltech /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.lpc11u6x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.npcm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.nrf /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.nxp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.pwm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.rcar /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.renesas_ra_cgc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.renesas_rx_cgc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.renesas_rz_cgc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.renesas_rz_cpg /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.rts5817 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.rv32m1 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.sf32lb_hxt48 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.sf32lb_rcc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.si32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.siwx91x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.syna_sr100 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.tisci /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.wch_rcc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.fake_comp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.infineon_lpcomp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.it51xxx_vcmp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.mcux_acmp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.mspm0_comp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.nrf_comp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.nrf_lpcomp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.nxp_acomp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.nxp_cmp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.nxp_hscmp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.nxp_lpcmp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.renesas_rx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.shell /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.silabs_acmp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.stm32_comp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/console/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/coredump/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.ace /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.andes_atcpit100 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.bee_rtc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.bee_timer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.cc23x0_lgpt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.cc23x0_rtc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.cmos /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.dtmr_cmsdk_apb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.dw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.esp32_rtc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.esp32_tmr /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.imx_epit /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.infineon_tcpwm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.ite_it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.ite_it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.max32_rtc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.max32_timer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.max32_wut /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.maxim_ds3231 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mchp_sam_pit64b /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcp7940n /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_ctimer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_ftm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_gpt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_lpc_rtc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_lpit /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_lptmr /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_qtmr /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_rtc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_rtc_jdp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_snvs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_stm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_sysctr /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_tpm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.native_sim /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.neorv32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.nrfx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.nxp_mrt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.nxp_pit /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.nxp_s32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.renesas_rz /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.rpi_pico_pit /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.rts5912_slwtmr /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.rv3032_counter /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.smartbond_timer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.stm32_rtc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.stm32_timer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.tmr_cmsdk_apb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.xlnx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crc/Kconfig.nxp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crc/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crc/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crc/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crc/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.ataes132a /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.cc23x0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.intel /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.mcux_dcp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.nrf_ecb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.nxp_s32_hse /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.si32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.ad559x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.ad569x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.ad56x1 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.ad56xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.dac161s997 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.dac_emul /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.dacx0501 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.dacx0508 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.dacx311 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.dacx3608 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.ltc166x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.max22017 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.mcp4725 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.mcp4728 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.samd5x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.test /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/amd/sdw/Kconfig.acp_sdw_dai /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/intel/alh/Kconfig.alh /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/intel/dmic/Kconfig.dmic /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/intel/hda/Kconfig.hda /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/intel/ssp/Kconfig.ssp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/intel/uaol/Kconfig.uaol /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/nxp/esai/Kconfig.esai /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/nxp/micfil/Kconfig.micfil /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/nxp/sai/Kconfig.sai /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/debug/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/debug/Kconfig.nrf /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/debug/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/disk/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/disk/Kconfig.flash /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/disk/Kconfig.ftl /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/disk/Kconfig.loopback /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/disk/Kconfig.mmc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/disk/Kconfig.ram /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/disk/Kconfig.sdmmc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/disk/nvme/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ac057tc1 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.co5300 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.dummy /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ed2208_gca /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.gc9x01x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.hub12 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.hx8379c /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.hx8394 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ili9806e_dsi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ili9xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.intel_multibootfb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ist3931 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.led_strip_matrix /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.lpm013m126 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ls0xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.max7219 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.mcux_dcnano_lcdif /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.mcux_elcdif /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.mcux_lcdifv2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.mcux_lcdifv3 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.microbit /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.nrf_led_matrix /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.nt35510 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.otm8009a /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.qemu_ramfb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.renesas_lcdc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.rm67162 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.rm67199 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.rm68200 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.rm692c9 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.sdl /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.sh1122 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ssd1306 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ssd1320 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ssd1322 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ssd1327_5 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ssd1331 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ssd135x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ssd1363 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ssd16xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.st730x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.st75256 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.st7567 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.st7586s /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.st7701 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.st7735r /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.st7789v /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.st7796s /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.stm32_ltdc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.uc81xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.waveshare_dsi2dpi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.acp_host /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.acp_sdw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.ameba /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.andes_atcdmacx00 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.bee /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.dma_pl330 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.dw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.dw_axi_dmac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.dw_common /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.emul /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.intel_adsp_gpdma /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.intel_adsp_hda /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.intel_lpss /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.iproc_pax /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.mcux_edma /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.mcux_lpc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.mcux_pxp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.mcux_smartdma /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.nios2_msgdma /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.nxp_4ch_dma /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.nxp_edma /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.nxp_gdma /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.nxp_sdma /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.nxp_sof_host_dma /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.renesas_rz /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.sam_xdmac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.sedi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.si32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.siwx91x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.ti_cc23x0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.ti_mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.wch /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.xilinx_axi_dma /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.xmc4xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/edac/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/edac/Kconfig.mcux_erm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig.eeprom_emu /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig.fm25xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig.lpc11u6x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig.mb85rcxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig.mb85rsxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig.tmp11x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.arm64 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.b91 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.bee /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.bt_hci /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.cc13xx_cc26xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.gecko /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.iproc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.maxq10xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.mspm0_trng /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.native_sim /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.neorv32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.nrf5 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.nrf_cracen /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.nxp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.psa_crypto /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.rv32m1 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.siwx91x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.sy1xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.virtio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.wch /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/espi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/espi/Kconfig.espi_emul /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/espi/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/espi/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/espi/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/espi/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.adin2111 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.cyclonev /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.dm9051 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.dwmac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.e1000 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.enc28j60 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.enc424j600 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.gecko /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.ivshmem /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.lan865x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.lan9250 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.native_tap /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.nxp_enet /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.nxp_s32_gmac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.nxp_s32_netc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.renesas_ra_rmac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.sam_gmac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.smsc911x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.smsc91x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.stellaris /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.stm32_hal /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.sy1xx_mac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.test /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.virtio_net /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.w5500 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.w6100 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.wch /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.xilinx_axi_ethernet_lite /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.xilinx_axienet /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.xlnx_gem /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.xmc4xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/dsa/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/dwc_xgmac/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/eth_nxp_enet_qos/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/intel/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/intel/Kconfig.intel_igc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.adin2111 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.dwcxgmac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.dwmac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.gpio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.intel_igc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.lan865x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.nxp_enet /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.nxp_enet_qos /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.nxp_imx_netc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.nxp_s32_gmac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.nxp_s32_netc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.stm32_hal /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.sy1xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.wch /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.xilinx_axi_ethernet_lite /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.xilinx_axienet /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.xmc4xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/nxp_imx_netc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/phy/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/phy/Kconfig.dm8806 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/phy/Kconfig.microchip_t1s /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/phy/Kconfig.nxp_t1s /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/phy/Kconfig.tja1103 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/phy/Kconfig.tja11xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/firmware/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/firmware/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/firmware/qemu_fwcfg/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/firmware/scmi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/firmware/scmi/nxp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/firmware/scmi/shell/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/firmware/tisci/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.adi_max32_spixf /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.andes /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.at25xv021a /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.at45 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.b91 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.cadence_nand /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.cadence_qspi_nor /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.cc13xx_cc26xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.cc23x0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.gecko /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.it51xxx_m1k /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.lpc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.mspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nand /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nor /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nordic_qspi_nor /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.npcx_fiu /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nrf /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nrf_mram /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nrf_mramc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nrf_rram /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.numaker_rmc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nxp_s32_qspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nxp_s32_xspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.renesas_ra_ospi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.renesas_ra_qspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.renesas_rx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.renesas_rz_qspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.rv32m1 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.s3axx04 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.sf32lb_mpi_qspi_nor /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.si32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.simulator /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.siwx91x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.stm32_ospi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.stm32_qspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.stm32_xspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.xmc4xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fpga/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fpga/Kconfig.altera_agilex_bridge /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fpga/Kconfig.eos_s3 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fpga/Kconfig.ice40 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fpga/Kconfig.mpfs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fpga/Kconfig.slg471x5 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fpga/Kconfig.slg47910 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fpga/Kconfig.zynqmp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/adp5360/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/axp2101/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/bq27z746/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/bq40z50/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/composite/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/hy4245/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/lc709203f/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/ltc2959/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/max17048/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/sbs_gauge/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/sbs_gauge/Kconfig.emul_sbs_gauge /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/sy24561/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/Kconfig.emul /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/Kconfig.generic /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/Kconfig.globaltop_pa6h /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/Kconfig.luatos_air530z /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/Kconfig.quectel_lcx6g /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/u_blox/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/u_blox/Kconfig.u_blox_common /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/u_blox/Kconfig.u_blox_f9p /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/u_blox/Kconfig.u_blox_m8 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.ad559x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.adp5585 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.ads1x4s0x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.aesc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.altera /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.ameba /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.andes_atcgpio100 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.aw9523b /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.axp192 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.b91 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.bcm2711 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.bd8lb600fs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.bee /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.brcmstb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.cc13xx_cc26xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.cc23x0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.cc32xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.cmsdk_ahb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.creg_gpio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.cy8c95xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.cyw43 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.davinci /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.dw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.efinix_sapphire /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.emul /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.emul_sdl /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.ene /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.eos_s3 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.fxl6408 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.gecko /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.grgpio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.imx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.intel /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.iproc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.it8801 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.lmp90xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.lpc11u6x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.max14906 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.max14916 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.max14917 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.max22017 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.max2219x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mchp_mss /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mcp23xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mcux_igpio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mcux_lpc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mcux_rgpio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mfxstm32l152 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mmio32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mmio_latch /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.nct38xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.neorv32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.npm10xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.npm13xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.npm2100 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.npm6001 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.nrfx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.numicro /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.nxp_siul2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.pca953x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.pca95xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.pca_series /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.pcal64xxa /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.pcal9722 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.pcf857x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.psoc6 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.rcar /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.renesas_ra_ioport /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.renesas_rx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.renesas_rz /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.renesas_rza2m /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.rp1 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.rt1718s /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.rv32m1 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.rzt2m /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sc18im704 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sc18is606 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sedi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.si32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sifive /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.siwx91x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sn74hc595 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.stellaris /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.stmpe1600 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sx1509b /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sy1xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.tca6424a /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.test /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.tle9104 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.wch_ch32v00x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.xlnx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.xlnx_ps /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.xmc4xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/haptics/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/haptics/cirrus/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/haptics/cirrus/Kconfig.cs40l26 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/haptics/cirrus/Kconfig.cs40l5x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/haptics/ti/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/haptics/ti/Kconfig.drv2605 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hdlc_rcp_if/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hdlc_rcp_if/Kconfig.nxp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hdlc_rcp_if/Kconfig.spi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hdlc_rcp_if/Kconfig.uart /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.andes /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.cc13xx_cc26xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.cc23x0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.gecko /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.imxrt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mcux_mcx_cmc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mcux_rcm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mcux_rstctl /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mcux_sim /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mcux_src /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mcux_src_rev2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mcux_syscon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.native /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.nrf /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.numaker_rmc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.psoc6 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.rw61x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.sam4l /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.sam_rstc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.silabs_series2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwspinlock/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwspinlock/Kconfig.nxp_sema42 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwspinlock/Kconfig.sqn /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwspinlock/Kconfig.test /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.andes_atciic100 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.b91 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.bcm_iproc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.bee /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.cc13xx_cc26xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.cc23x0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.cdns /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.dw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.ene /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.gpio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.i2c_emul /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.infineon_xmc4 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.lpc11u6x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.mchp_mss /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.mchp_xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.nrfx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.omap /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.rcar /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.renesas_rx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.renesas_rz /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.sam_twihs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.sbcon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.sc18im704 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.sedi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.sifive /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.sy1xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.tca954x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.test /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.wch /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.xilinx_axi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/target/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/target/Kconfig.eeprom /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.mcux_flexcomm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.nrfx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.sam_ssc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.siwx91x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.test /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.cdns /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.dw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.nxp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.renesas /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.test /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.b91 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.cc1200 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.cc13xx_cc26xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.cc2520 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.dw1000 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.kw41z /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.mcr20a /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.mcxw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.nrf5 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.rf2xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.stm32wba /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.uart_pipe /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.adafruit_seesaw_gamepad /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.adc_keys /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.analog_axis /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.bee_keyscan /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.cap12xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.cf1133 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.ch9350l /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.chsc5x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.chsc6x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.crsf /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.cst8xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.cy8cmbr3xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.evdev /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.ft5336 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.ft6146 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.gpio_kbd_matrix /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.gpio_keys /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.gpio_qdec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.gt911 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.ili2132a /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.it8801 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.kbd_matrix /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.mcux_kpp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.mcux_tsi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.modulino /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.nunchuk /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.pat912x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.paw32xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.pinnacle /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.pmw3610 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.renesas_rx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.sbus /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.sdl /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.stmpe811 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.tma525b /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.touch /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.tsc_keys /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.vs1838b /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.xpt2046 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.acp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.cavs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.clic /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.dw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.gd32_exti /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.gic /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.intel_vtd /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.loapic /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.max32_rv32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.mtk_adsp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.multilevel /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.multilevel.aggregator_template /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.nxp_gint /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.nxp_irqsteer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.nxp_pint /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.nxp_s32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.nxp_siul2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.plic /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.renesas_rx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.renesas_rz /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.riscv_aia /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.rv32m1 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.shared_irq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.swerv /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.vim /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.wch_exti /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.wch_pfic /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.xmc4xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ipm/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ipm/Kconfig.imx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ipm/Kconfig.ivshmem /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ipm/Kconfig.nrfx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ipm/Kconfig.nrfx_ipc_channel /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ipm/Kconfig.sedi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ipm/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.axp192 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.dac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.gpio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.ht16k33 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.is31fl319x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.is31fl3216a /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.is31fl3733 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.leds-group-multicolor /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.lp3943 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.lp50xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.lp5562 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.lp5569 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.modulino /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.ncp5623 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.npm13xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.pca9533 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.pca9633 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.pwm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.sct2024 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.tlc59108 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led_strip/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led_strip/Kconfig.apa102 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led_strip/Kconfig.lpd880x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led_strip/Kconfig.modulino /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led_strip/Kconfig.tlc5971 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led_strip/Kconfig.tlc59731 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led_strip/Kconfig.ws2812 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/lora/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/lora/Kconfig.rylrxxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/lora/Kconfig.sx12xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/lora/lora-basics-modem/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/lora/native/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/lora/native/sx126x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.adi_max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.andes /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.ivshmem /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.mhuv3 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.nrf_bellboard /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.nrf_vevif_event /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.nrf_vevif_task /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.nrfx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.nxp_imx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.nxp_mailbox /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.nxp_s32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.renesas_rz /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.stm32_hsem /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.ti_omap /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.ti_secproxy /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.xlnx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.max32_hpb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.mspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.nxp_s32_qspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.nxp_s32_xspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.sifive /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.siwx91x_qspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.ad559x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.adp5360 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.adp5585 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.aw9523b /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.axp192 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.axp2101 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.bd8lb600fs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.ds3231 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.infineon_autanalog /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.it8801 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.lpflexcomm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.max20335 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.max22017 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.max2221x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.max31790 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.maxq10xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.mc146818 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.mchp_sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.nct38xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.npm10xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.npm13xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.npm2100 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.npm6001 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.pca9422 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.pf1550 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.rv3032_mfd /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.sc18is606_mfd /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.tle9104 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.bitbang /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.nxp_dcnano_lcdif /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.nxp_flexio_lcdif /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.nxp_lcdic /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.sf32lb_lcdc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.spi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.stm32_fmc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dsi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dsi/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dsi/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dsi/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dsi/Kconfig.test /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/devmux/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/ethos_u/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/ft8xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/grove_lcd_rgb/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/interconn/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/interconn/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/interconn/renesas_elc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/interconn/renesas_elc/Kconfig.renesas_ra_elc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/max2221x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/mcux_flexio/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/nordic_vpr_launcher/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/nxp_flexram/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/nxp_imx93_mediamix/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/nxp_inputmux/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/nxp_rtxxx_dsp_ctrl/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/nxp_s32_emios/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/pio_rpi_pico/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/renesas_drw/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/renesas_drw/Kconfig.renesas_ra_drw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/renesas_ra_external_interrupt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/renesas_rx_dtc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/renesas_rx_external_interrupt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/stm32n6_axisram/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mm/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/Kconfig.at_shell /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/Kconfig.cellular /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/Kconfig.hl7800 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/Kconfig.quectel-bg9x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/Kconfig.st87mxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/Kconfig.ublox-sara-r4 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/Kconfig.wncm14a2a /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/hl78xx/Kconfig.hl78xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/hl78xx/hl78xx_evt_monitor/Kconfig.hl78xx_evt_monitor /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/simcom/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/simcom/sim7080/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mspi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mspi/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mspi/Kconfig.dw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mspi/Kconfig.mspi_emul /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mspi/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/net/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/opamp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/opamp/Kconfig.mcux_opamp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/opamp/Kconfig.mcux_opamp_fast /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/opamp/Kconfig.stm32_opamp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/otp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/otp/Kconfig.emu /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/otp/Kconfig.mcux_ocotp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/otp/Kconfig.nxp_rt7xx_ocotp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/otp/Kconfig.sifli /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/otp/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pcie/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pcie/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pcie/controller/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pcie/controller/Kconfig.brcmstb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pcie/controller/Kconfig.ecam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pcie/endpoint/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pcie/endpoint/Kconfig.iproc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pcie/host/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/peci/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/peci/Kconfig.espi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/peci/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/peci/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/peci/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.alif /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.ameba /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.arm_mps2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.arm_mps3 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.arm_mps4 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.arm_v2m_beetle /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.b91 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.bcm2711 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.bee /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.cc13xx_cc26xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.cc23x0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.emsdp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.ene /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.eos_s3 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.gecko /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.imx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.lpc_iocon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.mci_io_mux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.nrf /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.numicro /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.nxp_port /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.nxp_siul2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.realtek_rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.rts5817 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.rv32m1 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.sf32lb52x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.sifive /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.silabs_dbus /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.siwx91x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.sy1xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.syna_sr100 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.ti_cc32xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.ti_k3 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.wch_00x_afio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.wch_20x_30x_afio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.wch_afio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.xlnx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.xmc4xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.zynqmp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/renesas/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/renesas/ra/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/renesas/rcar/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/renesas/rx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/renesas/rz/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/renesas/smartbond/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pm_cpu_ops/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/power_domain/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/power_domain/Kconfig.nrfs_gdpwr /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/power_domain/Kconfig.nrfs_swext /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/power_domain/Kconfig.silabs_siwx91x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ps2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ps2/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ps2/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ps2/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/psi5/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/psi5/Kconfig.nxp_s32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ptp_clock/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ptp_clock/Kconfig.nxp_enet /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ptp_clock/Kconfig.nxp_enet_qos /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ptp_clock/Kconfig.nxp_netc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.ambiq_timer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.b91 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.bee /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.bitbang /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.cc13xx_cc26xx_timer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.cc23x0_timer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.ene /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.fake /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.gecko /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.imx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.infineon_tcpwm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.intel_blinky /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.it8801 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.max2221x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.max31790 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mcux_ctimer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mcux_ftm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mcux_pwt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mcux_qtmr /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mcux_sctimer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mcux_tpm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.neorv32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.nrf_sw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.nrfx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.nxp_flexio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.nxp_s32_emios /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.pca9685 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.rcar /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.renesas_rx_mtu /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.renesas_rz /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.rv32m1_tpm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.sam0_tc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.sifive /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.siwx91x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.test /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.wch /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.xlnx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.xmc4xxx_ccu4 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.xmc4xxx_ccu8 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.adp5360 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.axp192 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.cp9314 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.da1469x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.fake /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.fixed /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.gpio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.max20335 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.modulino_latch_relay /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.mpm54304 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.npm10xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.npm1100 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.npm13xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.npm2100 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.npm6001 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.nrf_vregusb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.nxp_vref /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.nxp_vrefv1 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.pca9420 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.pca9422 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.pf1550 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.stm32_vrefbuf /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.tps55287 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.aspeed /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.focaltech /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.intel_socfpga /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.lpc_syscon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.mchp_mss /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.mmio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.nxp_mrcc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.nxp_rstctl /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.rts5817 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.syna_sr100 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/retained_mem/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/retained_mem/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/retained_mem/Kconfig.nrf /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/retained_mem/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/retained_mem/Kconfig.zephyr /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.am1805 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.ameba /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.bq32002 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.counter /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.ds1302 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.ds1307 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.ds1337 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.ds3231 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.emul /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.fake /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.max31331 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.mc146818 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.mchp_xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.nxp_irtc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.nxp_rtc_analog /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.pcf2123 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.pcf85063a /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.pcf8523 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.pcf8563 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.rv3028 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.rv3032 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.rv8263 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.rv8803 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.rx8130ce /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.siwx91x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.ti_mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.xmc4xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.imx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.intel /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.mcux_sdif /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.rcar /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.sam_hsmci /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.sam_sdmmc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.sdhc_cdns /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.spi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.xlnx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/Kconfig.sensor_clock /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/Kconfig.trigger_template /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/a01nyub/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/ad2s1210/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/ade7978/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/adltc2990/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/adt7310/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/adt7420/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/adxl345/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/adxl355/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/adxl362/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/adxl367/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/adxl372/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/max30210/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/max32664c/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/als31300/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/amd_sb_tsi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/amg88xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/ams_as5048/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/ams_as5600/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/ams_iAQcore/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/ccs811/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/ens210/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/tcs3400/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/tmd2620/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/tsl2540/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/tsl2561/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/tsl2591/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/aosong/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/aosong/ags10/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/aosong/dht/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/aosong/dht20/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/apds9253/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/apds9306/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/apds9960/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/asahi_kasei/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/asahi_kasei/ak8975/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/asahi_kasei/akm09918c/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bflb/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bflb/bflb_tsen/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bma280/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bma4xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmc150_magn/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bme280/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bme680/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmg160/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmi08x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmi160/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmi270/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmi323/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmm150/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmm350/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmp180/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmp388/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmp581/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/broadcom/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/broadcom/afbr_s50/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/cht8315/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/current_amp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ene/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ene/kb106x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ene_tach_kb1200/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ens160/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/espressif/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/espressif/esp32_temp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/espressif/pcnt_esp32/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/everlight/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/everlight/als_pt19/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/explorir_m/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/f75303/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/fcx_mldx5/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/grow_r502a/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/hc_sr04/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/honeywell/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/honeywell/hmc5883l/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/honeywell/mpr/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/honeywell/sm351lt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/hp206c/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/hx711_spi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/iclegend/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/iclegend/s3km1110/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/infineon/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/infineon/dps310/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/infineon/tle9104/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/infineon/xmc4xxx_temp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ist8310/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ite/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ite/ite_tach_it51xxx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ite/ite_tach_it8xxx2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ite/ite_vcmp_it8xxx2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/jedec/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/jedec/jc42/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/liteon/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/liteon/ltr55x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/liteon/ltrf216a/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/lm35/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/lm75/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/lm77/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/ds18b20/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/ds3231/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max17055/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max17262/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max30101/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max31790/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max31855/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max31865/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max31875/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max44009/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max6675/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/mb7040/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/meas/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/meas/htu31d/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/meas/ms5607/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/meas/ms5637/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/meas/ms5837/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/melexis/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/melexis/mlx90394/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/memsic/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/memsic/mc3419/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/memsic/mmc56x3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/mhz19b/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/microchip/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/microchip/mchp_tach_xec/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/microchip/mcp9600/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/microchip/mcp970x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/microchip/mtch9010/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/microchip/pac194x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/microchip/tcn75a/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nct75/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nordic/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nordic/npm10xx_adc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nordic/npm13xx_charger/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nordic/npm2100_vbat/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nordic/qdec_nrfx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nordic/temp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nordic/vbat/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ntc_thermistor/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nuvoton/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nuvoton/nuvoton_adc_cmp_npcx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nuvoton/nuvoton_adc_v2t_npcx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nuvoton/nuvoton_tach_npcx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/fxas21002/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/fxls8974/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/fxos8700/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/mcux_acmp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/mcux_lpcmp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/nxp_kinetis_temp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/nxp_lpadc_temp40/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/nxp_pmc_tmpsns/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/nxp_tempmon/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/nxp_tempsense/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/nxp_tmpsns/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/p3t1755/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/qdc_mcux/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/qdec_mcux/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/qdec_nxp_s32/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/qdec_tpm/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/omron/2smpb_02e/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/omron/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/omron/d6f/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/pixart/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/pixart/paa3905/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/pixart/paj7620/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/pixart/pat9136/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/pms7003/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/pni/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/pni/rm3100/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/pzem004t/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/qdec_sam/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/qst/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/qst/qmi8658a/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/realtek/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/realtek/qdec_bee/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/realtek/rts5912/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/renesas/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/renesas/hs300x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/renesas/hs400x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/renesas/isl29035/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/rohm/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/rohm/bd8lb600fs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/rohm/bh1730/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/rohm/bh1750/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/rohm/bh1790/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/rpi_pico_temp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/rv3032_temp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/s11059/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sbs_gauge/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/seeed/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/seeed/grove/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/seeed/hm330x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sensirion/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sensirion/scd4x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sensirion/sgp40/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sensirion/sht3xd/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sensirion/sht4x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sensirion/shtcx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sensirion/stcc4/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sensirion/sts4x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sifli/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sifli/sf32lb_tsen/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/silabs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/silabs/si7006/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/silabs/si7055/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/silabs/si7060/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/silabs/si7210/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/hts221/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/i3g4250d/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/iis2dh/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/iis2dlpc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/iis2iclx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/iis2mdc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/iis328dq/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/iis3dhhc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/iis3dwb/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/ism330dhcx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lis2de12/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lis2dh/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lis2ds12/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lis2du12/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lis2dux12/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lis2dw12/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lis2mdl/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lis3mdl/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lps22hb/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lps22hh/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lps25hb/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lps2xdf/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm303dlhc_magn/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm6ds0/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm6dsl/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm6dso/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm6dso16is/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm6dsv16x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm6dsvxxx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm9ds0_gyro/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm9ds0_mfd/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm9ds1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm9ds1_mag/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/qdec_stm32/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/stm32_digi_temp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/stm32_temp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/stm32_vbat/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/stm32_vref/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/stmemsc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/stts22h/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/stts751/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/vl53l0x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/vl53l1x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sx9500/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tach_gpio/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/icm40627/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/icm42605/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/icm4268x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/icm42x70/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/icm45686/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/icp101xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/icp201xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/mpu6050/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/mpu9250/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/th02/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/bq274xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/fdc1004/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/fdc2x1x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/ina219/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/ina2xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/ina3221/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/ina7xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/lm95234/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/opt300x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/ti_hdc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/ti_hdc20xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/ti_hdc302x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmag5170/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmag5273/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmp007/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmp1075/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmp108/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmp112/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmp114/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmp11x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmp435/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tsic_xx6/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/veaa_x_3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/vishay/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/vishay/vcnl36825t/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/vishay/vcnl4040/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/vishay/veml6031/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/vishay/veml6046/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/vishay/veml7700/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/voltage_divider/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/wsen/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/wsen/wsen_hids_2525020210002/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/wsen/wsen_isds_2536030320001/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/wsen/wsen_itds_2533020201601/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/wsen/wsen_pads_2511020213301/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/wsen/wsen_pdms_25131308XXX05/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/wsen/wsen_pdus_25131308XXXXX/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/wsen/wsen_tids_2521020222501/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/xbr818/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sent/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sent/Kconfig.nxp_s32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.aesc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.altera /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.altera_jtag /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.ameba_loguart /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.apbuart /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.b91 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.bcm2711 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.bee /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.bitbang /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.bridge /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.bt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.cc13xx_cc26xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.cc23x0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.cc32xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.cdns /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.cmsdk_apb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.efinix_sapphire /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.emul /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.ene /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.focaltech /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.gecko /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.hostlink /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.imx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.intel_lw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.leuart_gecko /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.lpc11u6x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.mcux_flexcomm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.mcux_iuart /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.mcux_lpsci /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.mcux_lpuart /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.miv /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.msp432p4xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.native_pty /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.native_tty /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.neorv32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.nrfx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.nrfx_uart_instance /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.ns16550 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.numicro /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.nxp_s32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.opentitan /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.pl011 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.psoc6 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.ql_usbserialport_s3b /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.rcar /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.realtek_rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.renesas_ra8 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.renesas_rx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.renesas_rx_qemu /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.renesas_rz /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.rpmsg /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.rtt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.rv32m1_lpuart /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.rzt2m /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.sedi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.si32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.sifive /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.silabs_eusart /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.silabs_usart /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.stellaris /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.sy1xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.test /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.uart_sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.usart_sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.virtio_console /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.wch_usart /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.xen /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.xlnx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.xmc4xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sip_svc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sip_svc/Kconfig.sip_smc_agilex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/smbus/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.andes_atcspi200 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.b91 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.bitbang /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.cc13xx_cc26xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.cc23x0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.cdns /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.dw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.egis_et171 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.grlib_spimctrl /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.mchp_mss /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.mchp_mss_qspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.mcux_dspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.mcux_ecspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.mcux_flexcomm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.mcux_flexio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.nrfx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.nxp_s32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.oc_simple /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.omap /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.opentitan /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.pl022 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.psoc6 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.pw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.renesas_ra8 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.renesas_rx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.renesas_rz /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.rv32m1_lpspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.sc18is606 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.sedi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.sifive /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.silabs_eusart /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.silabs_siwx91x_gspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.silabs_usart /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.spi_emul /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.sy1xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.test /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.wch /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.xec_qmspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.xlnx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.xmc4xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/spi_nxp_lpspi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/Kconfig.fake /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/adi_tmc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/adi_tmc/Kconfig.tmc_rampgen_template /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/adi_tmc/bus/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/adi_tmc/tmc22xx/Kconfig.tmc22xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/adi_tmc/tmc50xx/Kconfig.tmc50xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/adi_tmc/tmc51xx/Kconfig.tmc51xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/adi_tmc/tmcm3216/Kconfig.tmcm3216 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/allegro/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/allegro/Kconfig.a4979 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/event_handler/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/gpio_stepper/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/gpio_stepper/Kconfig.gpio_step_dir /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/gpio_stepper/Kconfig.h_bridge /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/gpio_stepper/common/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/step_dir/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/ti/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/ti/Kconfig.drv84xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/syscon/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/syscon/Kconfig.bflb_efuse /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/tee/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/tee/optee/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timeaware_gpio/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timeaware_gpio/Kconfig.intel /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.arcv2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.arm_arch /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.cavs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.cc13xx_cc26xx_rtc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.cc23x0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.cortex_m_systick /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.gecko /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.infineon_lp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.ite_it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.leon_gptimer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.max32_rv32_sys_timer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.max32_wut /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.mchp_sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.mchp_xec_rtos /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.mcux_gpt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.mcux_lptmr /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.mcux_os /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.mips_cp0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.mtk_adsp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.native_sim /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.npcx_itim /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.nrf_grtc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.nrf_rtc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.nrf_xrtc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.openrisc_tick /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.rcar_cmt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.realtek_rts5912_rtmr /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.renesas_ra_ulpt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.renesas_rx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.renesas_rz /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.renesas_rza2m /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.riscv_machine /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.riscv_supervisor /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.rv32m1_lptmr /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.sam0_rtc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.stm32_lptim /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.stm32wb0_radio_timer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.sy1xx_sys_timer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.system_timer_lpm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.ti_dm_timer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.wch_ch32v00x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.x86 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.xlnx_psttc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.xtensa /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/uaol/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/bc12/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/bc12/Kconfig.pi3usb9201 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/common/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/common/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/common/buf/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/common/nrf_usbd_common/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/common/stm32/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/common/stm32/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/device/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.bflb_v1 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.dwc2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.it82xx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.kinetis /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.nrf /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.sam_udp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.sam_usbc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.sam_usbhs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.skeleton /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.virtual /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/uhc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/uhc/Kconfig.max3421e /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/uhc/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/uhc/Kconfig.virtual /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/uvb/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/ppc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/ppc/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/ppc/Kconfig.nxp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/tcpc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/tcpc/Kconfig.tcpc_fusb307 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/tcpc/Kconfig.tcpc_numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/tcpc/Kconfig.tcpc_ps8xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/tcpc/Kconfig.tcpc_rt1715 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/tcpc/Kconfig.tcpc_stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/tcpc/Kconfig.tcpc_tcpci /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/vbus/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/vbus/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/vbus/Kconfig.usbc_vbus_adc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/vbus/Kconfig.usbc_vbus_tcpci /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.arducam_mega /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.emul_imager /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.emul_rx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.esp32_dvp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.gc2145 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.hm01b0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.hm0360 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.imx219 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.imx335 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.mcux_csi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.mcux_mipi_csi2rx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.mcux_sdma /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.mt9m114 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.ov2640 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.ov5640 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.ov5642 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.ov767x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.ov7725 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.ov9655 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.renesas_ra_ceu /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.shell /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.st_mipid02 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.stm32_dcmi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.stm32_dcmipp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.stm32_jpeg /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.stm32_venc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.sw_generator /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/virtio/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/virtualization/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig.ds2477_85 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig.ds2482-800 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig.ds2484 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig.ds2485 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig.test /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig.zephyr_gpio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig.zephyr_serial /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.adi_max42500 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.andes_atcwdt200 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.cc13xx_cc26xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.cc23x0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.cc32xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.cmsdk_apb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.dw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.ene /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.gecko /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.intel_adsp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.mcux_imx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.npm13xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.npm2100 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.npm6001 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.nrfx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.nxp_ewm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.nxp_fs26 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.nxp_s32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.opentitan /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.renesas_rx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.renesas_rz /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.rts5817 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.sam4l /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.shell /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.sifive /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.siwx91x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.tco /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.ti_rti /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.ti_tps382x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.wch /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.xilinx_wwdt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.xlnx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.xmc4xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/esp32/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/esp_at/Kconfig.esp_at /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/esp_hosted/Kconfig.esp_hosted /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/eswifi/Kconfig.eswifi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/infineon/Kconfig.airoc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/nrf_wifi/Kconfig.nrfwifi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/nxp/Kconfig.nxp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/simplelink/Kconfig.simplelink /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/siwx91x/Kconfig.siwx91x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/winc1500/Kconfig.winc1500 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wuc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wuc/Kconfig.mcux_wuc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/xen/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/dts/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/dts/arm/armv7-m.dtsi /home/jeremy/utat-dev/zephyrproject/zephyr/dts/arm/st/g4/stm32g4.dtsi /home/jeremy/utat-dev/zephyrproject/zephyr/dts/arm/st/g4/stm32g431.dtsi /home/jeremy/utat-dev/zephyrproject/zephyr/dts/arm/st/g4/stm32g431Xb.dtsi /home/jeremy/utat-dev/zephyrproject/zephyr/dts/common/freq.h /home/jeremy/utat-dev/zephyrproject/zephyr/dts/common/mem.h /home/jeremy/utat-dev/zephyrproject/zephyr/dts/common/skeleton.dtsi /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/common/app_data_alignment.ld /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/adc/adc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32_common_clocks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32g4_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/stm32_dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dt-util.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/arduino-header-r3.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/st-morpho-header.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/i2c/i2c.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/input/input-event-codes.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/stm32-pinctrl-common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/stm32-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pwm/pwm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pwm/stm32_pwm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/stm32-common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/stm32g4_l4_5_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/qdec_stm32.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/app_smem.ld /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/app_smem_aligned.ld /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/app_smem_unaligned.ld /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_internal.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_internal_is_eq.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_internal_util_dec.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_internal_util_inc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_internal_util_x2.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_listify.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_loops.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_macro.h /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/Kconfig.device /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/Kconfig.init /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/Kconfig.obj_core /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/Kconfig.vm /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/smp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/sys/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/userspace/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/userspace/Kconfig.mem_domain /home/jeremy/utat-dev/zephyrproject/zephyr/lib/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/lib/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/cpp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/hash/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/lib/hash/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/hash/Kconfig.hash_func /home/jeremy/utat-dev/zephyrproject/zephyr/lib/hash/Kconfig.hash_map /home/jeremy/utat-dev/zephyrproject/zephyr/lib/heap/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/lib/heap/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/minimal/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/newlib/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/mem_blocks/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/lib/mem_blocks/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/midi2/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/lib/midi2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/min_heap/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/net_buf/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/Kconfig.atomics /home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/Kconfig.cbprintf /home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/cpu_load/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/zvfs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/runtime/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/smf/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/uuid/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/lib/uuid/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/misc/empty_file.c /home/jeremy/utat-dev/zephyrproject/zephyr/misc/generated/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/misc/generated/configs.c.in /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.atmel /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.chre /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.cypress /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.eos_s3 /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.intel /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.libmetal /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.mcuboot /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.microchip /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.nuvoton /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.open-amp /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.picolibc /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.renesas /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.rust /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.simplelink /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.syst /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.telink /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.vega /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.wurthelektronik /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.xtensa /home/jeremy/utat-dev/zephyrproject/zephyr/modules/acpica/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/acpica/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis-dsp/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis-dsp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis-nn/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis-nn/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/dhara/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/dhara/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/fatfs/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/fatfs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_afbr/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_afbr/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_ambiq/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_ambiq/Kconfig.components /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_ambiq/Kconfig.hal /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_bouffalolab/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_bouffalolab/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_espressif/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_ethos_u/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_ethos_u/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_gigadevice/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_gigadevice/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_infineon/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_infineon/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/Kconfig.nrf_regtool /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/ironside/se/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/nrfs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/nrfs/backends/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/nrfs/dvfs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/nrfx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/nrfx/Kconfig.logging /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nxp/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nxp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nxp/imx/Kconfig.imx /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nxp/mcux/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nxp/s32/Kconfig.nxp_s32 /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_realtek/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_realtek/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_realtek/ameba/Kconfig.ameba /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_realtek/bee/Kconfig.bee /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_rpi_pico/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_rpi_pico/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_sifli/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_sifli/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_silabs/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_silabs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_silabs/gecko/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_silabs/simplicity_sdk/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_silabs/wiseconnect/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_st/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_tdk/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_wch/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_wch/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hostap/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hostap/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/liblc3/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/liblc3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/libsbc/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/libsbc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/littlefs/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/littlefs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/lora-basics-modem/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/lora-basics-modem/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/loramac-node/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/loramac-node/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/lvgl/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/lvgl/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/lvgl/Kconfig.input /home/jeremy/utat-dev/zephyrproject/zephyr/modules/lvgl/Kconfig.memory /home/jeremy/utat-dev/zephyrproject/zephyr/modules/lvgl/Kconfig.shell /home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/Kconfig.ciphersuites /home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/Kconfig.deprecated /home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/Kconfig.mbedtls /home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/Kconfig.psa.auto /home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/Kconfig.psa.logic /home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/Kconfig.tf-psa-crypto /home/jeremy/utat-dev/zephyrproject/zephyr/modules/modules.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/modules/nanopb/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/nanopb/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/nrf_wifi/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/nrf_wifi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/nrf_wifi/bus/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/openthread/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/openthread/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/openthread/Kconfig.features /home/jeremy/utat-dev/zephyrproject/zephyr/modules/openthread/Kconfig.thread /home/jeremy/utat-dev/zephyrproject/zephyr/modules/percepio/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/percepio/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/segger/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/segger/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/tflite-micro/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-a/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-a/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-m/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-m/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-m/Kconfig.tfm /home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-m/Kconfig.tfm.crypto /home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-m/Kconfig.tfm.partitions /home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-m/Kconfig.tfm.ps /home/jeremy/utat-dev/zephyrproject/zephyr/modules/uoscore-uedhoc/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/uoscore-uedhoc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/zcbor/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/zcbor/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/dts/gen_defines.py /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/dts/gen_driver_kconfig_dts.py /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/dts/gen_dts_cmake.py /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/dts/gen_edt.py /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/snippets.py /home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfigVersion.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/zephyr_package_search.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/bt-ll-sw-split/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/cdc-acm-console/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/espressif/flash-128M/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/espressif/flash-16M/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/espressif/flash-2M/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/espressif/flash-32M/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/espressif/flash-4M/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/espressif/flash-64M/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/espressif/flash-8M/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/espressif/psram-2M/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/espressif/psram-4M/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/espressif/psram-8M/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/espressif/psram-reloc/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/espressif/psram-wifi/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/hci-uart-native-sim/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/nordic/nordic-flpr-xip/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/nordic/nordic-flpr/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/nordic/nordic-log-stm-dict/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/nordic/nordic-log-stm-tpiu-dict/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/nordic/nordic-log-stm/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/nordic/nordic-ppr-xip/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/nordic/nordic-ppr/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/nus-console/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/ram-console/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/ram-tracing/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/rp2-boot-mode-retention/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/rtt-console/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/rtt-tracing/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/semihost-tracing/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/serial-console/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/silabs-pti/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/slot1-partition/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/socketcan-native-sim/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/usbip-native-sim/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/video-sw-generator/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/wifi/wifi-credentials/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/wifi/wifi-enterprise/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/wifi/wifi-ip/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/wifi/wifi-ipv4/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/wifi/wifi-ipv6/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/xen_dom0/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/xiao-serial-console/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/soc/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/soc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/Kconfig.v2 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32650 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32655 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32657 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32660 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32662 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32666 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32670 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32672 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32675 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32680 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32690 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max78000 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max78002 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/aesc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/aesc/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/aesc/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/aesc/nitrogen/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/aesc/nitrogen/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/aesc/nitrogen/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/balletto/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/balletto/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/balletto/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/balletto/b1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/balletto/b1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/balletto/b1/Kconfig.defconfig.ab1c1f4m51820ph0 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/balletto/b1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e1c/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e1c/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e1c/Kconfig.defconfig.ae1c1f4051920ph0_rtss_he /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e1c/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e4/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e4/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e4/Kconfig.defconfig.ae402fa0e5597le0_rtss_he /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e4/Kconfig.defconfig.ae402fa0e5597le0_rtss_hp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e4/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e6/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e6/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e6/Kconfig.defconfig.ae612fa0e5597ls0_rtss_he /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e6/Kconfig.defconfig.ae612fa0e5597ls0_rtss_hp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e6/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e8/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e8/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e8/Kconfig.defconfig.ae822fa0e5597ls0_rtss_he /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e8/Kconfig.defconfig.ae822fa0e5597ls0_rtss_hp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e8/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/allwinner/sun8i_h3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/allwinner/sun8i_h3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/allwinner/sun8i_h3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo2x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo2x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo2x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo3x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo3x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo3x/Kconfig.defconfig.apollo3_blue /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo3x/Kconfig.defconfig.apollo3p_blue /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo3x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo4x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo4x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo4x/Kconfig.defconfig.apollo4p /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo4x/Kconfig.defconfig.apollo4p_blue /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo4x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo5x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo5x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo5x/Kconfig.defconfig.apollo510 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo5x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/amd/acp_6_0/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/amd/acp_6_0/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/amd/acp_6_0/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/amd/acp_7_0/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/amd/acp_7_0/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/amd/acp_7_0/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/andestech/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/andestech/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/andestech/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/andestech/ae350/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/andestech/ae350/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/andestech/ae350/Kconfig.defconfig.ae350 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/andestech/ae350/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/antmicro/myra/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/antmicro/myra/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/beetle/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/beetle/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/beetle/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/designstart/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/designstart/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/fvp_aem/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/fvp_aem/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/fvp_aem/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/fvp_aemv8r/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/fvp_aemv8r/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/fvp_aemv8r/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps2/Kconfig.defconfig.an383 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps2/Kconfig.defconfig.an385 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps2/Kconfig.defconfig.an386 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps2/Kconfig.defconfig.an500 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps2/Kconfig.defconfig.an521 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps3/Kconfig.defconfig.mps3_corstone300 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps3/Kconfig.defconfig.mps3_corstone310 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps4/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps4/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps4/Kconfig.defconfig.mps4_corstone315 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps4/Kconfig.defconfig.mps4_corstone320 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps4/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/musca/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/musca/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/musca/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/qemu_cortex_a53/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/qemu_cortex_a53/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/qemu_cortex_a53/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/qemu_virt_arm64/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/qemu_virt_arm64/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/qemu_virt_arm64/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/aspeed/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/aspeed/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/aspeed/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/aspeed/ast10x0/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/aspeed/ast10x0/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/aspeed/ast10x0/Kconfig.defconfig.ast1030 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/aspeed/ast10x0/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/common/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam3x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam3x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam3x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4e/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4e/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4e/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4l/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4l/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4l/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4s/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4s/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4s/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/samx7x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/samx7x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/samx7x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/samx7x/Kconfig.soc.same70 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/samx7x/Kconfig.soc.samv71 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/common/Kconfig.samd2x /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/common/Kconfig.samd5x /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/common/Kconfig.saml2x /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samc20/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samc20/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samc20/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samc21/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samc21/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samc21/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd20/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd20/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd20/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd21/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd21/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd21/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd51/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd51/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd51/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same51/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same51/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same51/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same53/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same53/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same53/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same54/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same54/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same54/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/saml21/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/saml21/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/saml21/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr21/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr21/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr21/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr34/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr34/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr34/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr35/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr35/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr35/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl60x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl60x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl60x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl61x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl61x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl61x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl70x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl70x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl70x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl70xl/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl70xl/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl70xl/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl808/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl808/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl808/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/blackberry/qnxhv_vm/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/blackberry/qnxhv_vm/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/blackberry/qnxhv_vm/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcm2711/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcm2711/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcm2711/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcm2712/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcm2712/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcm2712/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/valkyrie/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/valkyrie/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/valkyrie/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/viper/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/viper/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/viper/Kconfig.defconfig.viper_bcm58402_a72 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/viper/Kconfig.defconfig.viper_bcm58402_m7 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/viper/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/dc233c/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/dc233c/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/dc233c/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/sample_controller32/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/sample_controller32/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/sample_controller32/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/swerv/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/swerv/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/swerv/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/swerv/s400/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/swerv/s400/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/swerv/s420/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/swerv/s420/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/swerv/s420/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/xtensa_sample_controller/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/xtensa_sample_controller/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/common/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/soc/common/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/common/riscv-privileged/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/efinix/sapphire/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/efinix/sapphire/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/efinix/sapphire/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/egis/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/egis/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/egis/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/egis/et171/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/egis/et171/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/egis/et171/Kconfig.defconfig.et171 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/egis/et171/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/elan/em32f967/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/elan/em32f967/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/elan/em32f967/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb106x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb106x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb106x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb106x/kb106x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb106x/kb106x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb106x/kb106x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb1200/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb1200/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb1200/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/Kconfig.ulp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig.amp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig.console /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig.efuse /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig.esptool /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig.flash /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig.lcd_cam /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig.spiram /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32/Kconfig.mac /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c2/Kconfig.mac /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c3/Kconfig.mac /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c5/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c5/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c5/Kconfig.mac /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c5/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c6/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c6/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c6/Kconfig.mac /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c6/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32h2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32h2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32h2/Kconfig.mac /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32h2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32s2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32s2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32s2/Kconfig.mac /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32s2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32s3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32s3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32s3/Kconfig.mac /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32s3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/focaltech/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/focaltech/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/focaltech/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/focaltech/ft9001/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/focaltech/ft9001/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/focaltech/ft9001/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gaisler/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gaisler/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gaisler/gr716a/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gaisler/gr716a/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gaisler/gr716a/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gaisler/leon3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gaisler/leon3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gaisler/leon3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/common/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32a50x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32a50x/Kconfig.defconfig.gd32a503 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32a50x/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32a50x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32e10x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32e10x/Kconfig.defconfig.gd32e103 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32e10x/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32e10x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32e50x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32e50x/Kconfig.defconfig.gd32e507 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32e50x/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32e50x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f3x0/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f3x0/Kconfig.defconfig.gd32f350 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f3x0/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f3x0/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f403/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f403/Kconfig.defconfig.gd32f403 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f403/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f403/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f4xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f405 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f407 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f450 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f470 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32l23x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32l23x/Kconfig.defconfig.gd32l233 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32l23x/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32l23x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32vf103/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32vf103/Kconfig.defconfig.gd32vf103 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32vf103/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32vf103/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_01/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_01/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_02/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_02/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_03/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_03/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_04/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_04/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_legacy/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_legacy/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/cyw20829/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/cyw20829/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/cyw20829/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/psc3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/psc3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/psc3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1c/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1c/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1c/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1c/xmc7200/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1c/xmc7200/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1c/xmc7200/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig.defconfig.xmc4500 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig.defconfig.xmc4700 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/edge/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/edge/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/edge/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/edge/pse84/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/edge/pse84/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/edge/pse84/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/psoc4100smax/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/psoc4100smax/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/psoc4100smax/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/psoc4100tp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/psoc4100tp/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/psoc4100tp/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/alder_lake/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/alder_lake/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/alder_lake/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/apollo_lake/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/apollo_lake/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/apollo_lake/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/atom/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/atom/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/atom/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/elkhart_lake/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/elkhart_lake/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/elkhart_lake/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/ace/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/ace/Kconfig.defconfig.ace15_mtpm /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/ace/Kconfig.defconfig.ace20_lnl /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/ace/Kconfig.defconfig.ace30 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/ace/Kconfig.defconfig.ace40 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/ace/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/ace/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/cavs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/cavs/Kconfig.defconfig.cavs_v25 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/cavs/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/cavs/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_ish/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_ish/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_ish/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_ish/intel_ish5/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_ish/intel_ish5/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_ish/intel_ish5/pm/Kconfig.pm /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_niosv/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_niosv/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_niosv/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_niosv/niosv/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_niosv/niosv/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_niosv/niosv/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/agilex/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/agilex/Kconfig.defconfig.agilex /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/agilex/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/agilex/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/agilex5/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/agilex5/Kconfig.defconfig.agilex5 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/agilex5/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/agilex5/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga_std/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga_std/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga_std/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga_std/cyclonev/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga_std/cyclonev/Kconfig.defconfig.cyclonev /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga_std/cyclonev/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga_std/cyclonev/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/lakemont/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/lakemont/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/lakemont/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/panther_lake/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/panther_lake/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/panther_lake/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/raptor_lake/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/raptor_lake/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/raptor_lake/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/wildcat_lake/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/wildcat_lake/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/wildcat_lake/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it51xxx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it51xxx/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it51xxx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81202bx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81202cx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81202dx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81302bx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81302cx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81302dx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82000bw /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82002aw /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82002bw /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82202ax /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82202bw /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82302ax /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82302bw /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/litex/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/litex/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/litex/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/litex/litex_vexriscv/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/litex/litex_vexriscv/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/litex/litex_vexriscv/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/lowrisc/opentitan/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/lowrisc/opentitan/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/lowrisc/opentitan/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/mediatek/mt8xxx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/mediatek/mt8xxx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/mediatek/mt8xxx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/mediatek/mt8xxx/mt8186/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/mediatek/mt8xxx/mt8188/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/mediatek/mt8xxx/mt8195/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/mediatek/mt8xxx/mt8196/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/mediatek/mt8xxx/mt8365/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec15xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec15xx/Kconfig.defconfig.mec1501hsz /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec15xx/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec15xx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec165xb/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec165xb/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec165xb/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec172x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec172x/Kconfig.defconfig.mec172xnlj /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec172x/Kconfig.defconfig.mec172xnsz /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec172x/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec172x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec174x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec174x/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec174x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec175x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec175x/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec175x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/miv/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/miv/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/miv/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/polarfire/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/polarfire/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/polarfire/Kconfig.defconfig.polarfire_u54 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/polarfire/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32ck_sg_gc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32ck_sg_gc/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32ck_sg_gc/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32ck_sg_gc/pic32ck_gc00/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32ck_sg_gc/pic32ck_gc01/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_jh/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_jh/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_jh/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_jh/pic32cm_jh00/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_jh/pic32cm_jh01/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_pl/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_pl/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_pl/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_pl/pic32cm_pl10/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_sg_gc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_sg_gc/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_sg_gc/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_sg_gc/pic32cm_gc00/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_sg_gc/pic32cm_sg00/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cx_sg/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cx_sg/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cx_sg/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cx_sg/pic32cx_sg41/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cx_sg/pic32cx_sg60/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cx_sg/pic32cx_sg61/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cz_ca/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cz_ca/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cz_ca/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cz_ca/pic32cz_ca80/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cz_ca/pic32cz_ca90/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cz_ca/pic32cz_ca91/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic64/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic64/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic64/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic64/pic64gx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic64/pic64gx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic64/pic64gx/Kconfig.defconfig.pic64gx1000_u54 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic64/pic64gx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sam_d5x_e5x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sam_d5x_e5x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sam_d5x_e5x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sam_d5x_e5x/atsamd51/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sam_d5x_e5x/atsame51/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sam_d5x_e5x/atsame53/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sam_d5x_e5x/atsame54/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sama7/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sama7/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sama7/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sama7/sama7d6/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sama7/sama7d6/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sama7/sama7g5/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sama7/sama7g5/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/native/inf_clock/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/native/inf_clock/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/neorv32/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/neorv32/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/neorv32/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/Kconfig.peripherals /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/Kconfig.tfm /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/uicr/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/uicr/Kconfig.gen_uicr /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/uicr/Kconfig.template.gen_uicr_snapshot_region /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/vpr/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/vpr/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf51/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf51/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf51/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52805_CAAA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52810_QFAA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52811_QFAA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52820_QDAA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52832_CIAA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52832_QFAA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52832_QFAB /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52833_QDAA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52833_QIAA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52840_QFAA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52840_QIAA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf53/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf53/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf53/Kconfig.defconfig.nrf5340_CPUAPP_QKAA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf53/Kconfig.defconfig.nrf5340_CPUNET_QKAA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf53/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf53/Kconfig.sync_rtc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf53/Kconfig.sync_rtc_ipm /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54h/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54h/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54h/Kconfig.defconfig.nrf54h20_cpuapp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54h/Kconfig.defconfig.nrf54h20_cpuflpr /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54h/Kconfig.defconfig.nrf54h20_cpuppr /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54h/Kconfig.defconfig.nrf54h20_cpurad /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54h/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54h/bicr/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54l/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54l/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54l/Kconfig.defconfig.nrf54l_05_10_15_cpuapp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54l/Kconfig.defconfig.nrf54l_05_10_15_cpuflpr /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54l/Kconfig.defconfig.nrf54lm20_a_b_cpuapp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54l/Kconfig.defconfig.nrf54lm20_a_b_cpuflpr /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54l/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf71/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf71/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf71/Kconfig.defconfig.nrf7120_enga_cpuapp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf71/Kconfig.defconfig.nrf7120_enga_cpuflpr /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf71/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf91/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf91/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf91/Kconfig.defconfig.nrf9131_LACA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf91/Kconfig.defconfig.nrf9151_LACA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf91/Kconfig.defconfig.nrf9160_SICA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf91/Kconfig.defconfig.nrf9161_LACA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf91/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf92/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf92/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf92/Kconfig.defconfig.nrf9280_cpuapp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf92/Kconfig.defconfig.nrf9280_cpuppr /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf92/Kconfig.defconfig.nrf9280_cpurad /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf92/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcm/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcm/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcm/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcm/npcm4/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcm/npcm4/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcm/npcm4/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npck3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npck3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npck3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx4/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx4/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx4/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx7/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx7/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx7/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx9/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx9/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx9/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m2l31x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m2l31x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m2l31x/Kconfig.defconfig.m2l31xxx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m2l31x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m333x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m333x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m333x/Kconfig.defconfig.m333xxx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m333x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m335x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m335x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m335x/Kconfig.defconfig.m335xxx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m335x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m46x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m46x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m46x/Kconfig.defconfig.m467 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m46x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m55m1x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m55m1x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m55m1x/Kconfig.defconfig.m55m1xxx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m55m1x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numicro/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numicro/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numicro/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numicro/m48x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numicro/m48x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numicro/m48x/Kconfig.defconfig.m487 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numicro/m48x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/common/Kconfig.flexspi_xip /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/common/Kconfig.nbu /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/common/Kconfig.rom_loader /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/common/Kconfig.xspi_xip /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx6sx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx6sx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx6sx/Kconfig.defconfig.mcimx6x_m4 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx6sx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx7d/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx7d/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx7d/Kconfig.defconfig.mcimx7d_m4 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx7d/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8ml8_a53 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8ml8_adsp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8ml8_m7 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8mm6_a53 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8mm6_m4 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8mn6_a53 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8mq6_m4 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8ulp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8ulp/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8ulp/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx91/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx91/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx91/Kconfig.defconfig.mimx91 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx91/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx93/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx93/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx93/Kconfig.defconfig.mimx93.a55 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx93/Kconfig.defconfig.mimx93.m33 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx93/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx943/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx943/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx943/Kconfig.defconfig.mimx94398.a55 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx943/Kconfig.defconfig.mimx94398.m33 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx943/Kconfig.defconfig.mimx94398.m7_0 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx943/Kconfig.defconfig.mimx94398.m7_1 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx943/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx95/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx95/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx95/Kconfig.defconfig.mimx95.a55 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx95/Kconfig.defconfig.mimx95.m7 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx95/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt10xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt10xx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt10xx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt118x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt118x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt118x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt11xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt11xx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt11xx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt5xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt5xx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt5xx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt6xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt6xx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt6xx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/cm33/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/cm33/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/hifi1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/hifi1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/hifi4/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/hifi4/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k2x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k2x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k2x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k32lx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k32lx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k32lx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k6x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k6x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k6x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k8x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k8x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k8x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/ke1xf/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/ke1xf/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/ke1xf/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/ke1xz/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/ke1xz/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/ke1xz/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kl2x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kl2x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kl2x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kv5x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kv5x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kv5x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kwx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kwx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kwx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/layerscape/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/layerscape/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/layerscape/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/layerscape/ls1046a/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/layerscape/ls1046a/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/layerscape/ls1046a/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc11u6x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc11u6x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc11u6x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc51u68/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc51u68/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc51u68/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc54xxx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc54xxx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc54xxx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc55xxx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc55xxx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc55xxx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxa/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxa/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxa/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxc/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxc/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/mcxe24x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/mcxe24x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/mcxe24x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/mcxe31x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/mcxe31x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/mcxe31x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxl/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxl/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxl/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxn/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxn/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxn/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/mcxw2xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/mcxw2xx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/mcxw2xx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/mcxw7xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/mcxw7xx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/mcxw7xx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/rw/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/rw/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/rw/Kconfig.defconfig.wifi /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/rw/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k5/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k5/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k5/Kconfig.defconfig.s32k566.m7 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k5/Kconfig.defconfig.s32k566.r52 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k5/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32ze/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32ze/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32ze/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/oct/osd32mp15x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/oct/osd32mp15x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/openhwgroup/cva6/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/openhwgroup/cva6/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/openhwgroup/cva6/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/openhwgroup/cva6/cv32a6/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/openhwgroup/cva6/cv32a6/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/openhwgroup/cva6/cv64a6/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/openhwgroup/cva6/cv64a6/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/openisa/rv32m1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/openisa/rv32m1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/openisa/rv32m1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/malta/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/malta/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/malta/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/or1k/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/or1k/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/or1k/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv32/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv32/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv32e/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv32e/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv64/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv64/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/quicklogic/eos_s3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/quicklogic/eos_s3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/quicklogic/eos_s3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/common/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/common/Kconfig.binary_info /home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/rp2040/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/rp2040/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/rp2040/Kconfig.defconfig.rp2040 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/rp2040/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/rp2350/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/rp2350/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/rp2350/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebad/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebad/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebad/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebadplus/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebadplus/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebadplus/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebag2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebag2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebag2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/rtl8752h/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/rtl8752h/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/rtl8752h/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/rtl87x2g/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/rtl87x2g/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/rtl87x2g/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ec/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ec/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ec/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ec/rts5912/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ec/rts5912/Kconfig.defconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ec/rts5912/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ec/rts5912/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/fingerprint/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/fingerprint/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/fingerprint/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/fingerprint/rts5817/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/fingerprint/rts5817/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/fingerprint/rts5817/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra0e1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra0e1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra0e1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra2a1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra2a1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra2a1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra2l1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra2l1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra2l1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4c1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4c1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4c1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4e1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4e1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4e1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4e2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4e2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4e2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4l1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4l1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4l1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4t1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4t1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4t1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4w1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4w1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4w1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6e1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6e1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6e1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6e2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6e2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6e2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m4/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m4/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m4/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m5/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m5/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m5/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8d1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8d1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8d1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8d2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8d2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8d2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8e1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8e1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8e1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8m1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8m1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8m1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8m2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8m2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8m2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8p1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8p1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8p1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8t1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8t1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8t1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8t2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8t2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8t2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/rcar_gen3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/rcar_gen3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/rcar_gen3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig.defconfig.r8a779f0 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig.defconfig.r8a779g0 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx130/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx130/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx130/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx140/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx140/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx140/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx14t/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx14t/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx14t/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx261/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx261/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx261/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx26t/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx26t/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx26t/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx62n/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx62n/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx62n/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rza2m/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rza2m/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rza2m/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rza3ul/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rza3ul/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rza3ul/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg2l/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg2l/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg2l/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg2ul/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg2ul/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg2ul/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg3e/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg3e/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg3e/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg3s/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg3s/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg3s/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzn2h/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzn2h/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzn2h/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzn2l/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzn2l/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzn2l/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2h/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2h/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2h/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2l/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2l/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2l/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2m/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2m/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2m/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2h/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2h/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2h/Kconfig.defconfig.rzv2h_cm33 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2h/Kconfig.defconfig.rzv2h_cr8 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2h/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2l/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2l/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2l/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2n/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2n/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2n/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/smartbond/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/smartbond/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/smartbond/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/smartbond/da1469x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/smartbond/da1469x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/smartbond/da1469x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renode/cortex_r8_virtual/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renode/cortex_r8_virtual/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renode/cortex_r8_virtual/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renode/riscv_virtual/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renode/riscv_virtual/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renode/riscv_virtual/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk3399/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk3399/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk3399/Kconfig.defconfig.rk3399 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk3399/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3568/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3568/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3568/Kconfig.defconfig.rk3568 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3568/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3588/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3588/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3588/Kconfig.defconfig.rk3588 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3588/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3588s/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3588s/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3588s/Kconfig.defconfig.rk3588s /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3588s/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rv1106/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rv1106/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rv1106/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/ganymed/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/ganymed/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/ganymed/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/ganymed/sy1xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/ganymed/sy1xx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/ganymed/sy1xx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fe300/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fe300/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fe300/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fu500/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fu500/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fu500/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fu700/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fu700/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fu700/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifli/sf32/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifli/sf32/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifli/sf32/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifli/sf32/sf32lb52x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifli/sf32/sf32lb52x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifli/sf32/sf32lb52x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32hg/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32hg/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32hg/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32tg/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32tg/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32tg/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32wg/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32wg/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32wg/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32gg11b/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32gg11b/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32gg11b/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32gg12b/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32gg12b/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32gg12b/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32jg12b/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32jg12b/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32jg12b/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32pg12b/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32pg12b/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32pg12b/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32pg1b/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32pg1b/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32pg1b/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32bg13p/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32bg13p/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32bg13p/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32fg13p/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32fg13p/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32fg13p/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32fg1p/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32fg1p/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32fg1p/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32mg12p/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32mg12p/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32mg12p/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg21/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg21/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg21/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg22/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg22/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg22/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg23/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg23/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg23/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg24/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg24/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg24/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg26/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg26/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg26/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg27/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg27/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg27/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg28/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg28/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg28/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg29/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg29/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg29/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_sim3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_sim3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_sim3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_sim3/sim3u/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_sim3/sim3u/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_sim3/sim3u/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_siwx91x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_siwx91x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_siwx91x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_siwx91x/siwg917/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_siwx91x/siwg917/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_siwx91x/siwg917/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/arc_iot/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/arc_iot/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/arc_iot/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.defconfig.em11d /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.defconfig.em4 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.defconfig.em5d /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.defconfig.em6 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.defconfig.em7d /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.defconfig.em7d_esp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.defconfig.em9d /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsk/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsk/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsk/Kconfig.defconfig.em11d /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsk/Kconfig.defconfig.em7d /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsk/Kconfig.defconfig.em9d /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsk/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/hsdk/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/hsdk/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/hsdk/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/hsdk4xd/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/hsdk4xd/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/hsdk4xd/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/em/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/em/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/em/Kconfig.defconfig.em /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/em/Kconfig.defconfig.em11d /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/em/Kconfig.defconfig.em7d_v22 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/em/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.defconfig.hs /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.defconfig.hs5x /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.defconfig.hs5x_smp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.defconfig.hs6x /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.defconfig.hs6x_smp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.defconfig.hs_mpuv6 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.defconfig.hs_smp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/sem/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/sem/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/sem/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/vpx5/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/vpx5/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/vpx5/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/rhx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/rhx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/rhx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/rmx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/rmx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/rmx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/qemu_arc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/qemu_arc/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/qemu_arc/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/soc.yml /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32c0x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32c0x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32c0x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32c5x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32c5x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32c5x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f0x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f0x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f1x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f1x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f1x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f2x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f2x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f2x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f3x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f302xc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f303x(b-c) /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f303xe /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f373xc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f3x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f4x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f4x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f7x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f765xx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f767xx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f769xx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f777xx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f7x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g0x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g0b1xx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g0x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h5x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h5x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h5x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7rsx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7rsx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7rsx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h745xx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h747xx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h755xx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h757xx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l0x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l0x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l1x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l1x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l1x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l4x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l4x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l5x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l5x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l5x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp13x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp13x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp13x/Kconfig.defconfig.stm32mp13_a7 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp13x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp1x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp1x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp1x/Kconfig.defconfig.stm32mp15_m4 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp1x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp2x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp2x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp2x/Kconfig.defconfig.stm32mp215fxx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp2x/Kconfig.defconfig.stm32mp257fxx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp2x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32n6x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32n6x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32n6x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32n6x/npu/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u0x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u0x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u0x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u3x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u3x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u3x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u5x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u5x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u5x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wb0x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wb0x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wb0x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wbax/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wbax/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wbax/Kconfig.defconfig.stm32wba65xx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wbax/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wbx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wbx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wbx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wlx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wlx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wlx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/starfive/jh71xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/starfive/jh71xx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/starfive/jh71xx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/syna/sr100/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/syna/sr100/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/syna/sr100/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/telink/tlsr/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/telink/tlsr/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/telink/tlsr/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/telink/tlsr/tlsr951x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/telink/tlsr/tlsr951x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/telink/tlsr/tlsr951x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am62lx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am62lx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am62lx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am62x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am62x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am62x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am64x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am64x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am64x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/j721e/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/j721e/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/j721e/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/j722s/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/j722s/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/j722s/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/lm3s6965/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/lm3s6965/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/lm3s6965/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/mspm0g/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/mspm0g/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/mspm0g/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/mspm0l/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/mspm0l/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/mspm0l/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc13x2_cc26x2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc13x2_cc26x2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc13x2_cc26x2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc23x0/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc23x0/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc23x0/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc32xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc32xx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc32xx/Kconfig.defconfig.cc3220sf /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc32xx/Kconfig.defconfig.cc3235sf /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc32xx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/msp432p4xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/msp432p4xx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/msp432p4xx/Kconfig.defconfig.msp432p401r /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/msp432p4xx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2a/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2a/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2a/Kconfig.defconfig.ch32v003 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2a/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2a/Kconfig.soc.ch32v003 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2c/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2c/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2c/Kconfig.defconfig.ch32v006 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2c/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2c/Kconfig.soc.ch32v006 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4b/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4b/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4b/Kconfig.defconfig.ch32v203 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4b/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4b/Kconfig.soc.ch32v203 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4c/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4c/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4c/Kconfig.defconfig.ch32v208 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4c/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4c/Kconfig.soc.ch32v208 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4f/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4f/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4f/Kconfig.defconfig.ch32v303 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4f/Kconfig.defconfig.ch32v307 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4f/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4f/Kconfig.soc.ch32v303 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4f/Kconfig.soc.ch32v307 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xen/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xen/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xen/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versal/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versal/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versal/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versal2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versal2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versal2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versalnet/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versalnet/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versalnet/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/xc7zxxx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/xc7zxxx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/xc7zxxx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/xc7zxxxs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/xc7zxxxs/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/xc7zxxxs/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynqmp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynqmp/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynqmp/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bindesc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bindesc/Kconfig.build_time /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bindesc/Kconfig.host_info /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bindesc/Kconfig.version /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/Kconfig.adv /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/Kconfig.logging /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.aics /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.ascs /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.bap /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.cap /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.ccp /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.csip /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.gmap /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.has /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.mcs /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.mctl /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.micp /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.mpl /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.pacs /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.pbp /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.tbs /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.tmap /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.vcp /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.vocs /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/common/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/controller/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/controller/Kconfig.df /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/controller/Kconfig.dtm /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/controller/Kconfig.ll_sw_split /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/controller/coex/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/crypto/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/host/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/host/Kconfig.gatt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/host/Kconfig.l2cap /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/host/classic/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/lib/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/mesh/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/mesh/shell/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/Kconfig.ans /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/Kconfig.cts /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/Kconfig.dis /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/Kconfig.ets /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/Kconfig.gap_svc /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/Kconfig.hrs /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/Kconfig.tps /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/bas/Kconfig.bas /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/ias/Kconfig.ias /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/nus/Kconfig.nus /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/ots/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/canbus/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/canbus/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/canbus/isotp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/console/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/cpu_freq/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/crc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/dap/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/debug/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/debug/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/debug/coredump/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/debug/gdbstub/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/debug/symtab/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/debug/thread_analyzer/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/dfu/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/disk/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/dsp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/emul/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/emul/espi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fb/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fs/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fs/Kconfig.fatfs /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fs/Kconfig.littlefs /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fs/ext2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fs/fcb/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fs/fuse_client/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fs/virtiofs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/gnss/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/gnss/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/gnss/rtk/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/gnss/rtk/protocol/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/gnss/rtk/serial/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/input/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/instrumentation/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/instrumentation/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/ipc_service/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/ipc_service/backends/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/ipc_service/backends/Kconfig.icbmsg /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/ipc_service/backends/Kconfig.icmsg_me /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/ipc_service/backends/Kconfig.intel_adsp /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/ipc_service/backends/Kconfig.rpmsg /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/ipc_service/lib/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/ipc_service/lib/Kconfig.icmsg /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/open-amp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/rpmsg_service/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/jwt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/kvss/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/kvss/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/kvss/nvs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/kvss/zms/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/llext/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.filtering /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.formatting /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.links /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.misc /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.mode /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.processing /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.template.log_config /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.template.log_config_inherit /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.template.log_format_config /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.adsp /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.adsp_mtrace /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.ble /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.efi_console /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.fs /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.mqtt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.multidomain /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.native_posix /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.net /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.rtt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.semihost /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.spinel /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.swo /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.uart /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.ws /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.xtensa_sim /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/frontends/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/lorawan/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/lorawan/emul/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/lorawan/loramac-node/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/lorawan/native/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/lorawan/native/region/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/lorawan/nvm/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/lorawan/services/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mem_mgmt/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mem_mgmt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mem_mgmt/demand_paging/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mem_mgmt/demand_paging/backing_store/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mem_mgmt/demand_paging/eviction/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/ec_host_cmd/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/ec_host_cmd/Kconfig.logging /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/ec_host_cmd/backends/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/hawkbit/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/enum_mgmt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/fs_mgmt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/img_mgmt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/img_mgmt_client/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/os_mgmt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/os_mgmt_client/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/settings_mgmt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/shell_mgmt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/stat_mgmt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/zephyr_basic/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/mgmt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/smp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/smp_client/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.bluetooth /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.common /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.dummy /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.lorawan /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.raw_dummy /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.raw_uart /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.shell /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.uart /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.udp /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/osdp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/osdp/Kconfig.cp /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/osdp/Kconfig.pd /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/updatehub/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/modbus/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/modem/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/modem/backends/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/Kconfig.hostname /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/Kconfig.template.log_config.net /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/conn_mgr/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/ip/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/ip/Kconfig.debug /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/ip/Kconfig.ipv4 /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/ip/Kconfig.ipv6 /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/ip/Kconfig.mgmt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/ip/Kconfig.stack /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/ip/Kconfig.stats /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/ip/Kconfig.tcp /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/canbus/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/dummy/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/dummy/any/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/ethernet/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/ethernet/bridge/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/ethernet/dsa/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/ethernet/gptp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/ethernet/lldp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/ieee802154/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/ieee802154/Kconfig.radio /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/openthread/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/ppp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/virtual/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/virtual/ipip/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/wifi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/capture/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/coap/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/config/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/dhcpv4/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/dhcpv6/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/dns/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/ftp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/http/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/latmon/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/lwm2m/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/lwm2m/Kconfig.ipso /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/lwm2m/Kconfig.ucifi /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/midi2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/mqtt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/mqtt_sn/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/ocpp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/prometheus/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/ptp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/quic/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/shell/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/sntp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/sockets/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/socks/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/ssh/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/tftp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/tls_credentials/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/tls_credentials/Kconfig.shell /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/trickle/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/websocket/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/wifi_credentials/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/wireguard/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/zperf/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/pkt_filter/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/nvmem/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/pm/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/pm/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/pm/policy/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/pm/policy/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/pmci/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/pmci/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/pmci/mctp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/pmci/mctp/Kconfig.usb /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/cmsis_rtos_v1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/cmsis_rtos_v2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/Kconfig.profile /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/Kconfig.toolchain /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lang_support_r/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lang_support_r/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/eventfd/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.aio /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.barrier /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.device_io /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.fd_mgmt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.file_system_r /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.fs /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.mem /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.mqueue /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.net /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.proc1 /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.procN /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.pthread /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.rwlock /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.sched /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.semaphore /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.signal /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.spinlock /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.sync_io /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.timer /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.xsi_realtime /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.xsi_single_process /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.xsi_streams /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.xsi_system_logging /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.xsi_threads_ext /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/shell/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/shell/Kconfig.env /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/shell/Kconfig.uname /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/profiling/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/profiling/perf/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/profiling/perf/backends/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/random/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/random/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/retention/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/retention/Kconfig.blinfo /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/rtio/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/rtio/Kconfig.workq /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/sd/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/sd/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/secure_storage/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/secure_storage/Kconfig.its_store /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/secure_storage/Kconfig.its_transform /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/sensing/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/sensing/sensor/hinge_angle/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/sensing/sensor/phy_3d_sensor/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/settings/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/shell/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/shell/Kconfig.template.shell_log_queue_size /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/shell/Kconfig.template.shell_log_queue_timeout /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/shell/backends/Kconfig.backends /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/shell/modules/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/shell/modules/kernel_service/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/shell/modules/kernel_service/thread/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/sip_svc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/stats/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/stats/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/storage/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/storage/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/storage/flash_map/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/storage/flash_map/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/storage/stream/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/task_wdt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/testsuite/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/testsuite/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/testsuite/Kconfig.coverage /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/testsuite/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/testsuite/ztest/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/testsuite/ztest/benchmark/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/timing/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/tracing/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/tracing/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/tracing/sysview/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/common/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/common/Kconfig.template.instances_count /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/Kconfig.bt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/Kconfig.cdc /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/Kconfig.msc /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/Kconfig.template.composite_device_number /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/audio/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/dfu/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/hid/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/netusb/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/app/Kconfig.cdc_acm_serial /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.bt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.cdc_acm /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.cdc_ecm /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.cdc_ncm /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.dfu /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.hid /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.loopback /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.midi2 /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.msc /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.uac2 /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.uvc /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/host/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/host/Kconfig.usbip /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/host/class/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/host/class/Kconfig.uvc /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/usb_c/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/zbus/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/zbus/proxy_agent/Kconfig /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeASMCompiler.cmake.in /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeASMInformation.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCCompiler.cmake.in /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCInformation.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXCompiler.cmake.in /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXInformation.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCommonLanguageInclude.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCompilerIdDetection.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineASMCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineSystem.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeGenericSystem.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeInitializeConfigs.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeLanguageInformation.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeNinjaFindMake.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeSystem.cmake.in /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeSystemSpecificInformation.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeSystemSpecificInitialize.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestASMCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCXXCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CheckCCompilerFlag.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CheckCSourceCompiles.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXCompilerFlag.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/ADSP-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/ARMCC-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/ARMClang-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/AppleClang-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Borland-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/CMakeCommonCompilerMacros.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Clang-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Cray-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/CrayClang-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Diab-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GHS-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU-ASM.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU-C-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU-C.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU-CXX.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU-FindBinUtils.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/HP-C-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/IAR-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Intel-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/LCC-C-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/MSVC-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/NVHPC-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/OrangeC-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/PGI-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/PathScale-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Renesas-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/SCO-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/TI-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/TIClang-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Tasking-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Watcom-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/XL-C-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/zOS-C-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/ExternalProject.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/ExternalProject/shared_internal_commands.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageHandleStandardArgs.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageMessage.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/FindPython/Support.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/FindPython3.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeASMLinkerInformation.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeCLinkerInformation.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeCXXLinkerInformation.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeCommonLinkerInformation.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeInspectASMLinker.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeInspectCLinker.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeInspectCXXLinker.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckCompilerFlag.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckFlagCommonConfig.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Generic.cmake /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/cmake/Zephyr-sdkConfig.cmake /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/cmake/Zephyr-sdkConfigVersion.cmake /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/cmake/zephyr/Kconfig /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/cmake/zephyr/gnu/generic.cmake /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/cmake/zephyr/gnu/target.cmake /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/cmake/zephyr/host-tools.cmake CMakeCache.txt CMakeFiles/4.1.2/CMakeASMCompiler.cmake CMakeFiles/4.1.2/CMakeCCompiler.cmake CMakeFiles/4.1.2/CMakeCXXCompiler.cmake CMakeFiles/4.1.2/CMakeSystem.cmake Kconfig/Kconfig.dts Kconfig/Kconfig.modules Kconfig/arch/Kconfig Kconfig/boards/Kconfig Kconfig/boards/Kconfig.defconfig Kconfig/boards/Kconfig.nucleo_g431rb Kconfig/kconfig_module_dirs.cmake Kconfig/soc/Kconfig Kconfig/soc/Kconfig.defconfig Kconfig/soc/Kconfig.soc zephyr/.config zephyr/edt.pickle.cmake zephyr/include/generated/zephyr/autoconf.h zephyr/misc/generated/syscalls_subdirs.txt zephyr/snippets_generated.cmake - pool = console - - -############################################# -# A missing CMake input file is not an error. - -build /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/Kconfig /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/Kconfig.firmware_loader /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/Kconfig.serial_recovery /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/VERSION /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/app.overlay /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/mcuboot-nucleo-g431rb.conf /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/prj.conf /home/jeremy/utat-dev/zephyrproject/modules/bsim_hw_models/nrf_hw_models/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/debug/mipi-sys-t/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/DFM/kernelports/Zephyr/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/DFM/kernelports/Zephyr/storageports/Filesystem/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/DFM/kernelports/Zephyr/storageports/Flash/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.BufferAllocation /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.Debug /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.EntryTable /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.ISR /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.InternalBuffer /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.StackMonitor /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.StartMode /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.StreamPort /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.TraceControl /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.TraceCoverage /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/kernelports/ESP-IDF_FreeRTOS/streamports/ESP_IDF_APPTRACE/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/kernelports/Zephyr/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/kernelports/Zephyr/streamports/Semihost/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/streamports/ARM_ITM/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/streamports/File/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/streamports/Jlink_RTT/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/streamports/RingBuffer/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/streamports/STM32_USB_CDC/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/streamports/TCPIP/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/streamports/UDP/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/zephyr/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/adi/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/ambiq/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/atmel/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/atmel/asf/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/atmel/asf/common/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/atmel/asf/common/components/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/atmel/asf/common/components/wifi/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/components/soc/esp32/include/soc/Kconfig.soc_caps.in /home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/components/soc/esp32c2/include/soc/Kconfig.soc_caps.in /home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/components/soc/esp32c3/include/soc/Kconfig.soc_caps.in /home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/components/soc/esp32c5/include/soc/Kconfig.soc_caps.in /home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/components/soc/esp32c6/include/soc/Kconfig.soc_caps.in /home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/components/soc/esp32h2/include/soc/Kconfig.soc_caps.in /home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/components/soc/esp32s2/include/soc/Kconfig.soc_caps.in /home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/components/soc/esp32s3/include/soc/Kconfig.soc_caps.in /home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/zephyr/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/zephyr/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/intel/zephyr/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/intel/zephyr/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/intel/zephyr/bsp_sedi/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/intel/zephyr/subsys/logging/backends/Kconfig.i2c /home/jeremy/utat-dev/zephyrproject/modules/hal/libmetal/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/microchip/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/nuvoton/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/nxp/zephyr/src/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/openisa/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/quicklogic/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/ameba/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/ameba/amebad/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/ameba/amebadplus/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/ameba/amebag2/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/ameba/common/wifi/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/adc/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/bluetooth/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/can/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/codec/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/dma/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/gpio/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/i2c/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/i2s/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/ir/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/irq/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/keyscan/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/mac_802154/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/pinmux/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/pwm/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/qdec/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/rcc/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/rtc/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/sdhc/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/spi/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/timer/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/uart/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/usb/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/wdt/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/renesas/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/renesas/drivers/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/renesas/zephyr/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/st/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/dts/st/g4/stm32g431r(6-8-b)tx-pinctrl.dtsi /home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/tdk/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/telink/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/telink/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/telink/tlsr9/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/hal/ti/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/ti/mspm0/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/ti/simplelink/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/ti/simplelink/source/ti/devices/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/ti/simplelink_lpf3/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/ti/simplelink_lpf3/source/ti/boards/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/ti/simplelink_lpf3/source/ti/devices/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/wurthelektronik/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/hal/xtensa/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/lib/gui/lvgl/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/lib/gui/lvgl/zephyr/Kconfig /home/jeremy/utat-dev/zephyrproject/modules/lib/libmctp/zephyr/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/lib/open-amp/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/lib/picolibc/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/modules/lib/picolibc/zephyr/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/Kconfig.constants /home/jeremy/utat-dev/zephyrproject/zephyr/Kconfig.zephyr /home/jeremy/utat-dev/zephyrproject/zephyr/VERSION /home/jeremy/utat-dev/zephyrproject/zephyr/arch/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/arch/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arc/core/dsp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arc/core/mpu/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/Kconfig.vfp /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/arm9/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_a_r/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/tz/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/mmu/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/mpu/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/mpu/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm64/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm64/core/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm64/core/cortex_r/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm64/core/xen/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/acpi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/mips/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/openrisc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/posix/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/posix/Kconfig.natsim_optional /home/jeremy/utat-dev/zephyrproject/zephyr/arch/riscv/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/riscv/Kconfig.isa /home/jeremy/utat-dev/zephyrproject/zephyr/arch/riscv/custom/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/riscv/custom/andes/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/riscv/custom/thead/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/riscv/custom/thead/Kconfig.core /home/jeremy/utat-dev/zephyrproject/zephyr/arch/riscv/custom/vexriscv/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/rx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/sparc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/x86/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/arch/x86/core/Kconfig.ia32 /home/jeremy/utat-dev/zephyrproject/zephyr/arch/x86/core/Kconfig.intel64 /home/jeremy/utat-dev/zephyrproject/zephyr/arch/xtensa/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/boards/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/Kconfig.v2 /home/jeremy/utat-dev/zephyrproject/zephyr/boards/Kconfig.whisper /home/jeremy/utat-dev/zephyrproject/zephyr/boards/common/jlink.board.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/boards/common/openocd-stm32.board.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/boards/common/openocd.board.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/boards/common/pyocd.board.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/boards/common/stm32cubeprogrammer.board.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/boards/deprecated.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/abrobot_esp32c3_oled/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ad_apardpfw_sl/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ad_apardpfw_sl/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_24lc32/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_2_8_tft_touch_v2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_2_8_tft_touch_v2/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_8chan_solenoid/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_ad5693r/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_adalogger_featherwing/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_aht20/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_apds9960/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_aw9523/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_data_logger/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_dps310/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_drv2605l/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_ds2484/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_featherwing_128x32_oled/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_featherwing_128x32_oled/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_featherwing_128x64_oled/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_featherwing_128x64_oled/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_ht16k33/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_hts221/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_ina219/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_ina228/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_ina237/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_ina3221/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_lis2mdl/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_lis3dh/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_lis3mdl/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_lps22/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_ltr329/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_max17048/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_mcp4728/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_mcp9808/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_neopixel_grid_bff/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_neopixel_grid_bff/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_pca9685/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_pcf8523/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_sht4x/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_tsl2591/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_vcnl4040/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_veml7700/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_winc1500/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_winc1500/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/amg88xx/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arceli_eth_w5500/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arceli_eth_w5500/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arducam_cu450_ov5640/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arduino_giga_display_shield/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arduino_giga_display_shield/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arduino_modulino_buttons/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arduino_modulino_latch_relay/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arduino_modulino_movement/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arduino_modulino_pixels/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arduino_modulino_thermo/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arduino_uno_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/atmel_rf2xx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/atmel_rf2xx/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/boostxl_ulpsense/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/canis_canpico/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/dac80508_evm/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/dvp_20pin_ov7670/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/dvp_fpc24_mt9m114/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ek_ra8d1_rtk7eka6m3b00001bu/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/esp_8266/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/esp_8266/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/esp_8266/boards/disco_l475_iot1.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/esp_8266/boards/sam4e_xpro.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/esp_threadbr_ethernet/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/esp_threadbr_ethernet/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/eval_ad4052_ardz/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/eval_adxl362_ardz/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/eval_adxl367_ardz/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/eval_adxl372_ardz/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/eval_cn0391_ardz/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/frdm_cr20a/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/frdm_cr20a/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/frdm_cr20a/boards/frdm_k64f.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/frdm_kw41z/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/frdm_stbc_agm01/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ftdi_vm800c/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/g1120b0mipi/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/g1120b0mipi/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/inventek_eswifi/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/inventek_eswifi/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/inventek_eswifi/boards/frdm_k64f.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/inventek_eswifi/boards/nucleo_f767zi.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/lcd_par_s035/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/lcd_par_s035/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/link_board_eth/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/link_board_eth/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/lmp90100_evb/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/lmp90100_evb/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ls0xx_generic/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ls0xx_generic/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/m5stack_cardputer/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/m5stack_cardputer/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/m5stack_core2_ext/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/m5stack_unit_gesture/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/m5stack_unit_minioled/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/m5stack_unit_minioled/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/max3421e/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/max7219/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mchp_rnbd451_bt/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mchp_rnbd451_bt/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mcp2515/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_3d_hall_3_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_accel13_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_accel4_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_adc_click/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_adc_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_air_quality_3_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_ambient_2_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_ble_tiny_click/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_ble_tiny_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_can_fd_6_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_eeprom_13_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_eth3_click/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_eth3_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_eth_click/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_eth_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_flash_5_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_flash_6_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_flash_8_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_h_bridge_4_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_illuminance_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_ir_gesture_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_lsm6dsl_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_lte_iot10_click/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_lte_iot10_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_lte_iot7_click/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_lte_iot7_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_mcp251x_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_mcp251xfd_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_pressure_3_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_proximity_9_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_rs485_isolator_5_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_rtc_18_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_stepper_18_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_stepper_19_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_temp_hum_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_weather_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_wifi_bt_click/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_wifi_bt_click/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/npm1100_ek/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/npm1300_ek/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/npm1304_ek/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/npm2100_ek/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/npm6001_ek/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nrf7002eb/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nrf7002eb2/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nrf7002ek/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_adtja1101/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_btb44_ov5640/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_m2_wifi_bt/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_m2_wifi_bt/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_mx8_dsi_oled1a/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_mx8_dsi_oled1a/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_mx9_dsi_oled/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_mx9_dsi_oled/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_s32k5xx_mb/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/olimex_shield_midi/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/openthread_rcp_arduino/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/openthread_rcp_arduino/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/p3t1755dp_ard_i2c/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/p3t1755dp_ard_i3c/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/pmod_acl/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/pmod_sd/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/raspberry_pi_camera_module_2/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/renesas_aik_ov2640_cam/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/renesas_us159_da14531evz/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/reyax_lora/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rk043fn02h_ct/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rk043fn02h_ct/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rk043fn66hs_ctg/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rk043fn66hs_ctg/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rk055hdmipi4m/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rk055hdmipi4m/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rk055hdmipi4ma0/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rk055hdmipi4ma0/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rpi_pico_uno_flexypin/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtk0eg0019b01002bj/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtk0eg0019b01002bj/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtk7eka6m3b00001bu/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtk7eka6m3b00001bu/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtk7eka6m3b00001bu/boards/ek_ra8d1.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtklcdpar1s00001be/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtklcdpar1s00001be/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtklcdpar1s00001be/boards/ek_ra8d2_r7ka8d2kflcac_cm85.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtklcdpar1s00001be/boards/ek_ra8p1_r7ka8p1kflcac_cm85.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtkmipilcdb00000be/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtkmipilcdb00000be/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtkmipilcdb00000be/boards/aik_ra8d1.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtkmipilcdb00000be/boards/ek_ra8d1.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtkmipilcdb00000be/boards/ek_ra8p1_r7ka8p1kflcac_cm85.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/seeed_w5500/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/seeed_w5500/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/seeed_xiao_cob_led/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/seeed_xiao_expansion_board/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/seeed_xiao_expansion_board/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/seeed_xiao_hsp24/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/seeed_xiao_round_display/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/seeed_xiao_round_display/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/semtech_sx1261mb2bas/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/semtech_sx1262mb2das/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/semtech_sx1272mb2das/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/semtech_sx1276mb1mas/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/sparkfun_carrier_asset_tracker/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/sparkfun_environmental_combo/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/sparkfun_rv8803/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/sparkfun_sara_r4/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/sparkfun_sara_r4/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/sparkfun_shtc3/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ssd1306/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ssd1306/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st7735r/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st7735r/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st7789v_generic/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st7789v_generic/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st87mxx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st87mxx/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_b_cams_imx_mb1854/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_b_cams_imx_mb1854/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_b_cams_omv_mb1683/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_b_dsi_mb1314/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_b_lcd40_dsi1_mb1166/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_b_lcd40_dsi1_mb1166/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_b_lcd40_dsi1_mb1166/boards/stm32h747i_disco_stm32h747xx_m7.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_b_lcd40_dsi1_mb1166/boards/stm32h757i_eval_stm32h757xx_m7.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_lcd_dsi_mb1835/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_mb1897_cam/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_stm32f4dis_cam/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/swir_hl78xx_ev_kit/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/tcan4550evm/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ti_bp_bassensorsmkii/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/v2c_daplink/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_dsi_lcd/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_dsi_lcd/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_epaper/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_epaper/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_pico_lcd_1_14/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_pico_lcd_1_14/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_pico_oled_1_3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_pico_oled_1_3/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_ups/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/weact_ov2640_cam_module/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/wiznet_w5500/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/wiznet_w5500/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/wnc_m14a2a/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/wnc_m14a2a/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_53l0a1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_53l0a1/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_bnrg2a1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_bnrg2a1/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_eeprma2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_eeprma2/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_gfx01m2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_gfx01m2/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_gnss1a1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_gnss1a1/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_idb05a1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_idb05a1/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_iks01a1/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_iks01a2/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_iks01a3/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_iks02a1/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_iks4a1/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_iks5a1/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_wb05kn1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_wb05kn1/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/zc143ac72mipi/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/zc143ac72mipi/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/zhaw_lumamatrix/Kconfig.shield /home/jeremy/utat-dev/zephyrproject/zephyr/boards/st/nucleo_g431rb/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/st/nucleo_g431rb/Kconfig.nucleo_g431rb /home/jeremy/utat-dev/zephyrproject/zephyr/boards/st/nucleo_g431rb/arduino_r3_connector.dtsi /home/jeremy/utat-dev/zephyrproject/zephyr/boards/st/nucleo_g431rb/board.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/boards/st/nucleo_g431rb/board.yml /home/jeremy/utat-dev/zephyrproject/zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts /home/jeremy/utat-dev/zephyrproject/zephyr/boards/st/nucleo_g431rb/nucleo_g431rb_defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/boards/st/nucleo_g431rb/st_morpho_connector.dtsi /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/bintools/bintools_template.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/bintools/gnu/target.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/bintools/gnu/target_bintools.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/compiler/compiler_features.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/compiler/compiler_flags_template.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/compiler/gcc/compiler_flags.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/compiler/gcc/generic.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/compiler/gcc/target.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/compiler/gcc/target_arm.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/compiler/target_template.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/extra_flags.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/flash/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/gcc-m-cpu.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/gcc-m-fpu.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/kobj.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker/ld/gcc/linker_flags.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker/ld/linker_flags.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker/ld/linker_libraries.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker/ld/target.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker/ld/target_configure.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker/ld/target_relocation.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker/linker_flags_template.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker/linker_libraries_template.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker/target_template.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker_script/arm/linker.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker_script/common/common-ram.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker_script/common/common-rom.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker_script/common/debug-sections.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker_script/common/kobject-data.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker_script/common/kobject-rom.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker_script/common/kobject-text.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker_script/common/ram-end.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/linker_script/common/thread-local-storage.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/FindDtc.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/FindGnuLd.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/FindHostTools.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/FindScaTools.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/FindTargetTools.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/FindZephyr-sdk.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/arch.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/basic_settings.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/boards.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/ccache.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/configuration_files.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/dts.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/extensions.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/generated_file_directories.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/hwm_v2.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kconfig.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/kernel.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/pre_dt.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/python.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/root.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/shields.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/snippets.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/soc.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/user_cache.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/version.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/west.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/yaml.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/modules/zephyr_module.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/reports/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/target_toolchain_flags.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/toolchain/zephyr/generic.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/toolchain/zephyr/target.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/usage/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ad405x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ad4114 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ad4130 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ad4170 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ad559x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ad7124 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.adc_emul /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ads1112 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ads1119 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ads131m02 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ads1x1x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ads1x4s0x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ads7052 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ads79xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.b91 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.cc13xx_cc26xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.cc23x0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.cc32xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ch32v00x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ene /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.infineon_autanalog_sar /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.infineon_hppass_sar /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.infineon_sar /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.lmp90xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ltc2451 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.max11102_17 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.max1125x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.max2253x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.mcp320x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.mcp3221 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.mcp356xr /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.nrfx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.nxp_s32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.renesas_rx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.renesas_rz /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.sam_afec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.test /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ti_am335x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.tla202x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.vf610 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.xmc4xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.aw88298 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.cs43l22 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.da7212 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.dmic_ambiq_pdm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.dmic_infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.dmic_mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.dmic_mpxxdtyy /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.dmic_nxp_micfil /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.dmic_pdm_nrfx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.max98091 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.pcm1681 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.tas2563 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.tas6422dac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.tlv320aic3110 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.tlv320dac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.wm8904 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.wm8962 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/mic_privacy/intel/Kconfig.mic_privacy /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/auxdisplay/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/auxdisplay/Kconfig.gpio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/auxdisplay/Kconfig.hd44780 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/auxdisplay/Kconfig.itron /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/auxdisplay/Kconfig.jhd1313 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/auxdisplay/Kconfig.pt6314 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/auxdisplay/Kconfig.serlcd /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/auxdisplay/Kconfig.tm1637 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig.bbram_emul /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig.mc146818 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig.microchip /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/biometrics/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/biometrics/Kconfig.emul /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/biometrics/Kconfig.gt5x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/biometrics/Kconfig.zfm_x0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/hci/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/hci/Kconfig.bee /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/hci/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/hci/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/hci/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/hci/Kconfig.nxp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/hci/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/hci/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig.andes /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig.aspeed /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig.nrf /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig.nxp_lmem_cache /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig.nxp_syscon_lpcac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig.nxp_xcache /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.fake /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.kvaser /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.loopback /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.mcan /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.mcp2515 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.mcp251xfd /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.native_linux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.nrf /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.nxp_lpc_mcan /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.nxp_s32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.rcar /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.renesas_rz /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.sja1000 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.tcan4x5x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.xmc4xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/transceiver/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.adp5360 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.axp2101 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.bq24190 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.bq2518x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.bq25713 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.gpio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.max20335 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.npm10xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.pca9422 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.pf1550 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.sbs_charger /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.sy6974b /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.agilex5 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.alif /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.ameba /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.arm_scmi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.aspeed /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.bee /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.beetle /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.cavs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.fixed /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.focaltech /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.lpc11u6x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.npcm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.nrf /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.nxp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.pwm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.rcar /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.renesas_ra_cgc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.renesas_rx_cgc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.renesas_rz_cgc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.renesas_rz_cpg /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.rts5817 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.rv32m1 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.sf32lb_hxt48 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.sf32lb_rcc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.si32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.siwx91x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.syna_sr100 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.tisci /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.wch_rcc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.fake_comp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.infineon_lpcomp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.it51xxx_vcmp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.mcux_acmp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.mspm0_comp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.nrf_comp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.nrf_lpcomp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.nxp_acomp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.nxp_cmp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.nxp_hscmp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.nxp_lpcmp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.renesas_rx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.shell /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.silabs_acmp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.stm32_comp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/console/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/coredump/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.ace /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.andes_atcpit100 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.bee_rtc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.bee_timer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.cc23x0_lgpt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.cc23x0_rtc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.cmos /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.dtmr_cmsdk_apb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.dw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.esp32_rtc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.esp32_tmr /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.imx_epit /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.infineon_tcpwm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.ite_it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.ite_it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.max32_rtc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.max32_timer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.max32_wut /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.maxim_ds3231 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mchp_sam_pit64b /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcp7940n /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_ctimer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_ftm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_gpt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_lpc_rtc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_lpit /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_lptmr /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_qtmr /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_rtc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_rtc_jdp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_snvs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_stm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_sysctr /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_tpm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.native_sim /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.neorv32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.nrfx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.nxp_mrt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.nxp_pit /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.nxp_s32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.renesas_rz /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.rpi_pico_pit /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.rts5912_slwtmr /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.rv3032_counter /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.smartbond_timer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.stm32_rtc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.stm32_timer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.tmr_cmsdk_apb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.xlnx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crc/Kconfig.nxp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crc/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crc/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crc/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crc/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.ataes132a /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.cc23x0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.intel /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.mcux_dcp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.nrf_ecb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.nxp_s32_hse /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.si32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.ad559x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.ad569x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.ad56x1 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.ad56xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.dac161s997 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.dac_emul /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.dacx0501 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.dacx0508 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.dacx311 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.dacx3608 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.ltc166x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.max22017 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.mcp4725 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.mcp4728 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.samd5x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.test /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/amd/sdw/Kconfig.acp_sdw_dai /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/intel/alh/Kconfig.alh /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/intel/dmic/Kconfig.dmic /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/intel/hda/Kconfig.hda /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/intel/ssp/Kconfig.ssp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/intel/uaol/Kconfig.uaol /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/nxp/esai/Kconfig.esai /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/nxp/micfil/Kconfig.micfil /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/nxp/sai/Kconfig.sai /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/debug/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/debug/Kconfig.nrf /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/debug/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/disk/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/disk/Kconfig.flash /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/disk/Kconfig.ftl /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/disk/Kconfig.loopback /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/disk/Kconfig.mmc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/disk/Kconfig.ram /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/disk/Kconfig.sdmmc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/disk/nvme/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ac057tc1 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.co5300 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.dummy /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ed2208_gca /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.gc9x01x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.hub12 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.hx8379c /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.hx8394 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ili9806e_dsi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ili9xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.intel_multibootfb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ist3931 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.led_strip_matrix /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.lpm013m126 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ls0xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.max7219 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.mcux_dcnano_lcdif /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.mcux_elcdif /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.mcux_lcdifv2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.mcux_lcdifv3 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.microbit /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.nrf_led_matrix /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.nt35510 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.otm8009a /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.qemu_ramfb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.renesas_lcdc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.rm67162 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.rm67199 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.rm68200 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.rm692c9 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.sdl /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.sh1122 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ssd1306 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ssd1320 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ssd1322 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ssd1327_5 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ssd1331 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ssd135x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ssd1363 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ssd16xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.st730x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.st75256 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.st7567 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.st7586s /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.st7701 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.st7735r /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.st7789v /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.st7796s /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.stm32_ltdc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.uc81xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.waveshare_dsi2dpi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.acp_host /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.acp_sdw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.ameba /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.andes_atcdmacx00 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.bee /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.dma_pl330 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.dw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.dw_axi_dmac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.dw_common /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.emul /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.intel_adsp_gpdma /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.intel_adsp_hda /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.intel_lpss /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.iproc_pax /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.mcux_edma /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.mcux_lpc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.mcux_pxp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.mcux_smartdma /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.nios2_msgdma /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.nxp_4ch_dma /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.nxp_edma /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.nxp_gdma /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.nxp_sdma /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.nxp_sof_host_dma /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.renesas_rz /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.sam_xdmac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.sedi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.si32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.siwx91x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.ti_cc23x0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.ti_mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.wch /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.xilinx_axi_dma /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.xmc4xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/edac/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/edac/Kconfig.mcux_erm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig.eeprom_emu /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig.fm25xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig.lpc11u6x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig.mb85rcxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig.mb85rsxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig.tmp11x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.arm64 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.b91 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.bee /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.bt_hci /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.cc13xx_cc26xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.gecko /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.iproc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.maxq10xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.mspm0_trng /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.native_sim /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.neorv32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.nrf5 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.nrf_cracen /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.nxp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.psa_crypto /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.rv32m1 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.siwx91x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.sy1xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.virtio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.wch /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/espi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/espi/Kconfig.espi_emul /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/espi/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/espi/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/espi/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/espi/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.adin2111 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.cyclonev /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.dm9051 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.dwmac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.e1000 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.enc28j60 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.enc424j600 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.gecko /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.ivshmem /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.lan865x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.lan9250 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.native_tap /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.nxp_enet /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.nxp_s32_gmac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.nxp_s32_netc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.renesas_ra_rmac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.sam_gmac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.smsc911x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.smsc91x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.stellaris /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.stm32_hal /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.sy1xx_mac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.test /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.virtio_net /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.w5500 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.w6100 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.wch /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.xilinx_axi_ethernet_lite /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.xilinx_axienet /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.xlnx_gem /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.xmc4xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/dsa/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/dwc_xgmac/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/eth_nxp_enet_qos/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/intel/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/intel/Kconfig.intel_igc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.adin2111 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.dwcxgmac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.dwmac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.gpio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.intel_igc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.lan865x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.nxp_enet /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.nxp_enet_qos /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.nxp_imx_netc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.nxp_s32_gmac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.nxp_s32_netc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.stm32_hal /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.sy1xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.wch /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.xilinx_axi_ethernet_lite /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.xilinx_axienet /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.xmc4xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/nxp_imx_netc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/phy/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/phy/Kconfig.dm8806 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/phy/Kconfig.microchip_t1s /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/phy/Kconfig.nxp_t1s /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/phy/Kconfig.tja1103 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/phy/Kconfig.tja11xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/firmware/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/firmware/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/firmware/qemu_fwcfg/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/firmware/scmi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/firmware/scmi/nxp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/firmware/scmi/shell/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/firmware/tisci/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.adi_max32_spixf /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.andes /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.at25xv021a /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.at45 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.b91 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.cadence_nand /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.cadence_qspi_nor /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.cc13xx_cc26xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.cc23x0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.gecko /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.it51xxx_m1k /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.lpc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.mspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nand /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nor /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nordic_qspi_nor /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.npcx_fiu /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nrf /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nrf_mram /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nrf_mramc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nrf_rram /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.numaker_rmc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nxp_s32_qspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nxp_s32_xspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.renesas_ra_ospi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.renesas_ra_qspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.renesas_rx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.renesas_rz_qspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.rv32m1 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.s3axx04 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.sf32lb_mpi_qspi_nor /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.si32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.simulator /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.siwx91x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.stm32_ospi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.stm32_qspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.stm32_xspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.xmc4xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fpga/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fpga/Kconfig.altera_agilex_bridge /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fpga/Kconfig.eos_s3 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fpga/Kconfig.ice40 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fpga/Kconfig.mpfs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fpga/Kconfig.slg471x5 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fpga/Kconfig.slg47910 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fpga/Kconfig.zynqmp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/adp5360/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/axp2101/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/bq27z746/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/bq40z50/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/composite/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/hy4245/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/lc709203f/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/ltc2959/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/max17048/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/sbs_gauge/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/sbs_gauge/Kconfig.emul_sbs_gauge /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/sy24561/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/Kconfig.emul /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/Kconfig.generic /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/Kconfig.globaltop_pa6h /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/Kconfig.luatos_air530z /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/Kconfig.quectel_lcx6g /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/u_blox/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/u_blox/Kconfig.u_blox_common /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/u_blox/Kconfig.u_blox_f9p /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/u_blox/Kconfig.u_blox_m8 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.ad559x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.adp5585 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.ads1x4s0x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.aesc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.altera /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.ameba /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.andes_atcgpio100 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.aw9523b /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.axp192 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.b91 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.bcm2711 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.bd8lb600fs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.bee /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.brcmstb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.cc13xx_cc26xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.cc23x0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.cc32xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.cmsdk_ahb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.creg_gpio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.cy8c95xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.cyw43 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.davinci /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.dw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.efinix_sapphire /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.emul /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.emul_sdl /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.ene /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.eos_s3 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.fxl6408 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.gecko /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.grgpio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.imx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.intel /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.iproc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.it8801 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.lmp90xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.lpc11u6x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.max14906 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.max14916 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.max14917 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.max22017 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.max2219x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mchp_mss /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mcp23xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mcux_igpio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mcux_lpc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mcux_rgpio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mfxstm32l152 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mmio32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mmio_latch /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.nct38xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.neorv32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.npm10xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.npm13xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.npm2100 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.npm6001 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.nrfx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.numicro /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.nxp_siul2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.pca953x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.pca95xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.pca_series /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.pcal64xxa /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.pcal9722 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.pcf857x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.psoc6 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.rcar /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.renesas_ra_ioport /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.renesas_rx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.renesas_rz /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.renesas_rza2m /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.rp1 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.rt1718s /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.rv32m1 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.rzt2m /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sc18im704 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sc18is606 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sedi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.si32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sifive /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.siwx91x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sn74hc595 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.stellaris /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.stmpe1600 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sx1509b /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sy1xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.tca6424a /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.test /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.tle9104 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.wch_ch32v00x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.xlnx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.xlnx_ps /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.xmc4xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/haptics/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/haptics/cirrus/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/haptics/cirrus/Kconfig.cs40l26 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/haptics/cirrus/Kconfig.cs40l5x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/haptics/ti/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/haptics/ti/Kconfig.drv2605 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hdlc_rcp_if/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hdlc_rcp_if/Kconfig.nxp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hdlc_rcp_if/Kconfig.spi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hdlc_rcp_if/Kconfig.uart /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.andes /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.cc13xx_cc26xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.cc23x0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.gecko /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.imxrt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mcux_mcx_cmc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mcux_rcm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mcux_rstctl /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mcux_sim /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mcux_src /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mcux_src_rev2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mcux_syscon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.native /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.nrf /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.numaker_rmc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.psoc6 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.rw61x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.sam4l /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.sam_rstc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.silabs_series2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwspinlock/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwspinlock/Kconfig.nxp_sema42 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwspinlock/Kconfig.sqn /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwspinlock/Kconfig.test /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.andes_atciic100 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.b91 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.bcm_iproc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.bee /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.cc13xx_cc26xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.cc23x0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.cdns /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.dw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.ene /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.gpio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.i2c_emul /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.infineon_xmc4 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.lpc11u6x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.mchp_mss /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.mchp_xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.nrfx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.omap /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.rcar /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.renesas_rx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.renesas_rz /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.sam_twihs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.sbcon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.sc18im704 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.sedi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.sifive /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.sy1xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.tca954x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.test /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.wch /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.xilinx_axi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/target/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/target/Kconfig.eeprom /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.mcux_flexcomm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.nrfx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.sam_ssc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.siwx91x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.test /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.cdns /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.dw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.nxp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.renesas /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.test /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.b91 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.cc1200 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.cc13xx_cc26xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.cc2520 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.dw1000 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.kw41z /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.mcr20a /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.mcxw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.nrf5 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.rf2xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.stm32wba /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.uart_pipe /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.adafruit_seesaw_gamepad /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.adc_keys /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.analog_axis /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.bee_keyscan /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.cap12xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.cf1133 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.ch9350l /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.chsc5x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.chsc6x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.crsf /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.cst8xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.cy8cmbr3xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.evdev /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.ft5336 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.ft6146 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.gpio_kbd_matrix /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.gpio_keys /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.gpio_qdec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.gt911 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.ili2132a /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.it8801 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.kbd_matrix /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.mcux_kpp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.mcux_tsi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.modulino /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.nunchuk /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.pat912x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.paw32xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.pinnacle /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.pmw3610 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.renesas_rx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.sbus /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.sdl /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.stmpe811 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.tma525b /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.touch /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.tsc_keys /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.vs1838b /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.xpt2046 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.acp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.cavs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.clic /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.dw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.gd32_exti /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.gic /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.intel_vtd /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.loapic /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.max32_rv32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.mtk_adsp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.multilevel /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.multilevel.aggregator_template /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.nxp_gint /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.nxp_irqsteer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.nxp_pint /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.nxp_s32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.nxp_siul2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.plic /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.renesas_rx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.renesas_rz /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.riscv_aia /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.rv32m1 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.shared_irq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.swerv /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.vim /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.wch_exti /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.wch_pfic /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.xmc4xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ipm/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ipm/Kconfig.imx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ipm/Kconfig.ivshmem /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ipm/Kconfig.nrfx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ipm/Kconfig.nrfx_ipc_channel /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ipm/Kconfig.sedi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ipm/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.axp192 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.dac /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.gpio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.ht16k33 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.is31fl319x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.is31fl3216a /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.is31fl3733 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.leds-group-multicolor /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.lp3943 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.lp50xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.lp5562 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.lp5569 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.modulino /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.ncp5623 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.npm13xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.pca9533 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.pca9633 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.pwm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.sct2024 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.tlc59108 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led_strip/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led_strip/Kconfig.apa102 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led_strip/Kconfig.lpd880x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led_strip/Kconfig.modulino /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led_strip/Kconfig.tlc5971 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led_strip/Kconfig.tlc59731 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led_strip/Kconfig.ws2812 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/lora/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/lora/Kconfig.rylrxxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/lora/Kconfig.sx12xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/lora/lora-basics-modem/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/lora/native/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/lora/native/sx126x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.adi_max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.andes /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.ivshmem /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.mhuv3 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.nrf_bellboard /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.nrf_vevif_event /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.nrf_vevif_task /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.nrfx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.nxp_imx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.nxp_mailbox /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.nxp_s32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.renesas_rz /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.stm32_hsem /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.ti_omap /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.ti_secproxy /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.xlnx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.max32_hpb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.mspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.nxp_s32_qspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.nxp_s32_xspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.sifive /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.siwx91x_qspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.ad559x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.adp5360 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.adp5585 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.aw9523b /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.axp192 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.axp2101 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.bd8lb600fs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.ds3231 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.infineon_autanalog /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.it8801 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.lpflexcomm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.max20335 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.max22017 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.max2221x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.max31790 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.maxq10xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.mc146818 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.mchp_sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.nct38xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.npm10xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.npm13xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.npm2100 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.npm6001 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.pca9422 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.pf1550 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.rv3032_mfd /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.sc18is606_mfd /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.tle9104 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.bitbang /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.nxp_dcnano_lcdif /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.nxp_flexio_lcdif /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.nxp_lcdic /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.sf32lb_lcdc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.spi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.stm32_fmc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dsi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dsi/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dsi/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dsi/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dsi/Kconfig.test /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/devmux/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/ethos_u/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/ft8xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/grove_lcd_rgb/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/interconn/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/interconn/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/interconn/renesas_elc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/interconn/renesas_elc/Kconfig.renesas_ra_elc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/max2221x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/mcux_flexio/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/nordic_vpr_launcher/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/nxp_flexram/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/nxp_imx93_mediamix/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/nxp_inputmux/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/nxp_rtxxx_dsp_ctrl/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/nxp_s32_emios/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/pio_rpi_pico/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/renesas_drw/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/renesas_drw/Kconfig.renesas_ra_drw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/renesas_ra_external_interrupt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/renesas_rx_dtc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/renesas_rx_external_interrupt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/stm32n6_axisram/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mm/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/Kconfig.at_shell /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/Kconfig.cellular /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/Kconfig.hl7800 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/Kconfig.quectel-bg9x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/Kconfig.st87mxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/Kconfig.ublox-sara-r4 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/Kconfig.wncm14a2a /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/hl78xx/Kconfig.hl78xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/hl78xx/hl78xx_evt_monitor/Kconfig.hl78xx_evt_monitor /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/simcom/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/simcom/sim7080/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mspi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mspi/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mspi/Kconfig.dw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mspi/Kconfig.mspi_emul /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mspi/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/net/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/opamp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/opamp/Kconfig.mcux_opamp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/opamp/Kconfig.mcux_opamp_fast /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/opamp/Kconfig.stm32_opamp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/otp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/otp/Kconfig.emu /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/otp/Kconfig.mcux_ocotp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/otp/Kconfig.nxp_rt7xx_ocotp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/otp/Kconfig.sifli /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/otp/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pcie/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pcie/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pcie/controller/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pcie/controller/Kconfig.brcmstb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pcie/controller/Kconfig.ecam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pcie/endpoint/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pcie/endpoint/Kconfig.iproc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pcie/host/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/peci/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/peci/Kconfig.espi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/peci/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/peci/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/peci/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.alif /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.ameba /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.arm_mps2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.arm_mps3 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.arm_mps4 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.arm_v2m_beetle /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.b91 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.bcm2711 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.bee /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.cc13xx_cc26xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.cc23x0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.emsdp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.ene /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.eos_s3 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.gecko /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.imx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.lpc_iocon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.mci_io_mux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.nrf /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.numicro /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.nxp_port /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.nxp_siul2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.realtek_rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.rts5817 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.rv32m1 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.sf32lb52x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.sifive /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.silabs_dbus /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.siwx91x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.sy1xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.syna_sr100 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.ti_cc32xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.ti_k3 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.wch_00x_afio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.wch_20x_30x_afio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.wch_afio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.xlnx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.xmc4xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.zynqmp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/renesas/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/renesas/ra/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/renesas/rcar/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/renesas/rx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/renesas/rz/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/renesas/smartbond/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pm_cpu_ops/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/power_domain/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/power_domain/Kconfig.nrfs_gdpwr /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/power_domain/Kconfig.nrfs_swext /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/power_domain/Kconfig.silabs_siwx91x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ps2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ps2/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ps2/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ps2/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/psi5/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/psi5/Kconfig.nxp_s32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ptp_clock/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ptp_clock/Kconfig.nxp_enet /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ptp_clock/Kconfig.nxp_enet_qos /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ptp_clock/Kconfig.nxp_netc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.ambiq_timer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.b91 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.bee /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.bitbang /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.cc13xx_cc26xx_timer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.cc23x0_timer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.ene /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.fake /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.gecko /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.imx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.infineon_tcpwm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.intel_blinky /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.it8801 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.max2221x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.max31790 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mcux_ctimer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mcux_ftm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mcux_pwt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mcux_qtmr /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mcux_sctimer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mcux_tpm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.neorv32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.nrf_sw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.nrfx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.nxp_flexio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.nxp_s32_emios /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.pca9685 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.rcar /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.renesas_rx_mtu /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.renesas_rz /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.rv32m1_tpm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.sam0_tc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.sifive /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.siwx91x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.test /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.wch /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.xlnx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.xmc4xxx_ccu4 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.xmc4xxx_ccu8 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.adp5360 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.axp192 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.cp9314 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.da1469x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.fake /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.fixed /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.gpio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.max20335 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.modulino_latch_relay /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.mpm54304 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.npm10xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.npm1100 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.npm13xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.npm2100 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.npm6001 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.nrf_vregusb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.nxp_vref /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.nxp_vrefv1 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.pca9420 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.pca9422 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.pf1550 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.stm32_vrefbuf /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.tps55287 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.aspeed /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.focaltech /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.intel_socfpga /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.lpc_syscon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.mchp_mss /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.mmio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.nxp_mrcc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.nxp_rstctl /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.rts5817 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.syna_sr100 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/retained_mem/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/retained_mem/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/retained_mem/Kconfig.nrf /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/retained_mem/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/retained_mem/Kconfig.zephyr /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.am1805 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.ameba /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.bq32002 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.counter /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.ds1302 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.ds1307 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.ds1337 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.ds3231 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.emul /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.fake /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.max31331 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.mc146818 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.mchp_xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.nxp_irtc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.nxp_rtc_analog /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.pcf2123 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.pcf85063a /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.pcf8523 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.pcf8563 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.rv3028 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.rv3032 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.rv8263 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.rv8803 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.rx8130ce /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.siwx91x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.ti_mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.xmc4xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.imx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.intel /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.mcux_sdif /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.rcar /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.sam_hsmci /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.sam_sdmmc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.sdhc_cdns /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.spi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.xlnx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/Kconfig.sensor_clock /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/Kconfig.trigger_template /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/a01nyub/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/ad2s1210/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/ade7978/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/adltc2990/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/adt7310/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/adt7420/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/adxl345/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/adxl355/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/adxl362/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/adxl367/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/adxl372/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/max30210/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/max32664c/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/als31300/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/amd_sb_tsi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/amg88xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/ams_as5048/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/ams_as5600/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/ams_iAQcore/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/ccs811/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/ens210/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/tcs3400/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/tmd2620/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/tsl2540/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/tsl2561/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/tsl2591/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/aosong/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/aosong/ags10/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/aosong/dht/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/aosong/dht20/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/apds9253/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/apds9306/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/apds9960/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/asahi_kasei/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/asahi_kasei/ak8975/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/asahi_kasei/akm09918c/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bflb/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bflb/bflb_tsen/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bma280/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bma4xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmc150_magn/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bme280/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bme680/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmg160/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmi08x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmi160/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmi270/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmi323/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmm150/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmm350/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmp180/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmp388/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmp581/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/broadcom/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/broadcom/afbr_s50/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/cht8315/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/current_amp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ene/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ene/kb106x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ene_tach_kb1200/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ens160/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/espressif/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/espressif/esp32_temp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/espressif/pcnt_esp32/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/everlight/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/everlight/als_pt19/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/explorir_m/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/f75303/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/fcx_mldx5/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/grow_r502a/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/hc_sr04/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/honeywell/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/honeywell/hmc5883l/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/honeywell/mpr/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/honeywell/sm351lt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/hp206c/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/hx711_spi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/iclegend/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/iclegend/s3km1110/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/infineon/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/infineon/dps310/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/infineon/tle9104/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/infineon/xmc4xxx_temp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ist8310/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ite/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ite/ite_tach_it51xxx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ite/ite_tach_it8xxx2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ite/ite_vcmp_it8xxx2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/jedec/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/jedec/jc42/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/liteon/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/liteon/ltr55x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/liteon/ltrf216a/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/lm35/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/lm75/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/lm77/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/ds18b20/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/ds3231/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max17055/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max17262/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max30101/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max31790/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max31855/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max31865/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max31875/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max44009/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max6675/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/mb7040/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/meas/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/meas/htu31d/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/meas/ms5607/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/meas/ms5637/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/meas/ms5837/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/melexis/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/melexis/mlx90394/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/memsic/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/memsic/mc3419/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/memsic/mmc56x3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/mhz19b/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/microchip/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/microchip/mchp_tach_xec/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/microchip/mcp9600/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/microchip/mcp970x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/microchip/mtch9010/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/microchip/pac194x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/microchip/tcn75a/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nct75/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nordic/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nordic/npm10xx_adc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nordic/npm13xx_charger/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nordic/npm2100_vbat/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nordic/qdec_nrfx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nordic/temp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nordic/vbat/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ntc_thermistor/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nuvoton/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nuvoton/nuvoton_adc_cmp_npcx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nuvoton/nuvoton_adc_v2t_npcx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nuvoton/nuvoton_tach_npcx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/fxas21002/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/fxls8974/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/fxos8700/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/mcux_acmp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/mcux_lpcmp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/nxp_kinetis_temp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/nxp_lpadc_temp40/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/nxp_pmc_tmpsns/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/nxp_tempmon/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/nxp_tempsense/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/nxp_tmpsns/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/p3t1755/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/qdc_mcux/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/qdec_mcux/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/qdec_nxp_s32/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/qdec_tpm/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/omron/2smpb_02e/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/omron/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/omron/d6f/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/pixart/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/pixart/paa3905/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/pixart/paj7620/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/pixart/pat9136/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/pms7003/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/pni/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/pni/rm3100/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/pzem004t/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/qdec_sam/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/qst/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/qst/qmi8658a/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/realtek/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/realtek/qdec_bee/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/realtek/rts5912/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/renesas/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/renesas/hs300x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/renesas/hs400x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/renesas/isl29035/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/rohm/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/rohm/bd8lb600fs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/rohm/bh1730/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/rohm/bh1750/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/rohm/bh1790/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/rpi_pico_temp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/rv3032_temp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/s11059/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sbs_gauge/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/seeed/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/seeed/grove/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/seeed/hm330x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sensirion/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sensirion/scd4x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sensirion/sgp40/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sensirion/sht3xd/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sensirion/sht4x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sensirion/shtcx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sensirion/stcc4/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sensirion/sts4x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sifli/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sifli/sf32lb_tsen/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/silabs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/silabs/si7006/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/silabs/si7055/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/silabs/si7060/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/silabs/si7210/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/hts221/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/i3g4250d/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/iis2dh/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/iis2dlpc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/iis2iclx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/iis2mdc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/iis328dq/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/iis3dhhc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/iis3dwb/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/ism330dhcx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lis2de12/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lis2dh/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lis2ds12/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lis2du12/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lis2dux12/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lis2dw12/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lis2mdl/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lis3mdl/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lps22hb/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lps22hh/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lps25hb/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lps2xdf/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm303dlhc_magn/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm6ds0/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm6dsl/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm6dso/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm6dso16is/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm6dsv16x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm6dsvxxx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm9ds0_gyro/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm9ds0_mfd/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm9ds1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm9ds1_mag/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/qdec_stm32/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/stm32_digi_temp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/stm32_temp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/stm32_vbat/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/stm32_vref/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/stmemsc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/stts22h/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/stts751/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/vl53l0x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/vl53l1x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sx9500/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tach_gpio/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/icm40627/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/icm42605/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/icm4268x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/icm42x70/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/icm45686/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/icp101xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/icp201xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/mpu6050/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/mpu9250/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/th02/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/bq274xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/fdc1004/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/fdc2x1x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/ina219/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/ina2xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/ina3221/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/ina7xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/lm95234/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/opt300x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/ti_hdc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/ti_hdc20xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/ti_hdc302x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmag5170/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmag5273/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmp007/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmp1075/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmp108/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmp112/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmp114/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmp11x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmp435/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tsic_xx6/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/veaa_x_3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/vishay/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/vishay/vcnl36825t/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/vishay/vcnl4040/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/vishay/veml6031/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/vishay/veml6046/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/vishay/veml7700/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/voltage_divider/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/wsen/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/wsen/wsen_hids_2525020210002/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/wsen/wsen_isds_2536030320001/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/wsen/wsen_itds_2533020201601/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/wsen/wsen_pads_2511020213301/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/wsen/wsen_pdms_25131308XXX05/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/wsen/wsen_pdus_25131308XXXXX/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/wsen/wsen_tids_2521020222501/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/xbr818/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sent/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sent/Kconfig.nxp_s32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.aesc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.altera /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.altera_jtag /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.ameba_loguart /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.apbuart /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.b91 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.bcm2711 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.bee /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.bitbang /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.bridge /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.bt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.cc13xx_cc26xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.cc23x0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.cc32xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.cdns /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.cmsdk_apb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.efinix_sapphire /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.emul /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.ene /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.focaltech /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.gecko /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.hostlink /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.imx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.intel_lw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.leuart_gecko /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.lpc11u6x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.mcux_flexcomm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.mcux_iuart /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.mcux_lpsci /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.mcux_lpuart /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.miv /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.msp432p4xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.native_pty /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.native_tty /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.neorv32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.nrfx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.nrfx_uart_instance /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.ns16550 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.numicro /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.nxp_s32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.opentitan /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.pl011 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.psoc6 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.ql_usbserialport_s3b /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.rcar /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.realtek_rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.renesas_ra8 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.renesas_rx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.renesas_rx_qemu /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.renesas_rz /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.rpmsg /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.rtt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.rv32m1_lpuart /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.rzt2m /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.sedi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.si32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.sifive /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.silabs_eusart /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.silabs_usart /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.stellaris /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.sy1xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.test /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.uart_sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.usart_sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.virtio_console /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.wch_usart /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.xen /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.xlnx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.xmc4xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sip_svc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sip_svc/Kconfig.sip_smc_agilex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/smbus/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.andes_atcspi200 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.b91 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.bitbang /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.cc13xx_cc26xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.cc23x0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.cdns /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.dw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.egis_et171 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.grlib_spimctrl /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.mchp_mss /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.mchp_mss_qspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.mcux_dspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.mcux_ecspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.mcux_flexcomm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.mcux_flexio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.nrfx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.nxp_s32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.oc_simple /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.omap /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.opentitan /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.pl022 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.psoc6 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.pw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.renesas_ra8 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.renesas_rx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.renesas_rz /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.rv32m1_lpspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.sc18is606 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.sedi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.sifive /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.silabs_eusart /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.silabs_siwx91x_gspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.silabs_usart /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.spi_emul /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.sy1xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.test /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.wch /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.xec_qmspi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.xlnx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.xmc4xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/spi_nxp_lpspi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/Kconfig.fake /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/adi_tmc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/adi_tmc/Kconfig.tmc_rampgen_template /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/adi_tmc/bus/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/adi_tmc/tmc22xx/Kconfig.tmc22xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/adi_tmc/tmc50xx/Kconfig.tmc50xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/adi_tmc/tmc51xx/Kconfig.tmc51xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/adi_tmc/tmcm3216/Kconfig.tmcm3216 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/allegro/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/allegro/Kconfig.a4979 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/event_handler/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/gpio_stepper/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/gpio_stepper/Kconfig.gpio_step_dir /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/gpio_stepper/Kconfig.h_bridge /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/gpio_stepper/common/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/step_dir/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/ti/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/ti/Kconfig.drv84xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/syscon/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/syscon/Kconfig.bflb_efuse /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/tee/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/tee/optee/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timeaware_gpio/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timeaware_gpio/Kconfig.intel /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.arcv2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.arm_arch /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.cavs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.cc13xx_cc26xx_rtc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.cc23x0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.cortex_m_systick /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.gecko /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.infineon_lp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.ite_it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.leon_gptimer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.max32_rv32_sys_timer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.max32_wut /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.mchp_sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.mchp_xec_rtos /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.mcux_gpt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.mcux_lptmr /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.mcux_os /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.mips_cp0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.mtk_adsp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.native_sim /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.npcx_itim /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.nrf_grtc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.nrf_rtc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.nrf_xrtc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.openrisc_tick /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.rcar_cmt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.realtek_rts5912_rtmr /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.renesas_ra_ulpt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.renesas_rx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.renesas_rz /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.renesas_rza2m /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.riscv_machine /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.riscv_supervisor /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.rv32m1_lptmr /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.sam0_rtc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.silabs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.stm32_lptim /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.stm32wb0_radio_timer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.sy1xx_sys_timer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.system_timer_lpm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.ti_dm_timer /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.wch_ch32v00x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.x86 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.xlnx_psttc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.xtensa /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/uaol/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/bc12/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/bc12/Kconfig.pi3usb9201 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/common/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/common/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/common/buf/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/common/nrf_usbd_common/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/common/stm32/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/common/stm32/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/device/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.bflb_v1 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.dwc2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.it82xx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.kinetis /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.nrf /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.sam_udp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.sam_usbc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.sam_usbhs /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.skeleton /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.virtual /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/uhc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/uhc/Kconfig.max3421e /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/uhc/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/uhc/Kconfig.virtual /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/uvb/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/ppc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/ppc/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/ppc/Kconfig.nxp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/tcpc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/tcpc/Kconfig.tcpc_fusb307 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/tcpc/Kconfig.tcpc_numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/tcpc/Kconfig.tcpc_ps8xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/tcpc/Kconfig.tcpc_rt1715 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/tcpc/Kconfig.tcpc_stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/tcpc/Kconfig.tcpc_tcpci /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/vbus/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/vbus/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/vbus/Kconfig.usbc_vbus_adc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/vbus/Kconfig.usbc_vbus_tcpci /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.arducam_mega /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.emul_imager /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.emul_rx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.esp32_dvp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.gc2145 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.hm01b0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.hm0360 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.imx219 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.imx335 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.mcux_csi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.mcux_mipi_csi2rx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.mcux_sdma /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.mt9m114 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.ov2640 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.ov5640 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.ov5642 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.ov767x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.ov7725 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.ov9655 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.renesas_ra_ceu /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.shell /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.st_mipid02 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.stm32_dcmi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.stm32_dcmipp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.stm32_jpeg /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.stm32_venc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.sw_generator /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/virtio/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/virtualization/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig.ds2477_85 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig.ds2482-800 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig.ds2484 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig.ds2485 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig.test /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig.zephyr_gpio /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig.zephyr_serial /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.adi_max42500 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.ambiq /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.andes_atcwdt200 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.bflb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.cc13xx_cc26xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.cc23x0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.cc32xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.cmsdk_apb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.dw /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.ene /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.gd32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.gecko /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.intel_adsp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.it51xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.it8xxx2 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.litex /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.max32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.mchp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.mcux_imx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.npcx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.npm13xx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.npm2100 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.npm6001 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.nrfx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.numaker /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.nxp_ewm /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.nxp_fs26 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.nxp_s32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.opentitan /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.renesas_ra /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.renesas_rx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.renesas_rz /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.rpi_pico /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.rts5817 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.sam /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.sam0 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.sam4l /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.sf32lb /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.shell /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.sifive /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.siwx91x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.smartbond /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.tco /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.ti_rti /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.ti_tps382x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.wch /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.xec /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.xilinx_wwdt /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.xlnx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.xmc4xxx /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/esp32/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/esp_at/Kconfig.esp_at /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/esp_hosted/Kconfig.esp_hosted /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/eswifi/Kconfig.eswifi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/infineon/Kconfig.airoc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/nrf_wifi/Kconfig.nrfwifi /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/nxp/Kconfig.nxp /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/simplelink/Kconfig.simplelink /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/siwx91x/Kconfig.siwx91x /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/winc1500/Kconfig.winc1500 /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wuc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wuc/Kconfig.mcux_wuc /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/xen/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/dts/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/dts/arm/armv7-m.dtsi /home/jeremy/utat-dev/zephyrproject/zephyr/dts/arm/st/g4/stm32g4.dtsi /home/jeremy/utat-dev/zephyrproject/zephyr/dts/arm/st/g4/stm32g431.dtsi /home/jeremy/utat-dev/zephyrproject/zephyr/dts/arm/st/g4/stm32g431Xb.dtsi /home/jeremy/utat-dev/zephyrproject/zephyr/dts/common/freq.h /home/jeremy/utat-dev/zephyrproject/zephyr/dts/common/mem.h /home/jeremy/utat-dev/zephyrproject/zephyr/dts/common/skeleton.dtsi /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/common/app_data_alignment.ld /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/adc/adc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32_common_clocks.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/stm32g4_clock.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/stm32_dma.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dt-util.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/arduino-header-r3.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/gpio.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio/st-morpho-header.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/i2c/i2c.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/input/input-event-codes.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/stm32-pinctrl-common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/stm32-pinctrl.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pwm/pwm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pwm/stm32_pwm.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/stm32-common.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset/stm32g4_l4_5_reset.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor/qdec_stm32.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/app_smem.ld /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/app_smem_aligned.ld /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/app_smem_unaligned.ld /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_internal.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_internal_is_eq.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_internal_util_dec.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_internal_util_inc.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_internal_util_x2.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_listify.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_loops.h /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_macro.h /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/Kconfig.device /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/Kconfig.init /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/Kconfig.obj_core /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/Kconfig.vm /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/smp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/sys/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/userspace/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/userspace/Kconfig.mem_domain /home/jeremy/utat-dev/zephyrproject/zephyr/lib/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/lib/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/cpp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/hash/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/lib/hash/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/hash/Kconfig.hash_func /home/jeremy/utat-dev/zephyrproject/zephyr/lib/hash/Kconfig.hash_map /home/jeremy/utat-dev/zephyrproject/zephyr/lib/heap/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/lib/heap/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/minimal/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/newlib/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/mem_blocks/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/lib/mem_blocks/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/midi2/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/lib/midi2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/min_heap/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/net_buf/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/Kconfig.atomics /home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/Kconfig.cbprintf /home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/cpu_load/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/zvfs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/runtime/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/smf/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/lib/uuid/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/lib/uuid/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/misc/empty_file.c /home/jeremy/utat-dev/zephyrproject/zephyr/misc/generated/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/misc/generated/configs.c.in /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.atmel /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.chre /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.cypress /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.eos_s3 /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.esp32 /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.infineon /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.intel /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.libmetal /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.mcuboot /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.microchip /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.mspm0 /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.nuvoton /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.open-amp /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.picolibc /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.renesas /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.rust /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.simplelink /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.stm32 /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.syst /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.telink /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.vega /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.wurthelektronik /home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.xtensa /home/jeremy/utat-dev/zephyrproject/zephyr/modules/acpica/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/acpica/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis-dsp/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis-dsp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis-nn/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis-nn/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/dhara/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/dhara/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/fatfs/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/fatfs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_afbr/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_afbr/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_ambiq/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_ambiq/Kconfig.components /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_ambiq/Kconfig.hal /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_bouffalolab/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_bouffalolab/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_espressif/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_ethos_u/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_ethos_u/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_gigadevice/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_gigadevice/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_infineon/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_infineon/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/Kconfig.nrf_regtool /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/ironside/se/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/nrfs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/nrfs/backends/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/nrfs/dvfs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/nrfx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/nrfx/Kconfig.logging /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nxp/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nxp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nxp/imx/Kconfig.imx /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nxp/mcux/Kconfig.mcux /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nxp/s32/Kconfig.nxp_s32 /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_realtek/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_realtek/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_realtek/ameba/Kconfig.ameba /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_realtek/bee/Kconfig.bee /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_rpi_pico/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_rpi_pico/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_sifli/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_sifli/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_silabs/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_silabs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_silabs/gecko/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_silabs/simplicity_sdk/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_silabs/wiseconnect/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_st/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_tdk/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_wch/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_wch/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hostap/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hostap/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/liblc3/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/liblc3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/libsbc/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/libsbc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/littlefs/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/littlefs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/lora-basics-modem/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/lora-basics-modem/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/loramac-node/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/loramac-node/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/lvgl/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/lvgl/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/lvgl/Kconfig.input /home/jeremy/utat-dev/zephyrproject/zephyr/modules/lvgl/Kconfig.memory /home/jeremy/utat-dev/zephyrproject/zephyr/modules/lvgl/Kconfig.shell /home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/Kconfig.ciphersuites /home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/Kconfig.deprecated /home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/Kconfig.mbedtls /home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/Kconfig.psa.auto /home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/Kconfig.psa.logic /home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/Kconfig.tf-psa-crypto /home/jeremy/utat-dev/zephyrproject/zephyr/modules/modules.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/modules/nanopb/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/nanopb/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/nrf_wifi/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/nrf_wifi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/nrf_wifi/bus/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/openthread/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/openthread/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/openthread/Kconfig.features /home/jeremy/utat-dev/zephyrproject/zephyr/modules/openthread/Kconfig.thread /home/jeremy/utat-dev/zephyrproject/zephyr/modules/percepio/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/percepio/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/segger/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/segger/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/tflite-micro/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-a/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-a/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-m/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-m/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-m/Kconfig.tfm /home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-m/Kconfig.tfm.crypto /home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-m/Kconfig.tfm.partitions /home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-m/Kconfig.tfm.ps /home/jeremy/utat-dev/zephyrproject/zephyr/modules/uoscore-uedhoc/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/uoscore-uedhoc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/modules/zcbor/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/modules/zcbor/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/dts/gen_defines.py /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/dts/gen_driver_kconfig_dts.py /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/dts/gen_dts_cmake.py /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/dts/gen_edt.py /home/jeremy/utat-dev/zephyrproject/zephyr/scripts/snippets.py /home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfigVersion.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/share/zephyr-package/cmake/zephyr_package_search.cmake /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/bt-ll-sw-split/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/cdc-acm-console/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/espressif/flash-128M/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/espressif/flash-16M/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/espressif/flash-2M/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/espressif/flash-32M/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/espressif/flash-4M/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/espressif/flash-64M/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/espressif/flash-8M/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/espressif/psram-2M/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/espressif/psram-4M/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/espressif/psram-8M/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/espressif/psram-reloc/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/espressif/psram-wifi/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/hci-uart-native-sim/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/nordic/nordic-flpr-xip/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/nordic/nordic-flpr/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/nordic/nordic-log-stm-dict/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/nordic/nordic-log-stm-tpiu-dict/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/nordic/nordic-log-stm/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/nordic/nordic-ppr-xip/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/nordic/nordic-ppr/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/nus-console/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/ram-console/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/ram-tracing/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/rp2-boot-mode-retention/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/rtt-console/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/rtt-tracing/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/semihost-tracing/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/serial-console/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/silabs-pti/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/slot1-partition/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/socketcan-native-sim/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/usbip-native-sim/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/video-sw-generator/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/wifi/wifi-credentials/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/wifi/wifi-enterprise/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/wifi/wifi-ip/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/wifi/wifi-ipv4/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/wifi/wifi-ipv6/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/xen_dom0/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/snippets/xiao-serial-console/snippet.yml /home/jeremy/utat-dev/zephyrproject/zephyr/soc/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/soc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/Kconfig.v2 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32650 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32655 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32657 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32660 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32662 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32666 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32670 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32672 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32675 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32680 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32690 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max78000 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max78002 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/aesc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/aesc/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/aesc/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/aesc/nitrogen/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/aesc/nitrogen/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/aesc/nitrogen/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/balletto/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/balletto/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/balletto/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/balletto/b1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/balletto/b1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/balletto/b1/Kconfig.defconfig.ab1c1f4m51820ph0 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/balletto/b1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e1c/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e1c/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e1c/Kconfig.defconfig.ae1c1f4051920ph0_rtss_he /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e1c/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e4/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e4/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e4/Kconfig.defconfig.ae402fa0e5597le0_rtss_he /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e4/Kconfig.defconfig.ae402fa0e5597le0_rtss_hp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e4/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e6/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e6/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e6/Kconfig.defconfig.ae612fa0e5597ls0_rtss_he /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e6/Kconfig.defconfig.ae612fa0e5597ls0_rtss_hp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e6/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e8/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e8/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e8/Kconfig.defconfig.ae822fa0e5597ls0_rtss_he /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e8/Kconfig.defconfig.ae822fa0e5597ls0_rtss_hp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e8/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/allwinner/sun8i_h3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/allwinner/sun8i_h3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/allwinner/sun8i_h3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo2x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo2x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo2x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo3x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo3x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo3x/Kconfig.defconfig.apollo3_blue /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo3x/Kconfig.defconfig.apollo3p_blue /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo3x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo4x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo4x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo4x/Kconfig.defconfig.apollo4p /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo4x/Kconfig.defconfig.apollo4p_blue /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo4x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo5x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo5x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo5x/Kconfig.defconfig.apollo510 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo5x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/amd/acp_6_0/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/amd/acp_6_0/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/amd/acp_6_0/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/amd/acp_7_0/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/amd/acp_7_0/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/amd/acp_7_0/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/andestech/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/andestech/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/andestech/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/andestech/ae350/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/andestech/ae350/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/andestech/ae350/Kconfig.defconfig.ae350 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/andestech/ae350/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/antmicro/myra/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/antmicro/myra/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/beetle/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/beetle/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/beetle/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/designstart/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/designstart/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/fvp_aem/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/fvp_aem/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/fvp_aem/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/fvp_aemv8r/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/fvp_aemv8r/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/fvp_aemv8r/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps2/Kconfig.defconfig.an383 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps2/Kconfig.defconfig.an385 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps2/Kconfig.defconfig.an386 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps2/Kconfig.defconfig.an500 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps2/Kconfig.defconfig.an521 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps3/Kconfig.defconfig.mps3_corstone300 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps3/Kconfig.defconfig.mps3_corstone310 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps4/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps4/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps4/Kconfig.defconfig.mps4_corstone315 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps4/Kconfig.defconfig.mps4_corstone320 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps4/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/musca/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/musca/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/musca/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/qemu_cortex_a53/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/qemu_cortex_a53/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/qemu_cortex_a53/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/qemu_virt_arm64/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/qemu_virt_arm64/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/qemu_virt_arm64/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/aspeed/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/aspeed/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/aspeed/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/aspeed/ast10x0/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/aspeed/ast10x0/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/aspeed/ast10x0/Kconfig.defconfig.ast1030 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/aspeed/ast10x0/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/common/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam3x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam3x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam3x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4e/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4e/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4e/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4l/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4l/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4l/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4s/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4s/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4s/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/samx7x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/samx7x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/samx7x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/samx7x/Kconfig.soc.same70 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/samx7x/Kconfig.soc.samv71 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/common/Kconfig.samd2x /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/common/Kconfig.samd5x /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/common/Kconfig.saml2x /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samc20/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samc20/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samc20/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samc21/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samc21/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samc21/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd20/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd20/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd20/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd21/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd21/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd21/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd51/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd51/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd51/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same51/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same51/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same51/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same53/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same53/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same53/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same54/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same54/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same54/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/saml21/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/saml21/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/saml21/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr21/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr21/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr21/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr34/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr34/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr34/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr35/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr35/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr35/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl60x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl60x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl60x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl61x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl61x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl61x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl70x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl70x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl70x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl70xl/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl70xl/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl70xl/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl808/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl808/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl808/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/blackberry/qnxhv_vm/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/blackberry/qnxhv_vm/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/blackberry/qnxhv_vm/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcm2711/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcm2711/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcm2711/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcm2712/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcm2712/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcm2712/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/valkyrie/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/valkyrie/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/valkyrie/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/viper/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/viper/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/viper/Kconfig.defconfig.viper_bcm58402_a72 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/viper/Kconfig.defconfig.viper_bcm58402_m7 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/viper/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/dc233c/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/dc233c/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/dc233c/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/sample_controller32/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/sample_controller32/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/sample_controller32/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/swerv/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/swerv/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/swerv/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/swerv/s400/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/swerv/s400/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/swerv/s420/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/swerv/s420/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/swerv/s420/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/xtensa_sample_controller/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/xtensa_sample_controller/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/common/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/soc/common/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/common/riscv-privileged/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/efinix/sapphire/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/efinix/sapphire/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/efinix/sapphire/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/egis/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/egis/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/egis/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/egis/et171/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/egis/et171/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/egis/et171/Kconfig.defconfig.et171 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/egis/et171/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/elan/em32f967/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/elan/em32f967/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/elan/em32f967/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb106x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb106x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb106x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb106x/kb106x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb106x/kb106x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb106x/kb106x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb1200/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb1200/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb1200/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/Kconfig.ulp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig.amp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig.console /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig.efuse /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig.esptool /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig.flash /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig.lcd_cam /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig.spiram /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32/Kconfig.mac /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c2/Kconfig.mac /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c3/Kconfig.mac /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c5/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c5/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c5/Kconfig.mac /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c5/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c6/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c6/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c6/Kconfig.mac /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c6/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32h2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32h2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32h2/Kconfig.mac /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32h2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32s2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32s2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32s2/Kconfig.mac /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32s2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32s3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32s3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32s3/Kconfig.mac /home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32s3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/focaltech/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/focaltech/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/focaltech/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/focaltech/ft9001/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/focaltech/ft9001/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/focaltech/ft9001/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gaisler/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gaisler/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gaisler/gr716a/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gaisler/gr716a/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gaisler/gr716a/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gaisler/leon3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gaisler/leon3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gaisler/leon3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/common/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32a50x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32a50x/Kconfig.defconfig.gd32a503 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32a50x/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32a50x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32e10x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32e10x/Kconfig.defconfig.gd32e103 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32e10x/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32e10x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32e50x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32e50x/Kconfig.defconfig.gd32e507 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32e50x/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32e50x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f3x0/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f3x0/Kconfig.defconfig.gd32f350 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f3x0/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f3x0/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f403/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f403/Kconfig.defconfig.gd32f403 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f403/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f403/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f4xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f405 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f407 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f450 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f470 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32l23x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32l23x/Kconfig.defconfig.gd32l233 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32l23x/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32l23x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32vf103/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32vf103/Kconfig.defconfig.gd32vf103 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32vf103/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32vf103/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_01/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_01/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_02/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_02/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_03/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_03/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_04/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_04/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_legacy/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_legacy/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/cyw20829/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/cyw20829/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/cyw20829/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/psc3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/psc3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/psc3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1c/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1c/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1c/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1c/xmc7200/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1c/xmc7200/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1c/xmc7200/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig.defconfig.xmc4500 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig.defconfig.xmc4700 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/edge/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/edge/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/edge/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/edge/pse84/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/edge/pse84/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/edge/pse84/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/psoc4100smax/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/psoc4100smax/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/psoc4100smax/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/psoc4100tp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/psoc4100tp/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/psoc4100tp/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/alder_lake/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/alder_lake/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/alder_lake/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/apollo_lake/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/apollo_lake/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/apollo_lake/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/atom/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/atom/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/atom/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/elkhart_lake/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/elkhart_lake/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/elkhart_lake/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/ace/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/ace/Kconfig.defconfig.ace15_mtpm /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/ace/Kconfig.defconfig.ace20_lnl /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/ace/Kconfig.defconfig.ace30 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/ace/Kconfig.defconfig.ace40 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/ace/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/ace/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/cavs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/cavs/Kconfig.defconfig.cavs_v25 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/cavs/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/cavs/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_ish/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_ish/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_ish/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_ish/intel_ish5/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_ish/intel_ish5/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_ish/intel_ish5/pm/Kconfig.pm /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_niosv/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_niosv/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_niosv/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_niosv/niosv/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_niosv/niosv/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_niosv/niosv/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/agilex/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/agilex/Kconfig.defconfig.agilex /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/agilex/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/agilex/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/agilex5/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/agilex5/Kconfig.defconfig.agilex5 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/agilex5/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/agilex5/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga_std/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga_std/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga_std/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga_std/cyclonev/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga_std/cyclonev/Kconfig.defconfig.cyclonev /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga_std/cyclonev/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga_std/cyclonev/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/lakemont/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/lakemont/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/lakemont/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/panther_lake/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/panther_lake/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/panther_lake/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/raptor_lake/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/raptor_lake/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/raptor_lake/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/wildcat_lake/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/wildcat_lake/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/wildcat_lake/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it51xxx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it51xxx/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it51xxx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81202bx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81202cx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81202dx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81302bx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81302cx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81302dx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82000bw /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82002aw /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82002bw /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82202ax /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82202bw /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82302ax /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82302bw /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/litex/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/litex/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/litex/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/litex/litex_vexriscv/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/litex/litex_vexriscv/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/litex/litex_vexriscv/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/lowrisc/opentitan/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/lowrisc/opentitan/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/lowrisc/opentitan/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/mediatek/mt8xxx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/mediatek/mt8xxx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/mediatek/mt8xxx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/mediatek/mt8xxx/mt8186/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/mediatek/mt8xxx/mt8188/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/mediatek/mt8xxx/mt8195/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/mediatek/mt8xxx/mt8196/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/mediatek/mt8xxx/mt8365/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec15xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec15xx/Kconfig.defconfig.mec1501hsz /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec15xx/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec15xx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec165xb/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec165xb/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec165xb/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec172x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec172x/Kconfig.defconfig.mec172xnlj /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec172x/Kconfig.defconfig.mec172xnsz /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec172x/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec172x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec174x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec174x/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec174x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec175x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec175x/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec175x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/miv/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/miv/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/miv/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/polarfire/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/polarfire/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/polarfire/Kconfig.defconfig.polarfire_u54 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/polarfire/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32ck_sg_gc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32ck_sg_gc/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32ck_sg_gc/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32ck_sg_gc/pic32ck_gc00/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32ck_sg_gc/pic32ck_gc01/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_jh/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_jh/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_jh/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_jh/pic32cm_jh00/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_jh/pic32cm_jh01/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_pl/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_pl/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_pl/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_pl/pic32cm_pl10/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_sg_gc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_sg_gc/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_sg_gc/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_sg_gc/pic32cm_gc00/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_sg_gc/pic32cm_sg00/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cx_sg/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cx_sg/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cx_sg/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cx_sg/pic32cx_sg41/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cx_sg/pic32cx_sg60/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cx_sg/pic32cx_sg61/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cz_ca/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cz_ca/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cz_ca/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cz_ca/pic32cz_ca80/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cz_ca/pic32cz_ca90/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cz_ca/pic32cz_ca91/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic64/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic64/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic64/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic64/pic64gx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic64/pic64gx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic64/pic64gx/Kconfig.defconfig.pic64gx1000_u54 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic64/pic64gx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sam_d5x_e5x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sam_d5x_e5x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sam_d5x_e5x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sam_d5x_e5x/atsamd51/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sam_d5x_e5x/atsame51/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sam_d5x_e5x/atsame53/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sam_d5x_e5x/atsame54/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sama7/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sama7/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sama7/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sama7/sama7d6/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sama7/sama7d6/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sama7/sama7g5/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sama7/sama7g5/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/native/inf_clock/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/native/inf_clock/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/neorv32/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/neorv32/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/neorv32/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/Kconfig.peripherals /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/Kconfig.tfm /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/uicr/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/uicr/Kconfig.gen_uicr /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/uicr/Kconfig.template.gen_uicr_snapshot_region /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/vpr/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/vpr/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf51/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf51/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf51/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52805_CAAA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52810_QFAA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52811_QFAA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52820_QDAA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52832_CIAA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52832_QFAA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52832_QFAB /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52833_QDAA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52833_QIAA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52840_QFAA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52840_QIAA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf53/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf53/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf53/Kconfig.defconfig.nrf5340_CPUAPP_QKAA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf53/Kconfig.defconfig.nrf5340_CPUNET_QKAA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf53/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf53/Kconfig.sync_rtc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf53/Kconfig.sync_rtc_ipm /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54h/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54h/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54h/Kconfig.defconfig.nrf54h20_cpuapp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54h/Kconfig.defconfig.nrf54h20_cpuflpr /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54h/Kconfig.defconfig.nrf54h20_cpuppr /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54h/Kconfig.defconfig.nrf54h20_cpurad /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54h/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54h/bicr/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54l/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54l/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54l/Kconfig.defconfig.nrf54l_05_10_15_cpuapp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54l/Kconfig.defconfig.nrf54l_05_10_15_cpuflpr /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54l/Kconfig.defconfig.nrf54lm20_a_b_cpuapp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54l/Kconfig.defconfig.nrf54lm20_a_b_cpuflpr /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54l/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf71/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf71/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf71/Kconfig.defconfig.nrf7120_enga_cpuapp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf71/Kconfig.defconfig.nrf7120_enga_cpuflpr /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf71/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf91/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf91/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf91/Kconfig.defconfig.nrf9131_LACA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf91/Kconfig.defconfig.nrf9151_LACA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf91/Kconfig.defconfig.nrf9160_SICA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf91/Kconfig.defconfig.nrf9161_LACA /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf91/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf92/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf92/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf92/Kconfig.defconfig.nrf9280_cpuapp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf92/Kconfig.defconfig.nrf9280_cpuppr /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf92/Kconfig.defconfig.nrf9280_cpurad /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf92/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcm/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcm/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcm/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcm/npcm4/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcm/npcm4/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcm/npcm4/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npck3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npck3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npck3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx4/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx4/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx4/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx7/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx7/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx7/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx9/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx9/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx9/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m2l31x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m2l31x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m2l31x/Kconfig.defconfig.m2l31xxx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m2l31x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m333x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m333x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m333x/Kconfig.defconfig.m333xxx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m333x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m335x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m335x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m335x/Kconfig.defconfig.m335xxx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m335x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m46x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m46x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m46x/Kconfig.defconfig.m467 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m46x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m55m1x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m55m1x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m55m1x/Kconfig.defconfig.m55m1xxx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m55m1x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numicro/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numicro/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numicro/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numicro/m48x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numicro/m48x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numicro/m48x/Kconfig.defconfig.m487 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numicro/m48x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/common/Kconfig.flexspi_xip /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/common/Kconfig.nbu /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/common/Kconfig.rom_loader /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/common/Kconfig.xspi_xip /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx6sx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx6sx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx6sx/Kconfig.defconfig.mcimx6x_m4 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx6sx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx7d/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx7d/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx7d/Kconfig.defconfig.mcimx7d_m4 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx7d/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8ml8_a53 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8ml8_adsp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8ml8_m7 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8mm6_a53 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8mm6_m4 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8mn6_a53 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8mq6_m4 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8ulp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8ulp/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8ulp/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx91/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx91/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx91/Kconfig.defconfig.mimx91 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx91/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx93/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx93/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx93/Kconfig.defconfig.mimx93.a55 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx93/Kconfig.defconfig.mimx93.m33 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx93/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx943/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx943/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx943/Kconfig.defconfig.mimx94398.a55 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx943/Kconfig.defconfig.mimx94398.m33 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx943/Kconfig.defconfig.mimx94398.m7_0 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx943/Kconfig.defconfig.mimx94398.m7_1 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx943/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx95/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx95/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx95/Kconfig.defconfig.mimx95.a55 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx95/Kconfig.defconfig.mimx95.m7 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx95/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt10xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt10xx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt10xx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt118x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt118x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt118x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt11xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt11xx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt11xx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt5xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt5xx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt5xx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt6xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt6xx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt6xx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/cm33/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/cm33/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/hifi1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/hifi1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/hifi4/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/hifi4/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k2x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k2x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k2x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k32lx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k32lx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k32lx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k6x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k6x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k6x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k8x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k8x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k8x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/ke1xf/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/ke1xf/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/ke1xf/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/ke1xz/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/ke1xz/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/ke1xz/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kl2x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kl2x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kl2x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kv5x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kv5x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kv5x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kwx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kwx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kwx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/layerscape/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/layerscape/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/layerscape/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/layerscape/ls1046a/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/layerscape/ls1046a/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/layerscape/ls1046a/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc11u6x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc11u6x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc11u6x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc51u68/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc51u68/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc51u68/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc54xxx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc54xxx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc54xxx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc55xxx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc55xxx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc55xxx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxa/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxa/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxa/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxc/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxc/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/mcxe24x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/mcxe24x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/mcxe24x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/mcxe31x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/mcxe31x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/mcxe31x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxl/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxl/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxl/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxn/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxn/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxn/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/mcxw2xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/mcxw2xx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/mcxw2xx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/mcxw7xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/mcxw7xx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/mcxw7xx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/rw/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/rw/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/rw/Kconfig.defconfig.wifi /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/rw/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k5/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k5/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k5/Kconfig.defconfig.s32k566.m7 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k5/Kconfig.defconfig.s32k566.r52 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k5/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32ze/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32ze/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32ze/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/oct/osd32mp15x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/oct/osd32mp15x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/openhwgroup/cva6/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/openhwgroup/cva6/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/openhwgroup/cva6/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/openhwgroup/cva6/cv32a6/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/openhwgroup/cva6/cv32a6/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/openhwgroup/cva6/cv64a6/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/openhwgroup/cva6/cv64a6/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/openisa/rv32m1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/openisa/rv32m1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/openisa/rv32m1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/malta/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/malta/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/malta/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/or1k/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/or1k/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/or1k/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv32/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv32/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv32e/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv32e/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv64/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv64/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/quicklogic/eos_s3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/quicklogic/eos_s3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/quicklogic/eos_s3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/common/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/common/Kconfig.binary_info /home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/rp2040/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/rp2040/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/rp2040/Kconfig.defconfig.rp2040 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/rp2040/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/rp2350/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/rp2350/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/rp2350/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebad/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebad/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebad/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebadplus/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebadplus/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebadplus/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebag2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebag2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebag2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/rtl8752h/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/rtl8752h/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/rtl8752h/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/rtl87x2g/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/rtl87x2g/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/rtl87x2g/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ec/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ec/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ec/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ec/rts5912/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ec/rts5912/Kconfig.defconfig.rts5912 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ec/rts5912/Kconfig.defconfig.series /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ec/rts5912/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/fingerprint/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/fingerprint/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/fingerprint/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/fingerprint/rts5817/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/fingerprint/rts5817/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/fingerprint/rts5817/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra0e1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra0e1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra0e1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra2a1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra2a1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra2a1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra2l1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra2l1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra2l1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4c1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4c1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4c1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4e1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4e1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4e1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4e2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4e2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4e2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4l1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4l1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4l1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4t1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4t1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4t1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4w1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4w1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4w1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6e1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6e1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6e1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6e2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6e2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6e2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m4/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m4/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m4/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m5/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m5/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m5/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8d1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8d1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8d1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8d2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8d2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8d2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8e1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8e1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8e1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8m1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8m1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8m1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8m2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8m2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8m2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8p1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8p1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8p1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8t1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8t1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8t1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8t2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8t2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8t2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/rcar_gen3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/rcar_gen3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/rcar_gen3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig.defconfig.r8a779f0 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig.defconfig.r8a779g0 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx130/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx130/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx130/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx140/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx140/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx140/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx14t/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx14t/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx14t/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx261/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx261/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx261/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx26t/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx26t/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx26t/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx62n/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx62n/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx62n/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rza2m/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rza2m/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rza2m/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rza3ul/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rza3ul/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rza3ul/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg2l/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg2l/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg2l/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg2ul/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg2ul/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg2ul/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg3e/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg3e/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg3e/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg3s/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg3s/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg3s/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzn2h/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzn2h/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzn2h/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzn2l/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzn2l/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzn2l/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2h/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2h/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2h/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2l/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2l/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2l/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2m/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2m/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2m/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2h/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2h/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2h/Kconfig.defconfig.rzv2h_cm33 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2h/Kconfig.defconfig.rzv2h_cr8 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2h/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2l/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2l/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2l/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2n/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2n/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2n/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/smartbond/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/smartbond/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/smartbond/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/smartbond/da1469x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/smartbond/da1469x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/smartbond/da1469x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renode/cortex_r8_virtual/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renode/cortex_r8_virtual/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renode/cortex_r8_virtual/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renode/riscv_virtual/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renode/riscv_virtual/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/renode/riscv_virtual/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk3399/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk3399/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk3399/Kconfig.defconfig.rk3399 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk3399/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3568/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3568/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3568/Kconfig.defconfig.rk3568 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3568/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3588/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3588/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3588/Kconfig.defconfig.rk3588 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3588/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3588s/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3588s/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3588s/Kconfig.defconfig.rk3588s /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3588s/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rv1106/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rv1106/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rv1106/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/ganymed/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/ganymed/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/ganymed/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/ganymed/sy1xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/ganymed/sy1xx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/ganymed/sy1xx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fe300/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fe300/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fe300/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fu500/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fu500/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fu500/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fu700/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fu700/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fu700/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifli/sf32/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifli/sf32/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifli/sf32/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifli/sf32/sf32lb52x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifli/sf32/sf32lb52x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifli/sf32/sf32lb52x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32hg/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32hg/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32hg/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32tg/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32tg/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32tg/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32wg/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32wg/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32wg/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32gg11b/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32gg11b/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32gg11b/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32gg12b/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32gg12b/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32gg12b/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32jg12b/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32jg12b/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32jg12b/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32pg12b/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32pg12b/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32pg12b/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32pg1b/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32pg1b/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32pg1b/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32bg13p/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32bg13p/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32bg13p/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32fg13p/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32fg13p/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32fg13p/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32fg1p/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32fg1p/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32fg1p/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32mg12p/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32mg12p/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32mg12p/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg21/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg21/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg21/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg22/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg22/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg22/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg23/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg23/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg23/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg24/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg24/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg24/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg26/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg26/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg26/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg27/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg27/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg27/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg28/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg28/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg28/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg29/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg29/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg29/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_sim3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_sim3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_sim3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_sim3/sim3u/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_sim3/sim3u/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_sim3/sim3u/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_siwx91x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_siwx91x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_siwx91x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_siwx91x/siwg917/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_siwx91x/siwg917/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_siwx91x/siwg917/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/arc_iot/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/arc_iot/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/arc_iot/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.defconfig.em11d /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.defconfig.em4 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.defconfig.em5d /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.defconfig.em6 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.defconfig.em7d /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.defconfig.em7d_esp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.defconfig.em9d /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsk/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsk/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsk/Kconfig.defconfig.em11d /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsk/Kconfig.defconfig.em7d /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsk/Kconfig.defconfig.em9d /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsk/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/hsdk/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/hsdk/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/hsdk/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/hsdk4xd/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/hsdk4xd/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/hsdk4xd/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/em/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/em/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/em/Kconfig.defconfig.em /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/em/Kconfig.defconfig.em11d /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/em/Kconfig.defconfig.em7d_v22 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/em/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.defconfig.hs /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.defconfig.hs5x /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.defconfig.hs5x_smp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.defconfig.hs6x /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.defconfig.hs6x_smp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.defconfig.hs_mpuv6 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.defconfig.hs_smp /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/sem/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/sem/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/sem/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/vpx5/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/vpx5/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/vpx5/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/rhx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/rhx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/rhx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/rmx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/rmx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/rmx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/qemu_arc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/qemu_arc/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/qemu_arc/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/soc.yml /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32c0x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32c0x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32c0x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32c5x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32c5x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32c5x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f0x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f0x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f1x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f1x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f1x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f2x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f2x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f2x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f3x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f302xc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f303x(b-c) /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f303xe /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f373xc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f3x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f4x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f4x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f7x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f765xx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f767xx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f769xx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f777xx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f7x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g0x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g0b1xx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g0x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h5x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h5x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h5x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7rsx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7rsx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7rsx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h745xx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h747xx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h755xx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h757xx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l0x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l0x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l1x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l1x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l1x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l4x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l4x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l5x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l5x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l5x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp13x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp13x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp13x/Kconfig.defconfig.stm32mp13_a7 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp13x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp1x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp1x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp1x/Kconfig.defconfig.stm32mp15_m4 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp1x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp2x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp2x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp2x/Kconfig.defconfig.stm32mp215fxx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp2x/Kconfig.defconfig.stm32mp257fxx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp2x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32n6x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32n6x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32n6x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32n6x/npu/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u0x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u0x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u0x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u3x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u3x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u3x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u5x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u5x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u5x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wb0x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wb0x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wb0x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wbax/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wbax/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wbax/Kconfig.defconfig.stm32wba65xx /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wbax/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wbx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wbx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wbx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wlx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wlx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wlx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/starfive/jh71xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/starfive/jh71xx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/starfive/jh71xx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/syna/sr100/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/syna/sr100/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/syna/sr100/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/telink/tlsr/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/telink/tlsr/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/telink/tlsr/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/telink/tlsr/tlsr951x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/telink/tlsr/tlsr951x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/telink/tlsr/tlsr951x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am62lx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am62lx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am62lx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am62x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am62x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am62x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am64x/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am64x/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am64x/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/j721e/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/j721e/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/j721e/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/j722s/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/j722s/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/j722s/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/lm3s6965/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/lm3s6965/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/lm3s6965/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/mspm0g/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/mspm0g/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/mspm0g/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/mspm0l/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/mspm0l/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/mspm0l/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc13x2_cc26x2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc13x2_cc26x2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc13x2_cc26x2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc23x0/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc23x0/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc23x0/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc32xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc32xx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc32xx/Kconfig.defconfig.cc3220sf /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc32xx/Kconfig.defconfig.cc3235sf /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc32xx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/msp432p4xx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/msp432p4xx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/msp432p4xx/Kconfig.defconfig.msp432p401r /home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/msp432p4xx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2a/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2a/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2a/Kconfig.defconfig.ch32v003 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2a/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2a/Kconfig.soc.ch32v003 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2c/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2c/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2c/Kconfig.defconfig.ch32v006 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2c/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2c/Kconfig.soc.ch32v006 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4b/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4b/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4b/Kconfig.defconfig.ch32v203 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4b/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4b/Kconfig.soc.ch32v203 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4c/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4c/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4c/Kconfig.defconfig.ch32v208 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4c/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4c/Kconfig.soc.ch32v208 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4f/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4f/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4f/Kconfig.defconfig.ch32v303 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4f/Kconfig.defconfig.ch32v307 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4f/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4f/Kconfig.soc.ch32v303 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4f/Kconfig.soc.ch32v307 /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xen/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xen/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xen/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versal/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versal/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versal/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versal2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versal2/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versal2/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versalnet/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versalnet/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versalnet/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/xc7zxxx/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/xc7zxxx/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/xc7zxxx/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/xc7zxxxs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/xc7zxxxs/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/xc7zxxxs/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynqmp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynqmp/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynqmp/Kconfig.soc /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bindesc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bindesc/Kconfig.build_time /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bindesc/Kconfig.host_info /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bindesc/Kconfig.version /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/Kconfig.adv /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/Kconfig.logging /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.aics /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.ascs /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.bap /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.cap /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.ccp /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.csip /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.gmap /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.has /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.mcs /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.mctl /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.micp /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.mpl /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.pacs /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.pbp /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.tbs /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.tmap /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.vcp /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.vocs /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/common/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/controller/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/controller/Kconfig.df /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/controller/Kconfig.dtm /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/controller/Kconfig.ll_sw_split /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/controller/coex/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/crypto/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/host/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/host/Kconfig.gatt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/host/Kconfig.l2cap /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/host/classic/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/lib/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/mesh/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/mesh/shell/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/Kconfig.ans /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/Kconfig.cts /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/Kconfig.dis /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/Kconfig.ets /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/Kconfig.gap_svc /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/Kconfig.hrs /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/Kconfig.tps /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/bas/Kconfig.bas /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/ias/Kconfig.ias /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/nus/Kconfig.nus /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/ots/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/canbus/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/canbus/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/canbus/isotp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/console/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/cpu_freq/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/crc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/dap/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/debug/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/debug/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/debug/coredump/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/debug/gdbstub/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/debug/symtab/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/debug/thread_analyzer/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/dfu/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/disk/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/dsp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/emul/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/emul/espi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fb/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fs/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fs/Kconfig.fatfs /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fs/Kconfig.littlefs /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fs/ext2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fs/fcb/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fs/fuse_client/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fs/virtiofs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/gnss/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/gnss/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/gnss/rtk/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/gnss/rtk/protocol/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/gnss/rtk/serial/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/input/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/instrumentation/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/instrumentation/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/ipc_service/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/ipc_service/backends/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/ipc_service/backends/Kconfig.icbmsg /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/ipc_service/backends/Kconfig.icmsg_me /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/ipc_service/backends/Kconfig.intel_adsp /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/ipc_service/backends/Kconfig.rpmsg /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/ipc_service/lib/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/ipc_service/lib/Kconfig.icmsg /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/open-amp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/rpmsg_service/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/jwt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/kvss/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/kvss/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/kvss/nvs/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/kvss/zms/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/llext/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.filtering /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.formatting /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.links /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.misc /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.mode /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.processing /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.template.log_config /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.template.log_config_inherit /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.template.log_format_config /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.adsp /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.adsp_mtrace /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.ble /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.efi_console /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.fs /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.mqtt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.multidomain /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.native_posix /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.net /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.rtt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.semihost /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.spinel /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.swo /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.uart /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.ws /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.xtensa_sim /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/frontends/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/lorawan/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/lorawan/emul/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/lorawan/loramac-node/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/lorawan/native/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/lorawan/native/region/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/lorawan/nvm/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/lorawan/services/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mem_mgmt/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mem_mgmt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mem_mgmt/demand_paging/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mem_mgmt/demand_paging/backing_store/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mem_mgmt/demand_paging/eviction/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/ec_host_cmd/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/ec_host_cmd/Kconfig.logging /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/ec_host_cmd/backends/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/hawkbit/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/enum_mgmt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/fs_mgmt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/img_mgmt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/img_mgmt_client/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/os_mgmt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/os_mgmt_client/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/settings_mgmt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/shell_mgmt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/stat_mgmt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/zephyr_basic/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/mgmt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/smp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/smp_client/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.bluetooth /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.common /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.dummy /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.lorawan /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.raw_dummy /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.raw_uart /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.shell /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.uart /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.udp /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/osdp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/osdp/Kconfig.cp /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/osdp/Kconfig.pd /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/updatehub/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/modbus/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/modem/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/modem/backends/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/Kconfig.hostname /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/Kconfig.template.log_config.net /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/conn_mgr/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/ip/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/ip/Kconfig.debug /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/ip/Kconfig.ipv4 /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/ip/Kconfig.ipv6 /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/ip/Kconfig.mgmt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/ip/Kconfig.stack /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/ip/Kconfig.stats /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/ip/Kconfig.tcp /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/canbus/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/dummy/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/dummy/any/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/ethernet/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/ethernet/bridge/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/ethernet/dsa/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/ethernet/gptp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/ethernet/lldp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/ieee802154/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/ieee802154/Kconfig.radio /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/openthread/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/ppp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/virtual/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/virtual/ipip/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/wifi/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/capture/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/coap/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/config/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/dhcpv4/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/dhcpv6/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/dns/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/ftp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/http/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/latmon/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/lwm2m/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/lwm2m/Kconfig.ipso /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/lwm2m/Kconfig.ucifi /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/midi2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/mqtt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/mqtt_sn/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/ocpp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/prometheus/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/ptp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/quic/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/shell/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/sntp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/sockets/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/socks/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/ssh/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/tftp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/tls_credentials/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/tls_credentials/Kconfig.shell /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/trickle/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/websocket/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/wifi_credentials/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/wireguard/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/zperf/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/pkt_filter/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/nvmem/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/pm/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/pm/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/pm/policy/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/pm/policy/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/pmci/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/pmci/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/pmci/mctp/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/pmci/mctp/Kconfig.usb /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/cmsis_rtos_v1/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/cmsis_rtos_v2/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/Kconfig.profile /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/Kconfig.toolchain /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lang_support_r/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lang_support_r/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/eventfd/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.aio /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.barrier /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.device_io /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.fd_mgmt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.file_system_r /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.fs /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.mem /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.mqueue /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.net /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.proc1 /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.procN /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.pthread /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.rwlock /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.sched /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.semaphore /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.signal /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.spinlock /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.sync_io /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.timer /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.xsi_realtime /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.xsi_single_process /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.xsi_streams /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.xsi_system_logging /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.xsi_threads_ext /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/shell/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/shell/Kconfig.env /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/shell/Kconfig.uname /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/profiling/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/profiling/perf/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/profiling/perf/backends/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/random/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/random/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/retention/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/retention/Kconfig.blinfo /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/rtio/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/rtio/Kconfig.workq /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/sd/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/sd/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/secure_storage/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/secure_storage/Kconfig.its_store /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/secure_storage/Kconfig.its_transform /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/sensing/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/sensing/sensor/hinge_angle/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/sensing/sensor/phy_3d_sensor/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/settings/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/shell/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/shell/Kconfig.template.shell_log_queue_size /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/shell/Kconfig.template.shell_log_queue_timeout /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/shell/backends/Kconfig.backends /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/shell/modules/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/shell/modules/kernel_service/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/shell/modules/kernel_service/thread/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/sip_svc/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/stats/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/stats/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/storage/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/storage/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/storage/flash_map/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/storage/flash_map/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/storage/stream/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/task_wdt/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/testsuite/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/testsuite/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/testsuite/Kconfig.coverage /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/testsuite/Kconfig.defconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/testsuite/ztest/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/testsuite/ztest/benchmark/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/timing/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/tracing/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/tracing/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/tracing/sysview/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/common/CMakeLists.txt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/common/Kconfig.template.instances_count /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/Kconfig.bt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/Kconfig.cdc /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/Kconfig.msc /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/Kconfig.template.composite_device_number /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/audio/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/dfu/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/hid/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/netusb/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/app/Kconfig.cdc_acm_serial /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.bt /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.cdc_acm /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.cdc_ecm /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.cdc_ncm /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.dfu /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.hid /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.loopback /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.midi2 /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.msc /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.uac2 /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.uvc /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/host/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/host/Kconfig.usbip /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/host/class/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/host/class/Kconfig.uvc /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/usb_c/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/zbus/Kconfig /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/zbus/proxy_agent/Kconfig /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeASMCompiler.cmake.in /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeASMInformation.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCCompiler.cmake.in /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCInformation.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXCompiler.cmake.in /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXInformation.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCommonLanguageInclude.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCompilerIdDetection.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineASMCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineSystem.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeGenericSystem.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeInitializeConfigs.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeLanguageInformation.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeNinjaFindMake.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeSystem.cmake.in /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeSystemSpecificInformation.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeSystemSpecificInitialize.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestASMCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCXXCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CheckCCompilerFlag.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CheckCSourceCompiles.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXCompilerFlag.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/ADSP-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/ARMCC-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/ARMClang-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/AppleClang-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Borland-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/CMakeCommonCompilerMacros.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Clang-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Cray-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/CrayClang-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Diab-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GHS-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU-ASM.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU-C-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU-C.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU-CXX.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU-FindBinUtils.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/HP-C-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/IAR-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Intel-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/LCC-C-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/MSVC-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/NVHPC-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/OrangeC-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/PGI-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/PathScale-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Renesas-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/SCO-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/TI-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/TIClang-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Tasking-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/Watcom-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/XL-C-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/zOS-C-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/ExternalProject.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/ExternalProject/shared_internal_commands.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageHandleStandardArgs.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageMessage.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/FindPython/Support.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/FindPython3.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeASMLinkerInformation.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeCLinkerInformation.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeCXXLinkerInformation.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeCommonLinkerInformation.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeInspectASMLinker.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeInspectCLinker.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeInspectCXXLinker.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckCompilerFlag.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckFlagCommonConfig.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake /nix/store/2xyd9pnqzg74a9xlayi54d2bcy1844n5-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Generic.cmake /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/cmake/Zephyr-sdkConfig.cmake /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/cmake/Zephyr-sdkConfigVersion.cmake /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/cmake/zephyr/Kconfig /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/cmake/zephyr/gnu/generic.cmake /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/cmake/zephyr/gnu/target.cmake /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/cmake/zephyr/host-tools.cmake CMakeCache.txt CMakeFiles/4.1.2/CMakeASMCompiler.cmake CMakeFiles/4.1.2/CMakeCCompiler.cmake CMakeFiles/4.1.2/CMakeCXXCompiler.cmake CMakeFiles/4.1.2/CMakeSystem.cmake Kconfig/Kconfig.dts Kconfig/Kconfig.modules Kconfig/arch/Kconfig Kconfig/boards/Kconfig Kconfig/boards/Kconfig.defconfig Kconfig/boards/Kconfig.nucleo_g431rb Kconfig/kconfig_module_dirs.cmake Kconfig/soc/Kconfig Kconfig/soc/Kconfig.defconfig Kconfig/soc/Kconfig.soc zephyr/.config zephyr/edt.pickle.cmake zephyr/include/generated/zephyr/autoconf.h zephyr/misc/generated/syscalls_subdirs.txt zephyr/snippets_generated.cmake: phony - - -############################################# -# Clean additional files. - -build CMakeFiles/clean.additional: CLEAN_ADDITIONAL - - -############################################# -# Clean all the built files. - -build clean: CLEAN CMakeFiles/clean.additional - - -############################################# -# Print all primary targets available. - -build help: HELP - - -############################################# -# Make the all target the default. - -default all diff --git a/zephyrproject/build/mcuboot/build_info.yml b/zephyrproject/build/mcuboot/build_info.yml index 71daa89..70100a1 100644 --- a/zephyrproject/build/mcuboot/build_info.yml +++ b/zephyrproject/build/mcuboot/build_info.yml @@ -1,65 +1,6 @@ -cmake: - application: - configuration-dir: '/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr' - source-dir: '/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr' - board: - name: 'nucleo_g431rb' - path: - - '/home/jeremy/utat-dev/zephyrproject/zephyr/boards/st/nucleo_g431rb' - qualifiers: 'stm32g431xx' - revision: '' - devicetree: - bindings-dirs: - - '/home/jeremy/utat-dev/zephyrproject/zephyr/dts/bindings' - files: - - '/home/jeremy/utat-dev/zephyrproject/zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts' - - '/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/app.overlay' - include-dirs: - - '/home/jeremy/utat-dev/zephyrproject/modules/hal/ambiq/dts' - - '/home/jeremy/utat-dev/zephyrproject/modules/hal/atmel/include' - - '/home/jeremy/utat-dev/zephyrproject/modules/hal/bouffalolab/include' - - '/home/jeremy/utat-dev/zephyrproject/modules/hal/bouffalolab/include/zephyr' - - '/home/jeremy/utat-dev/zephyrproject/modules/hal/gigadevice/include' - - '/home/jeremy/utat-dev/zephyrproject/modules/hal/microchip/include' - - '/home/jeremy/utat-dev/zephyrproject/modules/hal/microchip/dts' - - '/home/jeremy/utat-dev/zephyrproject/modules/hal/nuvoton/dts' - - '/home/jeremy/utat-dev/zephyrproject/modules/hal/nxp/dts' - - '/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/dts' - - '/home/jeremy/utat-dev/zephyrproject/modules/hal/ti/dts' - - '/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include' - - '/home/jeremy/utat-dev/zephyrproject/zephyr/include' - - '/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr' - - '/home/jeremy/utat-dev/zephyrproject/zephyr/dts/common' - - '/home/jeremy/utat-dev/zephyrproject/zephyr/dts/vendor' - - '/home/jeremy/utat-dev/zephyrproject/zephyr/dts/rx' - - '/home/jeremy/utat-dev/zephyrproject/zephyr/dts/x86' - - '/home/jeremy/utat-dev/zephyrproject/zephyr/dts/xtensa' - - '/home/jeremy/utat-dev/zephyrproject/zephyr/dts/sparc' - - '/home/jeremy/utat-dev/zephyrproject/zephyr/dts/riscv' - - '/home/jeremy/utat-dev/zephyrproject/zephyr/dts/posix' - - '/home/jeremy/utat-dev/zephyrproject/zephyr/dts/arm64' - - '/home/jeremy/utat-dev/zephyrproject/zephyr/dts/arm' - - '/home/jeremy/utat-dev/zephyrproject/zephyr/dts/arc' - - '/home/jeremy/utat-dev/zephyrproject/zephyr/dts' - user-files: - - '/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/app.overlay' - kconfig: - extra-user-files: - - 'mcuboot-nucleo-g431rb.conf' - files: - - '/home/jeremy/utat-dev/zephyrproject/zephyr/boards/st/nucleo_g431rb/nucleo_g431rb_defconfig' - - '/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/prj.conf' - - '/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/mcuboot-nucleo-g431rb.conf' - user-files: - - '/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/prj.conf' - toolchain: - name: 'zephyr' - path: '/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1' - zephyr: - version: '4.4.99' - zephyr-base: '/home/jeremy/utat-dev/zephyrproject/zephyr' -version: '0.1.0' west: - command: '/nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/west build -p always -b nucleo_g431rb bootloader/mcuboot/boot/zephyr -d build/mcuboot -- -DEXTRA_CONF_FILE=mcuboot-nucleo-g431rb.conf' - topdir: '/home/jeremy/utat-dev/zephyrproject' - version: '1.5.0' + command: /nix/store/1hhzbgg5hqhpw2c3gk98myzr6fjlfcja-python3.13-west-1.5.0/bin/west + build -p always -b nucleo_g431rb bootloader/mcuboot/boot/zephyr -d build/mcuboot + -- -DEXTRA_CONF_FILE=mcuboot-nucleo-g431rb.conf + topdir: /home/jeremy/utat-dev/zephyrproject + version: 1.5.0 diff --git a/zephyrproject/build/mcuboot/cmake_install.cmake b/zephyrproject/build/mcuboot/cmake_install.cmake deleted file mode 100644 index 962bb30..0000000 --- a/zephyrproject/build/mcuboot/cmake_install.cmake +++ /dev/null @@ -1,67 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() -if(CMAKE_INSTALL_COMPONENT) - if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") - set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") - else() - string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") - set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") - unset(CMAKE_INST_COMP_HASH) - endif() -else() - set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/${CMAKE_INSTALL_MANIFEST}" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/compile_commands.json b/zephyrproject/build/mcuboot/compile_commands.json deleted file mode 100644 index cbc38b7..0000000 --- a/zephyrproject/build/mcuboot/compile_commands.json +++ /dev/null @@ -1,914 +0,0 @@ -[ -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o CMakeFiles/app.dir/main.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/main.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/main.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/app.dir/main.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o CMakeFiles/app.dir/io.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/io.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/io.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/app.dir/io.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o CMakeFiles/app.dir/flash_map_extended.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/flash_map_extended.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/flash_map_extended.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/app.dir/flash_map_extended.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o CMakeFiles/app.dir/os.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/os.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/os.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/app.dir/os.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o CMakeFiles/app.dir/keys.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/keys.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/keys.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/app.dir/keys.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o CMakeFiles/app.dir/watchdog.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/watchdog.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/watchdog.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/CMakeFiles/app.dir/watchdog.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/lib/libc/validate_libc.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/validate_libc.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/validate_libc.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/libc/validate_libc.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/lib/heap/heap.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/heap/heap.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/heap/heap.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/heap/heap.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/lib/os/boot_banner.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/boot_banner.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/boot_banner.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/os/boot_banner.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/cbprintf_packaged.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/cbprintf_packaged.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/lib/os/clock.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/clock.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/clock.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/os/clock.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/printk.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/printk.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_nano.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/cbprintf_nano.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/cbprintf_nano.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_nano.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/assert.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/assert.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/lib/utils/dec.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/dec.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/dec.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/dec.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/lib/utils/hex.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/hex.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/hex.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/hex.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/lib/utils/rb.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/rb.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/rb.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/rb.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/lib/utils/set.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/set.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/set.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/set.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/lib/utils/timeutil.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/timeutil.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/timeutil.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/timeutil.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/lib/utils/bitarray.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/bitarray.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/bitarray.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/bitarray.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/lib/utils/bitmask.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/bitmask.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/bitmask.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/bitmask.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/lib/utils/getopt/getopt.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/getopt/getopt.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/getopt/getopt.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/getopt/getopt.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/lib/utils/getopt/getopt_common.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/getopt/getopt_common.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/getopt/getopt_common.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/getopt/getopt_common.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/lib/utils/ring_buffer.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/ring_buffer.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/ring_buffer.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/ring_buffer.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/lib/utils/last_section_id.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/last_section_id.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/last_section_id.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/last_section_id.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj -c /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/configs.c", - "file": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/configs.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/stm32cube_hal.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/stm32cube_hal.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/stm32cube_hal.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/stm32cube_hal.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/soc_config.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/soc_config.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/soc_config.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/soc_config.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/stm32_backup_domain.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/stm32_backup_domain.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/stm32_backup_domain.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/stm32_backup_domain.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/stm32g4x/soc.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/soc.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/soc.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/stm32g4x/soc.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_minimal.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/log_minimal.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/log_minimal.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_minimal.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/subsys/mem_mgmt/mem_attr.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mem_mgmt/mem_attr.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mem_mgmt/mem_attr.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/subsys/mem_mgmt/mem_attr.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/storage/flash_map/flash_map.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/storage/flash_map/flash_map.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_default.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/storage/flash_map/flash_map_default.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/storage/flash_map/flash_map_default.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_default.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_layout.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/storage/flash_map/flash_map_layout.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/storage/flash_map/flash_map_layout.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_layout.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/tracing/tracing_none.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/tracing/tracing_none.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/drivers/flash/flash_util.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/flash_util.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/flash_util.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/drivers/flash/flash_util.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/kernel/sys/sem.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/sys/sem.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/sys/sem.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/kernel/sys/sem.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/kernel/sys/thread_entry.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/sys/thread_entry.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/sys/thread_entry.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/kernel/sys/thread_entry.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_validate.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_validate.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_validate.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_validate.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_find_key.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_find_key.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_find_key.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_find_key.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_img_hash.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_img_hash.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_img_hash.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_img_hash.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_img_security_cnt.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_img_security_cnt.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_img_security_cnt.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_img_security_cnt.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/tlv.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/tlv.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/tlv.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/tlv.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/encrypted.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/encrypted.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/encrypted.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/encrypted.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_rsa.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_rsa.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_rsa.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_rsa.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_ecdsa.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_ecdsa.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_ecdsa.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_ecdsa.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_ed25519.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_ed25519.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_ed25519.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_ed25519.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_misc.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_misc.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_misc.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_misc.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_area.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_area.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_area.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_area.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_loader.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_loader.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_loader.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_loader.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/fault_injection_hardening.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/fault_injection_hardening.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/fault_injection_hardening.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/fault_injection_hardening.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/loader.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/loader.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/loader.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/loader.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/swap_misc.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/swap_misc.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/swap_misc.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/swap_misc.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/caps.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/caps.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/caps.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/caps.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/swap_move.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/swap_move.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/swap_move.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/swap_move.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/source/sha256.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/source/sha256.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/source/sha256.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/source/sha256.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/source/utils.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/source/utils.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/source/utils.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/source/utils.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/cleanup/arm_cortex_m.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/cleanup/arm_cortex_m.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/cleanup/arm_cortex_m.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/cleanup/arm_cortex_m.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/kernel/banner.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/kernel/banner.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/kernel/banner.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/kernel/banner.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/flash_check.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/flash_check.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/flash_check.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/flash_check.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -fno-lto -o zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/offsets/offsets.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/offsets/offsets.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/misc/empty_file.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/misc/empty_file.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/misc/empty_file.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/misc/empty_file.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj -c /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/isr_tables.c", - "file": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/isr_tables.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/sw_isr_common.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/sw_isr_common.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/arch/common/CMakeFiles/arch__common.dir/init.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/init.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/init.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/common/CMakeFiles/arch__common.dir/init.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/arch/common/CMakeFiles/arch__common.dir/xip.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/xip.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/xip.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/common/CMakeFiles/arch__common.dir/xip.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/isr_tables.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/isr_tables.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/fatal.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/fatal.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/fatal.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/fatal.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/nmi.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/nmi.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -xassembler-with-cpp -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -D_ASMLANGUAGE -Wno-unused-but-set-variable -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -o zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi_on_reset.S.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/nmi_on_reset.S", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/nmi_on_reset.S", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi_on_reset.S.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/tls.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/tls.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/tls.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/tls.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/fault.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/fault.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -xassembler-with-cpp -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -D_ASMLANGUAGE -Wno-unused-but-set-variable -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault_s.S.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/fault_s.S", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/fault_s.S", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault_s.S.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fpu.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/fpu.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/fpu.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fpu.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -xassembler-with-cpp -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -D_ASMLANGUAGE -Wno-unused-but-set-variable -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/reset.S.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/reset.S", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/reset.S", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/reset.S.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/scb.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/scb.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/scb.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/scb.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -xassembler-with-cpp -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -D_ASMLANGUAGE -Wno-unused-but-set-variable -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/vector_table.S.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/vector_table.S", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/vector_table.S", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/vector_table.S.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -xassembler-with-cpp -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -D_ASMLANGUAGE -Wno-unused-but-set-variable -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/svc.S.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/svc.S", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/svc.S", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/svc.S.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_manage.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/irq_manage.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/irq_manage.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_manage.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/prep_c.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/prep_c.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/prep_c.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/prep_c.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/thread.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/thread.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/cpu_idle.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/cpu_idle.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/cpu_idle.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/cpu_idle.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/exc_exit.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/exc_exit.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/exc_exit.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/exc_exit.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread_abort.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/thread_abort.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/thread_abort.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread_abort.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -xassembler-with-cpp -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -D_ASMLANGUAGE -Wno-unused-but-set-variable -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap_helper.S.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/swap_helper.S", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/swap_helper.S", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap_helper.S.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_init.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/irq_init.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/irq_init.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_init.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/isr_wrapper.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/isr_wrapper.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/isr_wrapper.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/isr_wrapper.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -xassembler-with-cpp -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -D_ASMLANGUAGE -Wno-unused-but-set-variable -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -o zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/__aeabi_read_tp.S.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/__aeabi_read_tp.S", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/__aeabi_read_tp.S", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/__aeabi_read_tp.S.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/mpu/cortex_m -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_core_mpu.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/mpu/arm_core_mpu.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/mpu/arm_core_mpu.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_core_mpu.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/mpu/cortex_m -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_mpu.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/mpu/arm_mpu.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/mpu/arm_mpu.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_mpu.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/mpu/cortex_m -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_mpu_regions.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/mpu/arm_mpu_regions.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/mpu/arm_mpu_regions.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_mpu_regions.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -fno-lto -o zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/assert.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/assert.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/assert.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/assert.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -fno-lto -o zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/cbprintf.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/cbprintf.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/cbprintf.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/cbprintf.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -fno-lto -o zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/chk_fail.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/chk_fail.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/chk_fail.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/chk_fail.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -fno-lto -o zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/errno_wrap.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/errno_wrap.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/errno_wrap.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/errno_wrap.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -fno-lto -o zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/exit.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/exit.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/exit.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/exit.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -fno-lto -o zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/locks.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/locks.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/locks.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/locks.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -fno-lto -o zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/stdio.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/stdio.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/stdio.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/stdio.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -fno-builtin-malloc -o zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/abort.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/source/stdlib/abort.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/source/stdlib/abort.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/abort.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -fno-builtin-malloc -o zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/time/time.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/source/time/time.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/source/time/time.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/time/time.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -fno-builtin-malloc -o zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/malloc.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/source/stdlib/malloc.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/source/stdlib/malloc.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/malloc.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -fno-builtin-malloc -o zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/errno/errno.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/source/errno/errno.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/source/errno/errno.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/errno/errno.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -fno-lto -o zephyr/lib/heap/CMakeFiles/heap_constants.dir/heap_constants.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/lib/heap/heap_constants.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/lib/heap/heap_constants.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/heap/CMakeFiles/heap_constants.dir/heap_constants.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/fnmatch.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/fnmatch.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/fnmatch.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/fnmatch.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/getentropy.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getentropy.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getentropy.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/getentropy.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/getopt_shim.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt_shim.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt_shim.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/getopt_shim.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/intc_exti_stm32.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/intc_exti_stm32.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/intc_exti_stm32.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/intc_exti_stm32.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/intc_gpio_stm32.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/intc_gpio_stm32.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/intc_gpio_stm32.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/intc_gpio_stm32.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32_ll_common.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/clock_stm32_ll_common.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/clock_stm32_ll_common.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32_ll_common.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32g4.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/clock_stm32g4.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/clock_stm32g4.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32g4.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_page_layout.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/flash_page_layout.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/flash_page_layout.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_page_layout.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_stm32.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/flash_stm32.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/flash_stm32.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_stm32.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_stm32g4x.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/flash_stm32g4x.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/flash_stm32g4x.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_stm32g4x.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/sys_clock_init.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/sys_clock_init.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -Wshadow -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/cortex_m_systick.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/cortex_m_systick.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/cortex_m_systick.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/cortex_m_systick.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/soc/system_stm32g4xx.c.obj -c /home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc/system_stm32g4xx.c", - "file": "/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc/system_stm32g4xx.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/soc/system_stm32g4xx.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/drivers/src/stm32g4xx_hal.c.obj -c /home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/src/stm32g4xx_hal.c", - "file": "/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/src/stm32g4xx_hal.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/drivers/src/stm32g4xx_hal.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/drivers/src/stm32g4xx_hal_rcc.c.obj -c /home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/src/stm32g4xx_hal_rcc.c", - "file": "/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/src/stm32g4xx_hal_rcc.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/drivers/src/stm32g4xx_hal_rcc.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/drivers/src/stm32g4xx_hal_rcc_ex.c.obj -c /home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/src/stm32g4xx_hal_rcc_ex.c", - "file": "/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/src/stm32g4xx_hal_rcc_ex.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/drivers/src/stm32g4xx_hal_rcc_ex.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/drivers/src/stm32g4xx_ll_utils.c.obj -c /home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/src/stm32g4xx_ll_utils.c", - "file": "/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/src/stm32g4xx_ll_utils.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32g4xx/drivers/src/stm32g4xx_ll_utils.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o modules/mcuboot/CMakeFiles/mcuboot_util.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_public.c.obj -c /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_public.c", - "file": "/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_public.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mcuboot/CMakeFiles/mcuboot_util.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_public.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/main_weak.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/main_weak.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/busy_wait.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/busy_wait.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/device.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/device.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/fatal.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/fatal.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/init.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/init.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/kheap.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/kheap.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/mem_slab.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/mem_slab.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/float.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/float.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/float.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/float.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/version.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/version.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/idle.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/idle.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/mailbox.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/mailbox.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/msg_q.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/msg_q.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/mutex.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/mutex.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/queue.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/queue.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/sem.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/sem.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/stack.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/stack.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/system_work_q.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/system_work_q.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/work.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/work.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/condvar.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/condvar.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/thread.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/thread.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/sched.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/sched.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/sleep.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/sleep.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/sleep.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/sleep.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/pipe.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/pipe.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/pipe.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/pipe.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/scheduler.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/scheduler.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/scheduler.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/scheduler.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/timeslicing.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/timeslicing.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/timeslicing.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/timeslicing.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/timeout.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/timeout.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/timer.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/timer.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/mempool.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/mempool.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj" -}, -{ - "directory": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot", - "command": "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM4 -DHSE_VALUE=24000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DMCUBOOT_SLOT0_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT0_EXPECTED_WRITE_SIZE=8 -DMCUBOOT_SLOT1_EXPECTED_ERASE_SIZE=2048 -DMCUBOOT_SLOT1_EXPECTED_WRITE_SIZE=8 -DMIN_SECTOR_COUNT=24 -DPICOLIBC_MINIMAL_PRINTF_SCANF -DSTM32G431xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D_POSIX_THREAD_SAFE_FUNCTIONS=200809L -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr -I/home/jeremy/utat-dev/zephyrproject/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 -I/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/include -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/drivers -I/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/. -I/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/getopt -I/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/. -I/home/jeremy/utat-dev/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/soc -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx/drivers/include -I/home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/.. -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../zephyr/include -I/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr/../../../ext/tinycrypt/lib/include -isystem /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -imacros /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/arm-zephyr-eabi -imacros /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/jeremy/utat-dev/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c17 -o zephyr/kernel/CMakeFiles/kernel.dir/dynamic_disabled.c.obj -c /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/dynamic_disabled.c", - "file": "/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/dynamic_disabled.c", - "output": "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/dynamic_disabled.c.obj" -} -] diff --git a/zephyrproject/build/mcuboot/modules/acpica/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/acpica/cmake_install.cmake deleted file mode 100644 index 7160082..0000000 --- a/zephyrproject/build/mcuboot/modules/acpica/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/acpica - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/acpica/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/adi/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/adi/cmake_install.cmake deleted file mode 100644 index af72ab0..0000000 --- a/zephyrproject/build/mcuboot/modules/adi/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/adi - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/adi/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/atmel/asf/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/atmel/asf/cmake_install.cmake deleted file mode 100644 index a0d7ffb..0000000 --- a/zephyrproject/build/mcuboot/modules/atmel/asf/cmake_install.cmake +++ /dev/null @@ -1,51 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/atmel/asf - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/atmel/asf/common/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/atmel/asf/common/cmake_install.cmake deleted file mode 100644 index 82de98a..0000000 --- a/zephyrproject/build/mcuboot/modules/atmel/asf/common/cmake_install.cmake +++ /dev/null @@ -1,51 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/atmel/asf/common - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common/components/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/atmel/asf/common/components/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/atmel/asf/common/components/cmake_install.cmake deleted file mode 100644 index cf213e0..0000000 --- a/zephyrproject/build/mcuboot/modules/atmel/asf/common/components/cmake_install.cmake +++ /dev/null @@ -1,51 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/atmel/asf/common/components - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common/components/wifi/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common/components/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/atmel/asf/common/components/wifi/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/atmel/asf/common/components/wifi/cmake_install.cmake deleted file mode 100644 index 9d7f363..0000000 --- a/zephyrproject/build/mcuboot/modules/atmel/asf/common/components/wifi/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/atmel/asf/common/components/wifi - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/common/components/wifi/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/atmel/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/atmel/cmake_install.cmake deleted file mode 100644 index b025d7b..0000000 --- a/zephyrproject/build/mcuboot/modules/atmel/cmake_install.cmake +++ /dev/null @@ -1,51 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/atmel - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/asf/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/cmsis-dsp/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/cmsis-dsp/cmake_install.cmake deleted file mode 100644 index 275766f..0000000 --- a/zephyrproject/build/mcuboot/modules/cmsis-dsp/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis-dsp - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis-dsp/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/cmsis-nn/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/cmsis-nn/cmake_install.cmake deleted file mode 100644 index 4466b1e..0000000 --- a/zephyrproject/build/mcuboot/modules/cmsis-nn/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis-nn - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis-nn/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/cmsis/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/cmsis/cmake_install.cmake deleted file mode 100644 index e1a66d2..0000000 --- a/zephyrproject/build/mcuboot/modules/cmsis/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/cmsis_6/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/cmsis_6/cmake_install.cmake deleted file mode 100644 index 13bb1df..0000000 --- a/zephyrproject/build/mcuboot/modules/cmsis_6/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6 - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis_6/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/dhara/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/dhara/cmake_install.cmake deleted file mode 100644 index 31ec855..0000000 --- a/zephyrproject/build/mcuboot/modules/dhara/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/dhara - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/dhara/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/fatfs/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/fatfs/cmake_install.cmake deleted file mode 100644 index 943799a..0000000 --- a/zephyrproject/build/mcuboot/modules/fatfs/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/fatfs - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/fatfs/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_afbr/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_afbr/cmake_install.cmake deleted file mode 100644 index 44a217f..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_afbr/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_afbr - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_afbr/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_ambiq/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_ambiq/cmake_install.cmake deleted file mode 100644 index 20e4751..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_ambiq/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/ambiq - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_ambiq/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_bouffalolab/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_bouffalolab/cmake_install.cmake deleted file mode 100644 index 05ec35e..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_bouffalolab/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_bouffalolab - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_bouffalolab/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_espressif/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_espressif/cmake_install.cmake deleted file mode 100644 index 9c03ba4..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_espressif/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/zephyr - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_espressif/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_ethos_u/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_ethos_u/cmake_install.cmake deleted file mode 100644 index 657e510..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_ethos_u/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_ethos_u - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_ethos_u/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_gigadevice/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_gigadevice/cmake_install.cmake deleted file mode 100644 index d8e5a77..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_gigadevice/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_gigadevice - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_gigadevice/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_infineon/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_infineon/cmake_install.cmake deleted file mode 100644 index 6b42af8..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_infineon/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_infineon - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_infineon/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_intel/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_intel/cmake_install.cmake deleted file mode 100644 index 06e627a..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_intel/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/intel/zephyr - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_intel/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_nordic/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_nordic/cmake_install.cmake deleted file mode 100644 index da67090..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_nordic/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nordic/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_nxp/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_nxp/cmake_install.cmake deleted file mode 100644 index a7a719e..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_nxp/cmake_install.cmake +++ /dev/null @@ -1,51 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nxp - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nxp/hal_nxp/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nxp/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_nxp/hal_nxp/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_nxp/hal_nxp/cmake_install.cmake deleted file mode 100644 index 54a8570..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_nxp/hal_nxp/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/nxp/zephyr/src - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nxp/hal_nxp/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_realtek/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_realtek/cmake_install.cmake deleted file mode 100644 index 2fee310..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_realtek/cmake_install.cmake +++ /dev/null @@ -1,51 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_realtek - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_realtek/hal_realtek/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_realtek/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_realtek/hal_realtek/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_realtek/hal_realtek/cmake_install.cmake deleted file mode 100644 index 5eb83e4..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_realtek/hal_realtek/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/realtek - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_realtek/hal_realtek/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_renesas/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_renesas/cmake_install.cmake deleted file mode 100644 index a916c7f..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_renesas/cmake_install.cmake +++ /dev/null @@ -1,52 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/renesas - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas/zephyr/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas/drivers/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_renesas/drivers/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_renesas/drivers/cmake_install.cmake deleted file mode 100644 index a81ddcd..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_renesas/drivers/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/renesas/drivers - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas/drivers/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_renesas/zephyr/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_renesas/zephyr/cmake_install.cmake deleted file mode 100644 index b98bbed..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_renesas/zephyr/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/renesas/zephyr - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas/zephyr/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_rpi_pico/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_rpi_pico/cmake_install.cmake deleted file mode 100644 index 5a27414..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_rpi_pico/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_rpi_pico - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_rpi_pico/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_sifli/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_sifli/cmake_install.cmake deleted file mode 100644 index a3b89b9..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_sifli/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_sifli - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_sifli/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_silabs/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_silabs/cmake_install.cmake deleted file mode 100644 index 527984f..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_silabs/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_silabs - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_silabs/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_st/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_st/cmake_install.cmake deleted file mode 100644 index 2d6caec..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_st/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/st - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_st/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_stm32/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_stm32/cmake_install.cmake deleted file mode 100644 index 927a78e..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_stm32/cmake_install.cmake +++ /dev/null @@ -1,51 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/stm32 - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/cmake_install.cmake deleted file mode 100644 index 71b80b4..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/cmake_install.cmake +++ /dev/null @@ -1,51 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/stm32g4xx/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a b/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a deleted file mode 100644 index 5661733..0000000 Binary files a/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a and /dev/null differ diff --git a/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/stm32g4xx/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/stm32g4xx/cmake_install.cmake deleted file mode 100644 index e792309..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/stm32g4xx/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/stm32/stm32cube/stm32g4xx - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/stm32cube/stm32g4xx/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_tdk/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_tdk/cmake_install.cmake deleted file mode 100644 index 8acb43d..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_tdk/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/tdk - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_tdk/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_telink/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_telink/cmake_install.cmake deleted file mode 100644 index 5f77469..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_telink/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/telink - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_telink/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_wch/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_wch/cmake_install.cmake deleted file mode 100644 index 48c0933..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_wch/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_wch - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_wch/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hal_wurthelektronik/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hal_wurthelektronik/cmake_install.cmake deleted file mode 100644 index d4ff51c..0000000 --- a/zephyrproject/build/mcuboot/modules/hal_wurthelektronik/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/wurthelektronik - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_wurthelektronik/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/hostap/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/hostap/cmake_install.cmake deleted file mode 100644 index 16ffa2f..0000000 --- a/zephyrproject/build/mcuboot/modules/hostap/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/hostap - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hostap/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/liblc3/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/liblc3/cmake_install.cmake deleted file mode 100644 index a51afc2..0000000 --- a/zephyrproject/build/mcuboot/modules/liblc3/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/liblc3 - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/liblc3/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/libmctp/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/libmctp/cmake_install.cmake deleted file mode 100644 index 4372537..0000000 --- a/zephyrproject/build/mcuboot/modules/libmctp/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/lib/libmctp/zephyr - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libmctp/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/libmetal/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/libmetal/cmake_install.cmake deleted file mode 100644 index 15ccc99..0000000 --- a/zephyrproject/build/mcuboot/modules/libmetal/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/libmetal - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libmetal/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/libsbc/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/libsbc/cmake_install.cmake deleted file mode 100644 index d3fa010..0000000 --- a/zephyrproject/build/mcuboot/modules/libsbc/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/libsbc - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libsbc/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/littlefs/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/littlefs/cmake_install.cmake deleted file mode 100644 index 0edcd3e..0000000 --- a/zephyrproject/build/mcuboot/modules/littlefs/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/littlefs - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/littlefs/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/lora-basics-modem/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/lora-basics-modem/cmake_install.cmake deleted file mode 100644 index 9f404f3..0000000 --- a/zephyrproject/build/mcuboot/modules/lora-basics-modem/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/lora-basics-modem - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/lora-basics-modem/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/loramac-node/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/loramac-node/cmake_install.cmake deleted file mode 100644 index aafe577..0000000 --- a/zephyrproject/build/mcuboot/modules/loramac-node/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/loramac-node - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/loramac-node/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/lvgl/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/lvgl/cmake_install.cmake deleted file mode 100644 index 12fd47d..0000000 --- a/zephyrproject/build/mcuboot/modules/lvgl/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/lvgl - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/lvgl/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/mbedtls/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/mbedtls/cmake_install.cmake deleted file mode 100644 index 0b54eb9..0000000 --- a/zephyrproject/build/mcuboot/modules/mbedtls/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mbedtls/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/mcuboot/CMakeFiles/mcuboot_util.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_public.c.obj b/zephyrproject/build/mcuboot/modules/mcuboot/CMakeFiles/mcuboot_util.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_public.c.obj deleted file mode 100644 index f0d27d9..0000000 Binary files a/zephyrproject/build/mcuboot/modules/mcuboot/CMakeFiles/mcuboot_util.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_public.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/modules/mcuboot/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/mcuboot/cmake_install.cmake deleted file mode 100644 index 4de28fa..0000000 --- a/zephyrproject/build/mcuboot/modules/mcuboot/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/zephyr - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mcuboot/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/mcuboot/libmcuboot_util.a b/zephyrproject/build/mcuboot/modules/mcuboot/libmcuboot_util.a deleted file mode 100644 index 55c8110..0000000 Binary files a/zephyrproject/build/mcuboot/modules/mcuboot/libmcuboot_util.a and /dev/null differ diff --git a/zephyrproject/build/mcuboot/modules/microchip/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/microchip/cmake_install.cmake deleted file mode 100644 index d19a591..0000000 --- a/zephyrproject/build/mcuboot/modules/microchip/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/microchip - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/microchip/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/mipi-sys-t/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/mipi-sys-t/cmake_install.cmake deleted file mode 100644 index 66d0620..0000000 --- a/zephyrproject/build/mcuboot/modules/mipi-sys-t/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/debug/mipi-sys-t - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mipi-sys-t/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/nanopb/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/nanopb/cmake_install.cmake deleted file mode 100644 index 16aa8fe..0000000 --- a/zephyrproject/build/mcuboot/modules/nanopb/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/nanopb - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nanopb/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/nrf_hw_models/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/nrf_hw_models/cmake_install.cmake deleted file mode 100644 index ced6b1f..0000000 --- a/zephyrproject/build/mcuboot/modules/nrf_hw_models/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/bsim_hw_models/nrf_hw_models - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nrf_hw_models/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/nrf_wifi/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/nrf_wifi/cmake_install.cmake deleted file mode 100644 index d2e221d..0000000 --- a/zephyrproject/build/mcuboot/modules/nrf_wifi/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/nrf_wifi - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nrf_wifi/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/nuvoton/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/nuvoton/cmake_install.cmake deleted file mode 100644 index e3c3350..0000000 --- a/zephyrproject/build/mcuboot/modules/nuvoton/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/nuvoton - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nuvoton/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/open-amp/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/open-amp/cmake_install.cmake deleted file mode 100644 index ab97dee..0000000 --- a/zephyrproject/build/mcuboot/modules/open-amp/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/lib/open-amp - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/open-amp/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/openisa/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/openisa/cmake_install.cmake deleted file mode 100644 index acb6060..0000000 --- a/zephyrproject/build/mcuboot/modules/openisa/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/openisa - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/openisa/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/openthread/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/openthread/cmake_install.cmake deleted file mode 100644 index 062fa85..0000000 --- a/zephyrproject/build/mcuboot/modules/openthread/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/openthread - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/openthread/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/percepio/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/percepio/cmake_install.cmake deleted file mode 100644 index 43229c6..0000000 --- a/zephyrproject/build/mcuboot/modules/percepio/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/percepio - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/percepio/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/picolibc/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/picolibc/cmake_install.cmake deleted file mode 100644 index 86bb87d..0000000 --- a/zephyrproject/build/mcuboot/modules/picolibc/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/lib/picolibc - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/picolibc/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/quicklogic/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/quicklogic/cmake_install.cmake deleted file mode 100644 index f89904c..0000000 --- a/zephyrproject/build/mcuboot/modules/quicklogic/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/quicklogic - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/quicklogic/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/segger/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/segger/cmake_install.cmake deleted file mode 100644 index 9e00f7e..0000000 --- a/zephyrproject/build/mcuboot/modules/segger/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/segger - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/segger/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/ti/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/ti/cmake_install.cmake deleted file mode 100644 index 551bab8..0000000 --- a/zephyrproject/build/mcuboot/modules/ti/cmake_install.cmake +++ /dev/null @@ -1,53 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/ti - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/mspm0/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/ti/mspm0/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/ti/mspm0/cmake_install.cmake deleted file mode 100644 index d5cf349..0000000 --- a/zephyrproject/build/mcuboot/modules/ti/mspm0/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/ti/mspm0 - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/mspm0/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/ti/simplelink/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/ti/simplelink/cmake_install.cmake deleted file mode 100644 index b35d6a6..0000000 --- a/zephyrproject/build/mcuboot/modules/ti/simplelink/cmake_install.cmake +++ /dev/null @@ -1,51 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/ti/simplelink - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink/source/ti/devices/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/ti/simplelink/source/ti/devices/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/ti/simplelink/source/ti/devices/cmake_install.cmake deleted file mode 100644 index 9deb029..0000000 --- a/zephyrproject/build/mcuboot/modules/ti/simplelink/source/ti/devices/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/ti/simplelink/source/ti/devices - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink/source/ti/devices/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/cmake_install.cmake deleted file mode 100644 index 40c4727..0000000 --- a/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/cmake_install.cmake +++ /dev/null @@ -1,52 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/ti/simplelink_lpf3 - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/source/ti/devices/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/source/ti/boards/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/source/ti/boards/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/source/ti/boards/cmake_install.cmake deleted file mode 100644 index 8feba1c..0000000 --- a/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/source/ti/boards/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/ti/simplelink_lpf3/source/ti/boards - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/source/ti/boards/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/source/ti/devices/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/source/ti/devices/cmake_install.cmake deleted file mode 100644 index de1eb92..0000000 --- a/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/source/ti/devices/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/ti/simplelink_lpf3/source/ti/devices - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/simplelink_lpf3/source/ti/devices/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/trusted-firmware-a/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/trusted-firmware-a/cmake_install.cmake deleted file mode 100644 index fe71b60..0000000 --- a/zephyrproject/build/mcuboot/modules/trusted-firmware-a/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-a - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/trusted-firmware-a/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/trusted-firmware-m/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/trusted-firmware-m/cmake_install.cmake deleted file mode 100644 index c5304f3..0000000 --- a/zephyrproject/build/mcuboot/modules/trusted-firmware-m/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-m - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/trusted-firmware-m/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/uoscore-uedhoc/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/uoscore-uedhoc/cmake_install.cmake deleted file mode 100644 index cd3df1f..0000000 --- a/zephyrproject/build/mcuboot/modules/uoscore-uedhoc/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/uoscore-uedhoc - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/uoscore-uedhoc/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/xtensa/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/xtensa/cmake_install.cmake deleted file mode 100644 index 770eaa8..0000000 --- a/zephyrproject/build/mcuboot/modules/xtensa/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/modules/hal/xtensa - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/xtensa/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/modules/zcbor/cmake_install.cmake b/zephyrproject/build/mcuboot/modules/zcbor/cmake_install.cmake deleted file mode 100644 index 1a6e572..0000000 --- a/zephyrproject/build/mcuboot/modules/zcbor/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/modules/zcbor - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/zcbor/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj deleted file mode 100644 index cdf9289..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/drivers/flash/flash_util.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/drivers/flash/flash_util.c.obj deleted file mode 100644 index 6af30c6..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/drivers/flash/flash_util.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_area.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_area.c.obj deleted file mode 100644 index 23c883d..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_area.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_find_key.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_find_key.c.obj deleted file mode 100644 index 70729e7..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_find_key.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_img_hash.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_img_hash.c.obj deleted file mode 100644 index 4172d4c..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_img_hash.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_img_security_cnt.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_img_security_cnt.c.obj deleted file mode 100644 index 073db3c..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_img_security_cnt.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_loader.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_loader.c.obj deleted file mode 100644 index 556bfe6..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_loader.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_misc.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_misc.c.obj deleted file mode 100644 index fd6987b..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/bootutil_misc.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/caps.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/caps.c.obj deleted file mode 100644 index ddfb0c5..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/caps.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/encrypted.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/encrypted.c.obj deleted file mode 100644 index cbf7c10..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/encrypted.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/fault_injection_hardening.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/fault_injection_hardening.c.obj deleted file mode 100644 index 9ac7b6c..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/fault_injection_hardening.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_ecdsa.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_ecdsa.c.obj deleted file mode 100644 index 6756104..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_ecdsa.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_ed25519.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_ed25519.c.obj deleted file mode 100644 index e685075..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_ed25519.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_rsa.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_rsa.c.obj deleted file mode 100644 index bcc10db..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_rsa.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_validate.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_validate.c.obj deleted file mode 100644 index 4fa3ecd..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/image_validate.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/loader.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/loader.c.obj deleted file mode 100644 index 3fe70e6..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/loader.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/swap_misc.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/swap_misc.c.obj deleted file mode 100644 index 36d1666..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/swap_misc.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/tlv.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/tlv.c.obj deleted file mode 100644 index 35522ba..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/bootutil/src/tlv.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/cleanup/arm_cortex_m.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/cleanup/arm_cortex_m.c.obj deleted file mode 100644 index 5229a43..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/cleanup/arm_cortex_m.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/flash_check.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/flash_check.c.obj deleted file mode 100644 index 0197faf..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/flash_check.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/kernel/banner.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/kernel/banner.c.obj deleted file mode 100644 index 7e7f882..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/kernel/banner.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/source/sha256.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/source/sha256.c.obj deleted file mode 100644 index 766fce2..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/source/sha256.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/source/utils.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/source/utils.c.obj deleted file mode 100644 index bc189e2..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/ext/tinycrypt/lib/source/utils.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/kernel/sys/sem.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/kernel/sys/sem.c.obj deleted file mode 100644 index b902430..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/kernel/sys/sem.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/kernel/sys/thread_entry.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/kernel/sys/thread_entry.c.obj deleted file mode 100644 index 549b411..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/kernel/sys/thread_entry.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/heap/heap.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/heap/heap.c.obj deleted file mode 100644 index 103cfe5..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/heap/heap.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/libc/validate_libc.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/libc/validate_libc.c.obj deleted file mode 100644 index 55a7c35..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/libc/validate_libc.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj deleted file mode 100644 index d4d2ea7..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/os/boot_banner.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/os/boot_banner.c.obj deleted file mode 100644 index 80aa846..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/os/boot_banner.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_nano.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_nano.c.obj deleted file mode 100644 index 3604462..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_nano.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj deleted file mode 100644 index b9bb941..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/os/clock.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/os/clock.c.obj deleted file mode 100644 index 4da4e65..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/os/clock.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj deleted file mode 100644 index 53c104f..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/bitarray.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/bitarray.c.obj deleted file mode 100644 index 53debab..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/bitarray.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/bitmask.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/bitmask.c.obj deleted file mode 100644 index 8033faf..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/bitmask.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/dec.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/dec.c.obj deleted file mode 100644 index d705cd7..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/dec.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/getopt/getopt.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/getopt/getopt.c.obj deleted file mode 100644 index ca6efa7..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/getopt/getopt.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/getopt/getopt_common.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/getopt/getopt_common.c.obj deleted file mode 100644 index 70c229f..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/getopt/getopt_common.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/hex.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/hex.c.obj deleted file mode 100644 index 7ceeddc..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/hex.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/last_section_id.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/last_section_id.c.obj deleted file mode 100644 index dcbb504..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/last_section_id.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/rb.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/rb.c.obj deleted file mode 100644 index 9689823..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/rb.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/ring_buffer.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/ring_buffer.c.obj deleted file mode 100644 index ad59eed..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/ring_buffer.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/set.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/set.c.obj deleted file mode 100644 index 8279785..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/set.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/timeutil.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/timeutil.c.obj deleted file mode 100644 index 6a1d524..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/lib/utils/timeutil.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj deleted file mode 100644 index 029cb0d..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/soc_config.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/soc_config.c.obj deleted file mode 100644 index 93ac74f..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/soc_config.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/stm32_backup_domain.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/stm32_backup_domain.c.obj deleted file mode 100644 index 5ea3f93..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/stm32_backup_domain.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/stm32cube_hal.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/stm32cube_hal.c.obj deleted file mode 100644 index 4921095..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/stm32cube_hal.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/stm32g4x/soc.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/stm32g4x/soc.c.obj deleted file mode 100644 index bdfdb04..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/stm32g4x/soc.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_minimal.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_minimal.c.obj deleted file mode 100644 index 68e8983..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_minimal.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/subsys/mem_mgmt/mem_attr.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/subsys/mem_mgmt/mem_attr.c.obj deleted file mode 100644 index da775c6..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/subsys/mem_mgmt/mem_attr.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map.c.obj deleted file mode 100644 index 30344ec..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_default.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_default.c.obj deleted file mode 100644 index 39f4c4b..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_default.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_layout.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_layout.c.obj deleted file mode 100644 index eebaa99..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_layout.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj deleted file mode 100644 index 0a7f4ca..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj deleted file mode 100644 index 9912371..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj deleted file mode 100644 index ae80b4c..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj b/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj deleted file mode 100644 index ae80b4c..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/cmake_install.cmake deleted file mode 100644 index 6efccaa..0000000 --- a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/cmake_install.cmake +++ /dev/null @@ -1,51 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/fatal.c.obj b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/fatal.c.obj deleted file mode 100644 index 7f831f1..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/fatal.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi.c.obj b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi.c.obj deleted file mode 100644 index e21f072..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi_on_reset.S.obj b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi_on_reset.S.obj deleted file mode 100644 index d359312..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi_on_reset.S.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/tls.c.obj b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/tls.c.obj deleted file mode 100644 index 6acf4bb..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/tls.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cmake_install.cmake deleted file mode 100644 index 7cd8b03..0000000 --- a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cmake_install.cmake +++ /dev/null @@ -1,52 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/__aeabi_read_tp.S.obj b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/__aeabi_read_tp.S.obj deleted file mode 100644 index 72a620b..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/__aeabi_read_tp.S.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/cpu_idle.c.obj b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/cpu_idle.c.obj deleted file mode 100644 index 8305799..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/cpu_idle.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/exc_exit.c.obj b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/exc_exit.c.obj deleted file mode 100644 index 73deb92..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/exc_exit.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault.c.obj b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault.c.obj deleted file mode 100644 index 2759485..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault_s.S.obj b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault_s.S.obj deleted file mode 100644 index fc5c148..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault_s.S.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fpu.c.obj b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fpu.c.obj deleted file mode 100644 index e1f4def..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fpu.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_init.c.obj b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_init.c.obj deleted file mode 100644 index dbb92bb..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_init.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_manage.c.obj b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_manage.c.obj deleted file mode 100644 index 0b2ea6d..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_manage.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/isr_wrapper.c.obj b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/isr_wrapper.c.obj deleted file mode 100644 index f867f22..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/isr_wrapper.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/prep_c.c.obj b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/prep_c.c.obj deleted file mode 100644 index dd0cf08..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/prep_c.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/reset.S.obj b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/reset.S.obj deleted file mode 100644 index 62214f1..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/reset.S.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/scb.c.obj b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/scb.c.obj deleted file mode 100644 index 2e4b7c5..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/scb.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/svc.S.obj b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/svc.S.obj deleted file mode 100644 index fb35bb1..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/svc.S.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap_helper.S.obj b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap_helper.S.obj deleted file mode 100644 index 4092507..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap_helper.S.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread.c.obj b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread.c.obj deleted file mode 100644 index c8c47dd..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread_abort.c.obj b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread_abort.c.obj deleted file mode 100644 index 1646b31..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread_abort.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/vector_table.S.obj b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/vector_table.S.obj deleted file mode 100644 index 791a518..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/vector_table.S.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/cmake_install.cmake deleted file mode 100644 index 1eee0c1..0000000 --- a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a deleted file mode 100644 index 8042a7a..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/libarch__arm__core.a b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/libarch__arm__core.a deleted file mode 100644 index 3115d3d..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/libarch__arm__core.a and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_core_mpu.c.obj b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_core_mpu.c.obj deleted file mode 100644 index cf277b8..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_core_mpu.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_mpu.c.obj b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_mpu.c.obj deleted file mode 100644 index c805ce5..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_mpu.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_mpu_regions.c.obj b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_mpu_regions.c.obj deleted file mode 100644 index 541dee6..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_mpu_regions.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu/cmake_install.cmake deleted file mode 100644 index c9f670c..0000000 --- a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/mpu - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a b/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a deleted file mode 100644 index cc0fc79..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/arch/cmake_install.cmake deleted file mode 100644 index 9b052e1..0000000 --- a/zephyrproject/build/mcuboot/zephyr/arch/cmake_install.cmake +++ /dev/null @@ -1,52 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/arch - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/common/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/arch/arm/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/arch/common/CMakeFiles/arch__common.dir/init.c.obj b/zephyrproject/build/mcuboot/zephyr/arch/common/CMakeFiles/arch__common.dir/init.c.obj deleted file mode 100644 index ada0958..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/common/CMakeFiles/arch__common.dir/init.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj b/zephyrproject/build/mcuboot/zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj deleted file mode 100644 index 3beac49..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/common/CMakeFiles/arch__common.dir/xip.c.obj b/zephyrproject/build/mcuboot/zephyr/arch/common/CMakeFiles/arch__common.dir/xip.c.obj deleted file mode 100644 index 3dc5751..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/common/CMakeFiles/arch__common.dir/xip.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj b/zephyrproject/build/mcuboot/zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj deleted file mode 100644 index c679343..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/common/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/arch/common/cmake_install.cmake deleted file mode 100644 index 17b2348..0000000 --- a/zephyrproject/build/mcuboot/zephyr/arch/common/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/arch/common - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/common/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/arch/common/libarch__common.a b/zephyrproject/build/mcuboot/zephyr/arch/common/libarch__common.a deleted file mode 100644 index 411f4ca..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/common/libarch__common.a and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/arch/common/libisr_tables.a b/zephyrproject/build/mcuboot/zephyr/arch/common/libisr_tables.a deleted file mode 100644 index 1365f1d..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/arch/common/libisr_tables.a and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/boards/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/boards/cmake_install.cmake deleted file mode 100644 index 5a3072c..0000000 --- a/zephyrproject/build/mcuboot/zephyr/boards/cmake_install.cmake +++ /dev/null @@ -1,51 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/boards - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/boards/shields/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/boards/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/boards/shields/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/boards/shields/cmake_install.cmake deleted file mode 100644 index 8cd511c..0000000 --- a/zephyrproject/build/mcuboot/zephyr/boards/shields/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/boards/shields/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/cmake/flash/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/cmake/flash/cmake_install.cmake deleted file mode 100644 index 171e778..0000000 --- a/zephyrproject/build/mcuboot/zephyr/cmake/flash/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/flash - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/flash/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/cmake/reports/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/cmake/reports/cmake_install.cmake deleted file mode 100644 index a922a15..0000000 --- a/zephyrproject/build/mcuboot/zephyr/cmake/reports/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/reports - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/reports/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/cmake/usage/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/cmake/usage/cmake_install.cmake deleted file mode 100644 index 948a567..0000000 --- a/zephyrproject/build/mcuboot/zephyr/cmake/usage/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/cmake/usage - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/usage/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/cmake_install.cmake deleted file mode 100644 index bb0e2ac..0000000 --- a/zephyrproject/build/mcuboot/zephyr/cmake_install.cmake +++ /dev/null @@ -1,120 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/arch/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/boards/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/acpica/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis-dsp/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis-nn/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/cmsis_6/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/dhara/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/fatfs/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/adi/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_afbr/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_ambiq/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/atmel/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_bouffalolab/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_espressif/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_ethos_u/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_gigadevice/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_infineon/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_intel/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/microchip/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nordic/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nuvoton/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_nxp/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/openisa/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/quicklogic/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_realtek/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_renesas/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_rpi_pico/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_sifli/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_silabs/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_st/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_stm32/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_tdk/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_telink/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/ti/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_wch/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hal_wurthelektronik/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/xtensa/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/hostap/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/liblc3/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libmctp/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libmetal/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/libsbc/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/littlefs/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/lora-basics-modem/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/loramac-node/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/lvgl/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mbedtls/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mcuboot/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/mipi-sys-t/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nanopb/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nrf_wifi/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/open-amp/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/openthread/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/percepio/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/picolibc/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/segger/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/trusted-firmware-a/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/trusted-firmware-m/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/uoscore-uedhoc/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/zcbor/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/modules/nrf_hw_models/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/flash/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/usage/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/cmake/reports/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32_ll_common.c.obj b/zephyrproject/build/mcuboot/zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32_ll_common.c.obj deleted file mode 100644 index 47db654..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32_ll_common.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32g4.c.obj b/zephyrproject/build/mcuboot/zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32g4.c.obj deleted file mode 100644 index 9ed90ba..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32g4.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/clock_control/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/drivers/clock_control/cmake_install.cmake deleted file mode 100644 index 401f383..0000000 --- a/zephyrproject/build/mcuboot/zephyr/drivers/clock_control/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/clock_control/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/clock_control/libdrivers__clock_control.a b/zephyrproject/build/mcuboot/zephyr/drivers/clock_control/libdrivers__clock_control.a deleted file mode 100644 index 5c6e3e3..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/drivers/clock_control/libdrivers__clock_control.a and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/drivers/cmake_install.cmake deleted file mode 100644 index 21756ca..0000000 --- a/zephyrproject/build/mcuboot/zephyr/drivers/cmake_install.cmake +++ /dev/null @@ -1,59 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/drivers - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/firmware/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/interrupt_controller/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/misc/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/pcie/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb_c/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/clock_control/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/flash/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/timer/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/firmware/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/drivers/firmware/cmake_install.cmake deleted file mode 100644 index 4f0e581..0000000 --- a/zephyrproject/build/mcuboot/zephyr/drivers/firmware/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/firmware - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/firmware/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_page_layout.c.obj b/zephyrproject/build/mcuboot/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_page_layout.c.obj deleted file mode 100644 index ba44cf3..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_page_layout.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_stm32.c.obj b/zephyrproject/build/mcuboot/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_stm32.c.obj deleted file mode 100644 index 1f9e750..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_stm32.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_stm32g4x.c.obj b/zephyrproject/build/mcuboot/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_stm32g4x.c.obj deleted file mode 100644 index 2c72fdd..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_stm32g4x.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/flash/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/drivers/flash/cmake_install.cmake deleted file mode 100644 index 29c7976..0000000 --- a/zephyrproject/build/mcuboot/zephyr/drivers/flash/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/flash/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/flash/libdrivers__flash.a b/zephyrproject/build/mcuboot/zephyr/drivers/flash/libdrivers__flash.a deleted file mode 100644 index 550bafc..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/drivers/flash/libdrivers__flash.a and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/intc_exti_stm32.c.obj b/zephyrproject/build/mcuboot/zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/intc_exti_stm32.c.obj deleted file mode 100644 index 55db84c..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/intc_exti_stm32.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/intc_gpio_stm32.c.obj b/zephyrproject/build/mcuboot/zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/intc_gpio_stm32.c.obj deleted file mode 100644 index 623768f..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/intc_gpio_stm32.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/interrupt_controller/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/drivers/interrupt_controller/cmake_install.cmake deleted file mode 100644 index d4e0d46..0000000 --- a/zephyrproject/build/mcuboot/zephyr/drivers/interrupt_controller/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/interrupt_controller/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a b/zephyrproject/build/mcuboot/zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a deleted file mode 100644 index ef52733..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/misc/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/drivers/misc/cmake_install.cmake deleted file mode 100644 index 2f29843..0000000 --- a/zephyrproject/build/mcuboot/zephyr/drivers/misc/cmake_install.cmake +++ /dev/null @@ -1,51 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/misc/interconn/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/misc/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/misc/interconn/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/drivers/misc/interconn/cmake_install.cmake deleted file mode 100644 index a816db1..0000000 --- a/zephyrproject/build/mcuboot/zephyr/drivers/misc/interconn/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/interconn - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/misc/interconn/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/pcie/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/drivers/pcie/cmake_install.cmake deleted file mode 100644 index e644991..0000000 --- a/zephyrproject/build/mcuboot/zephyr/drivers/pcie/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pcie - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/pcie/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/cortex_m_systick.c.obj b/zephyrproject/build/mcuboot/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/cortex_m_systick.c.obj deleted file mode 100644 index 859a665..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/cortex_m_systick.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj b/zephyrproject/build/mcuboot/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj deleted file mode 100644 index b91d8d6..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/timer/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/drivers/timer/cmake_install.cmake deleted file mode 100644 index 4605ee0..0000000 --- a/zephyrproject/build/mcuboot/zephyr/drivers/timer/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/timer/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/timer/libdrivers__timer.a b/zephyrproject/build/mcuboot/zephyr/drivers/timer/libdrivers__timer.a deleted file mode 100644 index aef21c9..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/drivers/timer/libdrivers__timer.a and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/usb/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/drivers/usb/cmake_install.cmake deleted file mode 100644 index d9ec1bf..0000000 --- a/zephyrproject/build/mcuboot/zephyr/drivers/usb/cmake_install.cmake +++ /dev/null @@ -1,51 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/buf/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/buf/cmake_install.cmake deleted file mode 100644 index 2ec2bcb..0000000 --- a/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/buf/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/common/buf - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/buf/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/cmake_install.cmake deleted file mode 100644 index 3727a65..0000000 --- a/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/cmake_install.cmake +++ /dev/null @@ -1,52 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/common - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/buf/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/stm32/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/stm32/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/stm32/cmake_install.cmake deleted file mode 100644 index 3bb4c0a..0000000 --- a/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/stm32/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/common/stm32 - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb/common/stm32/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/drivers/usb_c/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/drivers/usb_c/cmake_install.cmake deleted file mode 100644 index f04571b..0000000 --- a/zephyrproject/build/mcuboot/zephyr/drivers/usb_c/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/drivers/usb_c/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/edt.pickle b/zephyrproject/build/mcuboot/zephyr/edt.pickle index 4c2bc17..1daf1c1 100644 Binary files a/zephyrproject/build/mcuboot/zephyr/edt.pickle and b/zephyrproject/build/mcuboot/zephyr/edt.pickle differ diff --git a/zephyrproject/build/mcuboot/zephyr/edt.pickle.cmake b/zephyrproject/build/mcuboot/zephyr/edt.pickle.cmake index 6d57923..6fce4b9 100644 --- a/zephyrproject/build/mcuboot/zephyr/edt.pickle.cmake +++ b/zephyrproject/build/mcuboot/zephyr/edt.pickle.cmake @@ -180,7 +180,7 @@ set_target_properties(${DEVICETREE_TARGET} "DT_NODELABEL|boot_partition" "/soc/flash-controller@40022000/flash@8000000/partitions/partition@0" "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@0|label" "mcuboot" "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@0|read-only" "False" - "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@0|reg" "0;34816" + "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@0|reg" "0;32768" "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@0|compatible" "zephyr,mapped-partition" "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@0|dma-coherent" "False" "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@0|zephyr,deferred-init" "False" @@ -188,49 +188,49 @@ set_target_properties(${DEVICETREE_TARGET} "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@0|zephyr,pm-device-runtime-auto" "False" "DT_REG|/soc/flash-controller@40022000/flash@8000000/partitions/partition@0|NUM" "1" "DT_REG|/soc/flash-controller@40022000/flash@8000000/partitions/partition@0|ADDR" "0x8000000" - "DT_REG|/soc/flash-controller@40022000/flash@8000000/partitions/partition@0|SIZE" "0x8800" + "DT_REG|/soc/flash-controller@40022000/flash@8000000/partitions/partition@0|SIZE" "0x8000" "DT_UNIT_ADDR|/soc/flash-controller@40022000/flash@8000000/partitions/partition@0" "0x8000000" "DT_NODE|/soc/flash-controller@40022000/flash@8000000/partitions/partition@8800" TRUE "DT_NODELABEL|slot0_partition" "/soc/flash-controller@40022000/flash@8000000/partitions/partition@8800" "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@8800|label" "image-0" "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@8800|read-only" "False" - "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@8800|reg" "34816;49152" + "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@8800|reg" "32768;65536" "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@8800|compatible" "zephyr,mapped-partition" "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@8800|dma-coherent" "False" "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@8800|zephyr,deferred-init" "False" "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@8800|wakeup-source" "False" "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@8800|zephyr,pm-device-runtime-auto" "False" "DT_REG|/soc/flash-controller@40022000/flash@8000000/partitions/partition@8800|NUM" "1" - "DT_REG|/soc/flash-controller@40022000/flash@8000000/partitions/partition@8800|ADDR" "0x8008800" - "DT_REG|/soc/flash-controller@40022000/flash@8000000/partitions/partition@8800|SIZE" "0xc000" + "DT_REG|/soc/flash-controller@40022000/flash@8000000/partitions/partition@8800|ADDR" "0x8008000" + "DT_REG|/soc/flash-controller@40022000/flash@8000000/partitions/partition@8800|SIZE" "0x10000" "DT_UNIT_ADDR|/soc/flash-controller@40022000/flash@8000000/partitions/partition@8800" "0x8008800" "DT_NODE|/soc/flash-controller@40022000/flash@8000000/partitions/partition@14800" TRUE "DT_NODELABEL|slot1_partition" "/soc/flash-controller@40022000/flash@8000000/partitions/partition@14800" "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@14800|label" "image-1" "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@14800|read-only" "False" - "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@14800|reg" "83968;43008" + "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@14800|reg" "65536;98304" "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@14800|compatible" "zephyr,mapped-partition" "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@14800|dma-coherent" "False" "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@14800|zephyr,deferred-init" "False" "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@14800|wakeup-source" "False" "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@14800|zephyr,pm-device-runtime-auto" "False" "DT_REG|/soc/flash-controller@40022000/flash@8000000/partitions/partition@14800|NUM" "1" - "DT_REG|/soc/flash-controller@40022000/flash@8000000/partitions/partition@14800|ADDR" "0x8014800" - "DT_REG|/soc/flash-controller@40022000/flash@8000000/partitions/partition@14800|SIZE" "0xa800" + "DT_REG|/soc/flash-controller@40022000/flash@8000000/partitions/partition@14800|ADDR" "0x8010000" + "DT_REG|/soc/flash-controller@40022000/flash@8000000/partitions/partition@14800|SIZE" "0x18000" "DT_UNIT_ADDR|/soc/flash-controller@40022000/flash@8000000/partitions/partition@14800" "0x8014800" "DT_NODE|/soc/flash-controller@40022000/flash@8000000/partitions/partition@1f000" TRUE "DT_NODELABEL|storage_partition" "/soc/flash-controller@40022000/flash@8000000/partitions/partition@1f000" "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@1f000|label" "storage" "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@1f000|read-only" "False" - "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@1f000|reg" "126976;4096" + "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@1f000|reg" "98304;131072" "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@1f000|compatible" "zephyr,mapped-partition" "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@1f000|dma-coherent" "False" "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@1f000|zephyr,deferred-init" "False" "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@1f000|wakeup-source" "False" "DT_PROP|/soc/flash-controller@40022000/flash@8000000/partitions/partition@1f000|zephyr,pm-device-runtime-auto" "False" "DT_REG|/soc/flash-controller@40022000/flash@8000000/partitions/partition@1f000|NUM" "1" - "DT_REG|/soc/flash-controller@40022000/flash@8000000/partitions/partition@1f000|ADDR" "0x801f000" - "DT_REG|/soc/flash-controller@40022000/flash@8000000/partitions/partition@1f000|SIZE" "0x1000" + "DT_REG|/soc/flash-controller@40022000/flash@8000000/partitions/partition@1f000|ADDR" "0x8018000" + "DT_REG|/soc/flash-controller@40022000/flash@8000000/partitions/partition@1f000|SIZE" "0x20000" "DT_UNIT_ADDR|/soc/flash-controller@40022000/flash@8000000/partitions/partition@1f000" "0x801f000" "DT_NODE|/soc/flash-controller@40022000/flash@1fff7000" TRUE "DT_NODELABEL|st_nvm_user_otp" "/soc/flash-controller@40022000/flash@1fff7000" diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/app_data_alignment.ld b/zephyrproject/build/mcuboot/zephyr/include/generated/app_data_alignment.ld deleted file mode 100644 index a9257f1..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/app_data_alignment.ld +++ /dev/null @@ -1,9 +0,0 @@ -/* - * Copyright (c) 2017 Linaro Limited. - * - * SPDX-License-Identifier: Apache-2.0 - */ - -/* Set initial alignment to the 32 byte minimum for all MPUs */ -_app_data_align = 32; -. = ALIGN(32); diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/app_smem.ld b/zephyrproject/build/mcuboot/zephyr/include/generated/app_smem.ld deleted file mode 100644 index 7b3eead..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/app_smem.ld +++ /dev/null @@ -1,38 +0,0 @@ -/* SPDX-License-Identifier: Apache-2.0 */ - -/* - * This hackish way of including files is due to CMake issues: - * https://gitlab.kitware.com/cmake/cmake/issues/11985 - * https://gitlab.kitware.com/cmake/cmake/issues/13718 - * - * When using the "Unix Makefiles" generator, CMake simply - * greps for "#include" to generate dependency list. - * So if doing it normally, both files are being included - * in the dependency list. This creates weird dependency - * issue: - * - * 1. Using A.ld to create a linker script A.cmd. - * 2. Using A.cmd to generate A_prebuilt.elf. - * 3. Using A_prebuilt.elf to create B.ld. - * 4. Creating B.cmd with B.ld. - * 5. Creating B_prebuilt.elf using B.cmd. - * - * Since the dependency list of A.cmd contains both - * A.ld and B.ld, when make is invoked again, B.ld - * is newer than A.cmd so everything from this point on - * gets rebuilt. In order to break this cycle, this - * hackish needs to be used since CMake does not parse - * macros, and thus these will not appear in - * the dependency list. The dependencies should then be - * put in CMakeLists.txt instead. - * - * Note: Ninja generator does not suffer from this issue. - */ -#ifdef LINKER_APP_SMEM_UNALIGNED -#define APP_SMEM_LD -#else -#define APP_SMEM_LD -#endif - -#include APP_SMEM_LD -#undef APP_SMEM_LD diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/app_smem_aligned.ld b/zephyrproject/build/mcuboot/zephyr/include/generated/app_smem_aligned.ld deleted file mode 100644 index ce36567..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/app_smem_aligned.ld +++ /dev/null @@ -1,3 +0,0 @@ -/* SPDX-License-Identifier: Apache-2.0 */ - -/* Empty file */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/app_smem_unaligned.ld b/zephyrproject/build/mcuboot/zephyr/include/generated/app_smem_unaligned.ld deleted file mode 100644 index ddc31d4..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/app_smem_unaligned.ld +++ /dev/null @@ -1,3 +0,0 @@ -/* SPDX-License-Identifier: Apache-2.0 */ - -/* Empty file */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/device-api-sections.cmake b/zephyrproject/build/mcuboot/zephyr/include/generated/device-api-sections.cmake deleted file mode 100644 index 488e7be..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/device-api-sections.cmake +++ /dev/null @@ -1,189 +0,0 @@ -list(APPEND sections "{NAME\;device_api_area\;GROUP\;RODATA_REGION\;SUBALIGN\;4\;NOINPUT\;TRUE}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._flash_driver_api.static.*\;SYMBOLS\;_flash_driver_api_list_start\;_flash_driver_api_list_end\;PRIO\;100}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_flash_driver_api_ext_end\;PRIO\;101}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._shared_irq_driver_api.static.*\;SYMBOLS\;_shared_irq_driver_api_list_start\;_shared_irq_driver_api_list_end\;PRIO\;102}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_shared_irq_driver_api_ext_end\;PRIO\;103}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._dmic_driver_api.static.*\;SYMBOLS\;_dmic_driver_api_list_start\;_dmic_driver_api_list_end\;PRIO\;104}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_dmic_driver_api_ext_end\;PRIO\;105}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._crypto_driver_api.static.*\;SYMBOLS\;_crypto_driver_api_list_start\;_crypto_driver_api_list_end\;PRIO\;106}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_crypto_driver_api_ext_end\;PRIO\;107}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._adc_driver_api.static.*\;SYMBOLS\;_adc_driver_api_list_start\;_adc_driver_api_list_end\;PRIO\;108}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_adc_driver_api_ext_end\;PRIO\;109}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._auxdisplay_driver_api.static.*\;SYMBOLS\;_auxdisplay_driver_api_list_start\;_auxdisplay_driver_api_list_end\;PRIO\;110}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_auxdisplay_driver_api_ext_end\;PRIO\;111}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._bbram_driver_api.static.*\;SYMBOLS\;_bbram_driver_api_list_start\;_bbram_driver_api_list_end\;PRIO\;112}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_bbram_driver_api_ext_end\;PRIO\;113}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._biometric_driver_api.static.*\;SYMBOLS\;_biometric_driver_api_list_start\;_biometric_driver_api_list_end\;PRIO\;114}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_biometric_driver_api_ext_end\;PRIO\;115}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._bt_hci_driver_api.static.*\;SYMBOLS\;_bt_hci_driver_api_list_start\;_bt_hci_driver_api_list_end\;PRIO\;116}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_bt_hci_driver_api_ext_end\;PRIO\;117}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._can_driver_api.static.*\;SYMBOLS\;_can_driver_api_list_start\;_can_driver_api_list_end\;PRIO\;118}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_can_driver_api_ext_end\;PRIO\;119}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._cellular_driver_api.static.*\;SYMBOLS\;_cellular_driver_api_list_start\;_cellular_driver_api_list_end\;PRIO\;120}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_cellular_driver_api_ext_end\;PRIO\;121}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._charger_driver_api.static.*\;SYMBOLS\;_charger_driver_api_list_start\;_charger_driver_api_list_end\;PRIO\;122}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_charger_driver_api_ext_end\;PRIO\;123}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._clock_control_driver_api.static.*\;SYMBOLS\;_clock_control_driver_api_list_start\;_clock_control_driver_api_list_end\;PRIO\;124}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._nrf_clock_control_driver_api.static.*\;SYMBOLS\;_nrf_clock_control_driver_api_list_start\;_nrf_clock_control_driver_api_list_end\;PRIO\;125}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_nrf_clock_control_driver_api_ext_end\;PRIO\;126}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_clock_control_driver_api_ext_end\;PRIO\;127}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._comparator_driver_api.static.*\;SYMBOLS\;_comparator_driver_api_list_start\;_comparator_driver_api_list_end\;PRIO\;128}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_comparator_driver_api_ext_end\;PRIO\;129}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._coredump_driver_api.static.*\;SYMBOLS\;_coredump_driver_api_list_start\;_coredump_driver_api_list_end\;PRIO\;130}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_coredump_driver_api_ext_end\;PRIO\;131}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._counter_driver_api.static.*\;SYMBOLS\;_counter_driver_api_list_start\;_counter_driver_api_list_end\;PRIO\;132}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_counter_driver_api_ext_end\;PRIO\;133}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._crc_driver_api.static.*\;SYMBOLS\;_crc_driver_api_list_start\;_crc_driver_api_list_end\;PRIO\;134}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_crc_driver_api_ext_end\;PRIO\;135}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._dac_driver_api.static.*\;SYMBOLS\;_dac_driver_api_list_start\;_dac_driver_api_list_end\;PRIO\;136}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_dac_driver_api_ext_end\;PRIO\;137}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._dai_driver_api.static.*\;SYMBOLS\;_dai_driver_api_list_start\;_dai_driver_api_list_end\;PRIO\;138}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_dai_driver_api_ext_end\;PRIO\;139}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._display_driver_api.static.*\;SYMBOLS\;_display_driver_api_list_start\;_display_driver_api_list_end\;PRIO\;140}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_display_driver_api_ext_end\;PRIO\;141}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._dma_driver_api.static.*\;SYMBOLS\;_dma_driver_api_list_start\;_dma_driver_api_list_end\;PRIO\;142}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_dma_driver_api_ext_end\;PRIO\;143}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._edac_driver_api.static.*\;SYMBOLS\;_edac_driver_api_list_start\;_edac_driver_api_list_end\;PRIO\;144}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_edac_driver_api_ext_end\;PRIO\;145}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._eeprom_driver_api.static.*\;SYMBOLS\;_eeprom_driver_api_list_start\;_eeprom_driver_api_list_end\;PRIO\;146}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_eeprom_driver_api_ext_end\;PRIO\;147}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._emul_bbram_driver_api.static.*\;SYMBOLS\;_emul_bbram_driver_api_list_start\;_emul_bbram_driver_api_list_end\;PRIO\;148}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_emul_bbram_driver_api_ext_end\;PRIO\;149}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._fuel_gauge_emul_driver_api.static.*\;SYMBOLS\;_fuel_gauge_emul_driver_api_list_start\;_fuel_gauge_emul_driver_api_list_end\;PRIO\;150}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_fuel_gauge_emul_driver_api_ext_end\;PRIO\;151}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._emul_sensor_driver_api.static.*\;SYMBOLS\;_emul_sensor_driver_api_list_start\;_emul_sensor_driver_api_list_end\;PRIO\;152}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_emul_sensor_driver_api_ext_end\;PRIO\;153}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._entropy_driver_api.static.*\;SYMBOLS\;_entropy_driver_api_list_start\;_entropy_driver_api_list_end\;PRIO\;154}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_entropy_driver_api_ext_end\;PRIO\;155}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._espi_driver_api.static.*\;SYMBOLS\;_espi_driver_api_list_start\;_espi_driver_api_list_end\;PRIO\;156}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_espi_driver_api_ext_end\;PRIO\;157}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._espi_saf_driver_api.static.*\;SYMBOLS\;_espi_saf_driver_api_list_start\;_espi_saf_driver_api_list_end\;PRIO\;158}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_espi_saf_driver_api_ext_end\;PRIO\;159}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._fpga_driver_api.static.*\;SYMBOLS\;_fpga_driver_api_list_start\;_fpga_driver_api_list_end\;PRIO\;160}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_fpga_driver_api_ext_end\;PRIO\;161}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._fuel_gauge_driver_api.static.*\;SYMBOLS\;_fuel_gauge_driver_api_list_start\;_fuel_gauge_driver_api_list_end\;PRIO\;162}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_fuel_gauge_driver_api_ext_end\;PRIO\;163}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._gnss_driver_api.static.*\;SYMBOLS\;_gnss_driver_api_list_start\;_gnss_driver_api_list_end\;PRIO\;164}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_gnss_driver_api_ext_end\;PRIO\;165}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._gpio_driver_api.static.*\;SYMBOLS\;_gpio_driver_api_list_start\;_gpio_driver_api_list_end\;PRIO\;166}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_gpio_driver_api_ext_end\;PRIO\;167}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._haptics_driver_api.static.*\;SYMBOLS\;_haptics_driver_api_list_start\;_haptics_driver_api_list_end\;PRIO\;168}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_haptics_driver_api_ext_end\;PRIO\;169}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._hwspinlock_driver_api.static.*\;SYMBOLS\;_hwspinlock_driver_api_list_start\;_hwspinlock_driver_api_list_end\;PRIO\;170}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_hwspinlock_driver_api_ext_end\;PRIO\;171}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._i2c_driver_api.static.*\;SYMBOLS\;_i2c_driver_api_list_start\;_i2c_driver_api_list_end\;PRIO\;172}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._i3c_driver_api.static.*\;SYMBOLS\;_i3c_driver_api_list_start\;_i3c_driver_api_list_end\;PRIO\;173}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_i3c_driver_api_ext_end\;PRIO\;174}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_i2c_driver_api_ext_end\;PRIO\;175}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._i2c_target_driver_api.static.*\;SYMBOLS\;_i2c_target_driver_api_list_start\;_i2c_target_driver_api_list_end\;PRIO\;176}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_i2c_target_driver_api_ext_end\;PRIO\;177}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._i2s_driver_api.static.*\;SYMBOLS\;_i2s_driver_api_list_start\;_i2s_driver_api_list_end\;PRIO\;178}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_i2s_driver_api_ext_end\;PRIO\;179}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._ipm_driver_api.static.*\;SYMBOLS\;_ipm_driver_api_list_start\;_ipm_driver_api_list_end\;PRIO\;180}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_ipm_driver_api_ext_end\;PRIO\;181}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._led_driver_api.static.*\;SYMBOLS\;_led_driver_api_list_start\;_led_driver_api_list_end\;PRIO\;182}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_led_driver_api_ext_end\;PRIO\;183}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._led_strip_driver_api.static.*\;SYMBOLS\;_led_strip_driver_api_list_start\;_led_strip_driver_api_list_end\;PRIO\;184}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_led_strip_driver_api_ext_end\;PRIO\;185}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._lora_driver_api.static.*\;SYMBOLS\;_lora_driver_api_list_start\;_lora_driver_api_list_end\;PRIO\;186}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_lora_driver_api_ext_end\;PRIO\;187}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._mbox_driver_api.static.*\;SYMBOLS\;_mbox_driver_api_list_start\;_mbox_driver_api_list_end\;PRIO\;188}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_mbox_driver_api_ext_end\;PRIO\;189}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._mdio_driver_api.static.*\;SYMBOLS\;_mdio_driver_api_list_start\;_mdio_driver_api_list_end\;PRIO\;190}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_mdio_driver_api_ext_end\;PRIO\;191}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._mipi_dbi_driver_api.static.*\;SYMBOLS\;_mipi_dbi_driver_api_list_start\;_mipi_dbi_driver_api_list_end\;PRIO\;192}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_mipi_dbi_driver_api_ext_end\;PRIO\;193}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._mipi_dsi_driver_api.static.*\;SYMBOLS\;_mipi_dsi_driver_api_list_start\;_mipi_dsi_driver_api_list_end\;PRIO\;194}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_mipi_dsi_driver_api_ext_end\;PRIO\;195}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._mspi_driver_api.static.*\;SYMBOLS\;_mspi_driver_api_list_start\;_mspi_driver_api_list_end\;PRIO\;196}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_mspi_driver_api_ext_end\;PRIO\;197}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._opamp_driver_api.static.*\;SYMBOLS\;_opamp_driver_api_list_start\;_opamp_driver_api_list_end\;PRIO\;198}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_opamp_driver_api_ext_end\;PRIO\;199}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._otp_driver_api.static.*\;SYMBOLS\;_otp_driver_api_list_start\;_otp_driver_api_list_end\;PRIO\;200}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_otp_driver_api_ext_end\;PRIO\;201}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._peci_driver_api.static.*\;SYMBOLS\;_peci_driver_api_list_start\;_peci_driver_api_list_end\;PRIO\;202}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_peci_driver_api_ext_end\;PRIO\;203}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._ps2_driver_api.static.*\;SYMBOLS\;_ps2_driver_api_list_start\;_ps2_driver_api_list_end\;PRIO\;204}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_ps2_driver_api_ext_end\;PRIO\;205}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._ptp_clock_driver_api.static.*\;SYMBOLS\;_ptp_clock_driver_api_list_start\;_ptp_clock_driver_api_list_end\;PRIO\;206}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_ptp_clock_driver_api_ext_end\;PRIO\;207}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._pwm_driver_api.static.*\;SYMBOLS\;_pwm_driver_api_list_start\;_pwm_driver_api_list_end\;PRIO\;208}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_pwm_driver_api_ext_end\;PRIO\;209}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._regulator_parent_driver_api.static.*\;SYMBOLS\;_regulator_parent_driver_api_list_start\;_regulator_parent_driver_api_list_end\;PRIO\;210}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_regulator_parent_driver_api_ext_end\;PRIO\;211}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._regulator_driver_api.static.*\;SYMBOLS\;_regulator_driver_api_list_start\;_regulator_driver_api_list_end\;PRIO\;212}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_regulator_driver_api_ext_end\;PRIO\;213}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._reset_driver_api.static.*\;SYMBOLS\;_reset_driver_api_list_start\;_reset_driver_api_list_end\;PRIO\;214}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_reset_driver_api_ext_end\;PRIO\;215}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._retained_mem_driver_api.static.*\;SYMBOLS\;_retained_mem_driver_api_list_start\;_retained_mem_driver_api_list_end\;PRIO\;216}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_retained_mem_driver_api_ext_end\;PRIO\;217}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._rtc_driver_api.static.*\;SYMBOLS\;_rtc_driver_api_list_start\;_rtc_driver_api_list_end\;PRIO\;218}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_rtc_driver_api_ext_end\;PRIO\;219}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._sdhc_driver_api.static.*\;SYMBOLS\;_sdhc_driver_api_list_start\;_sdhc_driver_api_list_end\;PRIO\;220}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_sdhc_driver_api_ext_end\;PRIO\;221}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._sensor_driver_api.static.*\;SYMBOLS\;_sensor_driver_api_list_start\;_sensor_driver_api_list_end\;PRIO\;222}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_sensor_driver_api_ext_end\;PRIO\;223}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._smbus_driver_api.static.*\;SYMBOLS\;_smbus_driver_api_list_start\;_smbus_driver_api_list_end\;PRIO\;224}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_smbus_driver_api_ext_end\;PRIO\;225}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._spi_driver_api.static.*\;SYMBOLS\;_spi_driver_api_list_start\;_spi_driver_api_list_end\;PRIO\;226}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_spi_driver_api_ext_end\;PRIO\;227}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._syscon_driver_api.static.*\;SYMBOLS\;_syscon_driver_api_list_start\;_syscon_driver_api_list_end\;PRIO\;228}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_syscon_driver_api_ext_end\;PRIO\;229}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._tee_driver_api.static.*\;SYMBOLS\;_tee_driver_api_list_start\;_tee_driver_api_list_end\;PRIO\;230}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_tee_driver_api_ext_end\;PRIO\;231}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._tgpio_driver_api.static.*\;SYMBOLS\;_tgpio_driver_api_list_start\;_tgpio_driver_api_list_end\;PRIO\;232}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_tgpio_driver_api_ext_end\;PRIO\;233}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._uaol_driver_api.static.*\;SYMBOLS\;_uaol_driver_api_list_start\;_uaol_driver_api_list_end\;PRIO\;234}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_uaol_driver_api_ext_end\;PRIO\;235}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._video_driver_api.static.*\;SYMBOLS\;_video_driver_api_list_start\;_video_driver_api_list_end\;PRIO\;236}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_video_driver_api_ext_end\;PRIO\;237}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._virtio_driver_api.static.*\;SYMBOLS\;_virtio_driver_api_list_start\;_virtio_driver_api_list_end\;PRIO\;238}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_virtio_driver_api_ext_end\;PRIO\;239}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._w1_driver_api.static.*\;SYMBOLS\;_w1_driver_api_list_start\;_w1_driver_api_list_end\;PRIO\;240}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_w1_driver_api_ext_end\;PRIO\;241}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._wdt_driver_api.static.*\;SYMBOLS\;_wdt_driver_api_list_start\;_wdt_driver_api_list_end\;PRIO\;242}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_wdt_driver_api_ext_end\;PRIO\;243}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._wuc_driver_api.static.*\;SYMBOLS\;_wuc_driver_api_list_start\;_wuc_driver_api_list_end\;PRIO\;244}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_wuc_driver_api_ext_end\;PRIO\;245}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._can_transceiver_driver_api.static.*\;SYMBOLS\;_can_transceiver_driver_api_list_start\;_can_transceiver_driver_api_list_end\;PRIO\;246}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_can_transceiver_driver_api_ext_end\;PRIO\;247}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._i3c_target_driver_api.static.*\;SYMBOLS\;_i3c_target_driver_api_list_start\;_i3c_target_driver_api_list_end\;PRIO\;248}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_i3c_target_driver_api_ext_end\;PRIO\;249}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._its_driver_api.static.*\;SYMBOLS\;_its_driver_api_list_start\;_its_driver_api_list_end\;PRIO\;250}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_its_driver_api_ext_end\;PRIO\;251}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._vtd_driver_api.static.*\;SYMBOLS\;_vtd_driver_api_list_start\;_vtd_driver_api_list_end\;PRIO\;252}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_vtd_driver_api_ext_end\;PRIO\;253}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._renesas_elc_driver_api.static.*\;SYMBOLS\;_renesas_elc_driver_api_list_start\;_renesas_elc_driver_api_list_end\;PRIO\;254}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_renesas_elc_driver_api_ext_end\;PRIO\;255}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._pcie_ctrl_driver_api.static.*\;SYMBOLS\;_pcie_ctrl_driver_api_list_start\;_pcie_ctrl_driver_api_list_end\;PRIO\;256}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_pcie_ctrl_driver_api_ext_end\;PRIO\;257}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._pcie_ep_driver_api.static.*\;SYMBOLS\;_pcie_ep_driver_api_list_start\;_pcie_ep_driver_api_list_end\;PRIO\;258}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_pcie_ep_driver_api_ext_end\;PRIO\;259}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._psi5_driver_api.static.*\;SYMBOLS\;_psi5_driver_api_list_start\;_psi5_driver_api_list_end\;PRIO\;260}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_psi5_driver_api_ext_end\;PRIO\;261}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._sent_driver_api.static.*\;SYMBOLS\;_sent_driver_api_list_start\;_sent_driver_api_list_end\;PRIO\;262}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_sent_driver_api_ext_end\;PRIO\;263}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._svc_driver_api.static.*\;SYMBOLS\;_svc_driver_api_list_start\;_svc_driver_api_list_end\;PRIO\;264}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_svc_driver_api_ext_end\;PRIO\;265}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._stepper_driver_api.static.*\;SYMBOLS\;_stepper_driver_api_list_start\;_stepper_driver_api_list_end\;PRIO\;266}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_stepper_driver_api_ext_end\;PRIO\;267}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._stepper_ctrl_driver_api.static.*\;SYMBOLS\;_stepper_ctrl_driver_api_list_start\;_stepper_ctrl_driver_api_list_end\;PRIO\;268}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_stepper_ctrl_driver_api_ext_end\;PRIO\;269}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._uart_driver_api.static.*\;SYMBOLS\;_uart_driver_api_list_start\;_uart_driver_api_list_end\;PRIO\;270}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_uart_driver_api_ext_end\;PRIO\;271}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._bc12_emul_driver_api.static.*\;SYMBOLS\;_bc12_emul_driver_api_list_start\;_bc12_emul_driver_api_list_end\;PRIO\;272}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_bc12_emul_driver_api_ext_end\;PRIO\;273}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._bc12_driver_api.static.*\;SYMBOLS\;_bc12_driver_api_list_start\;_bc12_driver_api_list_end\;PRIO\;274}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_bc12_driver_api_ext_end\;PRIO\;275}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._usbc_ppc_driver_api.static.*\;SYMBOLS\;_usbc_ppc_driver_api_list_start\;_usbc_ppc_driver_api_list_end\;PRIO\;276}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_usbc_ppc_driver_api_ext_end\;PRIO\;277}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._tcpc_driver_api.static.*\;SYMBOLS\;_tcpc_driver_api_list_start\;_tcpc_driver_api_list_end\;PRIO\;278}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_tcpc_driver_api_ext_end\;PRIO\;279}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._usbc_vbus_driver_api.static.*\;SYMBOLS\;_usbc_vbus_driver_api_list_start\;_usbc_vbus_driver_api_list_end\;PRIO\;280}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_usbc_vbus_driver_api_ext_end\;PRIO\;281}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._ivshmem_driver_api.static.*\;SYMBOLS\;_ivshmem_driver_api_list_start\;_ivshmem_driver_api_list_end\;PRIO\;282}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_ivshmem_driver_api_ext_end\;PRIO\;283}") -list(APPEND section_settings "{SECTION\;device_api_area\;SORT\;NAME\;KEEP\;TRUE\;INPUT\;._ethphy_driver_api.static.*\;SYMBOLS\;_ethphy_driver_api_list_start\;_ethphy_driver_api_list_end\;PRIO\;284}") -list(APPEND section_settings "{SECTION\;device_api_area\;SYMBOLS\;_ethphy_driver_api_ext_end\;PRIO\;285}") -set(DEVICE_API_SECTIONS "${sections}" CACHE INTERNAL "") -set(DEVICE_API_SECTION_SETTINGS "${section_settings}" CACHE INTERNAL "") diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/device-api-sections.ld b/zephyrproject/build/mcuboot/zephyr/include/generated/device-api-sections.ld deleted file mode 100644 index 7ff1e59..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/device-api-sections.ld +++ /dev/null @@ -1,189 +0,0 @@ -SECTION_PROLOGUE(device_api_area,,SUBALIGN(4)) -{ - Z_LINK_ITERABLE(flash_driver_api); - PLACE_SYMBOL_HERE(_flash_driver_api_ext_end); - Z_LINK_ITERABLE(shared_irq_driver_api); - PLACE_SYMBOL_HERE(_shared_irq_driver_api_ext_end); - Z_LINK_ITERABLE(dmic_driver_api); - PLACE_SYMBOL_HERE(_dmic_driver_api_ext_end); - Z_LINK_ITERABLE(crypto_driver_api); - PLACE_SYMBOL_HERE(_crypto_driver_api_ext_end); - Z_LINK_ITERABLE(adc_driver_api); - PLACE_SYMBOL_HERE(_adc_driver_api_ext_end); - Z_LINK_ITERABLE(auxdisplay_driver_api); - PLACE_SYMBOL_HERE(_auxdisplay_driver_api_ext_end); - Z_LINK_ITERABLE(bbram_driver_api); - PLACE_SYMBOL_HERE(_bbram_driver_api_ext_end); - Z_LINK_ITERABLE(biometric_driver_api); - PLACE_SYMBOL_HERE(_biometric_driver_api_ext_end); - Z_LINK_ITERABLE(bt_hci_driver_api); - PLACE_SYMBOL_HERE(_bt_hci_driver_api_ext_end); - Z_LINK_ITERABLE(can_driver_api); - PLACE_SYMBOL_HERE(_can_driver_api_ext_end); - Z_LINK_ITERABLE(cellular_driver_api); - PLACE_SYMBOL_HERE(_cellular_driver_api_ext_end); - Z_LINK_ITERABLE(charger_driver_api); - PLACE_SYMBOL_HERE(_charger_driver_api_ext_end); - Z_LINK_ITERABLE(clock_control_driver_api); - Z_LINK_ITERABLE(nrf_clock_control_driver_api); - PLACE_SYMBOL_HERE(_nrf_clock_control_driver_api_ext_end); - PLACE_SYMBOL_HERE(_clock_control_driver_api_ext_end); - Z_LINK_ITERABLE(comparator_driver_api); - PLACE_SYMBOL_HERE(_comparator_driver_api_ext_end); - Z_LINK_ITERABLE(coredump_driver_api); - PLACE_SYMBOL_HERE(_coredump_driver_api_ext_end); - Z_LINK_ITERABLE(counter_driver_api); - PLACE_SYMBOL_HERE(_counter_driver_api_ext_end); - Z_LINK_ITERABLE(crc_driver_api); - PLACE_SYMBOL_HERE(_crc_driver_api_ext_end); - Z_LINK_ITERABLE(dac_driver_api); - PLACE_SYMBOL_HERE(_dac_driver_api_ext_end); - Z_LINK_ITERABLE(dai_driver_api); - PLACE_SYMBOL_HERE(_dai_driver_api_ext_end); - Z_LINK_ITERABLE(display_driver_api); - PLACE_SYMBOL_HERE(_display_driver_api_ext_end); - Z_LINK_ITERABLE(dma_driver_api); - PLACE_SYMBOL_HERE(_dma_driver_api_ext_end); - Z_LINK_ITERABLE(edac_driver_api); - PLACE_SYMBOL_HERE(_edac_driver_api_ext_end); - Z_LINK_ITERABLE(eeprom_driver_api); - PLACE_SYMBOL_HERE(_eeprom_driver_api_ext_end); - Z_LINK_ITERABLE(emul_bbram_driver_api); - PLACE_SYMBOL_HERE(_emul_bbram_driver_api_ext_end); - Z_LINK_ITERABLE(fuel_gauge_emul_driver_api); - PLACE_SYMBOL_HERE(_fuel_gauge_emul_driver_api_ext_end); - Z_LINK_ITERABLE(emul_sensor_driver_api); - PLACE_SYMBOL_HERE(_emul_sensor_driver_api_ext_end); - Z_LINK_ITERABLE(entropy_driver_api); - PLACE_SYMBOL_HERE(_entropy_driver_api_ext_end); - Z_LINK_ITERABLE(espi_driver_api); - PLACE_SYMBOL_HERE(_espi_driver_api_ext_end); - Z_LINK_ITERABLE(espi_saf_driver_api); - PLACE_SYMBOL_HERE(_espi_saf_driver_api_ext_end); - Z_LINK_ITERABLE(fpga_driver_api); - PLACE_SYMBOL_HERE(_fpga_driver_api_ext_end); - Z_LINK_ITERABLE(fuel_gauge_driver_api); - PLACE_SYMBOL_HERE(_fuel_gauge_driver_api_ext_end); - Z_LINK_ITERABLE(gnss_driver_api); - PLACE_SYMBOL_HERE(_gnss_driver_api_ext_end); - Z_LINK_ITERABLE(gpio_driver_api); - PLACE_SYMBOL_HERE(_gpio_driver_api_ext_end); - Z_LINK_ITERABLE(haptics_driver_api); - PLACE_SYMBOL_HERE(_haptics_driver_api_ext_end); - Z_LINK_ITERABLE(hwspinlock_driver_api); - PLACE_SYMBOL_HERE(_hwspinlock_driver_api_ext_end); - Z_LINK_ITERABLE(i2c_driver_api); - Z_LINK_ITERABLE(i3c_driver_api); - PLACE_SYMBOL_HERE(_i3c_driver_api_ext_end); - PLACE_SYMBOL_HERE(_i2c_driver_api_ext_end); - Z_LINK_ITERABLE(i2c_target_driver_api); - PLACE_SYMBOL_HERE(_i2c_target_driver_api_ext_end); - Z_LINK_ITERABLE(i2s_driver_api); - PLACE_SYMBOL_HERE(_i2s_driver_api_ext_end); - Z_LINK_ITERABLE(ipm_driver_api); - PLACE_SYMBOL_HERE(_ipm_driver_api_ext_end); - Z_LINK_ITERABLE(led_driver_api); - PLACE_SYMBOL_HERE(_led_driver_api_ext_end); - Z_LINK_ITERABLE(led_strip_driver_api); - PLACE_SYMBOL_HERE(_led_strip_driver_api_ext_end); - Z_LINK_ITERABLE(lora_driver_api); - PLACE_SYMBOL_HERE(_lora_driver_api_ext_end); - Z_LINK_ITERABLE(mbox_driver_api); - PLACE_SYMBOL_HERE(_mbox_driver_api_ext_end); - Z_LINK_ITERABLE(mdio_driver_api); - PLACE_SYMBOL_HERE(_mdio_driver_api_ext_end); - Z_LINK_ITERABLE(mipi_dbi_driver_api); - PLACE_SYMBOL_HERE(_mipi_dbi_driver_api_ext_end); - Z_LINK_ITERABLE(mipi_dsi_driver_api); - PLACE_SYMBOL_HERE(_mipi_dsi_driver_api_ext_end); - Z_LINK_ITERABLE(mspi_driver_api); - PLACE_SYMBOL_HERE(_mspi_driver_api_ext_end); - Z_LINK_ITERABLE(opamp_driver_api); - PLACE_SYMBOL_HERE(_opamp_driver_api_ext_end); - Z_LINK_ITERABLE(otp_driver_api); - PLACE_SYMBOL_HERE(_otp_driver_api_ext_end); - Z_LINK_ITERABLE(peci_driver_api); - PLACE_SYMBOL_HERE(_peci_driver_api_ext_end); - Z_LINK_ITERABLE(ps2_driver_api); - PLACE_SYMBOL_HERE(_ps2_driver_api_ext_end); - Z_LINK_ITERABLE(ptp_clock_driver_api); - PLACE_SYMBOL_HERE(_ptp_clock_driver_api_ext_end); - Z_LINK_ITERABLE(pwm_driver_api); - PLACE_SYMBOL_HERE(_pwm_driver_api_ext_end); - Z_LINK_ITERABLE(regulator_parent_driver_api); - PLACE_SYMBOL_HERE(_regulator_parent_driver_api_ext_end); - Z_LINK_ITERABLE(regulator_driver_api); - PLACE_SYMBOL_HERE(_regulator_driver_api_ext_end); - Z_LINK_ITERABLE(reset_driver_api); - PLACE_SYMBOL_HERE(_reset_driver_api_ext_end); - Z_LINK_ITERABLE(retained_mem_driver_api); - PLACE_SYMBOL_HERE(_retained_mem_driver_api_ext_end); - Z_LINK_ITERABLE(rtc_driver_api); - PLACE_SYMBOL_HERE(_rtc_driver_api_ext_end); - Z_LINK_ITERABLE(sdhc_driver_api); - PLACE_SYMBOL_HERE(_sdhc_driver_api_ext_end); - Z_LINK_ITERABLE(sensor_driver_api); - PLACE_SYMBOL_HERE(_sensor_driver_api_ext_end); - Z_LINK_ITERABLE(smbus_driver_api); - PLACE_SYMBOL_HERE(_smbus_driver_api_ext_end); - Z_LINK_ITERABLE(spi_driver_api); - PLACE_SYMBOL_HERE(_spi_driver_api_ext_end); - Z_LINK_ITERABLE(syscon_driver_api); - PLACE_SYMBOL_HERE(_syscon_driver_api_ext_end); - Z_LINK_ITERABLE(tee_driver_api); - PLACE_SYMBOL_HERE(_tee_driver_api_ext_end); - Z_LINK_ITERABLE(tgpio_driver_api); - PLACE_SYMBOL_HERE(_tgpio_driver_api_ext_end); - Z_LINK_ITERABLE(uaol_driver_api); - PLACE_SYMBOL_HERE(_uaol_driver_api_ext_end); - Z_LINK_ITERABLE(video_driver_api); - PLACE_SYMBOL_HERE(_video_driver_api_ext_end); - Z_LINK_ITERABLE(virtio_driver_api); - PLACE_SYMBOL_HERE(_virtio_driver_api_ext_end); - Z_LINK_ITERABLE(w1_driver_api); - PLACE_SYMBOL_HERE(_w1_driver_api_ext_end); - Z_LINK_ITERABLE(wdt_driver_api); - PLACE_SYMBOL_HERE(_wdt_driver_api_ext_end); - Z_LINK_ITERABLE(wuc_driver_api); - PLACE_SYMBOL_HERE(_wuc_driver_api_ext_end); - Z_LINK_ITERABLE(can_transceiver_driver_api); - PLACE_SYMBOL_HERE(_can_transceiver_driver_api_ext_end); - Z_LINK_ITERABLE(i3c_target_driver_api); - PLACE_SYMBOL_HERE(_i3c_target_driver_api_ext_end); - Z_LINK_ITERABLE(its_driver_api); - PLACE_SYMBOL_HERE(_its_driver_api_ext_end); - Z_LINK_ITERABLE(vtd_driver_api); - PLACE_SYMBOL_HERE(_vtd_driver_api_ext_end); - Z_LINK_ITERABLE(renesas_elc_driver_api); - PLACE_SYMBOL_HERE(_renesas_elc_driver_api_ext_end); - Z_LINK_ITERABLE(pcie_ctrl_driver_api); - PLACE_SYMBOL_HERE(_pcie_ctrl_driver_api_ext_end); - Z_LINK_ITERABLE(pcie_ep_driver_api); - PLACE_SYMBOL_HERE(_pcie_ep_driver_api_ext_end); - Z_LINK_ITERABLE(psi5_driver_api); - PLACE_SYMBOL_HERE(_psi5_driver_api_ext_end); - Z_LINK_ITERABLE(sent_driver_api); - PLACE_SYMBOL_HERE(_sent_driver_api_ext_end); - Z_LINK_ITERABLE(svc_driver_api); - PLACE_SYMBOL_HERE(_svc_driver_api_ext_end); - Z_LINK_ITERABLE(stepper_driver_api); - PLACE_SYMBOL_HERE(_stepper_driver_api_ext_end); - Z_LINK_ITERABLE(stepper_ctrl_driver_api); - PLACE_SYMBOL_HERE(_stepper_ctrl_driver_api_ext_end); - Z_LINK_ITERABLE(uart_driver_api); - PLACE_SYMBOL_HERE(_uart_driver_api_ext_end); - Z_LINK_ITERABLE(bc12_emul_driver_api); - PLACE_SYMBOL_HERE(_bc12_emul_driver_api_ext_end); - Z_LINK_ITERABLE(bc12_driver_api); - PLACE_SYMBOL_HERE(_bc12_driver_api_ext_end); - Z_LINK_ITERABLE(usbc_ppc_driver_api); - PLACE_SYMBOL_HERE(_usbc_ppc_driver_api_ext_end); - Z_LINK_ITERABLE(tcpc_driver_api); - PLACE_SYMBOL_HERE(_tcpc_driver_api_ext_end); - Z_LINK_ITERABLE(usbc_vbus_driver_api); - PLACE_SYMBOL_HERE(_usbc_vbus_driver_api_ext_end); - Z_LINK_ITERABLE(ivshmem_driver_api); - PLACE_SYMBOL_HERE(_ivshmem_driver_api_ext_end); - Z_LINK_ITERABLE(ethphy_driver_api); - PLACE_SYMBOL_HERE(_ethphy_driver_api_ext_end); -} GROUP_ROM_LINK_IN(RAMABLE_REGION, ROMABLE_REGION) diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-data-sections.ld b/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-data-sections.ld deleted file mode 100644 index e69de29..0000000 diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-dtcm-section.ld b/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-dtcm-section.ld deleted file mode 100644 index e69de29..0000000 diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-itcm-section.ld b/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-itcm-section.ld deleted file mode 100644 index e69de29..0000000 diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-nocache-section.ld b/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-nocache-section.ld deleted file mode 100644 index e69de29..0000000 diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-noinit.ld b/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-noinit.ld deleted file mode 100644 index e69de29..0000000 diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-pinned-data-sections.ld b/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-pinned-data-sections.ld deleted file mode 100644 index e69de29..0000000 diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-pinned-ram-sections.ld b/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-pinned-ram-sections.ld deleted file mode 100644 index e69de29..0000000 diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-pinned-rodata.ld b/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-pinned-rodata.ld deleted file mode 100644 index e69de29..0000000 diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-ram-sections.ld b/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-ram-sections.ld deleted file mode 100644 index 74bd87f..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-ram-sections.ld +++ /dev/null @@ -1 +0,0 @@ -/* Sort key: "default" */#include "../arch/common/ramfunc.ld" diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-ramfunc-section.ld b/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-ramfunc-section.ld deleted file mode 100644 index e69de29..0000000 diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-rodata.ld b/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-rodata.ld deleted file mode 100644 index 27b783f..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-rodata.ld +++ /dev/null @@ -1 +0,0 @@ -/* Sort key: "default" */#include "../arch/arm/core/swi_tables.ld" diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-rom-sections.ld b/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-rom-sections.ld deleted file mode 100644 index e69de29..0000000 diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-rom-start.ld b/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-rom-start.ld deleted file mode 100644 index 4f6d2e6..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-rom-start.ld +++ /dev/null @@ -1,6 +0,0 @@ -/* Sort key: "!" */#include "../arch/common/rom_start_address.ld" -/* Sort key: "$" */#include "../arch/common/fill_with_zeros.ld" -/* Sort key: "0x0" */#include "../arch/common/rom_start_offset.ld" -/* Sort key: "0x0vectors" */#include "../arch/arm/core/vector_table.ld" -/* Sort key: "0x0vectors" */#include "zephyr/linker/irq-vector-table-section.ld" -/* Sort key: "0x1vectors" */#include "../arch/arm/core/cortex_m/vector_table_pad.ld" diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-rwdata.ld b/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-rwdata.ld deleted file mode 100644 index e69de29..0000000 diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-sections.ld b/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-sections.ld deleted file mode 100644 index 3c846b2..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-sections.ld +++ /dev/null @@ -1 +0,0 @@ -/* Sort key: "default" */#include "zephyr/linker/intlist.ld" diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-text-sections.ld b/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-text-sections.ld deleted file mode 100644 index e69de29..0000000 diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/syscall_list.h b/zephyrproject/build/mcuboot/zephyr/include/generated/syscall_list.h deleted file mode 100644 index 8506f9a..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/syscall_list.h +++ /dev/null @@ -1,664 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef ZEPHYR_SYSCALL_LIST_H -#define ZEPHYR_SYSCALL_LIST_H - -#define K_SYSCALL_DEVICE_DEINIT 0 -#define K_SYSCALL_DEVICE_GET_BINDING 1 -#define K_SYSCALL_DEVICE_GET_BY_DT_NODELABEL 2 -#define K_SYSCALL_DEVICE_INIT 3 -#define K_SYSCALL_DEVICE_IS_READY 4 -#define K_SYSCALL_FLASH_COPY 5 -#define K_SYSCALL_FLASH_ERASE 6 -#define K_SYSCALL_FLASH_EX_OP 7 -#define K_SYSCALL_FLASH_FILL 8 -#define K_SYSCALL_FLASH_FLATTEN 9 -#define K_SYSCALL_FLASH_GET_PAGE_COUNT 10 -#define K_SYSCALL_FLASH_GET_PAGE_INFO_BY_IDX 11 -#define K_SYSCALL_FLASH_GET_PAGE_INFO_BY_OFFS 12 -#define K_SYSCALL_FLASH_GET_PARAMETERS 13 -#define K_SYSCALL_FLASH_GET_SIZE 14 -#define K_SYSCALL_FLASH_GET_WRITE_BLOCK_SIZE 15 -#define K_SYSCALL_FLASH_READ 16 -#define K_SYSCALL_FLASH_READ_JEDEC_ID 17 -#define K_SYSCALL_FLASH_SFDP_READ 18 -#define K_SYSCALL_FLASH_WRITE 19 -#define K_SYSCALL_K_BUSY_WAIT 20 -#define K_SYSCALL_K_CONDVAR_BROADCAST 21 -#define K_SYSCALL_K_CONDVAR_INIT 22 -#define K_SYSCALL_K_CONDVAR_SIGNAL 23 -#define K_SYSCALL_K_CONDVAR_WAIT 24 -#define K_SYSCALL_K_EVENT_CLEAR 25 -#define K_SYSCALL_K_EVENT_INIT 26 -#define K_SYSCALL_K_EVENT_POST 27 -#define K_SYSCALL_K_EVENT_SET 28 -#define K_SYSCALL_K_EVENT_SET_MASKED 29 -#define K_SYSCALL_K_EVENT_WAIT 30 -#define K_SYSCALL_K_EVENT_WAIT_ALL 31 -#define K_SYSCALL_K_EVENT_WAIT_ALL_SAFE 32 -#define K_SYSCALL_K_EVENT_WAIT_SAFE 33 -#define K_SYSCALL_K_FLOAT_DISABLE 34 -#define K_SYSCALL_K_FLOAT_ENABLE 35 -#define K_SYSCALL_K_FUTEX_WAIT 36 -#define K_SYSCALL_K_FUTEX_WAKE 37 -#define K_SYSCALL_K_IS_PREEMPT_THREAD 38 -#define K_SYSCALL_K_MSGQ_ALLOC_INIT 39 -#define K_SYSCALL_K_MSGQ_GET 40 -#define K_SYSCALL_K_MSGQ_GET_ATTRS 41 -#define K_SYSCALL_K_MSGQ_NUM_FREE_GET 42 -#define K_SYSCALL_K_MSGQ_NUM_USED_GET 43 -#define K_SYSCALL_K_MSGQ_PEEK 44 -#define K_SYSCALL_K_MSGQ_PEEK_AT 45 -#define K_SYSCALL_K_MSGQ_PURGE 46 -#define K_SYSCALL_K_MSGQ_PUT 47 -#define K_SYSCALL_K_MSGQ_PUT_FRONT 48 -#define K_SYSCALL_K_MUTEX_INIT 49 -#define K_SYSCALL_K_MUTEX_LOCK 50 -#define K_SYSCALL_K_MUTEX_UNLOCK 51 -#define K_SYSCALL_K_OBJECT_ACCESS_CHECK 52 -#define K_SYSCALL_K_OBJECT_ACCESS_GRANT 53 -#define K_SYSCALL_K_OBJECT_ALLOC 54 -#define K_SYSCALL_K_OBJECT_ALLOC_SIZE 55 -#define K_SYSCALL_K_OBJECT_RELEASE 56 -#define K_SYSCALL_K_PIPE_CLOSE 57 -#define K_SYSCALL_K_PIPE_INIT 58 -#define K_SYSCALL_K_PIPE_READ 59 -#define K_SYSCALL_K_PIPE_RESET 60 -#define K_SYSCALL_K_PIPE_WRITE 61 -#define K_SYSCALL_K_POLL 62 -#define K_SYSCALL_K_POLL_SIGNAL_CHECK 63 -#define K_SYSCALL_K_POLL_SIGNAL_INIT 64 -#define K_SYSCALL_K_POLL_SIGNAL_RAISE 65 -#define K_SYSCALL_K_POLL_SIGNAL_RESET 66 -#define K_SYSCALL_K_QUEUE_ALLOC_APPEND 67 -#define K_SYSCALL_K_QUEUE_ALLOC_PREPEND 68 -#define K_SYSCALL_K_QUEUE_CANCEL_WAIT 69 -#define K_SYSCALL_K_QUEUE_GET 70 -#define K_SYSCALL_K_QUEUE_INIT 71 -#define K_SYSCALL_K_QUEUE_IS_EMPTY 72 -#define K_SYSCALL_K_QUEUE_PEEK_HEAD 73 -#define K_SYSCALL_K_QUEUE_PEEK_TAIL 74 -#define K_SYSCALL_K_RESCHEDULE 75 -#define K_SYSCALL_K_SCHED_CURRENT_THREAD_QUERY 76 -#define K_SYSCALL_K_SEM_COUNT_GET 77 -#define K_SYSCALL_K_SEM_GIVE 78 -#define K_SYSCALL_K_SEM_INIT 79 -#define K_SYSCALL_K_SEM_RESET 80 -#define K_SYSCALL_K_SEM_TAKE 81 -#define K_SYSCALL_K_SLEEP 82 -#define K_SYSCALL_K_STACK_ALLOC_INIT 83 -#define K_SYSCALL_K_STACK_POP 84 -#define K_SYSCALL_K_STACK_PUSH 85 -#define K_SYSCALL_K_STR_OUT 86 -#define K_SYSCALL_K_THREAD_ABORT 87 -#define K_SYSCALL_K_THREAD_ABSOLUTE_DEADLINE_SET 88 -#define K_SYSCALL_K_THREAD_CREATE 89 -#define K_SYSCALL_K_THREAD_CUSTOM_DATA_GET 90 -#define K_SYSCALL_K_THREAD_CUSTOM_DATA_SET 91 -#define K_SYSCALL_K_THREAD_DEADLINE_SET 92 -#define K_SYSCALL_K_THREAD_JOIN 93 -#define K_SYSCALL_K_THREAD_NAME_COPY 94 -#define K_SYSCALL_K_THREAD_NAME_SET 95 -#define K_SYSCALL_K_THREAD_PRIORITY_GET 96 -#define K_SYSCALL_K_THREAD_PRIORITY_SET 97 -#define K_SYSCALL_K_THREAD_RESUME 98 -#define K_SYSCALL_K_THREAD_RUNTIME_STACK_UNUSED_THRESHOLD_GET 99 -#define K_SYSCALL_K_THREAD_RUNTIME_STACK_UNUSED_THRESHOLD_PCT_SET 100 -#define K_SYSCALL_K_THREAD_RUNTIME_STACK_UNUSED_THRESHOLD_SET 101 -#define K_SYSCALL_K_THREAD_STACK_ALLOC 102 -#define K_SYSCALL_K_THREAD_STACK_FREE 103 -#define K_SYSCALL_K_THREAD_STACK_SPACE_GET 104 -#define K_SYSCALL_K_THREAD_SUSPEND 105 -#define K_SYSCALL_K_THREAD_TIMEOUT_EXPIRES_TICKS 106 -#define K_SYSCALL_K_THREAD_TIMEOUT_REMAINING_TICKS 107 -#define K_SYSCALL_K_TIMER_EXPIRES_TICKS 108 -#define K_SYSCALL_K_TIMER_REMAINING_TICKS 109 -#define K_SYSCALL_K_TIMER_START 110 -#define K_SYSCALL_K_TIMER_STATUS_GET 111 -#define K_SYSCALL_K_TIMER_STATUS_SYNC 112 -#define K_SYSCALL_K_TIMER_STOP 113 -#define K_SYSCALL_K_TIMER_USER_DATA_GET 114 -#define K_SYSCALL_K_TIMER_USER_DATA_SET 115 -#define K_SYSCALL_K_UPTIME_TICKS 116 -#define K_SYSCALL_K_USLEEP 117 -#define K_SYSCALL_K_WAKEUP 118 -#define K_SYSCALL_K_YIELD 119 -#define K_SYSCALL_LOG_BUFFERED_CNT 120 -#define K_SYSCALL_LOG_FILTER_SET 121 -#define K_SYSCALL_LOG_FRONTEND_FILTER_SET 122 -#define K_SYSCALL_LOG_PANIC 123 -#define K_SYSCALL_LOG_PROCESS 124 -#define K_SYSCALL_SYS_CLOCK_GETRTOFFSET 125 -#define K_SYSCALL_SYS_CLOCK_HW_CYCLES_PER_SEC_RUNTIME_GET 126 -#define K_SYSCALL_SYS_CLOCK_NANOSLEEP 127 -#define K_SYSCALL_SYS_CLOCK_SETTIME 128 -#define K_SYSCALL_ZEPHYR_FPUTC 129 -#define K_SYSCALL_ZEPHYR_FWRITE 130 -#define K_SYSCALL_ZEPHYR_READ_STDIN 131 -#define K_SYSCALL_ZEPHYR_WRITE_STDOUT 132 -#define K_SYSCALL_Z_LOG_MSG_SIMPLE_CREATE_0 133 -#define K_SYSCALL_Z_LOG_MSG_SIMPLE_CREATE_1 134 -#define K_SYSCALL_Z_LOG_MSG_SIMPLE_CREATE_2 135 -#define K_SYSCALL_Z_LOG_MSG_STATIC_CREATE 136 -#define K_SYSCALL_Z_SYS_MUTEX_KERNEL_LOCK 137 -#define K_SYSCALL_Z_SYS_MUTEX_KERNEL_UNLOCK 138 -#define K_SYSCALL_BAD 139 -#define K_SYSCALL_LIMIT 140 - - -/* Following syscalls are not used in image */ -#define K_SYSCALL_ADC_CHANNEL_SETUP 141 -#define K_SYSCALL_ADC_GET_DECODER 142 -#define K_SYSCALL_ADC_READ 143 -#define K_SYSCALL_ADC_READ_ASYNC 144 -#define K_SYSCALL_ATOMIC_ADD 145 -#define K_SYSCALL_ATOMIC_AND 146 -#define K_SYSCALL_ATOMIC_CAS 147 -#define K_SYSCALL_ATOMIC_NAND 148 -#define K_SYSCALL_ATOMIC_OR 149 -#define K_SYSCALL_ATOMIC_PTR_CAS 150 -#define K_SYSCALL_ATOMIC_PTR_SET 151 -#define K_SYSCALL_ATOMIC_SET 152 -#define K_SYSCALL_ATOMIC_SUB 153 -#define K_SYSCALL_ATOMIC_XOR 154 -#define K_SYSCALL_AUXDISPLAY_BACKLIGHT_GET 155 -#define K_SYSCALL_AUXDISPLAY_BACKLIGHT_SET 156 -#define K_SYSCALL_AUXDISPLAY_BRIGHTNESS_GET 157 -#define K_SYSCALL_AUXDISPLAY_BRIGHTNESS_SET 158 -#define K_SYSCALL_AUXDISPLAY_CAPABILITIES_GET 159 -#define K_SYSCALL_AUXDISPLAY_CLEAR 160 -#define K_SYSCALL_AUXDISPLAY_CURSOR_POSITION_GET 161 -#define K_SYSCALL_AUXDISPLAY_CURSOR_POSITION_SET 162 -#define K_SYSCALL_AUXDISPLAY_CURSOR_SET_ENABLED 163 -#define K_SYSCALL_AUXDISPLAY_CURSOR_SHIFT_SET 164 -#define K_SYSCALL_AUXDISPLAY_CUSTOM_CHARACTER_SET 165 -#define K_SYSCALL_AUXDISPLAY_CUSTOM_COMMAND 166 -#define K_SYSCALL_AUXDISPLAY_DISPLAY_OFF 167 -#define K_SYSCALL_AUXDISPLAY_DISPLAY_ON 168 -#define K_SYSCALL_AUXDISPLAY_DISPLAY_POSITION_GET 169 -#define K_SYSCALL_AUXDISPLAY_DISPLAY_POSITION_SET 170 -#define K_SYSCALL_AUXDISPLAY_IS_BUSY 171 -#define K_SYSCALL_AUXDISPLAY_POSITION_BLINKING_SET_ENABLED 172 -#define K_SYSCALL_AUXDISPLAY_WRITE 173 -#define K_SYSCALL_BBRAM_CHECK_INVALID 174 -#define K_SYSCALL_BBRAM_CHECK_POWER 175 -#define K_SYSCALL_BBRAM_CHECK_STANDBY_POWER 176 -#define K_SYSCALL_BBRAM_GET_SIZE 177 -#define K_SYSCALL_BBRAM_READ 178 -#define K_SYSCALL_BBRAM_WRITE 179 -#define K_SYSCALL_BC12_SET_RESULT_CB 180 -#define K_SYSCALL_BC12_SET_ROLE 181 -#define K_SYSCALL_BIOMETRIC_ATTR_GET 182 -#define K_SYSCALL_BIOMETRIC_ATTR_SET 183 -#define K_SYSCALL_BIOMETRIC_ENROLL_ABORT 184 -#define K_SYSCALL_BIOMETRIC_ENROLL_CAPTURE 185 -#define K_SYSCALL_BIOMETRIC_ENROLL_FINALIZE 186 -#define K_SYSCALL_BIOMETRIC_ENROLL_START 187 -#define K_SYSCALL_BIOMETRIC_GET_CAPABILITIES 188 -#define K_SYSCALL_BIOMETRIC_LED_CONTROL 189 -#define K_SYSCALL_BIOMETRIC_MATCH 190 -#define K_SYSCALL_BIOMETRIC_TEMPLATE_DELETE 191 -#define K_SYSCALL_BIOMETRIC_TEMPLATE_DELETE_ALL 192 -#define K_SYSCALL_BIOMETRIC_TEMPLATE_LIST 193 -#define K_SYSCALL_BIOMETRIC_TEMPLATE_READ 194 -#define K_SYSCALL_BIOMETRIC_TEMPLATE_STORE 195 -#define K_SYSCALL_CAN_ADD_RX_FILTER_MSGQ 196 -#define K_SYSCALL_CAN_CALC_TIMING 197 -#define K_SYSCALL_CAN_CALC_TIMING_DATA 198 -#define K_SYSCALL_CAN_GET_BITRATE_MAX 199 -#define K_SYSCALL_CAN_GET_BITRATE_MIN 200 -#define K_SYSCALL_CAN_GET_CAPABILITIES 201 -#define K_SYSCALL_CAN_GET_CORE_CLOCK 202 -#define K_SYSCALL_CAN_GET_MAX_FILTERS 203 -#define K_SYSCALL_CAN_GET_MODE 204 -#define K_SYSCALL_CAN_GET_STATE 205 -#define K_SYSCALL_CAN_GET_TIMING_DATA_MAX 206 -#define K_SYSCALL_CAN_GET_TIMING_DATA_MIN 207 -#define K_SYSCALL_CAN_GET_TIMING_MAX 208 -#define K_SYSCALL_CAN_GET_TIMING_MIN 209 -#define K_SYSCALL_CAN_GET_TRANSCEIVER 210 -#define K_SYSCALL_CAN_RECOVER 211 -#define K_SYSCALL_CAN_REMOVE_RX_FILTER 212 -#define K_SYSCALL_CAN_SEND 213 -#define K_SYSCALL_CAN_SET_BITRATE 214 -#define K_SYSCALL_CAN_SET_BITRATE_DATA 215 -#define K_SYSCALL_CAN_SET_MODE 216 -#define K_SYSCALL_CAN_SET_TIMING 217 -#define K_SYSCALL_CAN_SET_TIMING_DATA 218 -#define K_SYSCALL_CAN_START 219 -#define K_SYSCALL_CAN_STATS_GET_ACK_ERRORS 220 -#define K_SYSCALL_CAN_STATS_GET_BIT0_ERRORS 221 -#define K_SYSCALL_CAN_STATS_GET_BIT1_ERRORS 222 -#define K_SYSCALL_CAN_STATS_GET_BIT_ERRORS 223 -#define K_SYSCALL_CAN_STATS_GET_CRC_ERRORS 224 -#define K_SYSCALL_CAN_STATS_GET_FORM_ERRORS 225 -#define K_SYSCALL_CAN_STATS_GET_RX_OVERRUNS 226 -#define K_SYSCALL_CAN_STATS_GET_STUFF_ERRORS 227 -#define K_SYSCALL_CAN_STOP 228 -#define K_SYSCALL_CHARGER_CHARGE_ENABLE 229 -#define K_SYSCALL_CHARGER_GET_PROP 230 -#define K_SYSCALL_CHARGER_SET_PROP 231 -#define K_SYSCALL_COMPARATOR_GET_OUTPUT 232 -#define K_SYSCALL_COMPARATOR_SET_TRIGGER 233 -#define K_SYSCALL_COMPARATOR_TRIGGER_IS_PENDING 234 -#define K_SYSCALL_COUNTER_CANCEL_CHANNEL_ALARM 235 -#define K_SYSCALL_COUNTER_DISABLE_CAPTURE 236 -#define K_SYSCALL_COUNTER_ENABLE_CAPTURE 237 -#define K_SYSCALL_COUNTER_GET_FREQUENCY 238 -#define K_SYSCALL_COUNTER_GET_FREQUENCY_64 239 -#define K_SYSCALL_COUNTER_GET_GUARD_PERIOD 240 -#define K_SYSCALL_COUNTER_GET_GUARD_PERIOD_64 241 -#define K_SYSCALL_COUNTER_GET_MAX_TOP_VALUE 242 -#define K_SYSCALL_COUNTER_GET_MAX_TOP_VALUE_64 243 -#define K_SYSCALL_COUNTER_GET_NUM_OF_CHANNELS 244 -#define K_SYSCALL_COUNTER_GET_PENDING_INT 245 -#define K_SYSCALL_COUNTER_GET_TOP_VALUE 246 -#define K_SYSCALL_COUNTER_GET_TOP_VALUE_64 247 -#define K_SYSCALL_COUNTER_GET_VALUE 248 -#define K_SYSCALL_COUNTER_GET_VALUE_64 249 -#define K_SYSCALL_COUNTER_IS_COUNTING_UP 250 -#define K_SYSCALL_COUNTER_NS_TO_TICKS 251 -#define K_SYSCALL_COUNTER_NS_TO_TICKS_64 252 -#define K_SYSCALL_COUNTER_RESET 253 -#define K_SYSCALL_COUNTER_SET_CHANNEL_ALARM 254 -#define K_SYSCALL_COUNTER_SET_CHANNEL_ALARM_64 255 -#define K_SYSCALL_COUNTER_SET_GUARD_PERIOD 256 -#define K_SYSCALL_COUNTER_SET_GUARD_PERIOD_64 257 -#define K_SYSCALL_COUNTER_SET_TOP_VALUE 258 -#define K_SYSCALL_COUNTER_SET_TOP_VALUE_64 259 -#define K_SYSCALL_COUNTER_SET_VALUE 260 -#define K_SYSCALL_COUNTER_SET_VALUE_64 261 -#define K_SYSCALL_COUNTER_START 262 -#define K_SYSCALL_COUNTER_STOP 263 -#define K_SYSCALL_COUNTER_TICKS_TO_NS 264 -#define K_SYSCALL_COUNTER_TICKS_TO_NS_64 265 -#define K_SYSCALL_COUNTER_TICKS_TO_US 266 -#define K_SYSCALL_COUNTER_TICKS_TO_US_64 267 -#define K_SYSCALL_COUNTER_US_TO_TICKS 268 -#define K_SYSCALL_COUNTER_US_TO_TICKS_64 269 -#define K_SYSCALL_CRC_BEGIN 270 -#define K_SYSCALL_CRC_FINISH 271 -#define K_SYSCALL_CRC_UPDATE 272 -#define K_SYSCALL_DAC_CHANNEL_SETUP 273 -#define K_SYSCALL_DAC_WRITE_VALUE 274 -#define K_SYSCALL_DAI_CONFIG_GET 275 -#define K_SYSCALL_DAI_CONFIG_SET 276 -#define K_SYSCALL_DAI_CONFIG_UPDATE 277 -#define K_SYSCALL_DAI_GET_PROPERTIES_COPY 278 -#define K_SYSCALL_DAI_PROBE 279 -#define K_SYSCALL_DAI_REMOVE 280 -#define K_SYSCALL_DAI_TRIGGER 281 -#define K_SYSCALL_DAI_TS_CONFIG 282 -#define K_SYSCALL_DAI_TS_GET 283 -#define K_SYSCALL_DAI_TS_START 284 -#define K_SYSCALL_DAI_TS_STOP 285 -#define K_SYSCALL_DEVMUX_SELECT_GET 286 -#define K_SYSCALL_DEVMUX_SELECT_SET 287 -#define K_SYSCALL_EEPROM_GET_SIZE 288 -#define K_SYSCALL_EEPROM_READ 289 -#define K_SYSCALL_EEPROM_WRITE 290 -#define K_SYSCALL_EMUL_FUEL_GAUGE_IS_BATTERY_CUTOFF 291 -#define K_SYSCALL_EMUL_FUEL_GAUGE_SET_BATTERY_CHARGING 292 -#define K_SYSCALL_ENTROPY_GET_ENTROPY 293 -#define K_SYSCALL_ESPI_CONFIG 294 -#define K_SYSCALL_ESPI_FLASH_ERASE 295 -#define K_SYSCALL_ESPI_GET_CHANNEL_STATUS 296 -#define K_SYSCALL_ESPI_READ_FLASH 297 -#define K_SYSCALL_ESPI_READ_LPC_REQUEST 298 -#define K_SYSCALL_ESPI_READ_REQUEST 299 -#define K_SYSCALL_ESPI_RECEIVE_OOB 300 -#define K_SYSCALL_ESPI_RECEIVE_VWIRE 301 -#define K_SYSCALL_ESPI_SAF_ACTIVATE 302 -#define K_SYSCALL_ESPI_SAF_CONFIG 303 -#define K_SYSCALL_ESPI_SAF_FLASH_ERASE 304 -#define K_SYSCALL_ESPI_SAF_FLASH_READ 305 -#define K_SYSCALL_ESPI_SAF_FLASH_UNSUCCESS 306 -#define K_SYSCALL_ESPI_SAF_FLASH_WRITE 307 -#define K_SYSCALL_ESPI_SAF_GET_CHANNEL_STATUS 308 -#define K_SYSCALL_ESPI_SAF_SET_PROTECTION_REGIONS 309 -#define K_SYSCALL_ESPI_SEND_OOB 310 -#define K_SYSCALL_ESPI_SEND_VWIRE 311 -#define K_SYSCALL_ESPI_WRITE_FLASH 312 -#define K_SYSCALL_ESPI_WRITE_LPC_REQUEST 313 -#define K_SYSCALL_ESPI_WRITE_REQUEST 314 -#define K_SYSCALL_FLASH_SIMULATOR_GET_MEMORY 315 -#define K_SYSCALL_FLASH_SIMULATOR_GET_PARAMS 316 -#define K_SYSCALL_FLASH_SIMULATOR_SET_CALLBACKS 317 -#define K_SYSCALL_FUEL_GAUGE_BATTERY_CUTOFF 318 -#define K_SYSCALL_FUEL_GAUGE_GET_BUFFER_PROP 319 -#define K_SYSCALL_FUEL_GAUGE_GET_PROP 320 -#define K_SYSCALL_FUEL_GAUGE_GET_PROPS 321 -#define K_SYSCALL_FUEL_GAUGE_SET_PROP 322 -#define K_SYSCALL_FUEL_GAUGE_SET_PROPS 323 -#define K_SYSCALL_GNSS_GET_ENABLED_SYSTEMS 324 -#define K_SYSCALL_GNSS_GET_FIX_RATE 325 -#define K_SYSCALL_GNSS_GET_LATEST_TIMEPULSE 326 -#define K_SYSCALL_GNSS_GET_NAVIGATION_MODE 327 -#define K_SYSCALL_GNSS_GET_SUPPORTED_SYSTEMS 328 -#define K_SYSCALL_GNSS_SET_ENABLED_SYSTEMS 329 -#define K_SYSCALL_GNSS_SET_FIX_RATE 330 -#define K_SYSCALL_GNSS_SET_NAVIGATION_MODE 331 -#define K_SYSCALL_GPIO_GET_PENDING_INT 332 -#define K_SYSCALL_GPIO_PIN_CONFIGURE 333 -#define K_SYSCALL_GPIO_PIN_GET_CONFIG 334 -#define K_SYSCALL_GPIO_PIN_INTERRUPT_CONFIGURE 335 -#define K_SYSCALL_GPIO_PORT_CLEAR_BITS_RAW 336 -#define K_SYSCALL_GPIO_PORT_GET_DIRECTION 337 -#define K_SYSCALL_GPIO_PORT_GET_RAW 338 -#define K_SYSCALL_GPIO_PORT_SET_BITS_RAW 339 -#define K_SYSCALL_GPIO_PORT_SET_MASKED_RAW 340 -#define K_SYSCALL_GPIO_PORT_TOGGLE_BITS 341 -#define K_SYSCALL_HAPTICS_START_OUTPUT 342 -#define K_SYSCALL_HAPTICS_STOP_OUTPUT 343 -#define K_SYSCALL_HWINFO_CLEAR_RESET_CAUSE 344 -#define K_SYSCALL_HWINFO_GET_DEVICE_EUI64 345 -#define K_SYSCALL_HWINFO_GET_DEVICE_ID 346 -#define K_SYSCALL_HWINFO_GET_RESET_CAUSE 347 -#define K_SYSCALL_HWINFO_GET_SUPPORTED_RESET_CAUSE 348 -#define K_SYSCALL_I2C_CONFIGURE 349 -#define K_SYSCALL_I2C_GET_CONFIG 350 -#define K_SYSCALL_I2C_RECOVER_BUS 351 -#define K_SYSCALL_I2C_TARGET_DRIVER_REGISTER 352 -#define K_SYSCALL_I2C_TARGET_DRIVER_UNREGISTER 353 -#define K_SYSCALL_I2C_TRANSFER 354 -#define K_SYSCALL_I2S_BUF_READ 355 -#define K_SYSCALL_I2S_BUF_WRITE 356 -#define K_SYSCALL_I2S_CONFIGURE 357 -#define K_SYSCALL_I2S_TRIGGER 358 -#define K_SYSCALL_I3C_DO_CCC 359 -#define K_SYSCALL_I3C_DO_CCC_CB 360 -#define K_SYSCALL_I3C_TRANSFER 361 -#define K_SYSCALL_I3C_TRANSFER_CB 362 -#define K_SYSCALL_IPM_COMPLETE 363 -#define K_SYSCALL_IPM_MAX_DATA_SIZE_GET 364 -#define K_SYSCALL_IPM_MAX_ID_VAL_GET 365 -#define K_SYSCALL_IPM_SEND 366 -#define K_SYSCALL_IPM_SET_ENABLED 367 -#define K_SYSCALL_IVSHMEM_ENABLE_INTERRUPTS 368 -#define K_SYSCALL_IVSHMEM_GET_ID 369 -#define K_SYSCALL_IVSHMEM_GET_MAX_PEERS 370 -#define K_SYSCALL_IVSHMEM_GET_MEM 371 -#define K_SYSCALL_IVSHMEM_GET_OUTPUT_MEM_SECTION 372 -#define K_SYSCALL_IVSHMEM_GET_PROTOCOL 373 -#define K_SYSCALL_IVSHMEM_GET_RW_MEM_SECTION 374 -#define K_SYSCALL_IVSHMEM_GET_STATE 375 -#define K_SYSCALL_IVSHMEM_GET_VECTORS 376 -#define K_SYSCALL_IVSHMEM_INT_PEER 377 -#define K_SYSCALL_IVSHMEM_REGISTER_HANDLER 378 -#define K_SYSCALL_IVSHMEM_SET_STATE 379 -#define K_SYSCALL_K_MEM_PAGING_HISTOGRAM_BACKING_STORE_PAGE_IN_GET 380 -#define K_SYSCALL_K_MEM_PAGING_HISTOGRAM_BACKING_STORE_PAGE_OUT_GET 381 -#define K_SYSCALL_K_MEM_PAGING_HISTOGRAM_EVICTION_GET 382 -#define K_SYSCALL_K_MEM_PAGING_STATS_GET 383 -#define K_SYSCALL_K_MEM_PAGING_THREAD_STATS_GET 384 -#define K_SYSCALL_LED_BLINK 385 -#define K_SYSCALL_LED_GET_INFO 386 -#define K_SYSCALL_LED_OFF 387 -#define K_SYSCALL_LED_ON 388 -#define K_SYSCALL_LED_SET_BRIGHTNESS 389 -#define K_SYSCALL_LED_SET_CHANNEL 390 -#define K_SYSCALL_LED_SET_COLOR 391 -#define K_SYSCALL_LED_WRITE_CHANNELS 392 -#define K_SYSCALL_LLEXT_GET_FN_TABLE 393 -#define K_SYSCALL_MAXIM_DS3231_GET_SYNCPOINT 394 -#define K_SYSCALL_MAXIM_DS3231_REQ_SYNCPOINT 395 -#define K_SYSCALL_MBOX_MAX_CHANNELS_GET 396 -#define K_SYSCALL_MBOX_MTU_GET 397 -#define K_SYSCALL_MBOX_SEND 398 -#define K_SYSCALL_MBOX_SET_ENABLED 399 -#define K_SYSCALL_MDIO_READ 400 -#define K_SYSCALL_MDIO_READ_C45 401 -#define K_SYSCALL_MDIO_WRITE 402 -#define K_SYSCALL_MDIO_WRITE_C45 403 -#define K_SYSCALL_MSPI_CONFIG 404 -#define K_SYSCALL_MSPI_DEV_CONFIG 405 -#define K_SYSCALL_MSPI_GET_CHANNEL_STATUS 406 -#define K_SYSCALL_MSPI_SCRAMBLE_CONFIG 407 -#define K_SYSCALL_MSPI_TIMING_CONFIG 408 -#define K_SYSCALL_MSPI_TRANSCEIVE 409 -#define K_SYSCALL_MSPI_XIP_CONFIG 410 -#define K_SYSCALL_NET_ADDR_NTOP 411 -#define K_SYSCALL_NET_ADDR_PTON 412 -#define K_SYSCALL_NET_ETH_GET_PTP_CLOCK_BY_INDEX 413 -#define K_SYSCALL_NET_IF_GET_BY_INDEX 414 -#define K_SYSCALL_NET_IF_IPV4_ADDR_ADD_BY_INDEX 415 -#define K_SYSCALL_NET_IF_IPV4_ADDR_LOOKUP_BY_INDEX 416 -#define K_SYSCALL_NET_IF_IPV4_ADDR_RM_BY_INDEX 417 -#define K_SYSCALL_NET_IF_IPV4_SET_GW_BY_INDEX 418 -#define K_SYSCALL_NET_IF_IPV4_SET_NETMASK_BY_ADDR_BY_INDEX 419 -#define K_SYSCALL_NET_IF_IPV6_ADDR_ADD_BY_INDEX 420 -#define K_SYSCALL_NET_IF_IPV6_ADDR_LOOKUP_BY_INDEX 421 -#define K_SYSCALL_NET_IF_IPV6_ADDR_RM_BY_INDEX 422 -#define K_SYSCALL_NET_SOCKET_SERVICE_REGISTER 423 -#define K_SYSCALL_NRF_QSPI_NOR_XIP_ENABLE 424 -#define K_SYSCALL_OPAMP_SET_GAIN 425 -#define K_SYSCALL_OTP_PROGRAM 426 -#define K_SYSCALL_OTP_READ 427 -#define K_SYSCALL_PECI_CONFIG 428 -#define K_SYSCALL_PECI_DISABLE 429 -#define K_SYSCALL_PECI_ENABLE 430 -#define K_SYSCALL_PECI_TRANSFER 431 -#define K_SYSCALL_PS2_CONFIG 432 -#define K_SYSCALL_PS2_DISABLE_CALLBACK 433 -#define K_SYSCALL_PS2_ENABLE_CALLBACK 434 -#define K_SYSCALL_PS2_READ 435 -#define K_SYSCALL_PS2_WRITE 436 -#define K_SYSCALL_PSI5_REGISTER_CALLBACK 437 -#define K_SYSCALL_PSI5_SEND 438 -#define K_SYSCALL_PSI5_START_SYNC 439 -#define K_SYSCALL_PSI5_STOP_SYNC 440 -#define K_SYSCALL_PTP_CLOCK_GET 441 -#define K_SYSCALL_PWM_CAPTURE_CYCLES 442 -#define K_SYSCALL_PWM_DISABLE_CAPTURE 443 -#define K_SYSCALL_PWM_ENABLE_CAPTURE 444 -#define K_SYSCALL_PWM_GET_CYCLES_PER_SEC 445 -#define K_SYSCALL_PWM_SET_CYCLES 446 -#define K_SYSCALL_RENESAS_ELC_DISABLE 447 -#define K_SYSCALL_RENESAS_ELC_ENABLE 448 -#define K_SYSCALL_RENESAS_ELC_LINK_BREAK 449 -#define K_SYSCALL_RENESAS_ELC_LINK_SET 450 -#define K_SYSCALL_RENESAS_ELC_SOFTWARE_EVENT_GENERATE 451 -#define K_SYSCALL_RENESAS_RA_CTSU_GROUP_CONFIGURE 452 -#define K_SYSCALL_RENESAS_RX_CTSU_GROUP_CONFIGURE 453 -#define K_SYSCALL_RESET_LINE_ASSERT 454 -#define K_SYSCALL_RESET_LINE_DEASSERT 455 -#define K_SYSCALL_RESET_LINE_TOGGLE 456 -#define K_SYSCALL_RESET_STATUS 457 -#define K_SYSCALL_RETAINED_MEM_CLEAR 458 -#define K_SYSCALL_RETAINED_MEM_READ 459 -#define K_SYSCALL_RETAINED_MEM_SIZE 460 -#define K_SYSCALL_RETAINED_MEM_WRITE 461 -#define K_SYSCALL_RTC_ALARM_GET_SUPPORTED_FIELDS 462 -#define K_SYSCALL_RTC_ALARM_GET_TIME 463 -#define K_SYSCALL_RTC_ALARM_IS_PENDING 464 -#define K_SYSCALL_RTC_ALARM_SET_TIME 465 -#define K_SYSCALL_RTC_GET_CALIBRATION 466 -#define K_SYSCALL_RTC_GET_TIME 467 -#define K_SYSCALL_RTC_SET_CALIBRATION 468 -#define K_SYSCALL_RTC_SET_TIME 469 -#define K_SYSCALL_RTIO_CQE_COPY_OUT 470 -#define K_SYSCALL_RTIO_CQE_GET_MEMPOOL_BUFFER 471 -#define K_SYSCALL_RTIO_POOL_ACQUIRE 472 -#define K_SYSCALL_RTIO_POOL_RELEASE 473 -#define K_SYSCALL_RTIO_RELEASE_BUFFER 474 -#define K_SYSCALL_RTIO_SQE_CANCEL 475 -#define K_SYSCALL_RTIO_SQE_COPY_IN_GET_HANDLES 476 -#define K_SYSCALL_RTIO_SQE_SIGNAL 477 -#define K_SYSCALL_RTIO_SUBMIT 478 -#define K_SYSCALL_SDHC_CARD_BUSY 479 -#define K_SYSCALL_SDHC_CARD_PRESENT 480 -#define K_SYSCALL_SDHC_DISABLE_INTERRUPT 481 -#define K_SYSCALL_SDHC_ENABLE_INTERRUPT 482 -#define K_SYSCALL_SDHC_EXECUTE_TUNING 483 -#define K_SYSCALL_SDHC_GET_HOST_PROPS 484 -#define K_SYSCALL_SDHC_HW_RESET 485 -#define K_SYSCALL_SDHC_REQUEST 486 -#define K_SYSCALL_SDHC_SET_IO 487 -#define K_SYSCALL_SENSOR_ATTR_GET 488 -#define K_SYSCALL_SENSOR_ATTR_SET 489 -#define K_SYSCALL_SENSOR_CHANNEL_GET 490 -#define K_SYSCALL_SENSOR_GET_DECODER 491 -#define K_SYSCALL_SENSOR_RECONFIGURE_READ_IODEV 492 -#define K_SYSCALL_SENSOR_SAMPLE_FETCH 493 -#define K_SYSCALL_SENSOR_SAMPLE_FETCH_CHAN 494 -#define K_SYSCALL_SENT_REGISTER_CALLBACK 495 -#define K_SYSCALL_SENT_START_LISTENING 496 -#define K_SYSCALL_SENT_STOP_LISTENING 497 -#define K_SYSCALL_SIP_SUPERVISORY_CALL 498 -#define K_SYSCALL_SIP_SVC_PLAT_ASYNC_RES_REQ 499 -#define K_SYSCALL_SIP_SVC_PLAT_ASYNC_RES_RES 500 -#define K_SYSCALL_SIP_SVC_PLAT_FORMAT_TRANS_ID 501 -#define K_SYSCALL_SIP_SVC_PLAT_FREE_ASYNC_MEMORY 502 -#define K_SYSCALL_SIP_SVC_PLAT_FUNC_ID_VALID 503 -#define K_SYSCALL_SIP_SVC_PLAT_GET_ERROR_CODE 504 -#define K_SYSCALL_SIP_SVC_PLAT_GET_TRANS_IDX 505 -#define K_SYSCALL_SIP_SVC_PLAT_UPDATE_TRANS_ID 506 -#define K_SYSCALL_SMBUS_BLOCK_PCALL 507 -#define K_SYSCALL_SMBUS_BLOCK_READ 508 -#define K_SYSCALL_SMBUS_BLOCK_WRITE 509 -#define K_SYSCALL_SMBUS_BYTE_DATA_READ 510 -#define K_SYSCALL_SMBUS_BYTE_DATA_WRITE 511 -#define K_SYSCALL_SMBUS_BYTE_READ 512 -#define K_SYSCALL_SMBUS_BYTE_WRITE 513 -#define K_SYSCALL_SMBUS_CONFIGURE 514 -#define K_SYSCALL_SMBUS_GET_CONFIG 515 -#define K_SYSCALL_SMBUS_HOST_NOTIFY_REMOVE_CB 516 -#define K_SYSCALL_SMBUS_PCALL 517 -#define K_SYSCALL_SMBUS_QUICK 518 -#define K_SYSCALL_SMBUS_SMBALERT_REMOVE_CB 519 -#define K_SYSCALL_SMBUS_WORD_DATA_READ 520 -#define K_SYSCALL_SMBUS_WORD_DATA_WRITE 521 -#define K_SYSCALL_SPI_RELEASE 522 -#define K_SYSCALL_SPI_TRANSCEIVE 523 -#define K_SYSCALL_STEPPER_CTRL_CONFIGURE_RAMP 524 -#define K_SYSCALL_STEPPER_CTRL_GET_ACTUAL_POSITION 525 -#define K_SYSCALL_STEPPER_CTRL_IS_MOVING 526 -#define K_SYSCALL_STEPPER_CTRL_MOVE_BY 527 -#define K_SYSCALL_STEPPER_CTRL_MOVE_TO 528 -#define K_SYSCALL_STEPPER_CTRL_RUN 529 -#define K_SYSCALL_STEPPER_CTRL_SET_EVENT_CB 530 -#define K_SYSCALL_STEPPER_CTRL_SET_MICROSTEP_INTERVAL 531 -#define K_SYSCALL_STEPPER_CTRL_SET_REFERENCE_POSITION 532 -#define K_SYSCALL_STEPPER_CTRL_STOP 533 -#define K_SYSCALL_STEPPER_DISABLE 534 -#define K_SYSCALL_STEPPER_ENABLE 535 -#define K_SYSCALL_STEPPER_GET_MICRO_STEP_RES 536 -#define K_SYSCALL_STEPPER_SET_EVENT_CB 537 -#define K_SYSCALL_STEPPER_SET_MICRO_STEP_RES 538 -#define K_SYSCALL_SWDP_CONFIGURE 539 -#define K_SYSCALL_SWDP_GET_PINS 540 -#define K_SYSCALL_SWDP_INPUT_SEQUENCE 541 -#define K_SYSCALL_SWDP_OUTPUT_SEQUENCE 542 -#define K_SYSCALL_SWDP_PORT_OFF 543 -#define K_SYSCALL_SWDP_PORT_ON 544 -#define K_SYSCALL_SWDP_SET_CLOCK 545 -#define K_SYSCALL_SWDP_SET_PINS 546 -#define K_SYSCALL_SWDP_TRANSFER 547 -#define K_SYSCALL_SYSCON_GET_BASE 548 -#define K_SYSCALL_SYSCON_GET_SIZE 549 -#define K_SYSCALL_SYSCON_READ_REG 550 -#define K_SYSCALL_SYSCON_UPDATE_BITS 551 -#define K_SYSCALL_SYSCON_WRITE_REG 552 -#define K_SYSCALL_SYS_CACHE_DATA_FLUSH_AND_INVD_RANGE 553 -#define K_SYSCALL_SYS_CACHE_DATA_FLUSH_RANGE 554 -#define K_SYSCALL_SYS_CACHE_DATA_INVD_RANGE 555 -#define K_SYSCALL_SYS_CSRAND_GET 556 -#define K_SYSCALL_SYS_RAND_GET 557 -#define K_SYSCALL_TEE_CANCEL 558 -#define K_SYSCALL_TEE_CLOSE_SESSION 559 -#define K_SYSCALL_TEE_GET_VERSION 560 -#define K_SYSCALL_TEE_INVOKE_FUNC 561 -#define K_SYSCALL_TEE_OPEN_SESSION 562 -#define K_SYSCALL_TEE_SHM_ALLOC 563 -#define K_SYSCALL_TEE_SHM_FREE 564 -#define K_SYSCALL_TEE_SHM_REGISTER 565 -#define K_SYSCALL_TEE_SHM_UNREGISTER 566 -#define K_SYSCALL_TEE_SUPPL_RECV 567 -#define K_SYSCALL_TEE_SUPPL_SEND 568 -#define K_SYSCALL_TGPIO_PIN_CONFIG_EXT_TIMESTAMP 569 -#define K_SYSCALL_TGPIO_PIN_DISABLE 570 -#define K_SYSCALL_TGPIO_PIN_PERIODIC_OUTPUT 571 -#define K_SYSCALL_TGPIO_PIN_READ_TS_EC 572 -#define K_SYSCALL_TGPIO_PORT_GET_CYCLES_PER_SECOND 573 -#define K_SYSCALL_TGPIO_PORT_GET_TIME 574 -#define K_SYSCALL_UART_CONFIGURE 575 -#define K_SYSCALL_UART_CONFIG_GET 576 -#define K_SYSCALL_UART_DRV_CMD 577 -#define K_SYSCALL_UART_ERR_CHECK 578 -#define K_SYSCALL_UART_IRQ_ERR_DISABLE 579 -#define K_SYSCALL_UART_IRQ_ERR_ENABLE 580 -#define K_SYSCALL_UART_IRQ_IS_PENDING 581 -#define K_SYSCALL_UART_IRQ_RX_DISABLE 582 -#define K_SYSCALL_UART_IRQ_RX_ENABLE 583 -#define K_SYSCALL_UART_IRQ_TX_DISABLE 584 -#define K_SYSCALL_UART_IRQ_TX_ENABLE 585 -#define K_SYSCALL_UART_IRQ_UPDATE 586 -#define K_SYSCALL_UART_LINE_CTRL_GET 587 -#define K_SYSCALL_UART_LINE_CTRL_SET 588 -#define K_SYSCALL_UART_POLL_IN 589 -#define K_SYSCALL_UART_POLL_IN_U16 590 -#define K_SYSCALL_UART_POLL_OUT 591 -#define K_SYSCALL_UART_POLL_OUT_U16 592 -#define K_SYSCALL_UART_RX_DISABLE 593 -#define K_SYSCALL_UART_RX_ENABLE 594 -#define K_SYSCALL_UART_RX_ENABLE_U16 595 -#define K_SYSCALL_UART_TX 596 -#define K_SYSCALL_UART_TX_ABORT 597 -#define K_SYSCALL_UART_TX_U16 598 -#define K_SYSCALL_UPDATEHUB_AUTOHANDLER 599 -#define K_SYSCALL_UPDATEHUB_CONFIRM 600 -#define K_SYSCALL_UPDATEHUB_PROBE 601 -#define K_SYSCALL_UPDATEHUB_REBOOT 602 -#define K_SYSCALL_UPDATEHUB_REPORT_ERROR 603 -#define K_SYSCALL_UPDATEHUB_UPDATE 604 -#define K_SYSCALL_USER_FAULT 605 -#define K_SYSCALL_W1_CHANGE_BUS_LOCK 606 -#define K_SYSCALL_W1_CONFIGURE 607 -#define K_SYSCALL_W1_GET_SLAVE_COUNT 608 -#define K_SYSCALL_W1_READ_BIT 609 -#define K_SYSCALL_W1_READ_BLOCK 610 -#define K_SYSCALL_W1_READ_BYTE 611 -#define K_SYSCALL_W1_RESET_BUS 612 -#define K_SYSCALL_W1_SEARCH_BUS 613 -#define K_SYSCALL_W1_WRITE_BIT 614 -#define K_SYSCALL_W1_WRITE_BLOCK 615 -#define K_SYSCALL_W1_WRITE_BYTE 616 -#define K_SYSCALL_WDT_DISABLE 617 -#define K_SYSCALL_WDT_FEED 618 -#define K_SYSCALL_WDT_SETUP 619 -#define K_SYSCALL_XTENSA_USER_FAULT 620 -#define K_SYSCALL_ZSOCK_ACCEPT 621 -#define K_SYSCALL_ZSOCK_BIND 622 -#define K_SYSCALL_ZSOCK_CLOSE 623 -#define K_SYSCALL_ZSOCK_CONNECT 624 -#define K_SYSCALL_ZSOCK_FCNTL_IMPL 625 -#define K_SYSCALL_ZSOCK_GETHOSTNAME 626 -#define K_SYSCALL_ZSOCK_GETPEERNAME 627 -#define K_SYSCALL_ZSOCK_GETSOCKNAME 628 -#define K_SYSCALL_ZSOCK_GETSOCKOPT 629 -#define K_SYSCALL_ZSOCK_GET_CONTEXT_OBJECT 630 -#define K_SYSCALL_ZSOCK_INET_PTON 631 -#define K_SYSCALL_ZSOCK_IOCTL_IMPL 632 -#define K_SYSCALL_ZSOCK_LISTEN 633 -#define K_SYSCALL_ZSOCK_RECVFROM 634 -#define K_SYSCALL_ZSOCK_RECVMSG 635 -#define K_SYSCALL_ZSOCK_SENDMSG 636 -#define K_SYSCALL_ZSOCK_SENDTO 637 -#define K_SYSCALL_ZSOCK_SETSOCKOPT 638 -#define K_SYSCALL_ZSOCK_SHUTDOWN 639 -#define K_SYSCALL_ZSOCK_SOCKET 640 -#define K_SYSCALL_ZSOCK_SOCKETPAIR 641 -#define K_SYSCALL_ZVFS_POLL 642 -#define K_SYSCALL_ZVFS_SELECT 643 -#define K_SYSCALL_Z_ERRNO 644 -#define K_SYSCALL_Z_ZSOCK_GETADDRINFO_INTERNAL 645 - - -#ifndef _ASMLANGUAGE - -#include -#include - -#endif /* _ASMLANGUAGE */ - -#endif /* ZEPHYR_SYSCALL_LIST_H */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/app_version.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/app_version.h deleted file mode 100644 index 2e9cb5f..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/app_version.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef _APP_VERSION_H_ -#define _APP_VERSION_H_ - -/* The template values come from cmake/modules/version.cmake - * BUILD_VERSION related template values will be 'git describe', - * alternatively user defined BUILD_VERSION. - */ - -/* #undef ZEPHYR_VERSION_CODE */ -/* #undef ZEPHYR_VERSION */ - -#define APPVERSION 0x2040000 -#define APP_VERSION_NUMBER 0x20400 -#define APP_VERSION_MAJOR 2 -#define APP_VERSION_MINOR 4 -#define APP_PATCHLEVEL 0 -#define APP_TWEAK 0 -#define APP_EXTRAVERSION -#define APP_VERSION_STRING "2.4.0" -#define APP_VERSION_EXTENDED_STRING "2.4.0+0" -#define APP_VERSION_TWEAK_STRING "2.4.0+0" - -#define APP_BUILD_VERSION v2.4.0-41-ge36d3c8d6ca5 - - -#endif /* _APP_VERSION_H_ */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h deleted file mode 100644 index c718a0c..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h +++ /dev/null @@ -1,432 +0,0 @@ -#define CONFIG_MCUBOOT 1 -#define CONFIG_BOOT_USE_TINYCRYPT 1 -#define CONFIG_BOOT_SOMETHING_USES_SHA256 1 -#define CONFIG_BOOT_IMG_HASH_ALG_SHA256_ALLOW 1 -#define CONFIG_BOOT_IMG_HASH_ALG_SHA256 1 -#define CONFIG_BOOT_SIGNATURE_TYPE_NONE 1 -#define CONFIG_MCUBOOT_CLEANUP_ARM_CORE 1 -#define CONFIG_MBEDTLS_CONFIG_FILE "mcuboot-mbedtls-cfg.h" -#define CONFIG_BOOT_VALIDATE_SLOT0 1 -#define CONFIG_BOOT_PREFER_SWAP_OFFSET 1 -#define CONFIG_BOOT_SWAP_USING_MOVE 1 -#define CONFIG_BOOT_MAX_IMG_SECTORS_AUTO 1 -#define CONFIG_BOOT_SHARE_BACKEND_DISABLED 1 -#define CONFIG_BOOT_FIH_PROFILE_OFF 1 -#define CONFIG_MCUBOOT_LOG_LEVEL_INF 1 -#define CONFIG_MCUBOOT_LOG_LEVEL 3 -#define CONFIG_MCUBOOT_LOG_THREAD_STACK_SIZE 768 -#define CONFIG_BOOT_USB_DFU_NO 1 -#define CONFIG_UPDATEABLE_IMAGE_NUMBER 1 -#define CONFIG_MCUBOOT_BOOT_BANNER 1 -#define CONFIG_BOOT_BANNER_STRING "Using Zephyr OS build" -#define CONFIG_MCUBOOT_USE_TLV_ALLOW_LIST 1 -#define CONFIG_MCUBOOT_STORAGE_WITH_ERASE 1 -#define CONFIG_MCUBOOT_DEVICE_SETTINGS 1 -#define CONFIG_MULTITHREADING 1 -#define CONFIG_USB_DEVICE_PRODUCT "MCUBOOT" -#define CONFIG_MCUBOOT_BOOTUTIL_LIB_OWN_LOG 1 -#define CONFIG_DT_HAS_ARDUINO_HEADER_R3_ENABLED 1 -#define CONFIG_DT_HAS_ARM_ARMV7M_SYSTICK_ENABLED 1 -#define CONFIG_DT_HAS_ARM_CORTEX_M4F_ENABLED 1 -#define CONFIG_DT_HAS_ARM_V7M_NVIC_ENABLED 1 -#define CONFIG_DT_HAS_FIXED_CLOCK_ENABLED 1 -#define CONFIG_DT_HAS_FIXED_LAYOUT_ENABLED 1 -#define CONFIG_DT_HAS_GPIO_KEYS_ENABLED 1 -#define CONFIG_DT_HAS_GPIO_LEDS_ENABLED 1 -#define CONFIG_DT_HAS_MMIO_SRAM_ENABLED 1 -#define CONFIG_DT_HAS_PWM_LEDS_ENABLED 1 -#define CONFIG_DT_HAS_SOC_NV_FLASH_ENABLED 1 -#define CONFIG_DT_HAS_ST_STM32_DAC_ENABLED 1 -#define CONFIG_DT_HAS_ST_STM32_EXTI_ENABLED 1 -#define CONFIG_DT_HAS_ST_STM32_FLASH_CONTROLLER_ENABLED 1 -#define CONFIG_DT_HAS_ST_STM32_GPIO_ENABLED 1 -#define CONFIG_DT_HAS_ST_STM32_HSE_CLOCK_ENABLED 1 -#define CONFIG_DT_HAS_ST_STM32_I2C_V2_ENABLED 1 -#define CONFIG_DT_HAS_ST_STM32_LPTIM_ENABLED 1 -#define CONFIG_DT_HAS_ST_STM32_LPUART_ENABLED 1 -#define CONFIG_DT_HAS_ST_STM32_LSE_CLOCK_ENABLED 1 -#define CONFIG_DT_HAS_ST_STM32_NV_FLASH_ENABLED 1 -#define CONFIG_DT_HAS_ST_STM32_NVM_OTP_ENABLED 1 -#define CONFIG_DT_HAS_ST_STM32_PINCTRL_ENABLED 1 -#define CONFIG_DT_HAS_ST_STM32_PWM_ENABLED 1 -#define CONFIG_DT_HAS_ST_STM32_RCC_ENABLED 1 -#define CONFIG_DT_HAS_ST_STM32_RCC_RCTL_ENABLED 1 -#define CONFIG_DT_HAS_ST_STM32_RNG_ENABLED 1 -#define CONFIG_DT_HAS_ST_STM32_RTC_ENABLED 1 -#define CONFIG_DT_HAS_ST_STM32_SPI_ENABLED 1 -#define CONFIG_DT_HAS_ST_STM32_SPI_FIFO_ENABLED 1 -#define CONFIG_DT_HAS_ST_STM32_TIMERS_ENABLED 1 -#define CONFIG_DT_HAS_ST_STM32_UART_ENABLED 1 -#define CONFIG_DT_HAS_ST_STM32_USART_ENABLED 1 -#define CONFIG_DT_HAS_ST_STM32_WATCHDOG_ENABLED 1 -#define CONFIG_DT_HAS_ST_STM32G4_FLASH_CONTROLLER_ENABLED 1 -#define CONFIG_DT_HAS_ST_STM32G4_PLL_CLOCK_ENABLED 1 -#define CONFIG_DT_HAS_ST_MORPHO_HEADER_ENABLED 1 -#define CONFIG_DT_HAS_USB_NOP_XCEIV_ENABLED 1 -#define CONFIG_DT_HAS_ZEPHYR_MAPPED_PARTITION_ENABLED 1 -#define CONFIG_DT_HAS_ZEPHYR_MEMORY_REGION_ENABLED 1 -#define CONFIG_DT_HAS_ZEPHYR_POWER_STATE_ENABLED 1 -#define CONFIG_MAIN_STACK_SIZE 10240 -#define CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE 1024 -#define CONFIG_NUM_IRQS 92 -#define CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC 170000000 -#define CONFIG_FLASH_SIZE 128 -#define CONFIG_FLASH_BASE_ADDRESS 0x8000000 -#define CONFIG_MP_MAX_NUM_CPUS 1 -#define CONFIG_DCACHE_LINE_SIZE 32 -#define CONFIG_ICACHE_LINE_SIZE 32 -#define CONFIG_IDLE_STACK_SIZE 320 -#define CONFIG_ISR_STACK_SIZE 2048 -#define CONFIG_CLOCK_CONTROL 1 -#define CONFIG_SYS_CLOCK_TICKS_PER_SEC 10000 -#define CONFIG_BUILD_OUTPUT_BIN 1 -#define CONFIG_ROM_START_OFFSET 0x0 -#define CONFIG_KERNEL_ENTRY "__start" -#define CONFIG_XIP 1 -#define CONFIG_HAS_FLASH_LOAD_OFFSET 1 -#define CONFIG_CPU_HAS_ARM_MPU 1 -#define CONFIG_STM32_FLASH_PREFETCH 1 -#define CONFIG_TICKLESS_KERNEL 1 -#define CONFIG_CORTEX_M_SYSTICK 1 -#define CONFIG_CLOCK_CONTROL_INIT_PRIORITY 1 -#define CONFIG_USE_DT_CODE_PARTITION 1 -#define CONFIG_STM32_BACKUP_PROTECTION 1 -#define CONFIG_NUM_METAIRQ_PRIORITIES 0 -#define CONFIG_NUM_PREEMPT_PRIORITIES 15 -#define CONFIG_BUILD_OUTPUT_HEX 1 -#define CONFIG_GEN_IRQ_VECTOR_TABLE 1 -#define CONFIG_GEN_ISR_TABLES 1 -#define CONFIG_TIMESLICE_SIZE 20 -#define CONFIG_SYS_CLOCK_EXISTS 1 -#define CONFIG_FLASH_FILL_BUFFER_SIZE 32 -#define CONFIG_FLASH 1 -#define CONFIG_HW_STACK_PROTECTION 1 -#define CONFIG_LOG 1 -#define CONFIG_ARCH_SW_ISR_TABLE_ALIGN 4 -#define CONFIG_LOG_DOMAIN_NAME "" -#define CONFIG_SOC_EARLY_INIT_HOOK 1 -#define CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE 0 -#define CONFIG_GEN_SW_ISR_TABLE 1 -#define CONFIG_FLASH_INIT_PRIORITY 50 -#define CONFIG_GEN_IRQ_START_VECTOR 0 -#define CONFIG_SRAM_OFFSET 0x0 -#define CONFIG_ARCH_IRQ_VECTOR_TABLE_ALIGN 4 -#define CONFIG_ISR_TABLES_LOCAL_DECLARATION_SUPPORTED 1 -#define CONFIG_KERNEL_MEM_POOL 1 -#define CONFIG_LINKER_USE_RELAX 1 -#define CONFIG_ZEPHYR_ACPICA_MODULE 1 -#define CONFIG_ZEPHYR_CMSIS_MODULE 1 -#define CONFIG_HAS_CMSIS_CORE 1 -#define CONFIG_ZEPHYR_CMSIS_DSP_MODULE 1 -#define CONFIG_ZEPHYR_CMSIS_NN_MODULE 1 -#define CONFIG_ZEPHYR_CMSIS_6_MODULE 1 -#define CONFIG_HAS_CMSIS_CORE_M 1 -#define CONFIG_ZEPHYR_DHARA_MODULE 1 -#define CONFIG_ZEPHYR_FATFS_MODULE 1 -#define CONFIG_ZEPHYR_ADI_MODULE 1 -#define CONFIG_ZEPHYR_HAL_AFBR_MODULE 1 -#define CONFIG_ZEPHYR_HAL_AMBIQ_MODULE 1 -#define CONFIG_ZEPHYR_ATMEL_MODULE 1 -#define CONFIG_ZEPHYR_HAL_BOUFFALOLAB_MODULE 1 -#define CONFIG_ZEPHYR_HAL_ESPRESSIF_MODULE 1 -#define CONFIG_ZEPHYR_HAL_ETHOS_U_MODULE 1 -#define CONFIG_ZEPHYR_HAL_GIGADEVICE_MODULE 1 -#define CONFIG_ZEPHYR_HAL_INFINEON_MODULE 1 -#define CONFIG_ZEPHYR_HAL_INTEL_MODULE 1 -#define CONFIG_ZEPHYR_MICROCHIP_MODULE 1 -#define CONFIG_ZEPHYR_HAL_NORDIC_MODULE 1 -#define CONFIG_ZEPHYR_NUVOTON_MODULE 1 -#define CONFIG_ZEPHYR_HAL_NXP_MODULE 1 -#define CONFIG_ZEPHYR_OPENISA_MODULE 1 -#define CONFIG_ZEPHYR_QUICKLOGIC_MODULE 1 -#define CONFIG_ZEPHYR_HAL_REALTEK_MODULE 1 -#define CONFIG_REALTEK_BEE_NVIC 1 -#define CONFIG_REALTEK_BEE_COMMON_DRIVER 1 -#define CONFIG_WRAP_REALTEK_BEE_NVIC 1 -#define CONFIG_ZEPHYR_HAL_RENESAS_MODULE 1 -#define CONFIG_ZEPHYR_HAL_RPI_PICO_MODULE 1 -#define CONFIG_ZEPHYR_HAL_SIFLI_MODULE 1 -#define CONFIG_ZEPHYR_HAL_SILABS_MODULE 1 -#define CONFIG_ZEPHYR_HAL_ST_MODULE 1 -#define CONFIG_ZEPHYR_HAL_STM32_MODULE 1 -#define CONFIG_ZEPHYR_HAL_TDK_MODULE 1 -#define CONFIG_ZEPHYR_HAL_TELINK_MODULE 1 -#define CONFIG_ZEPHYR_TI_MODULE 1 -#define CONFIG_ZEPHYR_HAL_WCH_MODULE 1 -#define CONFIG_ZEPHYR_HAL_WURTHELEKTRONIK_MODULE 1 -#define CONFIG_ZEPHYR_XTENSA_MODULE 1 -#define CONFIG_ZEPHYR_HOSTAP_MODULE 1 -#define CONFIG_ZEPHYR_LIBLC3_MODULE 1 -#define CONFIG_ZEPHYR_LIBMCTP_MODULE 1 -#define CONFIG_ZEPHYR_LIBMETAL_MODULE 1 -#define CONFIG_ZEPHYR_LIBSBC_MODULE 1 -#define CONFIG_ZEPHYR_LITTLEFS_MODULE 1 -#define CONFIG_ZEPHYR_LORA_BASICS_MODEM_MODULE 1 -#define CONFIG_ZEPHYR_LORAMAC_NODE_MODULE 1 -#define CONFIG_ZEPHYR_LVGL_MODULE 1 -#define CONFIG_ZEPHYR_MBEDTLS_MODULE 1 -#define CONFIG_MBEDTLS_PROMPTLESS 1 -#define CONFIG_MBEDTLS_VERSION_4_x 1 -#define CONFIG_ZEPHYR_MBEDTLS_3_6_MODULE 1 -#define CONFIG_ZEPHYR_MCUBOOT_MODULE 1 -#define CONFIG_ZEPHYR_MIPI_SYS_T_MODULE 1 -#define CONFIG_ZEPHYR_MLDSA_NATIVE_MODULE 1 -#define CONFIG_ZEPHYR_NANOPB_MODULE 1 -#define CONFIG_ZEPHYR_NRF_WIFI_MODULE 1 -#define CONFIG_ZEPHYR_OPEN_AMP_MODULE 1 -#define CONFIG_ZEPHYR_OPENTHREAD_MODULE 1 -#define CONFIG_ZEPHYR_PERCEPIO_MODULE 1 -#define CONFIG_ZEPHYR_PICOLIBC_MODULE 1 -#define CONFIG_ZEPHYR_PSA_ARCH_TESTS_MODULE 1 -#define CONFIG_ZEPHYR_SEGGER_MODULE 1 -#define CONFIG_HAS_SEGGER_RTT 1 -#define CONFIG_ZEPHYR_TF_M_TESTS_MODULE 1 -#define CONFIG_ZEPHYR_TF_PSA_CRYPTO_MODULE 1 -#define CONFIG_ZEPHYR_TRUSTED_FIRMWARE_A_MODULE 1 -#define CONFIG_ZEPHYR_TRUSTED_FIRMWARE_M_MODULE 1 -#define CONFIG_ZEPHYR_UOSCORE_UEDHOC_MODULE 1 -#define CONFIG_ZEPHYR_ZCBOR_MODULE 1 -#define CONFIG_ZEPHYR_NRF_HW_MODELS_MODULE 1 -#define CONFIG_HAS_STM32CUBE 1 -#define CONFIG_USE_STM32_LL_UTILS 1 -#define CONFIG_MCUBOOT_BOOTUTIL_LIB 1 -#define CONFIG_MCUBOOT_UTIL_LOG_LEVEL_DEFAULT 1 -#define CONFIG_MCUBOOT_UTIL_LOG_LEVEL 0 -#define CONFIG_MCUBOOT_BOOT_MAX_ALIGN 8 -#define CONFIG_BOARD "nucleo_g431rb" -#define CONFIG_BOARD_REVISION "" -#define CONFIG_BOARD_TARGET "nucleo_g431rb/stm32g431xx" -#define CONFIG_BOARD_NUCLEO_G431RB 1 -#define CONFIG_BOARD_NUCLEO_G431RB_STM32G431XX 1 -#define CONFIG_BOARD_QUALIFIERS "stm32g431xx" -#define CONFIG_SOC "stm32g431xx" -#define CONFIG_SOC_SERIES "stm32g4x" -#define CONFIG_SOC_FAMILY "stm32" -#define CONFIG_SOC_FAMILY_STM32 1 -#define CONFIG_SOC_SERIES_STM32G4X 1 -#define CONFIG_SOC_STM32G431XX 1 -#define CONFIG_SWJ_ANALOG_PRIORITY 49 -#define CONFIG_STM32_IOCELL_PRIORITY 50 -#define CONFIG_HAS_STM32_FLASH_PREFETCH 1 -#define CONFIG_SOC_LOG_LEVEL_DEFAULT 1 -#define CONFIG_SOC_LOG_LEVEL 0 -#define CONFIG_ARCH "arm" -#define CONFIG_ARCH_HAS_SINGLE_THREAD_SUPPORT 1 -#define CONFIG_CPU_CORTEX 1 -#define CONFIG_ARM_MPU_REGION_MIN_ALIGN_AND_SIZE 32 -#define CONFIG_MPU_ALLOW_FLASH_WRITE 1 -#define CONFIG_CPU_CORTEX_M 1 -#define CONFIG_ISA_THUMB2 1 -#define CONFIG_ASSEMBLER_ISA_THUMB2 1 -#define CONFIG_COMPILER_ISA_THUMB2 1 -#define CONFIG_STACK_ALIGN_DOUBLE_WORD 1 -#define CONFIG_FAULT_DUMP 2 -#define CONFIG_ARM_STACK_PROTECTION 1 -#define CONFIG_FP16 1 -#define CONFIG_FP16_IEEE 1 -#define CONFIG_CPU_CORTEX_M4 1 -#define CONFIG_CPU_CORTEX_M_HAS_SYSTICK 1 -#define CONFIG_CPU_CORTEX_M_HAS_DWT 1 -#define CONFIG_CPU_CORTEX_M_HAS_BASEPRI 1 -#define CONFIG_CPU_CORTEX_M_HAS_VTOR 1 -#define CONFIG_CPU_CORTEX_M_HAS_PROGRAMMABLE_FAULT_PRIOS 1 -#define CONFIG_ARMV7_M_ARMV8_M_MAINLINE 1 -#define CONFIG_ARMV7_M_ARMV8_M_FP 1 -#define CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE 1 -#define CONFIG_MPU_STACK_GUARD 1 -#define CONFIG_CUSTOM_SECTION_MIN_ALIGN_SIZE 32 -#define CONFIG_HAS_SWO 1 -#define CONFIG_ARCH_HAS_LLEXT_VENEERS 1 -#define CONFIG_ARM 1 -#define CONFIG_ARCH_IS_SET 1 -#define CONFIG_ARCH_SUPPORTS_ROM_OFFSET 1 -#define CONFIG_ARM_MPU 1 -#define CONFIG_ARCH_LOG_LEVEL_DEFAULT 1 -#define CONFIG_ARCH_LOG_LEVEL 0 -#define CONFIG_LITTLE_ENDIAN 1 -#define CONFIG_SRAM_SIZE 32 -#define CONFIG_SRAM_BASE_ADDRESS 0x20000000 -#define CONFIG_GEN_PRIV_STACKS 1 -#define CONFIG_ARCH_DEVICE_STATE_ALIGN 4 -#define CONFIG_IRQ_VECTOR_TABLE_JUMP_BY_ADDRESS 1 -#define CONFIG_GEN_SW_ISR_TABLE_ARRAY 1 -#define CONFIG_EXCEPTION_DEBUG 1 -#define CONFIG_ARCH_MEM_DOMAIN_SUPPORTS_ISOLATED_STACKS 1 -#define CONFIG_ARCH_HAS_TIMING_FUNCTIONS 1 -#define CONFIG_ARCH_HAS_STACK_PROTECTION 1 -#define CONFIG_ARCH_HAS_USERSPACE 1 -#define CONFIG_ARCH_HAS_EXECUTABLE_PAGE_BIT 1 -#define CONFIG_ARCH_HAS_RAMFUNC_SUPPORT 1 -#define CONFIG_ARCH_HAS_VECTOR_TABLE_RELOCATION 1 -#define CONFIG_ARCH_HAS_NESTED_EXCEPTION_DETECTION 1 -#define CONFIG_ARCH_SUPPORTS_COREDUMP 1 -#define CONFIG_ARCH_SUPPORTS_COREDUMP_THREADS 1 -#define CONFIG_ARCH_SUPPORTS_COREDUMP_STACK_PTR 1 -#define CONFIG_ARCH_SUPPORTS_ARCH_HW_INIT 1 -#define CONFIG_ARCH_SUPPORTS_ROM_START 1 -#define CONFIG_ARCH_HAS_EXTRA_EXCEPTION_INFO 1 -#define CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE 1 -#define CONFIG_ARCH_HAS_SUSPEND_TO_RAM 1 -#define CONFIG_ARCH_HAS_THREAD_ABORT 1 -#define CONFIG_ARCH_HAS_CODE_DATA_RELOCATION 1 -#define CONFIG_CPU_HAS_FPU 1 -#define CONFIG_CPU_HAS_MPU 1 -#define CONFIG_MPU 1 -#define CONFIG_MPU_LOG_LEVEL_DEFAULT 1 -#define CONFIG_MPU_LOG_LEVEL 0 -#define CONFIG_MPU_REQUIRES_POWER_OF_TWO_ALIGNMENT 1 -#define CONFIG_SRAM_REGION_PERMISSIONS 1 -#define CONFIG_TOOLCHAIN_HAS_BUILTIN_FFS 1 -#define CONFIG_ARCH_HAS_CUSTOM_SWAP_TO_MAIN 1 -#define CONFIG_KERNEL_LOG_LEVEL_DEFAULT 1 -#define CONFIG_KERNEL_LOG_LEVEL 0 -#define CONFIG_NUM_COOP_PRIORITIES 16 -#define CONFIG_MAIN_THREAD_PRIORITY 0 -#define CONFIG_COOP_ENABLED 1 -#define CONFIG_PREEMPT_ENABLED 1 -#define CONFIG_PRIORITY_CEILING -128 -#define CONFIG_THREAD_STACK_INFO 1 -#define CONFIG_SCHED_SIMPLE 1 -#define CONFIG_WAITQ_SIMPLE 1 -#define CONFIG_CURRENT_THREAD_USE_TLS 1 -#define CONFIG_SYSTEM_WORKQUEUE_PRIORITY -1 -#define CONFIG_SYSTEM_WORKQUEUE_WORK_TIMEOUT_MS 0 -#define CONFIG_BARRIER_OPERATIONS_ARCH 1 -#define CONFIG_TIMESLICING 1 -#define CONFIG_TIMESLICE_PRIORITY 0 -#define CONFIG_NUM_MBOX_ASYNC_MSGS 10 -#define CONFIG_HEAP_MEM_POOL_SIZE 0 -#define CONFIG_SWAP_NONATOMIC 1 -#define CONFIG_TIMEOUT_64BIT 1 -#define CONFIG_SYS_CLOCK_MAX_TIMEOUT_DAYS 365 -#define CONFIG_USE_SWITCH_SUPPORTED 1 -#define CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE 1 -#define CONFIG_THREAD_LOCAL_STORAGE 1 -#define CONFIG_TOOLCHAIN_SUPPORTS_STATIC_INIT_GNU 1 -#define CONFIG_KERNEL_INIT_PRIORITY_OBJECTS 30 -#define CONFIG_KERNEL_INIT_PRIORITY_LIBC 35 -#define CONFIG_KERNEL_INIT_PRIORITY_DEFAULT 40 -#define CONFIG_KERNEL_INIT_PRIORITY_DEVICE 50 -#define CONFIG_APPLICATION_INIT_PRIORITY 90 -#define CONFIG_CLOCK_CONTROL_LOG_LEVEL_DEFAULT 1 -#define CONFIG_CLOCK_CONTROL_LOG_LEVEL 0 -#define CONFIG_CLOCK_CONTROL_STM32_CUBE 1 -#define CONFIG_CLOCK_STM32_HSE_CLOCK 24000000 -#define CONFIG_CLOCK_CONTROL_TISCI_PRIORITY 40 -#define CONFIG_FLASH_HAS_DRIVER_ENABLED 1 -#define CONFIG_FLASH_HAS_EXPLICIT_ERASE 1 -#define CONFIG_FLASH_HAS_PAGE_LAYOUT 1 -#define CONFIG_FLASH_PAGE_LAYOUT 1 -#define CONFIG_SOC_FLASH_STM32 1 -#define CONFIG_FLASH_LOG_LEVEL_DEFAULT 1 -#define CONFIG_FLASH_LOG_LEVEL 0 -#define CONFIG_INTC_INIT_PRIORITY 40 -#define CONFIG_INTC_LOG_LEVEL_DEFAULT 1 -#define CONFIG_INTC_LOG_LEVEL 0 -#define CONFIG_EXTI_STM32 1 -#define CONFIG_GPIO_INTC_STM32 1 -#define CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER 1 -#define CONFIG_SYSTEM_CLOCK_INIT_PRIORITY 0 -#define CONFIG_TICKLESS_CAPABLE 1 -#define CONFIG_SYSTEM_TIMER_HAS_DISABLE_SUPPORT 1 -#define CONFIG_CORTEX_M_SYSTICK_INSTALL_ISR 1 -#define CONFIG_CORTEX_M_SYSTICK_64BIT_CYCLE_COUNTER 1 -#define CONFIG_SYSTEM_TIMER_HAS_LPM_COMPANION_SUPPORT 1 -#define CONFIG_SYSTEM_TIMER_LPM_COMPANION_NONE 1 -#define CONFIG_STM32_USB_COMMON_LOG_LEVEL_DEFAULT 1 -#define CONFIG_STM32_USB_COMMON_LOG_LEVEL 0 -#define CONFIG_FULL_LIBC_SUPPORTED 1 -#define CONFIG_MINIMAL_LIBC_SUPPORTED 1 -#define CONFIG_PICOLIBC_SUPPORTED 1 -#define CONFIG_PICOLIBC 1 -#define CONFIG_COMMON_LIBC_ABORT 1 -#define CONFIG_COMMON_LIBC_TIME 1 -#define CONFIG_COMMON_LIBC_MALLOC 1 -#define CONFIG_COMMON_LIBC_CALLOC 1 -#define CONFIG_COMMON_LIBC_REALLOCARRAY 1 -#define CONFIG_LIBC_ERRNO 1 -#define CONFIG_ERRNO 1 -#define CONFIG_PICOLIBC_USE_TOOLCHAIN 1 -#define CONFIG_PICOLIBC_IO_MINIMAL 1 -#define CONFIG_NEED_LIBC_MEM_PARTITION 1 -#define CONFIG_SYS_HEAP_ALLOC_LOOPS 3 -#define CONFIG_SYS_HEAP_ARRAY_SIZE 0 -#define CONFIG_SYS_HEAP_HARDENING_BASIC 1 -#define CONFIG_SYS_HEAP_HARDENING_LEVEL 1 -#define CONFIG_SYS_HEAP_LOG_LEVEL_DEFAULT 1 -#define CONFIG_SYS_HEAP_LOG_LEVEL 0 -#define CONFIG_SYS_HEAP_SMALL_ONLY 1 -#define CONFIG_BOOT_BANNER 1 -#define CONFIG_BOOT_DELAY 0 -#define CONFIG_ATOMIC_OPERATIONS_BUILTIN 1 -#define CONFIG_CBPRINTF_NANO 1 -#define CONFIG_CBPRINTF_FULL_INTEGRAL 1 -#define CONFIG_CBPRINTF_PACKAGE_LOG_LEVEL_DEFAULT 1 -#define CONFIG_CBPRINTF_PACKAGE_LOG_LEVEL 0 -#define CONFIG_CBPRINTF_CONVERT_CHECK_PTR 1 -#define CONFIG_CPU_LOAD_LOG_LEVEL_DEFAULT 1 -#define CONFIG_CPU_LOAD_LOG_LEVEL 0 -#define CONFIG_LIBGCC_RTLIB 1 -#define CONFIG_RING_BUFFER 1 -#define CONFIG_GETOPT 1 -#define CONFIG_TIMEUTIL_APPLY_SKEW 1 -#define CONFIG_PRINTK 1 -#define CONFIG_EARLY_CONSOLE 1 -#define CONFIG_ASSERT_VERBOSE 1 -#define CONFIG_CPU_LOAD_LOG_PERIODICALLY 0 -#define CONFIG_OPENAMP_VRING_ALIGNMENT 16 -#define CONFIG_LOG_CORE_INIT_PRIORITY 0 -#define CONFIG_LOG_MODE_MINIMAL 1 -#define CONFIG_LOG_DEFAULT_LEVEL 0 -#define CONFIG_LOG_OVERRIDE_LEVEL 0 -#define CONFIG_LOG_MAX_LEVEL 4 -#define CONFIG_LOG_USE_VLA 1 -#define CONFIG_LOG_SIMPLE_MSG_OPTIMIZE 1 -#define CONFIG_LOG_RATELIMIT 1 -#define CONFIG_LOG_RATELIMIT_INTERVAL_MS 5000 -#define CONFIG_MEM_ATTR 1 -#define CONFIG_HAS_PM 1 -#define CONFIG_POSIX_AEP_CHOICE_ZEPHYR 1 -#define CONFIG_TC_PROVIDES_POSIX_C_LANG_SUPPORT_R 1 -#define CONFIG_POSIX_C_LANG_SUPPORT_R 1 -#define CONFIG_POSIX_C_LIB_EXT 1 -#define CONFIG_TIMER_RANDOM_INITIAL_STATE 123456789 -#define CONFIG_ENTROPY_NODE_ENABLED 1 -#define CONFIG_FLASH_MAP 1 -#define CONFIG_COVERAGE_DUMP_PATH_EXCLUDE "" -#define CONFIG_TOOLCHAIN_ZEPHYR_1_0 1 -#define CONFIG_TOOLCHAIN_ZEPHYR_SUPPORTS_THREAD_LOCAL_STORAGE 1 -#define CONFIG_TOOLCHAIN_ZEPHYR_SUPPORTS_GNU_EXTENSIONS 1 -#define CONFIG_PICOLIBC_DEFAULT 1 -#define CONFIG_LINKER_ORPHAN_SECTION_WARN 1 -#define CONFIG_FLASH_USES_MAPPED_PARTITION 1 -#define CONFIG_ROM_END_OFFSET 0x0 -#define CONFIG_LD_LINKER_SCRIPT_SUPPORTED 1 -#define CONFIG_LD_LINKER_TEMPLATE 1 -#define CONFIG_LINKER_SORT_BY_ALIGNMENT 1 -#define CONFIG_LINKER_GENERIC_SECTIONS_PRESENT_AT_BOOT 1 -#define CONFIG_LINKER_LAST_SECTION_ID 1 -#define CONFIG_LINKER_LAST_SECTION_ID_PATTERN 0xE015E015 -#define CONFIG_LINKER_ITERABLE_SUBALIGN 4 -#define CONFIG_LINKER_DEVNULL_SUPPORT 1 -#define CONFIG_STD_C17 1 -#define CONFIG_TOOLCHAIN_SUPPORTS_GNU_EXTENSIONS 1 -#define CONFIG_SIZE_OPTIMIZATIONS 1 -#define CONFIG_COMPILER_TRACK_MACRO_EXPANSION 1 -#define CONFIG_COMPILER_COLOR_DIAGNOSTICS 1 -#define CONFIG_FORTIFY_SOURCE_COMPILE_TIME 1 -#define CONFIG_COMPILER_OPT "" -#define CONFIG_TOOLCHAIN_SUPPORTS_VLA_IN_STATEMENTS 1 -#define CONFIG_TOOLCHAIN_SUPPORTS_VARIABLE_CLEANUP_ATTRIBUTE 1 -#define CONFIG_COMPILER_CODEGEN_VLIW_AUTO 1 -#define CONFIG_RUNTIME_ERROR_CHECKS 1 -#define CONFIG_KERNEL_BIN_NAME "zephyr" -#define CONFIG_OUTPUT_STAT 1 -#define CONFIG_OUTPUT_PRINT_MEMORY_USAGE 1 -#define CONFIG_BUILD_GAP_FILL_PATTERN 0xFF -#define CONFIG_BUILD_OUTPUT_STRIP_PATHS 1 -#define CONFIG_CHECK_INIT_PRIORITIES 1 -#define CONFIG_WARN_DEPRECATED 1 -#define CONFIG_ENFORCE_ZEPHYR_STDINT 1 -#define CONFIG_IS_BOOTLOADER 1 -#define CONFIG_LEGACY_GENERATED_INCLUDE_PATH 1 diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/devicetree_generated.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/devicetree_generated.h index 8da4e02..ad92770 100644 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/devicetree_generated.h +++ b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/devicetree_generated.h @@ -18524,7 +18524,7 @@ #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_0_REG_NUM 1 #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_0_REG_IDX_0_EXISTS 1 #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_0_REG_IDX_0_VAL_ADDRESS 134217728 /* 0x8000000 */ -#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_0_REG_IDX_0_VAL_SIZE 34816 /* 0x8800 */ +#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_0_REG_IDX_0_VAL_SIZE 32768 /* 0x8000 */ #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_0_FOREACH_REG(fn) fn(DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_0, 0) #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_0_FOREACH_REG_SEP(fn, sep) fn(DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_0, 0) #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_0_FOREACH_REG_VARGS(fn, ...) fn(DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_0, 0, __VA_ARGS__) @@ -18561,11 +18561,11 @@ #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_0_P_label_EXISTS 1 #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_0_P_read_only 0 #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_0_P_read_only_EXISTS 1 -#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_0_P_reg {0 /* 0x0 */, 34816 /* 0x8800 */} +#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_0_P_reg {0 /* 0x0 */, 32768 /* 0x8000 */} #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_0_P_reg_IDX_0_EXISTS 1 #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_0_P_reg_IDX_0 0 #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_0_P_reg_IDX_1_EXISTS 1 -#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_0_P_reg_IDX_1 34816 +#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_0_P_reg_IDX_1 32768 #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_0_P_reg_EXISTS 1 #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_0_P_compatible {"zephyr,mapped-partition"} #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_0_P_compatible_IDX_0_EXISTS 1 @@ -18655,8 +18655,8 @@ /* Macros for properties that are special in the specification: */ #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_8800_REG_NUM 1 #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_8800_REG_IDX_0_EXISTS 1 -#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_8800_REG_IDX_0_VAL_ADDRESS 134252544 /* 0x8008800 */ -#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_8800_REG_IDX_0_VAL_SIZE 49152 /* 0xc000 */ +#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_8800_REG_IDX_0_VAL_ADDRESS 134250496 /* 0x8008000 */ +#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_8800_REG_IDX_0_VAL_SIZE 65536 /* 0x10000 */ #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_8800_FOREACH_REG(fn) fn(DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_8800, 0) #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_8800_FOREACH_REG_SEP(fn, sep) fn(DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_8800, 0) #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_8800_FOREACH_REG_VARGS(fn, ...) fn(DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_8800, 0, __VA_ARGS__) @@ -18693,11 +18693,11 @@ #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_8800_P_label_EXISTS 1 #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_8800_P_read_only 0 #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_8800_P_read_only_EXISTS 1 -#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_8800_P_reg {34816 /* 0x8800 */, 49152 /* 0xc000 */} +#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_8800_P_reg {32768 /* 0x8000 */, 65536 /* 0x10000 */} #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_8800_P_reg_IDX_0_EXISTS 1 -#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_8800_P_reg_IDX_0 34816 +#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_8800_P_reg_IDX_0 32768 #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_8800_P_reg_IDX_1_EXISTS 1 -#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_8800_P_reg_IDX_1 49152 +#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_8800_P_reg_IDX_1 65536 #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_8800_P_reg_EXISTS 1 #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_8800_P_compatible {"zephyr,mapped-partition"} #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_8800_P_compatible_IDX_0_EXISTS 1 @@ -18787,8 +18787,8 @@ /* Macros for properties that are special in the specification: */ #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_14800_REG_NUM 1 #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_14800_REG_IDX_0_EXISTS 1 -#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_14800_REG_IDX_0_VAL_ADDRESS 134301696 /* 0x8014800 */ -#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_14800_REG_IDX_0_VAL_SIZE 43008 /* 0xa800 */ +#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_14800_REG_IDX_0_VAL_ADDRESS 134283264 /* 0x8010000 */ +#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_14800_REG_IDX_0_VAL_SIZE 98304 /* 0x18000 */ #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_14800_FOREACH_REG(fn) fn(DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_14800, 0) #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_14800_FOREACH_REG_SEP(fn, sep) fn(DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_14800, 0) #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_14800_FOREACH_REG_VARGS(fn, ...) fn(DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_14800, 0, __VA_ARGS__) @@ -18825,11 +18825,11 @@ #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_14800_P_label_EXISTS 1 #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_14800_P_read_only 0 #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_14800_P_read_only_EXISTS 1 -#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_14800_P_reg {83968 /* 0x14800 */, 43008 /* 0xa800 */} +#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_14800_P_reg {65536 /* 0x10000 */, 98304 /* 0x18000 */} #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_14800_P_reg_IDX_0_EXISTS 1 -#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_14800_P_reg_IDX_0 83968 +#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_14800_P_reg_IDX_0 65536 #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_14800_P_reg_IDX_1_EXISTS 1 -#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_14800_P_reg_IDX_1 43008 +#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_14800_P_reg_IDX_1 98304 #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_14800_P_reg_EXISTS 1 #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_14800_P_compatible {"zephyr,mapped-partition"} #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_14800_P_compatible_IDX_0_EXISTS 1 @@ -18919,8 +18919,8 @@ /* Macros for properties that are special in the specification: */ #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_1f000_REG_NUM 1 #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_1f000_REG_IDX_0_EXISTS 1 -#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_1f000_REG_IDX_0_VAL_ADDRESS 134344704 /* 0x801f000 */ -#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_1f000_REG_IDX_0_VAL_SIZE 4096 /* 0x1000 */ +#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_1f000_REG_IDX_0_VAL_ADDRESS 134316032 /* 0x8018000 */ +#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_1f000_REG_IDX_0_VAL_SIZE 131072 /* 0x20000 */ #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_1f000_FOREACH_REG(fn) fn(DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_1f000, 0) #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_1f000_FOREACH_REG_SEP(fn, sep) fn(DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_1f000, 0) #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_1f000_FOREACH_REG_VARGS(fn, ...) fn(DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_1f000, 0, __VA_ARGS__) @@ -18957,11 +18957,11 @@ #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_1f000_P_label_EXISTS 1 #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_1f000_P_read_only 0 #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_1f000_P_read_only_EXISTS 1 -#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_1f000_P_reg {126976 /* 0x1f000 */, 4096 /* 0x1000 */} +#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_1f000_P_reg {98304 /* 0x18000 */, 131072 /* 0x20000 */} #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_1f000_P_reg_IDX_0_EXISTS 1 -#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_1f000_P_reg_IDX_0 126976 +#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_1f000_P_reg_IDX_0 98304 #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_1f000_P_reg_IDX_1_EXISTS 1 -#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_1f000_P_reg_IDX_1 4096 +#define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_1f000_P_reg_IDX_1 131072 #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_1f000_P_reg_EXISTS 1 #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_1f000_P_compatible {"zephyr,mapped-partition"} #define DT_N_S_soc_S_flash_controller_40022000_S_flash_8000000_S_partitions_S_partition_1f000_P_compatible_IDX_0_EXISTS 1 diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/driver-validation.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/driver-validation.h deleted file mode 100644 index 86042e8..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/driver-validation.h +++ /dev/null @@ -1,192 +0,0 @@ -#ifndef DRIVER_VALIDATION_GEN_H -#define DRIVER_VALIDATION_GEN_H -#define K_SYSCALL_DRIVER_GEN(ptr, op, driver_lower_case, driver_upper_case) \ - (K_SYSCALL_OBJ(ptr, K_OBJ_DRIVER_##driver_upper_case) || \ - K_SYSCALL_DRIVER_OP(ptr, driver_lower_case##_driver_api, op)) - -#define K_SYSCALL_DRIVER_FLASH(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, flash, FLASH) - -#define K_SYSCALL_DRIVER_SHARED_IRQ(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, shared_irq, SHARED_IRQ) - -#define K_SYSCALL_DRIVER_DMIC(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, dmic, DMIC) - -#define K_SYSCALL_DRIVER_CRYPTO(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, crypto, CRYPTO) - -#define K_SYSCALL_DRIVER_ADC(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, adc, ADC) - -#define K_SYSCALL_DRIVER_AUXDISPLAY(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, auxdisplay, AUXDISPLAY) - -#define K_SYSCALL_DRIVER_BBRAM(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, bbram, BBRAM) - -#define K_SYSCALL_DRIVER_BIOMETRIC(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, biometric, BIOMETRIC) - -#define K_SYSCALL_DRIVER_BT_HCI(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, bt_hci, BT_HCI) - -#define K_SYSCALL_DRIVER_CAN(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, can, CAN) - -#define K_SYSCALL_DRIVER_CELLULAR(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, cellular, CELLULAR) - -#define K_SYSCALL_DRIVER_CHARGER(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, charger, CHARGER) - -#define K_SYSCALL_DRIVER_CLOCK_CONTROL(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, clock_control, CLOCK_CONTROL) - -#define K_SYSCALL_DRIVER_COMPARATOR(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, comparator, COMPARATOR) - -#define K_SYSCALL_DRIVER_COREDUMP(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, coredump, COREDUMP) - -#define K_SYSCALL_DRIVER_COUNTER(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, counter, COUNTER) - -#define K_SYSCALL_DRIVER_CRC(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, crc, CRC) - -#define K_SYSCALL_DRIVER_DAC(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, dac, DAC) - -#define K_SYSCALL_DRIVER_DAI(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, dai, DAI) - -#define K_SYSCALL_DRIVER_DISPLAY(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, display, DISPLAY) - -#define K_SYSCALL_DRIVER_DMA(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, dma, DMA) - -#define K_SYSCALL_DRIVER_EDAC(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, edac, EDAC) - -#define K_SYSCALL_DRIVER_EEPROM(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, eeprom, EEPROM) - -#define K_SYSCALL_DRIVER_EMUL_BBRAM(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, emul_bbram, EMUL_BBRAM) - -#define K_SYSCALL_DRIVER_FUEL_GAUGE_EMUL(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, fuel_gauge_emul, FUEL_GAUGE_EMUL) - -#define K_SYSCALL_DRIVER_EMUL_SENSOR(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, emul_sensor, EMUL_SENSOR) - -#define K_SYSCALL_DRIVER_ENTROPY(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, entropy, ENTROPY) - -#define K_SYSCALL_DRIVER_ESPI(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, espi, ESPI) - -#define K_SYSCALL_DRIVER_ESPI_SAF(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, espi_saf, ESPI_SAF) - -#define K_SYSCALL_DRIVER_FPGA(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, fpga, FPGA) - -#define K_SYSCALL_DRIVER_FUEL_GAUGE(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, fuel_gauge, FUEL_GAUGE) - -#define K_SYSCALL_DRIVER_GNSS(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, gnss, GNSS) - -#define K_SYSCALL_DRIVER_GPIO(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, gpio, GPIO) - -#define K_SYSCALL_DRIVER_HAPTICS(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, haptics, HAPTICS) - -#define K_SYSCALL_DRIVER_HWSPINLOCK(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, hwspinlock, HWSPINLOCK) - -#define K_SYSCALL_DRIVER_I2C(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, i2c, I2C) - -#define K_SYSCALL_DRIVER_I2C_TARGET(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, i2c_target, I2C_TARGET) - -#define K_SYSCALL_DRIVER_I2S(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, i2s, I2S) - -#define K_SYSCALL_DRIVER_I3C(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, i3c, I3C) - -#define K_SYSCALL_DRIVER_IPM(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, ipm, IPM) - -#define K_SYSCALL_DRIVER_LED(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, led, LED) - -#define K_SYSCALL_DRIVER_LED_STRIP(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, led_strip, LED_STRIP) - -#define K_SYSCALL_DRIVER_LORA(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, lora, LORA) - -#define K_SYSCALL_DRIVER_MBOX(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, mbox, MBOX) - -#define K_SYSCALL_DRIVER_MDIO(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, mdio, MDIO) - -#define K_SYSCALL_DRIVER_MIPI_DBI(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, mipi_dbi, MIPI_DBI) - -#define K_SYSCALL_DRIVER_MIPI_DSI(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, mipi_dsi, MIPI_DSI) - -#define K_SYSCALL_DRIVER_MSPI(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, mspi, MSPI) - -#define K_SYSCALL_DRIVER_OPAMP(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, opamp, OPAMP) - -#define K_SYSCALL_DRIVER_OTP(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, otp, OTP) - -#define K_SYSCALL_DRIVER_PECI(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, peci, PECI) - -#define K_SYSCALL_DRIVER_PS2(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, ps2, PS2) - -#define K_SYSCALL_DRIVER_PTP_CLOCK(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, ptp_clock, PTP_CLOCK) - -#define K_SYSCALL_DRIVER_PWM(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, pwm, PWM) - -#define K_SYSCALL_DRIVER_REGULATOR_PARENT(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, regulator_parent, REGULATOR_PARENT) - -#define K_SYSCALL_DRIVER_REGULATOR(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, regulator, REGULATOR) - -#define K_SYSCALL_DRIVER_RESET(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, reset, RESET) - -#define K_SYSCALL_DRIVER_RETAINED_MEM(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, retained_mem, RETAINED_MEM) - -#define K_SYSCALL_DRIVER_RTC(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, rtc, RTC) - -#define K_SYSCALL_DRIVER_SDHC(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, sdhc, SDHC) - -#define K_SYSCALL_DRIVER_SENSOR(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, sensor, SENSOR) - -#define K_SYSCALL_DRIVER_SMBUS(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, smbus, SMBUS) - -#define K_SYSCALL_DRIVER_SPI(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, spi, SPI) - -#define K_SYSCALL_DRIVER_SYSCON(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, syscon, SYSCON) - -#define K_SYSCALL_DRIVER_TEE(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, tee, TEE) - -#define K_SYSCALL_DRIVER_TGPIO(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, tgpio, TGPIO) - -#define K_SYSCALL_DRIVER_UAOL(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, uaol, UAOL) - -#define K_SYSCALL_DRIVER_VIDEO(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, video, VIDEO) - -#define K_SYSCALL_DRIVER_VIRTIO(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, virtio, VIRTIO) - -#define K_SYSCALL_DRIVER_W1(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, w1, W1) - -#define K_SYSCALL_DRIVER_WDT(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, wdt, WDT) - -#define K_SYSCALL_DRIVER_WUC(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, wuc, WUC) - -#define K_SYSCALL_DRIVER_CAN_TRANSCEIVER(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, can_transceiver, CAN_TRANSCEIVER) - -#define K_SYSCALL_DRIVER_NRF_CLOCK_CONTROL(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, nrf_clock_control, NRF_CLOCK_CONTROL) - -#define K_SYSCALL_DRIVER_I3C_TARGET(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, i3c_target, I3C_TARGET) - -#define K_SYSCALL_DRIVER_ITS(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, its, ITS) - -#define K_SYSCALL_DRIVER_VTD(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, vtd, VTD) - -#define K_SYSCALL_DRIVER_RENESAS_ELC(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, renesas_elc, RENESAS_ELC) - -#define K_SYSCALL_DRIVER_PCIE_CTRL(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, pcie_ctrl, PCIE_CTRL) - -#define K_SYSCALL_DRIVER_PCIE_EP(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, pcie_ep, PCIE_EP) - -#define K_SYSCALL_DRIVER_PSI5(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, psi5, PSI5) - -#define K_SYSCALL_DRIVER_SENT(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, sent, SENT) - -#define K_SYSCALL_DRIVER_SVC(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, svc, SVC) - -#define K_SYSCALL_DRIVER_STEPPER(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, stepper, STEPPER) - -#define K_SYSCALL_DRIVER_STEPPER_CTRL(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, stepper_ctrl, STEPPER_CTRL) - -#define K_SYSCALL_DRIVER_UART(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, uart, UART) - -#define K_SYSCALL_DRIVER_BC12_EMUL(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, bc12_emul, BC12_EMUL) - -#define K_SYSCALL_DRIVER_BC12(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, bc12, BC12) - -#define K_SYSCALL_DRIVER_USBC_PPC(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, usbc_ppc, USBC_PPC) - -#define K_SYSCALL_DRIVER_TCPC(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, tcpc, TCPC) - -#define K_SYSCALL_DRIVER_USBC_VBUS(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, usbc_vbus, USBC_VBUS) - -#define K_SYSCALL_DRIVER_IVSHMEM(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, ivshmem, IVSHMEM) - -#define K_SYSCALL_DRIVER_ETHPHY(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, ethphy, ETHPHY) -#endif /* DRIVER_VALIDATION_GEN_H */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/heap_constants.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/heap_constants.h deleted file mode 100644 index a861400..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/heap_constants.h +++ /dev/null @@ -1,19 +0,0 @@ -/* THIS FILE IS AUTO GENERATED. PLEASE DO NOT EDIT. - * - * This header file provides macros for the offsets of various structure - * members. These offset macros are primarily intended to be used in - * assembly code. - */ - -#ifndef __GEN_HEAP_CONSTANTS_H__ -#define __GEN_HEAP_CONSTANTS_H__ - -#define ___z_heap_struct_SIZEOF 0x10 -#define ___z_heap_bucket_SIZEOF 0x4 -#define ___z_heap_chunk_unit_SIZEOF 0x8 -#define ___z_heap_hdr_SIZEOF 0x4 -#define ___z_heap_ftr_SIZEOF 0x4 -#define ___z_heap_trailer_SIZEOF 0x0 -#define ___z_heap_min_chunk_SIZEOF 0x1 - -#endif /* __GEN_HEAP_CONSTANTS_H__ */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/kobj-types-enum.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/kobj-types-enum.h deleted file mode 100644 index c7e3608..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/kobj-types-enum.h +++ /dev/null @@ -1,141 +0,0 @@ -/* Core kernel objects */ -K_OBJ_MEM_SLAB, -K_OBJ_MSGQ, -K_OBJ_MUTEX, -K_OBJ_PIPE, -K_OBJ_QUEUE, -K_OBJ_POLL_SIGNAL, -K_OBJ_SEM, -K_OBJ_STACK, -K_OBJ_THREAD, -K_OBJ_TIMER, -K_OBJ_THREAD_STACK_ELEMENT, -K_OBJ_NET_SOCKET, -K_OBJ_NET_IF, -K_OBJ_SYS_MUTEX, -K_OBJ_FUTEX, -K_OBJ_CONDVAR, -#ifdef CONFIG_EVENTS -K_OBJ_EVENT, -#endif -#ifdef CONFIG_ZTEST -K_OBJ_ZTEST_SUITE_NODE, -#endif -#ifdef CONFIG_ZTEST -K_OBJ_ZTEST_SUITE_STATS, -#endif -#ifdef CONFIG_ZTEST -K_OBJ_ZTEST_UNIT_TEST, -#endif -#ifdef CONFIG_ZTEST -K_OBJ_ZTEST_TEST_RULE, -#endif -#ifdef CONFIG_RTIO -K_OBJ_RTIO, -#endif -#ifdef CONFIG_RTIO -K_OBJ_RTIO_IODEV, -#endif -#ifdef CONFIG_RTIO -K_OBJ_RTIO_POOL, -#endif -#ifdef CONFIG_ADC_STREAM -K_OBJ_ADC_DECODER_API, -#endif -#ifdef CONFIG_SENSOR_ASYNC_API -K_OBJ_SENSOR_DECODER_API, -#endif -/* Driver subsystems */ -K_OBJ_DRIVER_FLASH, -K_OBJ_DRIVER_SHARED_IRQ, -K_OBJ_DRIVER_DMIC, -K_OBJ_DRIVER_CRYPTO, -K_OBJ_DRIVER_ADC, -K_OBJ_DRIVER_AUXDISPLAY, -K_OBJ_DRIVER_BBRAM, -K_OBJ_DRIVER_BIOMETRIC, -K_OBJ_DRIVER_BT_HCI, -K_OBJ_DRIVER_CAN, -K_OBJ_DRIVER_CELLULAR, -K_OBJ_DRIVER_CHARGER, -K_OBJ_DRIVER_CLOCK_CONTROL, -K_OBJ_DRIVER_COMPARATOR, -K_OBJ_DRIVER_COREDUMP, -K_OBJ_DRIVER_COUNTER, -K_OBJ_DRIVER_CRC, -K_OBJ_DRIVER_DAC, -K_OBJ_DRIVER_DAI, -K_OBJ_DRIVER_DISPLAY, -K_OBJ_DRIVER_DMA, -K_OBJ_DRIVER_EDAC, -K_OBJ_DRIVER_EEPROM, -K_OBJ_DRIVER_EMUL_BBRAM, -K_OBJ_DRIVER_FUEL_GAUGE_EMUL, -K_OBJ_DRIVER_EMUL_SENSOR, -K_OBJ_DRIVER_ENTROPY, -K_OBJ_DRIVER_ESPI, -K_OBJ_DRIVER_ESPI_SAF, -K_OBJ_DRIVER_FPGA, -K_OBJ_DRIVER_FUEL_GAUGE, -K_OBJ_DRIVER_GNSS, -K_OBJ_DRIVER_GPIO, -K_OBJ_DRIVER_HAPTICS, -K_OBJ_DRIVER_HWSPINLOCK, -K_OBJ_DRIVER_I2C, -K_OBJ_DRIVER_I2C_TARGET, -K_OBJ_DRIVER_I2S, -K_OBJ_DRIVER_I3C, -K_OBJ_DRIVER_IPM, -K_OBJ_DRIVER_LED, -K_OBJ_DRIVER_LED_STRIP, -K_OBJ_DRIVER_LORA, -K_OBJ_DRIVER_MBOX, -K_OBJ_DRIVER_MDIO, -K_OBJ_DRIVER_MIPI_DBI, -K_OBJ_DRIVER_MIPI_DSI, -K_OBJ_DRIVER_MSPI, -K_OBJ_DRIVER_OPAMP, -K_OBJ_DRIVER_OTP, -K_OBJ_DRIVER_PECI, -K_OBJ_DRIVER_PS2, -K_OBJ_DRIVER_PTP_CLOCK, -K_OBJ_DRIVER_PWM, -K_OBJ_DRIVER_REGULATOR_PARENT, -K_OBJ_DRIVER_REGULATOR, -K_OBJ_DRIVER_RESET, -K_OBJ_DRIVER_RETAINED_MEM, -K_OBJ_DRIVER_RTC, -K_OBJ_DRIVER_SDHC, -K_OBJ_DRIVER_SENSOR, -K_OBJ_DRIVER_SMBUS, -K_OBJ_DRIVER_SPI, -K_OBJ_DRIVER_SYSCON, -K_OBJ_DRIVER_TEE, -K_OBJ_DRIVER_TGPIO, -K_OBJ_DRIVER_UAOL, -K_OBJ_DRIVER_VIDEO, -K_OBJ_DRIVER_VIRTIO, -K_OBJ_DRIVER_W1, -K_OBJ_DRIVER_WDT, -K_OBJ_DRIVER_WUC, -K_OBJ_DRIVER_CAN_TRANSCEIVER, -K_OBJ_DRIVER_NRF_CLOCK_CONTROL, -K_OBJ_DRIVER_I3C_TARGET, -K_OBJ_DRIVER_ITS, -K_OBJ_DRIVER_VTD, -K_OBJ_DRIVER_RENESAS_ELC, -K_OBJ_DRIVER_PCIE_CTRL, -K_OBJ_DRIVER_PCIE_EP, -K_OBJ_DRIVER_PSI5, -K_OBJ_DRIVER_SENT, -K_OBJ_DRIVER_SVC, -K_OBJ_DRIVER_STEPPER, -K_OBJ_DRIVER_STEPPER_CTRL, -K_OBJ_DRIVER_UART, -K_OBJ_DRIVER_BC12_EMUL, -K_OBJ_DRIVER_BC12, -K_OBJ_DRIVER_USBC_PPC, -K_OBJ_DRIVER_TCPC, -K_OBJ_DRIVER_USBC_VBUS, -K_OBJ_DRIVER_IVSHMEM, -K_OBJ_DRIVER_ETHPHY, diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/offsets.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/offsets.h deleted file mode 100644 index 56354ee..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/offsets.h +++ /dev/null @@ -1,35 +0,0 @@ -/* THIS FILE IS AUTO GENERATED. PLEASE DO NOT EDIT. - * - * This header file provides macros for the offsets of various structure - * members. These offset macros are primarily intended to be used in - * assembly code. - */ - -#ifndef __GEN_OFFSETS_H__ -#define __GEN_OFFSETS_H__ - -#define ___cpu_t_current_OFFSET 0x8 -#define ___cpu_t_nested_OFFSET 0x0 -#define ___cpu_t_irq_stack_OFFSET 0x4 -#define ___cpu_t_arch_OFFSET 0x11 -#define ___kernel_t_cpus_OFFSET 0x0 -#define ___kernel_t_ready_q_OFFSET 0x14 -#define ___ready_q_t_cache_OFFSET 0x0 -#define ___thread_base_t_user_options_OFFSET 0xc -#define ___thread_t_base_OFFSET 0x0 -#define ___thread_t_callee_saved_OFFSET 0x30 -#define ___thread_t_arch_OFFSET 0x74 -#define ___thread_t_stack_info_OFFSET 0x60 -#define ___thread_t_tls_OFFSET 0x70 -#define __z_interrupt_stack_SIZEOF 0x840 -#define __z_interrupt_all_stacks_SIZEOF 0x840 -#define _PM_DEVICE_STRUCT_FLAGS_OFFSET 0x0 -#define ___thread_arch_t_basepri_OFFSET 0x0 -#define ___thread_arch_t_swap_return_value_OFFSET 0x4 -#define ___basic_sf_t_pc_OFFSET 0x18 -#define ___basic_sf_t_xpsr_OFFSET 0x1c -#define ___esf_t_SIZEOF 0x20 -#define ___callee_saved_t_SIZEOF 0x24 -#define ___thread_stack_info_t_start_OFFSET 0x0 - -#endif /* __GEN_OFFSETS_H__ */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/otype-to-size.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/otype-to-size.h deleted file mode 100644 index 5ae6675..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/otype-to-size.h +++ /dev/null @@ -1,15 +0,0 @@ -/* Non device/stack objects */ -case K_OBJ_MEM_SLAB: ret = sizeof(struct k_mem_slab); break; -case K_OBJ_MSGQ: ret = sizeof(struct k_msgq); break; -case K_OBJ_MUTEX: ret = sizeof(struct k_mutex); break; -case K_OBJ_PIPE: ret = sizeof(struct k_pipe); break; -case K_OBJ_QUEUE: ret = sizeof(struct k_queue); break; -case K_OBJ_POLL_SIGNAL: ret = sizeof(struct k_poll_signal); break; -case K_OBJ_SEM: ret = sizeof(struct k_sem); break; -case K_OBJ_STACK: ret = sizeof(struct k_stack); break; -case K_OBJ_THREAD: ret = sizeof(struct k_thread); break; -case K_OBJ_TIMER: ret = sizeof(struct k_timer); break; -case K_OBJ_CONDVAR: ret = sizeof(struct k_condvar); break; -#ifdef CONFIG_EVENTS -case K_OBJ_EVENT: ret = sizeof(struct k_event); break; -#endif diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/otype-to-str.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/otype-to-str.h deleted file mode 100644 index 0490b1b..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/otype-to-str.h +++ /dev/null @@ -1,141 +0,0 @@ -/* Core kernel objects */ -case K_OBJ_MEM_SLAB: ret = "k_mem_slab"; break; -case K_OBJ_MSGQ: ret = "k_msgq"; break; -case K_OBJ_MUTEX: ret = "k_mutex"; break; -case K_OBJ_PIPE: ret = "k_pipe"; break; -case K_OBJ_QUEUE: ret = "k_queue"; break; -case K_OBJ_POLL_SIGNAL: ret = "k_poll_signal"; break; -case K_OBJ_SEM: ret = "k_sem"; break; -case K_OBJ_STACK: ret = "k_stack"; break; -case K_OBJ_THREAD: ret = "k_thread"; break; -case K_OBJ_TIMER: ret = "k_timer"; break; -case K_OBJ_THREAD_STACK_ELEMENT: ret = "z_thread_stack_element"; break; -case K_OBJ_NET_SOCKET: ret = "NET_SOCKET"; break; -case K_OBJ_NET_IF: ret = "net_if"; break; -case K_OBJ_SYS_MUTEX: ret = "sys_mutex"; break; -case K_OBJ_FUTEX: ret = "k_futex"; break; -case K_OBJ_CONDVAR: ret = "k_condvar"; break; -#ifdef CONFIG_EVENTS -case K_OBJ_EVENT: ret = "k_event"; break; -#endif -#ifdef CONFIG_ZTEST -case K_OBJ_ZTEST_SUITE_NODE: ret = "ztest_suite_node"; break; -#endif -#ifdef CONFIG_ZTEST -case K_OBJ_ZTEST_SUITE_STATS: ret = "ztest_suite_stats"; break; -#endif -#ifdef CONFIG_ZTEST -case K_OBJ_ZTEST_UNIT_TEST: ret = "ztest_unit_test"; break; -#endif -#ifdef CONFIG_ZTEST -case K_OBJ_ZTEST_TEST_RULE: ret = "ztest_test_rule"; break; -#endif -#ifdef CONFIG_RTIO -case K_OBJ_RTIO: ret = "rtio"; break; -#endif -#ifdef CONFIG_RTIO -case K_OBJ_RTIO_IODEV: ret = "rtio_iodev"; break; -#endif -#ifdef CONFIG_RTIO -case K_OBJ_RTIO_POOL: ret = "rtio_pool"; break; -#endif -#ifdef CONFIG_ADC_STREAM -case K_OBJ_ADC_DECODER_API: ret = "adc_decoder_api"; break; -#endif -#ifdef CONFIG_SENSOR_ASYNC_API -case K_OBJ_SENSOR_DECODER_API: ret = "sensor_decoder_api"; break; -#endif -/* Driver subsystems */ -case K_OBJ_DRIVER_FLASH: ret = "flash driver"; break; -case K_OBJ_DRIVER_SHARED_IRQ: ret = "shared_irq driver"; break; -case K_OBJ_DRIVER_DMIC: ret = "dmic driver"; break; -case K_OBJ_DRIVER_CRYPTO: ret = "crypto driver"; break; -case K_OBJ_DRIVER_ADC: ret = "adc driver"; break; -case K_OBJ_DRIVER_AUXDISPLAY: ret = "auxdisplay driver"; break; -case K_OBJ_DRIVER_BBRAM: ret = "bbram driver"; break; -case K_OBJ_DRIVER_BIOMETRIC: ret = "biometric driver"; break; -case K_OBJ_DRIVER_BT_HCI: ret = "bt_hci driver"; break; -case K_OBJ_DRIVER_CAN: ret = "can driver"; break; -case K_OBJ_DRIVER_CELLULAR: ret = "cellular driver"; break; -case K_OBJ_DRIVER_CHARGER: ret = "charger driver"; break; -case K_OBJ_DRIVER_CLOCK_CONTROL: ret = "clock_control driver"; break; -case K_OBJ_DRIVER_COMPARATOR: ret = "comparator driver"; break; -case K_OBJ_DRIVER_COREDUMP: ret = "coredump driver"; break; -case K_OBJ_DRIVER_COUNTER: ret = "counter driver"; break; -case K_OBJ_DRIVER_CRC: ret = "crc driver"; break; -case K_OBJ_DRIVER_DAC: ret = "dac driver"; break; -case K_OBJ_DRIVER_DAI: ret = "dai driver"; break; -case K_OBJ_DRIVER_DISPLAY: ret = "display driver"; break; -case K_OBJ_DRIVER_DMA: ret = "dma driver"; break; -case K_OBJ_DRIVER_EDAC: ret = "edac driver"; break; -case K_OBJ_DRIVER_EEPROM: ret = "eeprom driver"; break; -case K_OBJ_DRIVER_EMUL_BBRAM: ret = "emul_bbram driver"; break; -case K_OBJ_DRIVER_FUEL_GAUGE_EMUL: ret = "fuel_gauge_emul driver"; break; -case K_OBJ_DRIVER_EMUL_SENSOR: ret = "emul_sensor driver"; break; -case K_OBJ_DRIVER_ENTROPY: ret = "entropy driver"; break; -case K_OBJ_DRIVER_ESPI: ret = "espi driver"; break; -case K_OBJ_DRIVER_ESPI_SAF: ret = "espi_saf driver"; break; -case K_OBJ_DRIVER_FPGA: ret = "fpga driver"; break; -case K_OBJ_DRIVER_FUEL_GAUGE: ret = "fuel_gauge driver"; break; -case K_OBJ_DRIVER_GNSS: ret = "gnss driver"; break; -case K_OBJ_DRIVER_GPIO: ret = "gpio driver"; break; -case K_OBJ_DRIVER_HAPTICS: ret = "haptics driver"; break; -case K_OBJ_DRIVER_HWSPINLOCK: ret = "hwspinlock driver"; break; -case K_OBJ_DRIVER_I2C: ret = "i2c driver"; break; -case K_OBJ_DRIVER_I2C_TARGET: ret = "i2c_target driver"; break; -case K_OBJ_DRIVER_I2S: ret = "i2s driver"; break; -case K_OBJ_DRIVER_I3C: ret = "i3c driver"; break; -case K_OBJ_DRIVER_IPM: ret = "ipm driver"; break; -case K_OBJ_DRIVER_LED: ret = "led driver"; break; -case K_OBJ_DRIVER_LED_STRIP: ret = "led_strip driver"; break; -case K_OBJ_DRIVER_LORA: ret = "lora driver"; break; -case K_OBJ_DRIVER_MBOX: ret = "mbox driver"; break; -case K_OBJ_DRIVER_MDIO: ret = "mdio driver"; break; -case K_OBJ_DRIVER_MIPI_DBI: ret = "mipi_dbi driver"; break; -case K_OBJ_DRIVER_MIPI_DSI: ret = "mipi_dsi driver"; break; -case K_OBJ_DRIVER_MSPI: ret = "mspi driver"; break; -case K_OBJ_DRIVER_OPAMP: ret = "opamp driver"; break; -case K_OBJ_DRIVER_OTP: ret = "otp driver"; break; -case K_OBJ_DRIVER_PECI: ret = "peci driver"; break; -case K_OBJ_DRIVER_PS2: ret = "ps2 driver"; break; -case K_OBJ_DRIVER_PTP_CLOCK: ret = "ptp_clock driver"; break; -case K_OBJ_DRIVER_PWM: ret = "pwm driver"; break; -case K_OBJ_DRIVER_REGULATOR_PARENT: ret = "regulator_parent driver"; break; -case K_OBJ_DRIVER_REGULATOR: ret = "regulator driver"; break; -case K_OBJ_DRIVER_RESET: ret = "reset driver"; break; -case K_OBJ_DRIVER_RETAINED_MEM: ret = "retained_mem driver"; break; -case K_OBJ_DRIVER_RTC: ret = "rtc driver"; break; -case K_OBJ_DRIVER_SDHC: ret = "sdhc driver"; break; -case K_OBJ_DRIVER_SENSOR: ret = "sensor driver"; break; -case K_OBJ_DRIVER_SMBUS: ret = "smbus driver"; break; -case K_OBJ_DRIVER_SPI: ret = "spi driver"; break; -case K_OBJ_DRIVER_SYSCON: ret = "syscon driver"; break; -case K_OBJ_DRIVER_TEE: ret = "tee driver"; break; -case K_OBJ_DRIVER_TGPIO: ret = "tgpio driver"; break; -case K_OBJ_DRIVER_UAOL: ret = "uaol driver"; break; -case K_OBJ_DRIVER_VIDEO: ret = "video driver"; break; -case K_OBJ_DRIVER_VIRTIO: ret = "virtio driver"; break; -case K_OBJ_DRIVER_W1: ret = "w1 driver"; break; -case K_OBJ_DRIVER_WDT: ret = "wdt driver"; break; -case K_OBJ_DRIVER_WUC: ret = "wuc driver"; break; -case K_OBJ_DRIVER_CAN_TRANSCEIVER: ret = "can_transceiver driver"; break; -case K_OBJ_DRIVER_NRF_CLOCK_CONTROL: ret = "nrf_clock_control driver"; break; -case K_OBJ_DRIVER_I3C_TARGET: ret = "i3c_target driver"; break; -case K_OBJ_DRIVER_ITS: ret = "its driver"; break; -case K_OBJ_DRIVER_VTD: ret = "vtd driver"; break; -case K_OBJ_DRIVER_RENESAS_ELC: ret = "renesas_elc driver"; break; -case K_OBJ_DRIVER_PCIE_CTRL: ret = "pcie_ctrl driver"; break; -case K_OBJ_DRIVER_PCIE_EP: ret = "pcie_ep driver"; break; -case K_OBJ_DRIVER_PSI5: ret = "psi5 driver"; break; -case K_OBJ_DRIVER_SENT: ret = "sent driver"; break; -case K_OBJ_DRIVER_SVC: ret = "svc driver"; break; -case K_OBJ_DRIVER_STEPPER: ret = "stepper driver"; break; -case K_OBJ_DRIVER_STEPPER_CTRL: ret = "stepper_ctrl driver"; break; -case K_OBJ_DRIVER_UART: ret = "uart driver"; break; -case K_OBJ_DRIVER_BC12_EMUL: ret = "bc12_emul driver"; break; -case K_OBJ_DRIVER_BC12: ret = "bc12 driver"; break; -case K_OBJ_DRIVER_USBC_PPC: ret = "usbc_ppc driver"; break; -case K_OBJ_DRIVER_TCPC: ret = "tcpc driver"; break; -case K_OBJ_DRIVER_USBC_VBUS: ret = "usbc_vbus driver"; break; -case K_OBJ_DRIVER_IVSHMEM: ret = "ivshmem driver"; break; -case K_OBJ_DRIVER_ETHPHY: ret = "ethphy driver"; break; diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscall_dispatch.c b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscall_dispatch.c deleted file mode 100644 index 277715c..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscall_dispatch.c +++ /dev/null @@ -1,697 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#include - -/* Weak handler functions that get replaced by the real ones unless a system - * call is not implemented due to kernel configuration. - */ - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_zephyr_read_stdin(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_zephyr_write_stdout(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_zephyr_fputc(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_zephyr_fwrite(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_sys_clock_getrtoffset(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_sys_clock_settime(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_sys_clock_nanosleep(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_z_sys_mutex_kernel_lock(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_z_sys_mutex_kernel_unlock(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_z_log_msg_simple_create_0(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_z_log_msg_simple_create_1(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_z_log_msg_simple_create_2(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_z_log_msg_static_create(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_log_panic(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_log_process(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_log_buffered_cnt(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_log_filter_set(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_log_frontend_filter_set(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_flash_read(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_flash_write(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_flash_erase(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_flash_get_size(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_flash_fill(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_flash_flatten(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_flash_get_page_info_by_offs(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_flash_get_page_info_by_idx(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_flash_get_page_count(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_flash_sfdp_read(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_flash_read_jedec_id(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_flash_get_write_block_size(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_flash_get_parameters(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_flash_ex_op(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_flash_copy(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_device_get_binding(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_device_is_ready(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_device_init(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_device_deinit(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_device_get_by_dt_nodelabel(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_thread_stack_alloc(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_thread_stack_free(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_thread_create(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_thread_stack_space_get(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_thread_runtime_stack_unused_threshold_pct_set(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_thread_runtime_stack_unused_threshold_set(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_thread_runtime_stack_unused_threshold_get(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_thread_join(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_sleep(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_usleep(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_busy_wait(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_yield(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_wakeup(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_sched_current_thread_query(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_thread_abort(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_thread_timeout_expires_ticks(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_thread_timeout_remaining_ticks(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_thread_priority_get(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_thread_priority_set(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_thread_deadline_set(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_thread_absolute_deadline_set(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_reschedule(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_thread_suspend(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_thread_resume(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_is_preempt_thread(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_thread_custom_data_set(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_thread_custom_data_get(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_thread_name_set(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_thread_name_copy(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_timer_start(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_timer_stop(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_timer_status_get(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_timer_status_sync(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_timer_expires_ticks(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_timer_remaining_ticks(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_timer_user_data_set(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_timer_user_data_get(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_uptime_ticks(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_queue_init(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_queue_cancel_wait(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_queue_alloc_append(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_queue_alloc_prepend(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_queue_get(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_queue_is_empty(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_queue_peek_head(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_queue_peek_tail(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_futex_wait(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_futex_wake(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_event_init(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_event_post(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_event_set(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_event_set_masked(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_event_clear(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_event_wait(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_event_wait_all(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_event_wait_safe(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_event_wait_all_safe(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_stack_alloc_init(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_stack_push(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_stack_pop(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_mutex_init(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_mutex_lock(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_mutex_unlock(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_condvar_init(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_condvar_signal(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_condvar_broadcast(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_condvar_wait(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_sem_init(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_sem_take(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_sem_give(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_sem_reset(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_sem_count_get(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_msgq_alloc_init(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_msgq_put(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_msgq_put_front(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_msgq_get(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_msgq_peek(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_msgq_peek_at(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_msgq_purge(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_msgq_num_free_get(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_msgq_get_attrs(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_msgq_num_used_get(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_pipe_init(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_pipe_write(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_pipe_read(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_pipe_reset(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_pipe_close(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_poll(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_poll_signal_init(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_poll_signal_reset(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_poll_signal_check(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_poll_signal_raise(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_str_out(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_float_disable(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_float_enable(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_object_access_check(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_k_object_alloc_size(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -__weak ALIAS_OF(handler_no_syscall) -uintptr_t z_mrsh_sys_clock_hw_cycles_per_sec_runtime_get(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, - uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); -extern uintptr_t z_mrsh_k_object_release(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); -extern uintptr_t z_mrsh_k_object_access_grant(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); -extern uintptr_t z_mrsh_k_object_alloc(uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, void *ssf); - -const _k_syscall_handler_t _k_syscall_table[K_SYSCALL_LIMIT] = { - [K_SYSCALL_ZEPHYR_READ_STDIN] = z_mrsh_zephyr_read_stdin, - [K_SYSCALL_ZEPHYR_WRITE_STDOUT] = z_mrsh_zephyr_write_stdout, - [K_SYSCALL_ZEPHYR_FPUTC] = z_mrsh_zephyr_fputc, - [K_SYSCALL_ZEPHYR_FWRITE] = z_mrsh_zephyr_fwrite, - [K_SYSCALL_SYS_CLOCK_GETRTOFFSET] = z_mrsh_sys_clock_getrtoffset, - [K_SYSCALL_SYS_CLOCK_SETTIME] = z_mrsh_sys_clock_settime, - [K_SYSCALL_SYS_CLOCK_NANOSLEEP] = z_mrsh_sys_clock_nanosleep, - [K_SYSCALL_Z_SYS_MUTEX_KERNEL_LOCK] = z_mrsh_z_sys_mutex_kernel_lock, - [K_SYSCALL_Z_SYS_MUTEX_KERNEL_UNLOCK] = z_mrsh_z_sys_mutex_kernel_unlock, - [K_SYSCALL_Z_LOG_MSG_SIMPLE_CREATE_0] = z_mrsh_z_log_msg_simple_create_0, - [K_SYSCALL_Z_LOG_MSG_SIMPLE_CREATE_1] = z_mrsh_z_log_msg_simple_create_1, - [K_SYSCALL_Z_LOG_MSG_SIMPLE_CREATE_2] = z_mrsh_z_log_msg_simple_create_2, - [K_SYSCALL_Z_LOG_MSG_STATIC_CREATE] = z_mrsh_z_log_msg_static_create, - [K_SYSCALL_LOG_PANIC] = z_mrsh_log_panic, - [K_SYSCALL_LOG_PROCESS] = z_mrsh_log_process, - [K_SYSCALL_LOG_BUFFERED_CNT] = z_mrsh_log_buffered_cnt, - [K_SYSCALL_LOG_FILTER_SET] = z_mrsh_log_filter_set, - [K_SYSCALL_LOG_FRONTEND_FILTER_SET] = z_mrsh_log_frontend_filter_set, - [K_SYSCALL_FLASH_READ] = z_mrsh_flash_read, - [K_SYSCALL_FLASH_WRITE] = z_mrsh_flash_write, - [K_SYSCALL_FLASH_ERASE] = z_mrsh_flash_erase, - [K_SYSCALL_FLASH_GET_SIZE] = z_mrsh_flash_get_size, - [K_SYSCALL_FLASH_FILL] = z_mrsh_flash_fill, - [K_SYSCALL_FLASH_FLATTEN] = z_mrsh_flash_flatten, - [K_SYSCALL_FLASH_GET_PAGE_INFO_BY_OFFS] = z_mrsh_flash_get_page_info_by_offs, - [K_SYSCALL_FLASH_GET_PAGE_INFO_BY_IDX] = z_mrsh_flash_get_page_info_by_idx, - [K_SYSCALL_FLASH_GET_PAGE_COUNT] = z_mrsh_flash_get_page_count, - [K_SYSCALL_FLASH_SFDP_READ] = z_mrsh_flash_sfdp_read, - [K_SYSCALL_FLASH_READ_JEDEC_ID] = z_mrsh_flash_read_jedec_id, - [K_SYSCALL_FLASH_GET_WRITE_BLOCK_SIZE] = z_mrsh_flash_get_write_block_size, - [K_SYSCALL_FLASH_GET_PARAMETERS] = z_mrsh_flash_get_parameters, - [K_SYSCALL_FLASH_EX_OP] = z_mrsh_flash_ex_op, - [K_SYSCALL_FLASH_COPY] = z_mrsh_flash_copy, - [K_SYSCALL_DEVICE_GET_BINDING] = z_mrsh_device_get_binding, - [K_SYSCALL_DEVICE_IS_READY] = z_mrsh_device_is_ready, - [K_SYSCALL_DEVICE_INIT] = z_mrsh_device_init, - [K_SYSCALL_DEVICE_DEINIT] = z_mrsh_device_deinit, - [K_SYSCALL_DEVICE_GET_BY_DT_NODELABEL] = z_mrsh_device_get_by_dt_nodelabel, - [K_SYSCALL_K_THREAD_STACK_ALLOC] = z_mrsh_k_thread_stack_alloc, - [K_SYSCALL_K_THREAD_STACK_FREE] = z_mrsh_k_thread_stack_free, - [K_SYSCALL_K_THREAD_CREATE] = z_mrsh_k_thread_create, - [K_SYSCALL_K_THREAD_STACK_SPACE_GET] = z_mrsh_k_thread_stack_space_get, - [K_SYSCALL_K_THREAD_RUNTIME_STACK_UNUSED_THRESHOLD_PCT_SET] = z_mrsh_k_thread_runtime_stack_unused_threshold_pct_set, - [K_SYSCALL_K_THREAD_RUNTIME_STACK_UNUSED_THRESHOLD_SET] = z_mrsh_k_thread_runtime_stack_unused_threshold_set, - [K_SYSCALL_K_THREAD_RUNTIME_STACK_UNUSED_THRESHOLD_GET] = z_mrsh_k_thread_runtime_stack_unused_threshold_get, - [K_SYSCALL_K_THREAD_JOIN] = z_mrsh_k_thread_join, - [K_SYSCALL_K_SLEEP] = z_mrsh_k_sleep, - [K_SYSCALL_K_USLEEP] = z_mrsh_k_usleep, - [K_SYSCALL_K_BUSY_WAIT] = z_mrsh_k_busy_wait, - [K_SYSCALL_K_YIELD] = z_mrsh_k_yield, - [K_SYSCALL_K_WAKEUP] = z_mrsh_k_wakeup, - [K_SYSCALL_K_SCHED_CURRENT_THREAD_QUERY] = z_mrsh_k_sched_current_thread_query, - [K_SYSCALL_K_THREAD_ABORT] = z_mrsh_k_thread_abort, - [K_SYSCALL_K_THREAD_TIMEOUT_EXPIRES_TICKS] = z_mrsh_k_thread_timeout_expires_ticks, - [K_SYSCALL_K_THREAD_TIMEOUT_REMAINING_TICKS] = z_mrsh_k_thread_timeout_remaining_ticks, - [K_SYSCALL_K_THREAD_PRIORITY_GET] = z_mrsh_k_thread_priority_get, - [K_SYSCALL_K_THREAD_PRIORITY_SET] = z_mrsh_k_thread_priority_set, - [K_SYSCALL_K_THREAD_DEADLINE_SET] = z_mrsh_k_thread_deadline_set, - [K_SYSCALL_K_THREAD_ABSOLUTE_DEADLINE_SET] = z_mrsh_k_thread_absolute_deadline_set, - [K_SYSCALL_K_RESCHEDULE] = z_mrsh_k_reschedule, - [K_SYSCALL_K_THREAD_SUSPEND] = z_mrsh_k_thread_suspend, - [K_SYSCALL_K_THREAD_RESUME] = z_mrsh_k_thread_resume, - [K_SYSCALL_K_IS_PREEMPT_THREAD] = z_mrsh_k_is_preempt_thread, - [K_SYSCALL_K_THREAD_CUSTOM_DATA_SET] = z_mrsh_k_thread_custom_data_set, - [K_SYSCALL_K_THREAD_CUSTOM_DATA_GET] = z_mrsh_k_thread_custom_data_get, - [K_SYSCALL_K_THREAD_NAME_SET] = z_mrsh_k_thread_name_set, - [K_SYSCALL_K_THREAD_NAME_COPY] = z_mrsh_k_thread_name_copy, - [K_SYSCALL_K_TIMER_START] = z_mrsh_k_timer_start, - [K_SYSCALL_K_TIMER_STOP] = z_mrsh_k_timer_stop, - [K_SYSCALL_K_TIMER_STATUS_GET] = z_mrsh_k_timer_status_get, - [K_SYSCALL_K_TIMER_STATUS_SYNC] = z_mrsh_k_timer_status_sync, - [K_SYSCALL_K_TIMER_EXPIRES_TICKS] = z_mrsh_k_timer_expires_ticks, - [K_SYSCALL_K_TIMER_REMAINING_TICKS] = z_mrsh_k_timer_remaining_ticks, - [K_SYSCALL_K_TIMER_USER_DATA_SET] = z_mrsh_k_timer_user_data_set, - [K_SYSCALL_K_TIMER_USER_DATA_GET] = z_mrsh_k_timer_user_data_get, - [K_SYSCALL_K_UPTIME_TICKS] = z_mrsh_k_uptime_ticks, - [K_SYSCALL_K_QUEUE_INIT] = z_mrsh_k_queue_init, - [K_SYSCALL_K_QUEUE_CANCEL_WAIT] = z_mrsh_k_queue_cancel_wait, - [K_SYSCALL_K_QUEUE_ALLOC_APPEND] = z_mrsh_k_queue_alloc_append, - [K_SYSCALL_K_QUEUE_ALLOC_PREPEND] = z_mrsh_k_queue_alloc_prepend, - [K_SYSCALL_K_QUEUE_GET] = z_mrsh_k_queue_get, - [K_SYSCALL_K_QUEUE_IS_EMPTY] = z_mrsh_k_queue_is_empty, - [K_SYSCALL_K_QUEUE_PEEK_HEAD] = z_mrsh_k_queue_peek_head, - [K_SYSCALL_K_QUEUE_PEEK_TAIL] = z_mrsh_k_queue_peek_tail, - [K_SYSCALL_K_FUTEX_WAIT] = z_mrsh_k_futex_wait, - [K_SYSCALL_K_FUTEX_WAKE] = z_mrsh_k_futex_wake, - [K_SYSCALL_K_EVENT_INIT] = z_mrsh_k_event_init, - [K_SYSCALL_K_EVENT_POST] = z_mrsh_k_event_post, - [K_SYSCALL_K_EVENT_SET] = z_mrsh_k_event_set, - [K_SYSCALL_K_EVENT_SET_MASKED] = z_mrsh_k_event_set_masked, - [K_SYSCALL_K_EVENT_CLEAR] = z_mrsh_k_event_clear, - [K_SYSCALL_K_EVENT_WAIT] = z_mrsh_k_event_wait, - [K_SYSCALL_K_EVENT_WAIT_ALL] = z_mrsh_k_event_wait_all, - [K_SYSCALL_K_EVENT_WAIT_SAFE] = z_mrsh_k_event_wait_safe, - [K_SYSCALL_K_EVENT_WAIT_ALL_SAFE] = z_mrsh_k_event_wait_all_safe, - [K_SYSCALL_K_STACK_ALLOC_INIT] = z_mrsh_k_stack_alloc_init, - [K_SYSCALL_K_STACK_PUSH] = z_mrsh_k_stack_push, - [K_SYSCALL_K_STACK_POP] = z_mrsh_k_stack_pop, - [K_SYSCALL_K_MUTEX_INIT] = z_mrsh_k_mutex_init, - [K_SYSCALL_K_MUTEX_LOCK] = z_mrsh_k_mutex_lock, - [K_SYSCALL_K_MUTEX_UNLOCK] = z_mrsh_k_mutex_unlock, - [K_SYSCALL_K_CONDVAR_INIT] = z_mrsh_k_condvar_init, - [K_SYSCALL_K_CONDVAR_SIGNAL] = z_mrsh_k_condvar_signal, - [K_SYSCALL_K_CONDVAR_BROADCAST] = z_mrsh_k_condvar_broadcast, - [K_SYSCALL_K_CONDVAR_WAIT] = z_mrsh_k_condvar_wait, - [K_SYSCALL_K_SEM_INIT] = z_mrsh_k_sem_init, - [K_SYSCALL_K_SEM_TAKE] = z_mrsh_k_sem_take, - [K_SYSCALL_K_SEM_GIVE] = z_mrsh_k_sem_give, - [K_SYSCALL_K_SEM_RESET] = z_mrsh_k_sem_reset, - [K_SYSCALL_K_SEM_COUNT_GET] = z_mrsh_k_sem_count_get, - [K_SYSCALL_K_MSGQ_ALLOC_INIT] = z_mrsh_k_msgq_alloc_init, - [K_SYSCALL_K_MSGQ_PUT] = z_mrsh_k_msgq_put, - [K_SYSCALL_K_MSGQ_PUT_FRONT] = z_mrsh_k_msgq_put_front, - [K_SYSCALL_K_MSGQ_GET] = z_mrsh_k_msgq_get, - [K_SYSCALL_K_MSGQ_PEEK] = z_mrsh_k_msgq_peek, - [K_SYSCALL_K_MSGQ_PEEK_AT] = z_mrsh_k_msgq_peek_at, - [K_SYSCALL_K_MSGQ_PURGE] = z_mrsh_k_msgq_purge, - [K_SYSCALL_K_MSGQ_NUM_FREE_GET] = z_mrsh_k_msgq_num_free_get, - [K_SYSCALL_K_MSGQ_GET_ATTRS] = z_mrsh_k_msgq_get_attrs, - [K_SYSCALL_K_MSGQ_NUM_USED_GET] = z_mrsh_k_msgq_num_used_get, - [K_SYSCALL_K_PIPE_INIT] = z_mrsh_k_pipe_init, - [K_SYSCALL_K_PIPE_WRITE] = z_mrsh_k_pipe_write, - [K_SYSCALL_K_PIPE_READ] = z_mrsh_k_pipe_read, - [K_SYSCALL_K_PIPE_RESET] = z_mrsh_k_pipe_reset, - [K_SYSCALL_K_PIPE_CLOSE] = z_mrsh_k_pipe_close, - [K_SYSCALL_K_POLL] = z_mrsh_k_poll, - [K_SYSCALL_K_POLL_SIGNAL_INIT] = z_mrsh_k_poll_signal_init, - [K_SYSCALL_K_POLL_SIGNAL_RESET] = z_mrsh_k_poll_signal_reset, - [K_SYSCALL_K_POLL_SIGNAL_CHECK] = z_mrsh_k_poll_signal_check, - [K_SYSCALL_K_POLL_SIGNAL_RAISE] = z_mrsh_k_poll_signal_raise, - [K_SYSCALL_K_STR_OUT] = z_mrsh_k_str_out, - [K_SYSCALL_K_FLOAT_DISABLE] = z_mrsh_k_float_disable, - [K_SYSCALL_K_FLOAT_ENABLE] = z_mrsh_k_float_enable, - [K_SYSCALL_K_OBJECT_ACCESS_GRANT] = z_mrsh_k_object_access_grant, - [K_SYSCALL_K_OBJECT_RELEASE] = z_mrsh_k_object_release, - [K_SYSCALL_K_OBJECT_ACCESS_CHECK] = z_mrsh_k_object_access_check, - [K_SYSCALL_K_OBJECT_ALLOC] = z_mrsh_k_object_alloc, - [K_SYSCALL_K_OBJECT_ALLOC_SIZE] = z_mrsh_k_object_alloc_size, - [K_SYSCALL_SYS_CLOCK_HW_CYCLES_PER_SEC_RUNTIME_GET] = z_mrsh_sys_clock_hw_cycles_per_sec_runtime_get, - [K_SYSCALL_BAD] = handler_bad_syscall -}; diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscall_exports_llext.c b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscall_exports_llext.c deleted file mode 100644 index f587d5f..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscall_exports_llext.c +++ /dev/null @@ -1,289 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -/* - * Export the implementation functions of all emitted syscalls. - * Only the symbol names are relevant in this file, they will be - * resolved to the actual implementation functions by the linker. - */ - -/* Symbol declarations */ -extern void * const z_impl_device_deinit; -extern void * const z_impl_device_get_binding; -extern void * const z_impl_device_get_by_dt_nodelabel; -extern void * const z_impl_device_init; -extern void * const z_impl_device_is_ready; -extern void * const z_impl_flash_copy; -extern void * const z_impl_flash_erase; -extern void * const z_impl_flash_ex_op; -extern void * const z_impl_flash_fill; -extern void * const z_impl_flash_flatten; -extern void * const z_impl_flash_get_page_count; -extern void * const z_impl_flash_get_page_info_by_idx; -extern void * const z_impl_flash_get_page_info_by_offs; -extern void * const z_impl_flash_get_parameters; -extern void * const z_impl_flash_get_size; -extern void * const z_impl_flash_get_write_block_size; -extern void * const z_impl_flash_read; -extern void * const z_impl_flash_read_jedec_id; -extern void * const z_impl_flash_sfdp_read; -extern void * const z_impl_flash_write; -extern void * const z_impl_k_busy_wait; -extern void * const z_impl_k_condvar_broadcast; -extern void * const z_impl_k_condvar_init; -extern void * const z_impl_k_condvar_signal; -extern void * const z_impl_k_condvar_wait; -extern void * const z_impl_k_event_clear; -extern void * const z_impl_k_event_init; -extern void * const z_impl_k_event_post; -extern void * const z_impl_k_event_set; -extern void * const z_impl_k_event_set_masked; -extern void * const z_impl_k_event_wait; -extern void * const z_impl_k_event_wait_all; -extern void * const z_impl_k_event_wait_all_safe; -extern void * const z_impl_k_event_wait_safe; -extern void * const z_impl_k_float_disable; -extern void * const z_impl_k_float_enable; -extern void * const z_impl_k_futex_wait; -extern void * const z_impl_k_futex_wake; -extern void * const z_impl_k_is_preempt_thread; -extern void * const z_impl_k_msgq_alloc_init; -extern void * const z_impl_k_msgq_get; -extern void * const z_impl_k_msgq_get_attrs; -extern void * const z_impl_k_msgq_num_free_get; -extern void * const z_impl_k_msgq_num_used_get; -extern void * const z_impl_k_msgq_peek; -extern void * const z_impl_k_msgq_peek_at; -extern void * const z_impl_k_msgq_purge; -extern void * const z_impl_k_msgq_put; -extern void * const z_impl_k_msgq_put_front; -extern void * const z_impl_k_mutex_init; -extern void * const z_impl_k_mutex_lock; -extern void * const z_impl_k_mutex_unlock; -extern void * const z_impl_k_object_access_check; -extern void * const z_impl_k_object_access_grant; -extern void * const z_impl_k_object_alloc; -extern void * const z_impl_k_object_alloc_size; -extern void * const z_impl_k_object_release; -extern void * const z_impl_k_pipe_close; -extern void * const z_impl_k_pipe_init; -extern void * const z_impl_k_pipe_read; -extern void * const z_impl_k_pipe_reset; -extern void * const z_impl_k_pipe_write; -extern void * const z_impl_k_poll; -extern void * const z_impl_k_poll_signal_check; -extern void * const z_impl_k_poll_signal_init; -extern void * const z_impl_k_poll_signal_raise; -extern void * const z_impl_k_poll_signal_reset; -extern void * const z_impl_k_queue_alloc_append; -extern void * const z_impl_k_queue_alloc_prepend; -extern void * const z_impl_k_queue_cancel_wait; -extern void * const z_impl_k_queue_get; -extern void * const z_impl_k_queue_init; -extern void * const z_impl_k_queue_is_empty; -extern void * const z_impl_k_queue_peek_head; -extern void * const z_impl_k_queue_peek_tail; -extern void * const z_impl_k_reschedule; -extern void * const z_impl_k_sched_current_thread_query; -extern void * const z_impl_k_sem_count_get; -extern void * const z_impl_k_sem_give; -extern void * const z_impl_k_sem_init; -extern void * const z_impl_k_sem_reset; -extern void * const z_impl_k_sem_take; -extern void * const z_impl_k_sleep; -extern void * const z_impl_k_stack_alloc_init; -extern void * const z_impl_k_stack_pop; -extern void * const z_impl_k_stack_push; -extern void * const z_impl_k_str_out; -extern void * const z_impl_k_thread_abort; -extern void * const z_impl_k_thread_absolute_deadline_set; -extern void * const z_impl_k_thread_create; -extern void * const z_impl_k_thread_custom_data_get; -extern void * const z_impl_k_thread_custom_data_set; -extern void * const z_impl_k_thread_deadline_set; -extern void * const z_impl_k_thread_join; -extern void * const z_impl_k_thread_name_copy; -extern void * const z_impl_k_thread_name_set; -extern void * const z_impl_k_thread_priority_get; -extern void * const z_impl_k_thread_priority_set; -extern void * const z_impl_k_thread_resume; -extern void * const z_impl_k_thread_runtime_stack_unused_threshold_get; -extern void * const z_impl_k_thread_runtime_stack_unused_threshold_pct_set; -extern void * const z_impl_k_thread_runtime_stack_unused_threshold_set; -extern void * const z_impl_k_thread_stack_alloc; -extern void * const z_impl_k_thread_stack_free; -extern void * const z_impl_k_thread_stack_space_get; -extern void * const z_impl_k_thread_suspend; -extern void * const z_impl_k_thread_timeout_expires_ticks; -extern void * const z_impl_k_thread_timeout_remaining_ticks; -extern void * const z_impl_k_timer_expires_ticks; -extern void * const z_impl_k_timer_remaining_ticks; -extern void * const z_impl_k_timer_start; -extern void * const z_impl_k_timer_status_get; -extern void * const z_impl_k_timer_status_sync; -extern void * const z_impl_k_timer_stop; -extern void * const z_impl_k_timer_user_data_get; -extern void * const z_impl_k_timer_user_data_set; -extern void * const z_impl_k_uptime_ticks; -extern void * const z_impl_k_usleep; -extern void * const z_impl_k_wakeup; -extern void * const z_impl_k_yield; -extern void * const z_impl_log_buffered_cnt; -extern void * const z_impl_log_filter_set; -extern void * const z_impl_log_frontend_filter_set; -extern void * const z_impl_log_panic; -extern void * const z_impl_log_process; -extern void * const z_impl_sys_clock_getrtoffset; -extern void * const z_impl_sys_clock_hw_cycles_per_sec_runtime_get; -extern void * const z_impl_sys_clock_nanosleep; -extern void * const z_impl_sys_clock_settime; -extern void * const z_impl_z_log_msg_simple_create_0; -extern void * const z_impl_z_log_msg_simple_create_1; -extern void * const z_impl_z_log_msg_simple_create_2; -extern void * const z_impl_z_log_msg_static_create; -extern void * const z_impl_z_sys_mutex_kernel_lock; -extern void * const z_impl_z_sys_mutex_kernel_unlock; -extern void * const z_impl_zephyr_fputc; -extern void * const z_impl_zephyr_fwrite; -extern void * const z_impl_zephyr_read_stdin; -extern void * const z_impl_zephyr_write_stdout; - -/* Exported symbols */ -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_device_deinit); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_device_get_binding); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_device_get_by_dt_nodelabel); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_device_init); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_device_is_ready); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_flash_copy); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_flash_erase); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_flash_ex_op); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_flash_fill); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_flash_flatten); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_flash_get_page_count); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_flash_get_page_info_by_idx); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_flash_get_page_info_by_offs); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_flash_get_parameters); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_flash_get_size); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_flash_get_write_block_size); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_flash_read); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_flash_read_jedec_id); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_flash_sfdp_read); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_flash_write); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_busy_wait); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_condvar_broadcast); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_condvar_init); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_condvar_signal); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_condvar_wait); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_event_clear); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_event_init); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_event_post); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_event_set); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_event_set_masked); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_event_wait); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_event_wait_all); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_event_wait_all_safe); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_event_wait_safe); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_float_disable); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_float_enable); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_futex_wait); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_futex_wake); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_is_preempt_thread); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_msgq_alloc_init); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_msgq_get); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_msgq_get_attrs); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_msgq_num_free_get); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_msgq_num_used_get); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_msgq_peek); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_msgq_peek_at); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_msgq_purge); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_msgq_put); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_msgq_put_front); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_mutex_init); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_mutex_lock); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_mutex_unlock); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_object_access_check); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_object_access_grant); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_object_alloc); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_object_alloc_size); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_object_release); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_pipe_close); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_pipe_init); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_pipe_read); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_pipe_reset); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_pipe_write); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_poll); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_poll_signal_check); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_poll_signal_init); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_poll_signal_raise); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_poll_signal_reset); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_queue_alloc_append); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_queue_alloc_prepend); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_queue_cancel_wait); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_queue_get); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_queue_init); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_queue_is_empty); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_queue_peek_head); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_queue_peek_tail); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_reschedule); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_sched_current_thread_query); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_sem_count_get); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_sem_give); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_sem_init); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_sem_reset); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_sem_take); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_sleep); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_stack_alloc_init); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_stack_pop); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_stack_push); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_str_out); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_thread_abort); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_thread_absolute_deadline_set); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_thread_create); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_thread_custom_data_get); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_thread_custom_data_set); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_thread_deadline_set); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_thread_join); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_thread_name_copy); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_thread_name_set); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_thread_priority_get); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_thread_priority_set); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_thread_resume); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_thread_runtime_stack_unused_threshold_get); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_thread_runtime_stack_unused_threshold_pct_set); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_thread_runtime_stack_unused_threshold_set); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_thread_stack_alloc); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_thread_stack_free); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_thread_stack_space_get); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_thread_suspend); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_thread_timeout_expires_ticks); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_thread_timeout_remaining_ticks); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_timer_expires_ticks); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_timer_remaining_ticks); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_timer_start); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_timer_status_get); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_timer_status_sync); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_timer_stop); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_timer_user_data_get); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_timer_user_data_set); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_uptime_ticks); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_usleep); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_wakeup); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_k_yield); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_log_buffered_cnt); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_log_filter_set); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_log_frontend_filter_set); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_log_panic); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_log_process); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_sys_clock_getrtoffset); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_sys_clock_hw_cycles_per_sec_runtime_get); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_sys_clock_nanosleep); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_sys_clock_settime); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_z_log_msg_simple_create_0); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_z_log_msg_simple_create_1); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_z_log_msg_simple_create_2); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_z_log_msg_static_create); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_z_sys_mutex_kernel_lock); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_z_sys_mutex_kernel_unlock); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_zephyr_fputc); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_zephyr_fwrite); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_zephyr_read_stdin); -EXPORT_GROUP_SYMBOL(SYSCALL, z_impl_zephyr_write_stdout); diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscall_list.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscall_list.h deleted file mode 100644 index 8506f9a..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscall_list.h +++ /dev/null @@ -1,664 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef ZEPHYR_SYSCALL_LIST_H -#define ZEPHYR_SYSCALL_LIST_H - -#define K_SYSCALL_DEVICE_DEINIT 0 -#define K_SYSCALL_DEVICE_GET_BINDING 1 -#define K_SYSCALL_DEVICE_GET_BY_DT_NODELABEL 2 -#define K_SYSCALL_DEVICE_INIT 3 -#define K_SYSCALL_DEVICE_IS_READY 4 -#define K_SYSCALL_FLASH_COPY 5 -#define K_SYSCALL_FLASH_ERASE 6 -#define K_SYSCALL_FLASH_EX_OP 7 -#define K_SYSCALL_FLASH_FILL 8 -#define K_SYSCALL_FLASH_FLATTEN 9 -#define K_SYSCALL_FLASH_GET_PAGE_COUNT 10 -#define K_SYSCALL_FLASH_GET_PAGE_INFO_BY_IDX 11 -#define K_SYSCALL_FLASH_GET_PAGE_INFO_BY_OFFS 12 -#define K_SYSCALL_FLASH_GET_PARAMETERS 13 -#define K_SYSCALL_FLASH_GET_SIZE 14 -#define K_SYSCALL_FLASH_GET_WRITE_BLOCK_SIZE 15 -#define K_SYSCALL_FLASH_READ 16 -#define K_SYSCALL_FLASH_READ_JEDEC_ID 17 -#define K_SYSCALL_FLASH_SFDP_READ 18 -#define K_SYSCALL_FLASH_WRITE 19 -#define K_SYSCALL_K_BUSY_WAIT 20 -#define K_SYSCALL_K_CONDVAR_BROADCAST 21 -#define K_SYSCALL_K_CONDVAR_INIT 22 -#define K_SYSCALL_K_CONDVAR_SIGNAL 23 -#define K_SYSCALL_K_CONDVAR_WAIT 24 -#define K_SYSCALL_K_EVENT_CLEAR 25 -#define K_SYSCALL_K_EVENT_INIT 26 -#define K_SYSCALL_K_EVENT_POST 27 -#define K_SYSCALL_K_EVENT_SET 28 -#define K_SYSCALL_K_EVENT_SET_MASKED 29 -#define K_SYSCALL_K_EVENT_WAIT 30 -#define K_SYSCALL_K_EVENT_WAIT_ALL 31 -#define K_SYSCALL_K_EVENT_WAIT_ALL_SAFE 32 -#define K_SYSCALL_K_EVENT_WAIT_SAFE 33 -#define K_SYSCALL_K_FLOAT_DISABLE 34 -#define K_SYSCALL_K_FLOAT_ENABLE 35 -#define K_SYSCALL_K_FUTEX_WAIT 36 -#define K_SYSCALL_K_FUTEX_WAKE 37 -#define K_SYSCALL_K_IS_PREEMPT_THREAD 38 -#define K_SYSCALL_K_MSGQ_ALLOC_INIT 39 -#define K_SYSCALL_K_MSGQ_GET 40 -#define K_SYSCALL_K_MSGQ_GET_ATTRS 41 -#define K_SYSCALL_K_MSGQ_NUM_FREE_GET 42 -#define K_SYSCALL_K_MSGQ_NUM_USED_GET 43 -#define K_SYSCALL_K_MSGQ_PEEK 44 -#define K_SYSCALL_K_MSGQ_PEEK_AT 45 -#define K_SYSCALL_K_MSGQ_PURGE 46 -#define K_SYSCALL_K_MSGQ_PUT 47 -#define K_SYSCALL_K_MSGQ_PUT_FRONT 48 -#define K_SYSCALL_K_MUTEX_INIT 49 -#define K_SYSCALL_K_MUTEX_LOCK 50 -#define K_SYSCALL_K_MUTEX_UNLOCK 51 -#define K_SYSCALL_K_OBJECT_ACCESS_CHECK 52 -#define K_SYSCALL_K_OBJECT_ACCESS_GRANT 53 -#define K_SYSCALL_K_OBJECT_ALLOC 54 -#define K_SYSCALL_K_OBJECT_ALLOC_SIZE 55 -#define K_SYSCALL_K_OBJECT_RELEASE 56 -#define K_SYSCALL_K_PIPE_CLOSE 57 -#define K_SYSCALL_K_PIPE_INIT 58 -#define K_SYSCALL_K_PIPE_READ 59 -#define K_SYSCALL_K_PIPE_RESET 60 -#define K_SYSCALL_K_PIPE_WRITE 61 -#define K_SYSCALL_K_POLL 62 -#define K_SYSCALL_K_POLL_SIGNAL_CHECK 63 -#define K_SYSCALL_K_POLL_SIGNAL_INIT 64 -#define K_SYSCALL_K_POLL_SIGNAL_RAISE 65 -#define K_SYSCALL_K_POLL_SIGNAL_RESET 66 -#define K_SYSCALL_K_QUEUE_ALLOC_APPEND 67 -#define K_SYSCALL_K_QUEUE_ALLOC_PREPEND 68 -#define K_SYSCALL_K_QUEUE_CANCEL_WAIT 69 -#define K_SYSCALL_K_QUEUE_GET 70 -#define K_SYSCALL_K_QUEUE_INIT 71 -#define K_SYSCALL_K_QUEUE_IS_EMPTY 72 -#define K_SYSCALL_K_QUEUE_PEEK_HEAD 73 -#define K_SYSCALL_K_QUEUE_PEEK_TAIL 74 -#define K_SYSCALL_K_RESCHEDULE 75 -#define K_SYSCALL_K_SCHED_CURRENT_THREAD_QUERY 76 -#define K_SYSCALL_K_SEM_COUNT_GET 77 -#define K_SYSCALL_K_SEM_GIVE 78 -#define K_SYSCALL_K_SEM_INIT 79 -#define K_SYSCALL_K_SEM_RESET 80 -#define K_SYSCALL_K_SEM_TAKE 81 -#define K_SYSCALL_K_SLEEP 82 -#define K_SYSCALL_K_STACK_ALLOC_INIT 83 -#define K_SYSCALL_K_STACK_POP 84 -#define K_SYSCALL_K_STACK_PUSH 85 -#define K_SYSCALL_K_STR_OUT 86 -#define K_SYSCALL_K_THREAD_ABORT 87 -#define K_SYSCALL_K_THREAD_ABSOLUTE_DEADLINE_SET 88 -#define K_SYSCALL_K_THREAD_CREATE 89 -#define K_SYSCALL_K_THREAD_CUSTOM_DATA_GET 90 -#define K_SYSCALL_K_THREAD_CUSTOM_DATA_SET 91 -#define K_SYSCALL_K_THREAD_DEADLINE_SET 92 -#define K_SYSCALL_K_THREAD_JOIN 93 -#define K_SYSCALL_K_THREAD_NAME_COPY 94 -#define K_SYSCALL_K_THREAD_NAME_SET 95 -#define K_SYSCALL_K_THREAD_PRIORITY_GET 96 -#define K_SYSCALL_K_THREAD_PRIORITY_SET 97 -#define K_SYSCALL_K_THREAD_RESUME 98 -#define K_SYSCALL_K_THREAD_RUNTIME_STACK_UNUSED_THRESHOLD_GET 99 -#define K_SYSCALL_K_THREAD_RUNTIME_STACK_UNUSED_THRESHOLD_PCT_SET 100 -#define K_SYSCALL_K_THREAD_RUNTIME_STACK_UNUSED_THRESHOLD_SET 101 -#define K_SYSCALL_K_THREAD_STACK_ALLOC 102 -#define K_SYSCALL_K_THREAD_STACK_FREE 103 -#define K_SYSCALL_K_THREAD_STACK_SPACE_GET 104 -#define K_SYSCALL_K_THREAD_SUSPEND 105 -#define K_SYSCALL_K_THREAD_TIMEOUT_EXPIRES_TICKS 106 -#define K_SYSCALL_K_THREAD_TIMEOUT_REMAINING_TICKS 107 -#define K_SYSCALL_K_TIMER_EXPIRES_TICKS 108 -#define K_SYSCALL_K_TIMER_REMAINING_TICKS 109 -#define K_SYSCALL_K_TIMER_START 110 -#define K_SYSCALL_K_TIMER_STATUS_GET 111 -#define K_SYSCALL_K_TIMER_STATUS_SYNC 112 -#define K_SYSCALL_K_TIMER_STOP 113 -#define K_SYSCALL_K_TIMER_USER_DATA_GET 114 -#define K_SYSCALL_K_TIMER_USER_DATA_SET 115 -#define K_SYSCALL_K_UPTIME_TICKS 116 -#define K_SYSCALL_K_USLEEP 117 -#define K_SYSCALL_K_WAKEUP 118 -#define K_SYSCALL_K_YIELD 119 -#define K_SYSCALL_LOG_BUFFERED_CNT 120 -#define K_SYSCALL_LOG_FILTER_SET 121 -#define K_SYSCALL_LOG_FRONTEND_FILTER_SET 122 -#define K_SYSCALL_LOG_PANIC 123 -#define K_SYSCALL_LOG_PROCESS 124 -#define K_SYSCALL_SYS_CLOCK_GETRTOFFSET 125 -#define K_SYSCALL_SYS_CLOCK_HW_CYCLES_PER_SEC_RUNTIME_GET 126 -#define K_SYSCALL_SYS_CLOCK_NANOSLEEP 127 -#define K_SYSCALL_SYS_CLOCK_SETTIME 128 -#define K_SYSCALL_ZEPHYR_FPUTC 129 -#define K_SYSCALL_ZEPHYR_FWRITE 130 -#define K_SYSCALL_ZEPHYR_READ_STDIN 131 -#define K_SYSCALL_ZEPHYR_WRITE_STDOUT 132 -#define K_SYSCALL_Z_LOG_MSG_SIMPLE_CREATE_0 133 -#define K_SYSCALL_Z_LOG_MSG_SIMPLE_CREATE_1 134 -#define K_SYSCALL_Z_LOG_MSG_SIMPLE_CREATE_2 135 -#define K_SYSCALL_Z_LOG_MSG_STATIC_CREATE 136 -#define K_SYSCALL_Z_SYS_MUTEX_KERNEL_LOCK 137 -#define K_SYSCALL_Z_SYS_MUTEX_KERNEL_UNLOCK 138 -#define K_SYSCALL_BAD 139 -#define K_SYSCALL_LIMIT 140 - - -/* Following syscalls are not used in image */ -#define K_SYSCALL_ADC_CHANNEL_SETUP 141 -#define K_SYSCALL_ADC_GET_DECODER 142 -#define K_SYSCALL_ADC_READ 143 -#define K_SYSCALL_ADC_READ_ASYNC 144 -#define K_SYSCALL_ATOMIC_ADD 145 -#define K_SYSCALL_ATOMIC_AND 146 -#define K_SYSCALL_ATOMIC_CAS 147 -#define K_SYSCALL_ATOMIC_NAND 148 -#define K_SYSCALL_ATOMIC_OR 149 -#define K_SYSCALL_ATOMIC_PTR_CAS 150 -#define K_SYSCALL_ATOMIC_PTR_SET 151 -#define K_SYSCALL_ATOMIC_SET 152 -#define K_SYSCALL_ATOMIC_SUB 153 -#define K_SYSCALL_ATOMIC_XOR 154 -#define K_SYSCALL_AUXDISPLAY_BACKLIGHT_GET 155 -#define K_SYSCALL_AUXDISPLAY_BACKLIGHT_SET 156 -#define K_SYSCALL_AUXDISPLAY_BRIGHTNESS_GET 157 -#define K_SYSCALL_AUXDISPLAY_BRIGHTNESS_SET 158 -#define K_SYSCALL_AUXDISPLAY_CAPABILITIES_GET 159 -#define K_SYSCALL_AUXDISPLAY_CLEAR 160 -#define K_SYSCALL_AUXDISPLAY_CURSOR_POSITION_GET 161 -#define K_SYSCALL_AUXDISPLAY_CURSOR_POSITION_SET 162 -#define K_SYSCALL_AUXDISPLAY_CURSOR_SET_ENABLED 163 -#define K_SYSCALL_AUXDISPLAY_CURSOR_SHIFT_SET 164 -#define K_SYSCALL_AUXDISPLAY_CUSTOM_CHARACTER_SET 165 -#define K_SYSCALL_AUXDISPLAY_CUSTOM_COMMAND 166 -#define K_SYSCALL_AUXDISPLAY_DISPLAY_OFF 167 -#define K_SYSCALL_AUXDISPLAY_DISPLAY_ON 168 -#define K_SYSCALL_AUXDISPLAY_DISPLAY_POSITION_GET 169 -#define K_SYSCALL_AUXDISPLAY_DISPLAY_POSITION_SET 170 -#define K_SYSCALL_AUXDISPLAY_IS_BUSY 171 -#define K_SYSCALL_AUXDISPLAY_POSITION_BLINKING_SET_ENABLED 172 -#define K_SYSCALL_AUXDISPLAY_WRITE 173 -#define K_SYSCALL_BBRAM_CHECK_INVALID 174 -#define K_SYSCALL_BBRAM_CHECK_POWER 175 -#define K_SYSCALL_BBRAM_CHECK_STANDBY_POWER 176 -#define K_SYSCALL_BBRAM_GET_SIZE 177 -#define K_SYSCALL_BBRAM_READ 178 -#define K_SYSCALL_BBRAM_WRITE 179 -#define K_SYSCALL_BC12_SET_RESULT_CB 180 -#define K_SYSCALL_BC12_SET_ROLE 181 -#define K_SYSCALL_BIOMETRIC_ATTR_GET 182 -#define K_SYSCALL_BIOMETRIC_ATTR_SET 183 -#define K_SYSCALL_BIOMETRIC_ENROLL_ABORT 184 -#define K_SYSCALL_BIOMETRIC_ENROLL_CAPTURE 185 -#define K_SYSCALL_BIOMETRIC_ENROLL_FINALIZE 186 -#define K_SYSCALL_BIOMETRIC_ENROLL_START 187 -#define K_SYSCALL_BIOMETRIC_GET_CAPABILITIES 188 -#define K_SYSCALL_BIOMETRIC_LED_CONTROL 189 -#define K_SYSCALL_BIOMETRIC_MATCH 190 -#define K_SYSCALL_BIOMETRIC_TEMPLATE_DELETE 191 -#define K_SYSCALL_BIOMETRIC_TEMPLATE_DELETE_ALL 192 -#define K_SYSCALL_BIOMETRIC_TEMPLATE_LIST 193 -#define K_SYSCALL_BIOMETRIC_TEMPLATE_READ 194 -#define K_SYSCALL_BIOMETRIC_TEMPLATE_STORE 195 -#define K_SYSCALL_CAN_ADD_RX_FILTER_MSGQ 196 -#define K_SYSCALL_CAN_CALC_TIMING 197 -#define K_SYSCALL_CAN_CALC_TIMING_DATA 198 -#define K_SYSCALL_CAN_GET_BITRATE_MAX 199 -#define K_SYSCALL_CAN_GET_BITRATE_MIN 200 -#define K_SYSCALL_CAN_GET_CAPABILITIES 201 -#define K_SYSCALL_CAN_GET_CORE_CLOCK 202 -#define K_SYSCALL_CAN_GET_MAX_FILTERS 203 -#define K_SYSCALL_CAN_GET_MODE 204 -#define K_SYSCALL_CAN_GET_STATE 205 -#define K_SYSCALL_CAN_GET_TIMING_DATA_MAX 206 -#define K_SYSCALL_CAN_GET_TIMING_DATA_MIN 207 -#define K_SYSCALL_CAN_GET_TIMING_MAX 208 -#define K_SYSCALL_CAN_GET_TIMING_MIN 209 -#define K_SYSCALL_CAN_GET_TRANSCEIVER 210 -#define K_SYSCALL_CAN_RECOVER 211 -#define K_SYSCALL_CAN_REMOVE_RX_FILTER 212 -#define K_SYSCALL_CAN_SEND 213 -#define K_SYSCALL_CAN_SET_BITRATE 214 -#define K_SYSCALL_CAN_SET_BITRATE_DATA 215 -#define K_SYSCALL_CAN_SET_MODE 216 -#define K_SYSCALL_CAN_SET_TIMING 217 -#define K_SYSCALL_CAN_SET_TIMING_DATA 218 -#define K_SYSCALL_CAN_START 219 -#define K_SYSCALL_CAN_STATS_GET_ACK_ERRORS 220 -#define K_SYSCALL_CAN_STATS_GET_BIT0_ERRORS 221 -#define K_SYSCALL_CAN_STATS_GET_BIT1_ERRORS 222 -#define K_SYSCALL_CAN_STATS_GET_BIT_ERRORS 223 -#define K_SYSCALL_CAN_STATS_GET_CRC_ERRORS 224 -#define K_SYSCALL_CAN_STATS_GET_FORM_ERRORS 225 -#define K_SYSCALL_CAN_STATS_GET_RX_OVERRUNS 226 -#define K_SYSCALL_CAN_STATS_GET_STUFF_ERRORS 227 -#define K_SYSCALL_CAN_STOP 228 -#define K_SYSCALL_CHARGER_CHARGE_ENABLE 229 -#define K_SYSCALL_CHARGER_GET_PROP 230 -#define K_SYSCALL_CHARGER_SET_PROP 231 -#define K_SYSCALL_COMPARATOR_GET_OUTPUT 232 -#define K_SYSCALL_COMPARATOR_SET_TRIGGER 233 -#define K_SYSCALL_COMPARATOR_TRIGGER_IS_PENDING 234 -#define K_SYSCALL_COUNTER_CANCEL_CHANNEL_ALARM 235 -#define K_SYSCALL_COUNTER_DISABLE_CAPTURE 236 -#define K_SYSCALL_COUNTER_ENABLE_CAPTURE 237 -#define K_SYSCALL_COUNTER_GET_FREQUENCY 238 -#define K_SYSCALL_COUNTER_GET_FREQUENCY_64 239 -#define K_SYSCALL_COUNTER_GET_GUARD_PERIOD 240 -#define K_SYSCALL_COUNTER_GET_GUARD_PERIOD_64 241 -#define K_SYSCALL_COUNTER_GET_MAX_TOP_VALUE 242 -#define K_SYSCALL_COUNTER_GET_MAX_TOP_VALUE_64 243 -#define K_SYSCALL_COUNTER_GET_NUM_OF_CHANNELS 244 -#define K_SYSCALL_COUNTER_GET_PENDING_INT 245 -#define K_SYSCALL_COUNTER_GET_TOP_VALUE 246 -#define K_SYSCALL_COUNTER_GET_TOP_VALUE_64 247 -#define K_SYSCALL_COUNTER_GET_VALUE 248 -#define K_SYSCALL_COUNTER_GET_VALUE_64 249 -#define K_SYSCALL_COUNTER_IS_COUNTING_UP 250 -#define K_SYSCALL_COUNTER_NS_TO_TICKS 251 -#define K_SYSCALL_COUNTER_NS_TO_TICKS_64 252 -#define K_SYSCALL_COUNTER_RESET 253 -#define K_SYSCALL_COUNTER_SET_CHANNEL_ALARM 254 -#define K_SYSCALL_COUNTER_SET_CHANNEL_ALARM_64 255 -#define K_SYSCALL_COUNTER_SET_GUARD_PERIOD 256 -#define K_SYSCALL_COUNTER_SET_GUARD_PERIOD_64 257 -#define K_SYSCALL_COUNTER_SET_TOP_VALUE 258 -#define K_SYSCALL_COUNTER_SET_TOP_VALUE_64 259 -#define K_SYSCALL_COUNTER_SET_VALUE 260 -#define K_SYSCALL_COUNTER_SET_VALUE_64 261 -#define K_SYSCALL_COUNTER_START 262 -#define K_SYSCALL_COUNTER_STOP 263 -#define K_SYSCALL_COUNTER_TICKS_TO_NS 264 -#define K_SYSCALL_COUNTER_TICKS_TO_NS_64 265 -#define K_SYSCALL_COUNTER_TICKS_TO_US 266 -#define K_SYSCALL_COUNTER_TICKS_TO_US_64 267 -#define K_SYSCALL_COUNTER_US_TO_TICKS 268 -#define K_SYSCALL_COUNTER_US_TO_TICKS_64 269 -#define K_SYSCALL_CRC_BEGIN 270 -#define K_SYSCALL_CRC_FINISH 271 -#define K_SYSCALL_CRC_UPDATE 272 -#define K_SYSCALL_DAC_CHANNEL_SETUP 273 -#define K_SYSCALL_DAC_WRITE_VALUE 274 -#define K_SYSCALL_DAI_CONFIG_GET 275 -#define K_SYSCALL_DAI_CONFIG_SET 276 -#define K_SYSCALL_DAI_CONFIG_UPDATE 277 -#define K_SYSCALL_DAI_GET_PROPERTIES_COPY 278 -#define K_SYSCALL_DAI_PROBE 279 -#define K_SYSCALL_DAI_REMOVE 280 -#define K_SYSCALL_DAI_TRIGGER 281 -#define K_SYSCALL_DAI_TS_CONFIG 282 -#define K_SYSCALL_DAI_TS_GET 283 -#define K_SYSCALL_DAI_TS_START 284 -#define K_SYSCALL_DAI_TS_STOP 285 -#define K_SYSCALL_DEVMUX_SELECT_GET 286 -#define K_SYSCALL_DEVMUX_SELECT_SET 287 -#define K_SYSCALL_EEPROM_GET_SIZE 288 -#define K_SYSCALL_EEPROM_READ 289 -#define K_SYSCALL_EEPROM_WRITE 290 -#define K_SYSCALL_EMUL_FUEL_GAUGE_IS_BATTERY_CUTOFF 291 -#define K_SYSCALL_EMUL_FUEL_GAUGE_SET_BATTERY_CHARGING 292 -#define K_SYSCALL_ENTROPY_GET_ENTROPY 293 -#define K_SYSCALL_ESPI_CONFIG 294 -#define K_SYSCALL_ESPI_FLASH_ERASE 295 -#define K_SYSCALL_ESPI_GET_CHANNEL_STATUS 296 -#define K_SYSCALL_ESPI_READ_FLASH 297 -#define K_SYSCALL_ESPI_READ_LPC_REQUEST 298 -#define K_SYSCALL_ESPI_READ_REQUEST 299 -#define K_SYSCALL_ESPI_RECEIVE_OOB 300 -#define K_SYSCALL_ESPI_RECEIVE_VWIRE 301 -#define K_SYSCALL_ESPI_SAF_ACTIVATE 302 -#define K_SYSCALL_ESPI_SAF_CONFIG 303 -#define K_SYSCALL_ESPI_SAF_FLASH_ERASE 304 -#define K_SYSCALL_ESPI_SAF_FLASH_READ 305 -#define K_SYSCALL_ESPI_SAF_FLASH_UNSUCCESS 306 -#define K_SYSCALL_ESPI_SAF_FLASH_WRITE 307 -#define K_SYSCALL_ESPI_SAF_GET_CHANNEL_STATUS 308 -#define K_SYSCALL_ESPI_SAF_SET_PROTECTION_REGIONS 309 -#define K_SYSCALL_ESPI_SEND_OOB 310 -#define K_SYSCALL_ESPI_SEND_VWIRE 311 -#define K_SYSCALL_ESPI_WRITE_FLASH 312 -#define K_SYSCALL_ESPI_WRITE_LPC_REQUEST 313 -#define K_SYSCALL_ESPI_WRITE_REQUEST 314 -#define K_SYSCALL_FLASH_SIMULATOR_GET_MEMORY 315 -#define K_SYSCALL_FLASH_SIMULATOR_GET_PARAMS 316 -#define K_SYSCALL_FLASH_SIMULATOR_SET_CALLBACKS 317 -#define K_SYSCALL_FUEL_GAUGE_BATTERY_CUTOFF 318 -#define K_SYSCALL_FUEL_GAUGE_GET_BUFFER_PROP 319 -#define K_SYSCALL_FUEL_GAUGE_GET_PROP 320 -#define K_SYSCALL_FUEL_GAUGE_GET_PROPS 321 -#define K_SYSCALL_FUEL_GAUGE_SET_PROP 322 -#define K_SYSCALL_FUEL_GAUGE_SET_PROPS 323 -#define K_SYSCALL_GNSS_GET_ENABLED_SYSTEMS 324 -#define K_SYSCALL_GNSS_GET_FIX_RATE 325 -#define K_SYSCALL_GNSS_GET_LATEST_TIMEPULSE 326 -#define K_SYSCALL_GNSS_GET_NAVIGATION_MODE 327 -#define K_SYSCALL_GNSS_GET_SUPPORTED_SYSTEMS 328 -#define K_SYSCALL_GNSS_SET_ENABLED_SYSTEMS 329 -#define K_SYSCALL_GNSS_SET_FIX_RATE 330 -#define K_SYSCALL_GNSS_SET_NAVIGATION_MODE 331 -#define K_SYSCALL_GPIO_GET_PENDING_INT 332 -#define K_SYSCALL_GPIO_PIN_CONFIGURE 333 -#define K_SYSCALL_GPIO_PIN_GET_CONFIG 334 -#define K_SYSCALL_GPIO_PIN_INTERRUPT_CONFIGURE 335 -#define K_SYSCALL_GPIO_PORT_CLEAR_BITS_RAW 336 -#define K_SYSCALL_GPIO_PORT_GET_DIRECTION 337 -#define K_SYSCALL_GPIO_PORT_GET_RAW 338 -#define K_SYSCALL_GPIO_PORT_SET_BITS_RAW 339 -#define K_SYSCALL_GPIO_PORT_SET_MASKED_RAW 340 -#define K_SYSCALL_GPIO_PORT_TOGGLE_BITS 341 -#define K_SYSCALL_HAPTICS_START_OUTPUT 342 -#define K_SYSCALL_HAPTICS_STOP_OUTPUT 343 -#define K_SYSCALL_HWINFO_CLEAR_RESET_CAUSE 344 -#define K_SYSCALL_HWINFO_GET_DEVICE_EUI64 345 -#define K_SYSCALL_HWINFO_GET_DEVICE_ID 346 -#define K_SYSCALL_HWINFO_GET_RESET_CAUSE 347 -#define K_SYSCALL_HWINFO_GET_SUPPORTED_RESET_CAUSE 348 -#define K_SYSCALL_I2C_CONFIGURE 349 -#define K_SYSCALL_I2C_GET_CONFIG 350 -#define K_SYSCALL_I2C_RECOVER_BUS 351 -#define K_SYSCALL_I2C_TARGET_DRIVER_REGISTER 352 -#define K_SYSCALL_I2C_TARGET_DRIVER_UNREGISTER 353 -#define K_SYSCALL_I2C_TRANSFER 354 -#define K_SYSCALL_I2S_BUF_READ 355 -#define K_SYSCALL_I2S_BUF_WRITE 356 -#define K_SYSCALL_I2S_CONFIGURE 357 -#define K_SYSCALL_I2S_TRIGGER 358 -#define K_SYSCALL_I3C_DO_CCC 359 -#define K_SYSCALL_I3C_DO_CCC_CB 360 -#define K_SYSCALL_I3C_TRANSFER 361 -#define K_SYSCALL_I3C_TRANSFER_CB 362 -#define K_SYSCALL_IPM_COMPLETE 363 -#define K_SYSCALL_IPM_MAX_DATA_SIZE_GET 364 -#define K_SYSCALL_IPM_MAX_ID_VAL_GET 365 -#define K_SYSCALL_IPM_SEND 366 -#define K_SYSCALL_IPM_SET_ENABLED 367 -#define K_SYSCALL_IVSHMEM_ENABLE_INTERRUPTS 368 -#define K_SYSCALL_IVSHMEM_GET_ID 369 -#define K_SYSCALL_IVSHMEM_GET_MAX_PEERS 370 -#define K_SYSCALL_IVSHMEM_GET_MEM 371 -#define K_SYSCALL_IVSHMEM_GET_OUTPUT_MEM_SECTION 372 -#define K_SYSCALL_IVSHMEM_GET_PROTOCOL 373 -#define K_SYSCALL_IVSHMEM_GET_RW_MEM_SECTION 374 -#define K_SYSCALL_IVSHMEM_GET_STATE 375 -#define K_SYSCALL_IVSHMEM_GET_VECTORS 376 -#define K_SYSCALL_IVSHMEM_INT_PEER 377 -#define K_SYSCALL_IVSHMEM_REGISTER_HANDLER 378 -#define K_SYSCALL_IVSHMEM_SET_STATE 379 -#define K_SYSCALL_K_MEM_PAGING_HISTOGRAM_BACKING_STORE_PAGE_IN_GET 380 -#define K_SYSCALL_K_MEM_PAGING_HISTOGRAM_BACKING_STORE_PAGE_OUT_GET 381 -#define K_SYSCALL_K_MEM_PAGING_HISTOGRAM_EVICTION_GET 382 -#define K_SYSCALL_K_MEM_PAGING_STATS_GET 383 -#define K_SYSCALL_K_MEM_PAGING_THREAD_STATS_GET 384 -#define K_SYSCALL_LED_BLINK 385 -#define K_SYSCALL_LED_GET_INFO 386 -#define K_SYSCALL_LED_OFF 387 -#define K_SYSCALL_LED_ON 388 -#define K_SYSCALL_LED_SET_BRIGHTNESS 389 -#define K_SYSCALL_LED_SET_CHANNEL 390 -#define K_SYSCALL_LED_SET_COLOR 391 -#define K_SYSCALL_LED_WRITE_CHANNELS 392 -#define K_SYSCALL_LLEXT_GET_FN_TABLE 393 -#define K_SYSCALL_MAXIM_DS3231_GET_SYNCPOINT 394 -#define K_SYSCALL_MAXIM_DS3231_REQ_SYNCPOINT 395 -#define K_SYSCALL_MBOX_MAX_CHANNELS_GET 396 -#define K_SYSCALL_MBOX_MTU_GET 397 -#define K_SYSCALL_MBOX_SEND 398 -#define K_SYSCALL_MBOX_SET_ENABLED 399 -#define K_SYSCALL_MDIO_READ 400 -#define K_SYSCALL_MDIO_READ_C45 401 -#define K_SYSCALL_MDIO_WRITE 402 -#define K_SYSCALL_MDIO_WRITE_C45 403 -#define K_SYSCALL_MSPI_CONFIG 404 -#define K_SYSCALL_MSPI_DEV_CONFIG 405 -#define K_SYSCALL_MSPI_GET_CHANNEL_STATUS 406 -#define K_SYSCALL_MSPI_SCRAMBLE_CONFIG 407 -#define K_SYSCALL_MSPI_TIMING_CONFIG 408 -#define K_SYSCALL_MSPI_TRANSCEIVE 409 -#define K_SYSCALL_MSPI_XIP_CONFIG 410 -#define K_SYSCALL_NET_ADDR_NTOP 411 -#define K_SYSCALL_NET_ADDR_PTON 412 -#define K_SYSCALL_NET_ETH_GET_PTP_CLOCK_BY_INDEX 413 -#define K_SYSCALL_NET_IF_GET_BY_INDEX 414 -#define K_SYSCALL_NET_IF_IPV4_ADDR_ADD_BY_INDEX 415 -#define K_SYSCALL_NET_IF_IPV4_ADDR_LOOKUP_BY_INDEX 416 -#define K_SYSCALL_NET_IF_IPV4_ADDR_RM_BY_INDEX 417 -#define K_SYSCALL_NET_IF_IPV4_SET_GW_BY_INDEX 418 -#define K_SYSCALL_NET_IF_IPV4_SET_NETMASK_BY_ADDR_BY_INDEX 419 -#define K_SYSCALL_NET_IF_IPV6_ADDR_ADD_BY_INDEX 420 -#define K_SYSCALL_NET_IF_IPV6_ADDR_LOOKUP_BY_INDEX 421 -#define K_SYSCALL_NET_IF_IPV6_ADDR_RM_BY_INDEX 422 -#define K_SYSCALL_NET_SOCKET_SERVICE_REGISTER 423 -#define K_SYSCALL_NRF_QSPI_NOR_XIP_ENABLE 424 -#define K_SYSCALL_OPAMP_SET_GAIN 425 -#define K_SYSCALL_OTP_PROGRAM 426 -#define K_SYSCALL_OTP_READ 427 -#define K_SYSCALL_PECI_CONFIG 428 -#define K_SYSCALL_PECI_DISABLE 429 -#define K_SYSCALL_PECI_ENABLE 430 -#define K_SYSCALL_PECI_TRANSFER 431 -#define K_SYSCALL_PS2_CONFIG 432 -#define K_SYSCALL_PS2_DISABLE_CALLBACK 433 -#define K_SYSCALL_PS2_ENABLE_CALLBACK 434 -#define K_SYSCALL_PS2_READ 435 -#define K_SYSCALL_PS2_WRITE 436 -#define K_SYSCALL_PSI5_REGISTER_CALLBACK 437 -#define K_SYSCALL_PSI5_SEND 438 -#define K_SYSCALL_PSI5_START_SYNC 439 -#define K_SYSCALL_PSI5_STOP_SYNC 440 -#define K_SYSCALL_PTP_CLOCK_GET 441 -#define K_SYSCALL_PWM_CAPTURE_CYCLES 442 -#define K_SYSCALL_PWM_DISABLE_CAPTURE 443 -#define K_SYSCALL_PWM_ENABLE_CAPTURE 444 -#define K_SYSCALL_PWM_GET_CYCLES_PER_SEC 445 -#define K_SYSCALL_PWM_SET_CYCLES 446 -#define K_SYSCALL_RENESAS_ELC_DISABLE 447 -#define K_SYSCALL_RENESAS_ELC_ENABLE 448 -#define K_SYSCALL_RENESAS_ELC_LINK_BREAK 449 -#define K_SYSCALL_RENESAS_ELC_LINK_SET 450 -#define K_SYSCALL_RENESAS_ELC_SOFTWARE_EVENT_GENERATE 451 -#define K_SYSCALL_RENESAS_RA_CTSU_GROUP_CONFIGURE 452 -#define K_SYSCALL_RENESAS_RX_CTSU_GROUP_CONFIGURE 453 -#define K_SYSCALL_RESET_LINE_ASSERT 454 -#define K_SYSCALL_RESET_LINE_DEASSERT 455 -#define K_SYSCALL_RESET_LINE_TOGGLE 456 -#define K_SYSCALL_RESET_STATUS 457 -#define K_SYSCALL_RETAINED_MEM_CLEAR 458 -#define K_SYSCALL_RETAINED_MEM_READ 459 -#define K_SYSCALL_RETAINED_MEM_SIZE 460 -#define K_SYSCALL_RETAINED_MEM_WRITE 461 -#define K_SYSCALL_RTC_ALARM_GET_SUPPORTED_FIELDS 462 -#define K_SYSCALL_RTC_ALARM_GET_TIME 463 -#define K_SYSCALL_RTC_ALARM_IS_PENDING 464 -#define K_SYSCALL_RTC_ALARM_SET_TIME 465 -#define K_SYSCALL_RTC_GET_CALIBRATION 466 -#define K_SYSCALL_RTC_GET_TIME 467 -#define K_SYSCALL_RTC_SET_CALIBRATION 468 -#define K_SYSCALL_RTC_SET_TIME 469 -#define K_SYSCALL_RTIO_CQE_COPY_OUT 470 -#define K_SYSCALL_RTIO_CQE_GET_MEMPOOL_BUFFER 471 -#define K_SYSCALL_RTIO_POOL_ACQUIRE 472 -#define K_SYSCALL_RTIO_POOL_RELEASE 473 -#define K_SYSCALL_RTIO_RELEASE_BUFFER 474 -#define K_SYSCALL_RTIO_SQE_CANCEL 475 -#define K_SYSCALL_RTIO_SQE_COPY_IN_GET_HANDLES 476 -#define K_SYSCALL_RTIO_SQE_SIGNAL 477 -#define K_SYSCALL_RTIO_SUBMIT 478 -#define K_SYSCALL_SDHC_CARD_BUSY 479 -#define K_SYSCALL_SDHC_CARD_PRESENT 480 -#define K_SYSCALL_SDHC_DISABLE_INTERRUPT 481 -#define K_SYSCALL_SDHC_ENABLE_INTERRUPT 482 -#define K_SYSCALL_SDHC_EXECUTE_TUNING 483 -#define K_SYSCALL_SDHC_GET_HOST_PROPS 484 -#define K_SYSCALL_SDHC_HW_RESET 485 -#define K_SYSCALL_SDHC_REQUEST 486 -#define K_SYSCALL_SDHC_SET_IO 487 -#define K_SYSCALL_SENSOR_ATTR_GET 488 -#define K_SYSCALL_SENSOR_ATTR_SET 489 -#define K_SYSCALL_SENSOR_CHANNEL_GET 490 -#define K_SYSCALL_SENSOR_GET_DECODER 491 -#define K_SYSCALL_SENSOR_RECONFIGURE_READ_IODEV 492 -#define K_SYSCALL_SENSOR_SAMPLE_FETCH 493 -#define K_SYSCALL_SENSOR_SAMPLE_FETCH_CHAN 494 -#define K_SYSCALL_SENT_REGISTER_CALLBACK 495 -#define K_SYSCALL_SENT_START_LISTENING 496 -#define K_SYSCALL_SENT_STOP_LISTENING 497 -#define K_SYSCALL_SIP_SUPERVISORY_CALL 498 -#define K_SYSCALL_SIP_SVC_PLAT_ASYNC_RES_REQ 499 -#define K_SYSCALL_SIP_SVC_PLAT_ASYNC_RES_RES 500 -#define K_SYSCALL_SIP_SVC_PLAT_FORMAT_TRANS_ID 501 -#define K_SYSCALL_SIP_SVC_PLAT_FREE_ASYNC_MEMORY 502 -#define K_SYSCALL_SIP_SVC_PLAT_FUNC_ID_VALID 503 -#define K_SYSCALL_SIP_SVC_PLAT_GET_ERROR_CODE 504 -#define K_SYSCALL_SIP_SVC_PLAT_GET_TRANS_IDX 505 -#define K_SYSCALL_SIP_SVC_PLAT_UPDATE_TRANS_ID 506 -#define K_SYSCALL_SMBUS_BLOCK_PCALL 507 -#define K_SYSCALL_SMBUS_BLOCK_READ 508 -#define K_SYSCALL_SMBUS_BLOCK_WRITE 509 -#define K_SYSCALL_SMBUS_BYTE_DATA_READ 510 -#define K_SYSCALL_SMBUS_BYTE_DATA_WRITE 511 -#define K_SYSCALL_SMBUS_BYTE_READ 512 -#define K_SYSCALL_SMBUS_BYTE_WRITE 513 -#define K_SYSCALL_SMBUS_CONFIGURE 514 -#define K_SYSCALL_SMBUS_GET_CONFIG 515 -#define K_SYSCALL_SMBUS_HOST_NOTIFY_REMOVE_CB 516 -#define K_SYSCALL_SMBUS_PCALL 517 -#define K_SYSCALL_SMBUS_QUICK 518 -#define K_SYSCALL_SMBUS_SMBALERT_REMOVE_CB 519 -#define K_SYSCALL_SMBUS_WORD_DATA_READ 520 -#define K_SYSCALL_SMBUS_WORD_DATA_WRITE 521 -#define K_SYSCALL_SPI_RELEASE 522 -#define K_SYSCALL_SPI_TRANSCEIVE 523 -#define K_SYSCALL_STEPPER_CTRL_CONFIGURE_RAMP 524 -#define K_SYSCALL_STEPPER_CTRL_GET_ACTUAL_POSITION 525 -#define K_SYSCALL_STEPPER_CTRL_IS_MOVING 526 -#define K_SYSCALL_STEPPER_CTRL_MOVE_BY 527 -#define K_SYSCALL_STEPPER_CTRL_MOVE_TO 528 -#define K_SYSCALL_STEPPER_CTRL_RUN 529 -#define K_SYSCALL_STEPPER_CTRL_SET_EVENT_CB 530 -#define K_SYSCALL_STEPPER_CTRL_SET_MICROSTEP_INTERVAL 531 -#define K_SYSCALL_STEPPER_CTRL_SET_REFERENCE_POSITION 532 -#define K_SYSCALL_STEPPER_CTRL_STOP 533 -#define K_SYSCALL_STEPPER_DISABLE 534 -#define K_SYSCALL_STEPPER_ENABLE 535 -#define K_SYSCALL_STEPPER_GET_MICRO_STEP_RES 536 -#define K_SYSCALL_STEPPER_SET_EVENT_CB 537 -#define K_SYSCALL_STEPPER_SET_MICRO_STEP_RES 538 -#define K_SYSCALL_SWDP_CONFIGURE 539 -#define K_SYSCALL_SWDP_GET_PINS 540 -#define K_SYSCALL_SWDP_INPUT_SEQUENCE 541 -#define K_SYSCALL_SWDP_OUTPUT_SEQUENCE 542 -#define K_SYSCALL_SWDP_PORT_OFF 543 -#define K_SYSCALL_SWDP_PORT_ON 544 -#define K_SYSCALL_SWDP_SET_CLOCK 545 -#define K_SYSCALL_SWDP_SET_PINS 546 -#define K_SYSCALL_SWDP_TRANSFER 547 -#define K_SYSCALL_SYSCON_GET_BASE 548 -#define K_SYSCALL_SYSCON_GET_SIZE 549 -#define K_SYSCALL_SYSCON_READ_REG 550 -#define K_SYSCALL_SYSCON_UPDATE_BITS 551 -#define K_SYSCALL_SYSCON_WRITE_REG 552 -#define K_SYSCALL_SYS_CACHE_DATA_FLUSH_AND_INVD_RANGE 553 -#define K_SYSCALL_SYS_CACHE_DATA_FLUSH_RANGE 554 -#define K_SYSCALL_SYS_CACHE_DATA_INVD_RANGE 555 -#define K_SYSCALL_SYS_CSRAND_GET 556 -#define K_SYSCALL_SYS_RAND_GET 557 -#define K_SYSCALL_TEE_CANCEL 558 -#define K_SYSCALL_TEE_CLOSE_SESSION 559 -#define K_SYSCALL_TEE_GET_VERSION 560 -#define K_SYSCALL_TEE_INVOKE_FUNC 561 -#define K_SYSCALL_TEE_OPEN_SESSION 562 -#define K_SYSCALL_TEE_SHM_ALLOC 563 -#define K_SYSCALL_TEE_SHM_FREE 564 -#define K_SYSCALL_TEE_SHM_REGISTER 565 -#define K_SYSCALL_TEE_SHM_UNREGISTER 566 -#define K_SYSCALL_TEE_SUPPL_RECV 567 -#define K_SYSCALL_TEE_SUPPL_SEND 568 -#define K_SYSCALL_TGPIO_PIN_CONFIG_EXT_TIMESTAMP 569 -#define K_SYSCALL_TGPIO_PIN_DISABLE 570 -#define K_SYSCALL_TGPIO_PIN_PERIODIC_OUTPUT 571 -#define K_SYSCALL_TGPIO_PIN_READ_TS_EC 572 -#define K_SYSCALL_TGPIO_PORT_GET_CYCLES_PER_SECOND 573 -#define K_SYSCALL_TGPIO_PORT_GET_TIME 574 -#define K_SYSCALL_UART_CONFIGURE 575 -#define K_SYSCALL_UART_CONFIG_GET 576 -#define K_SYSCALL_UART_DRV_CMD 577 -#define K_SYSCALL_UART_ERR_CHECK 578 -#define K_SYSCALL_UART_IRQ_ERR_DISABLE 579 -#define K_SYSCALL_UART_IRQ_ERR_ENABLE 580 -#define K_SYSCALL_UART_IRQ_IS_PENDING 581 -#define K_SYSCALL_UART_IRQ_RX_DISABLE 582 -#define K_SYSCALL_UART_IRQ_RX_ENABLE 583 -#define K_SYSCALL_UART_IRQ_TX_DISABLE 584 -#define K_SYSCALL_UART_IRQ_TX_ENABLE 585 -#define K_SYSCALL_UART_IRQ_UPDATE 586 -#define K_SYSCALL_UART_LINE_CTRL_GET 587 -#define K_SYSCALL_UART_LINE_CTRL_SET 588 -#define K_SYSCALL_UART_POLL_IN 589 -#define K_SYSCALL_UART_POLL_IN_U16 590 -#define K_SYSCALL_UART_POLL_OUT 591 -#define K_SYSCALL_UART_POLL_OUT_U16 592 -#define K_SYSCALL_UART_RX_DISABLE 593 -#define K_SYSCALL_UART_RX_ENABLE 594 -#define K_SYSCALL_UART_RX_ENABLE_U16 595 -#define K_SYSCALL_UART_TX 596 -#define K_SYSCALL_UART_TX_ABORT 597 -#define K_SYSCALL_UART_TX_U16 598 -#define K_SYSCALL_UPDATEHUB_AUTOHANDLER 599 -#define K_SYSCALL_UPDATEHUB_CONFIRM 600 -#define K_SYSCALL_UPDATEHUB_PROBE 601 -#define K_SYSCALL_UPDATEHUB_REBOOT 602 -#define K_SYSCALL_UPDATEHUB_REPORT_ERROR 603 -#define K_SYSCALL_UPDATEHUB_UPDATE 604 -#define K_SYSCALL_USER_FAULT 605 -#define K_SYSCALL_W1_CHANGE_BUS_LOCK 606 -#define K_SYSCALL_W1_CONFIGURE 607 -#define K_SYSCALL_W1_GET_SLAVE_COUNT 608 -#define K_SYSCALL_W1_READ_BIT 609 -#define K_SYSCALL_W1_READ_BLOCK 610 -#define K_SYSCALL_W1_READ_BYTE 611 -#define K_SYSCALL_W1_RESET_BUS 612 -#define K_SYSCALL_W1_SEARCH_BUS 613 -#define K_SYSCALL_W1_WRITE_BIT 614 -#define K_SYSCALL_W1_WRITE_BLOCK 615 -#define K_SYSCALL_W1_WRITE_BYTE 616 -#define K_SYSCALL_WDT_DISABLE 617 -#define K_SYSCALL_WDT_FEED 618 -#define K_SYSCALL_WDT_SETUP 619 -#define K_SYSCALL_XTENSA_USER_FAULT 620 -#define K_SYSCALL_ZSOCK_ACCEPT 621 -#define K_SYSCALL_ZSOCK_BIND 622 -#define K_SYSCALL_ZSOCK_CLOSE 623 -#define K_SYSCALL_ZSOCK_CONNECT 624 -#define K_SYSCALL_ZSOCK_FCNTL_IMPL 625 -#define K_SYSCALL_ZSOCK_GETHOSTNAME 626 -#define K_SYSCALL_ZSOCK_GETPEERNAME 627 -#define K_SYSCALL_ZSOCK_GETSOCKNAME 628 -#define K_SYSCALL_ZSOCK_GETSOCKOPT 629 -#define K_SYSCALL_ZSOCK_GET_CONTEXT_OBJECT 630 -#define K_SYSCALL_ZSOCK_INET_PTON 631 -#define K_SYSCALL_ZSOCK_IOCTL_IMPL 632 -#define K_SYSCALL_ZSOCK_LISTEN 633 -#define K_SYSCALL_ZSOCK_RECVFROM 634 -#define K_SYSCALL_ZSOCK_RECVMSG 635 -#define K_SYSCALL_ZSOCK_SENDMSG 636 -#define K_SYSCALL_ZSOCK_SENDTO 637 -#define K_SYSCALL_ZSOCK_SETSOCKOPT 638 -#define K_SYSCALL_ZSOCK_SHUTDOWN 639 -#define K_SYSCALL_ZSOCK_SOCKET 640 -#define K_SYSCALL_ZSOCK_SOCKETPAIR 641 -#define K_SYSCALL_ZVFS_POLL 642 -#define K_SYSCALL_ZVFS_SELECT 643 -#define K_SYSCALL_Z_ERRNO 644 -#define K_SYSCALL_Z_ZSOCK_GETADDRINFO_INTERNAL 645 - - -#ifndef _ASMLANGUAGE - -#include -#include - -#endif /* _ASMLANGUAGE */ - -#endif /* ZEPHYR_SYSCALL_LIST_H */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/adc.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/adc.h deleted file mode 100644 index e269d2d..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/adc.h +++ /dev/null @@ -1,125 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_ADC_H -#define Z_INCLUDE_SYSCALLS_ADC_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_adc_channel_setup(const struct device * dev, const struct adc_channel_cfg * channel_cfg); - -__pinned_func -static inline int adc_channel_setup(const struct device * dev, const struct adc_channel_cfg * channel_cfg) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const struct adc_channel_cfg * val; } parm1 = { .val = channel_cfg }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ADC_CHANNEL_SETUP); - } -#endif - compiler_barrier(); - return z_impl_adc_channel_setup(dev, channel_cfg); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define adc_channel_setup(dev, channel_cfg) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ADC_CHANNEL_SETUP, adc_channel_setup, dev, channel_cfg); syscall__retval = adc_channel_setup(dev, channel_cfg); sys_port_trace_syscall_exit(K_SYSCALL_ADC_CHANNEL_SETUP, adc_channel_setup, dev, channel_cfg, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_adc_read(const struct device * dev, const struct adc_sequence * sequence); - -__pinned_func -static inline int adc_read(const struct device * dev, const struct adc_sequence * sequence) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const struct adc_sequence * val; } parm1 = { .val = sequence }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ADC_READ); - } -#endif - compiler_barrier(); - return z_impl_adc_read(dev, sequence); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define adc_read(dev, sequence) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ADC_READ, adc_read, dev, sequence); syscall__retval = adc_read(dev, sequence); sys_port_trace_syscall_exit(K_SYSCALL_ADC_READ, adc_read, dev, sequence, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_adc_read_async(const struct device * dev, const struct adc_sequence * sequence, struct k_poll_signal * async); - -__pinned_func -static inline int adc_read_async(const struct device * dev, const struct adc_sequence * sequence, struct k_poll_signal * async) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const struct adc_sequence * val; } parm1 = { .val = sequence }; - union { uintptr_t x; struct k_poll_signal * val; } parm2 = { .val = async }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_ADC_READ_ASYNC); - } -#endif - compiler_barrier(); - return z_impl_adc_read_async(dev, sequence, async); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define adc_read_async(dev, sequence, async) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ADC_READ_ASYNC, adc_read_async, dev, sequence, async); syscall__retval = adc_read_async(dev, sequence, async); sys_port_trace_syscall_exit(K_SYSCALL_ADC_READ_ASYNC, adc_read_async, dev, sequence, async, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_adc_get_decoder(const struct device * dev, const struct adc_decoder_api ** api); - -__pinned_func -static inline int adc_get_decoder(const struct device * dev, const struct adc_decoder_api ** api) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const struct adc_decoder_api ** val; } parm1 = { .val = api }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ADC_GET_DECODER); - } -#endif - compiler_barrier(); - return z_impl_adc_get_decoder(dev, api); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define adc_get_decoder(dev, api) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ADC_GET_DECODER, adc_get_decoder, dev, api); syscall__retval = adc_get_decoder(dev, api); sys_port_trace_syscall_exit(K_SYSCALL_ADC_GET_DECODER, adc_get_decoder, dev, api, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/arch.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/arch.h deleted file mode 100644 index cf55b0b..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/arch.h +++ /dev/null @@ -1,52 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_ARCH_H -#define Z_INCLUDE_SYSCALLS_ARCH_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern void z_impl_xtensa_user_fault(unsigned int reason); - -__pinned_func -static inline void xtensa_user_fault(unsigned int reason) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; unsigned int val; } parm0 = { .val = reason }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_XTENSA_USER_FAULT); - return; - } -#endif - compiler_barrier(); - z_impl_xtensa_user_fault(reason); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define xtensa_user_fault(reason) do { sys_port_trace_syscall_enter(K_SYSCALL_XTENSA_USER_FAULT, xtensa_user_fault, reason); xtensa_user_fault(reason); sys_port_trace_syscall_exit(K_SYSCALL_XTENSA_USER_FAULT, xtensa_user_fault, reason); } while(false) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/atomic_c.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/atomic_c.h deleted file mode 100644 index e042a7e..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/atomic_c.h +++ /dev/null @@ -1,270 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_ATOMIC_C_H -#define Z_INCLUDE_SYSCALLS_ATOMIC_C_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern bool z_impl_atomic_cas(atomic_t * target, atomic_val_t old_value, atomic_val_t new_value); - -__pinned_func -static inline bool atomic_cas(atomic_t * target, atomic_val_t old_value, atomic_val_t new_value) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; atomic_t * val; } parm0 = { .val = target }; - union { uintptr_t x; atomic_val_t val; } parm1 = { .val = old_value }; - union { uintptr_t x; atomic_val_t val; } parm2 = { .val = new_value }; - return (bool) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_ATOMIC_CAS); - } -#endif - compiler_barrier(); - return z_impl_atomic_cas(target, old_value, new_value); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define atomic_cas(target, old_value, new_value) ({ bool syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ATOMIC_CAS, atomic_cas, target, old_value, new_value); syscall__retval = atomic_cas(target, old_value, new_value); sys_port_trace_syscall_exit(K_SYSCALL_ATOMIC_CAS, atomic_cas, target, old_value, new_value, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern bool z_impl_atomic_ptr_cas(atomic_ptr_t * target, atomic_ptr_val_t old_value, atomic_ptr_val_t new_value); - -__pinned_func -static inline bool atomic_ptr_cas(atomic_ptr_t * target, atomic_ptr_val_t old_value, atomic_ptr_val_t new_value) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; atomic_ptr_t * val; } parm0 = { .val = target }; - union { uintptr_t x; atomic_ptr_val_t val; } parm1 = { .val = old_value }; - union { uintptr_t x; atomic_ptr_val_t val; } parm2 = { .val = new_value }; - return (bool) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_ATOMIC_PTR_CAS); - } -#endif - compiler_barrier(); - return z_impl_atomic_ptr_cas(target, old_value, new_value); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define atomic_ptr_cas(target, old_value, new_value) ({ bool syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ATOMIC_PTR_CAS, atomic_ptr_cas, target, old_value, new_value); syscall__retval = atomic_ptr_cas(target, old_value, new_value); sys_port_trace_syscall_exit(K_SYSCALL_ATOMIC_PTR_CAS, atomic_ptr_cas, target, old_value, new_value, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern atomic_val_t z_impl_atomic_add(atomic_t * target, atomic_val_t value); - -__pinned_func -static inline atomic_val_t atomic_add(atomic_t * target, atomic_val_t value) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; atomic_t * val; } parm0 = { .val = target }; - union { uintptr_t x; atomic_val_t val; } parm1 = { .val = value }; - return (atomic_val_t) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ATOMIC_ADD); - } -#endif - compiler_barrier(); - return z_impl_atomic_add(target, value); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define atomic_add(target, value) ({ atomic_val_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ATOMIC_ADD, atomic_add, target, value); syscall__retval = atomic_add(target, value); sys_port_trace_syscall_exit(K_SYSCALL_ATOMIC_ADD, atomic_add, target, value, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern atomic_val_t z_impl_atomic_sub(atomic_t * target, atomic_val_t value); - -__pinned_func -static inline atomic_val_t atomic_sub(atomic_t * target, atomic_val_t value) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; atomic_t * val; } parm0 = { .val = target }; - union { uintptr_t x; atomic_val_t val; } parm1 = { .val = value }; - return (atomic_val_t) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ATOMIC_SUB); - } -#endif - compiler_barrier(); - return z_impl_atomic_sub(target, value); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define atomic_sub(target, value) ({ atomic_val_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ATOMIC_SUB, atomic_sub, target, value); syscall__retval = atomic_sub(target, value); sys_port_trace_syscall_exit(K_SYSCALL_ATOMIC_SUB, atomic_sub, target, value, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern atomic_val_t z_impl_atomic_set(atomic_t * target, atomic_val_t value); - -__pinned_func -static inline atomic_val_t atomic_set(atomic_t * target, atomic_val_t value) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; atomic_t * val; } parm0 = { .val = target }; - union { uintptr_t x; atomic_val_t val; } parm1 = { .val = value }; - return (atomic_val_t) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ATOMIC_SET); - } -#endif - compiler_barrier(); - return z_impl_atomic_set(target, value); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define atomic_set(target, value) ({ atomic_val_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ATOMIC_SET, atomic_set, target, value); syscall__retval = atomic_set(target, value); sys_port_trace_syscall_exit(K_SYSCALL_ATOMIC_SET, atomic_set, target, value, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern atomic_ptr_val_t z_impl_atomic_ptr_set(atomic_ptr_t * target, atomic_ptr_val_t value); - -__pinned_func -static inline atomic_ptr_val_t atomic_ptr_set(atomic_ptr_t * target, atomic_ptr_val_t value) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; atomic_ptr_t * val; } parm0 = { .val = target }; - union { uintptr_t x; atomic_ptr_val_t val; } parm1 = { .val = value }; - return (atomic_ptr_val_t) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ATOMIC_PTR_SET); - } -#endif - compiler_barrier(); - return z_impl_atomic_ptr_set(target, value); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define atomic_ptr_set(target, value) ({ atomic_ptr_val_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ATOMIC_PTR_SET, atomic_ptr_set, target, value); syscall__retval = atomic_ptr_set(target, value); sys_port_trace_syscall_exit(K_SYSCALL_ATOMIC_PTR_SET, atomic_ptr_set, target, value, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern atomic_val_t z_impl_atomic_or(atomic_t * target, atomic_val_t value); - -__pinned_func -static inline atomic_val_t atomic_or(atomic_t * target, atomic_val_t value) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; atomic_t * val; } parm0 = { .val = target }; - union { uintptr_t x; atomic_val_t val; } parm1 = { .val = value }; - return (atomic_val_t) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ATOMIC_OR); - } -#endif - compiler_barrier(); - return z_impl_atomic_or(target, value); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define atomic_or(target, value) ({ atomic_val_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ATOMIC_OR, atomic_or, target, value); syscall__retval = atomic_or(target, value); sys_port_trace_syscall_exit(K_SYSCALL_ATOMIC_OR, atomic_or, target, value, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern atomic_val_t z_impl_atomic_xor(atomic_t * target, atomic_val_t value); - -__pinned_func -static inline atomic_val_t atomic_xor(atomic_t * target, atomic_val_t value) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; atomic_t * val; } parm0 = { .val = target }; - union { uintptr_t x; atomic_val_t val; } parm1 = { .val = value }; - return (atomic_val_t) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ATOMIC_XOR); - } -#endif - compiler_barrier(); - return z_impl_atomic_xor(target, value); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define atomic_xor(target, value) ({ atomic_val_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ATOMIC_XOR, atomic_xor, target, value); syscall__retval = atomic_xor(target, value); sys_port_trace_syscall_exit(K_SYSCALL_ATOMIC_XOR, atomic_xor, target, value, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern atomic_val_t z_impl_atomic_and(atomic_t * target, atomic_val_t value); - -__pinned_func -static inline atomic_val_t atomic_and(atomic_t * target, atomic_val_t value) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; atomic_t * val; } parm0 = { .val = target }; - union { uintptr_t x; atomic_val_t val; } parm1 = { .val = value }; - return (atomic_val_t) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ATOMIC_AND); - } -#endif - compiler_barrier(); - return z_impl_atomic_and(target, value); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define atomic_and(target, value) ({ atomic_val_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ATOMIC_AND, atomic_and, target, value); syscall__retval = atomic_and(target, value); sys_port_trace_syscall_exit(K_SYSCALL_ATOMIC_AND, atomic_and, target, value, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern atomic_val_t z_impl_atomic_nand(atomic_t * target, atomic_val_t value); - -__pinned_func -static inline atomic_val_t atomic_nand(atomic_t * target, atomic_val_t value) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; atomic_t * val; } parm0 = { .val = target }; - union { uintptr_t x; atomic_val_t val; } parm1 = { .val = value }; - return (atomic_val_t) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ATOMIC_NAND); - } -#endif - compiler_barrier(); - return z_impl_atomic_nand(target, value); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define atomic_nand(target, value) ({ atomic_val_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ATOMIC_NAND, atomic_nand, target, value); syscall__retval = atomic_nand(target, value); sys_port_trace_syscall_exit(K_SYSCALL_ATOMIC_NAND, atomic_nand, target, value, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/auxdisplay.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/auxdisplay.h deleted file mode 100644 index 21c3fec..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/auxdisplay.h +++ /dev/null @@ -1,488 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_AUXDISPLAY_H -#define Z_INCLUDE_SYSCALLS_AUXDISPLAY_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_auxdisplay_display_on(const struct device * dev); - -__pinned_func -static inline int auxdisplay_display_on(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_AUXDISPLAY_DISPLAY_ON); - } -#endif - compiler_barrier(); - return z_impl_auxdisplay_display_on(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define auxdisplay_display_on(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_AUXDISPLAY_DISPLAY_ON, auxdisplay_display_on, dev); syscall__retval = auxdisplay_display_on(dev); sys_port_trace_syscall_exit(K_SYSCALL_AUXDISPLAY_DISPLAY_ON, auxdisplay_display_on, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_auxdisplay_display_off(const struct device * dev); - -__pinned_func -static inline int auxdisplay_display_off(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_AUXDISPLAY_DISPLAY_OFF); - } -#endif - compiler_barrier(); - return z_impl_auxdisplay_display_off(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define auxdisplay_display_off(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_AUXDISPLAY_DISPLAY_OFF, auxdisplay_display_off, dev); syscall__retval = auxdisplay_display_off(dev); sys_port_trace_syscall_exit(K_SYSCALL_AUXDISPLAY_DISPLAY_OFF, auxdisplay_display_off, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_auxdisplay_cursor_set_enabled(const struct device * dev, bool enabled); - -__pinned_func -static inline int auxdisplay_cursor_set_enabled(const struct device * dev, bool enabled) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; bool val; } parm1 = { .val = enabled }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_AUXDISPLAY_CURSOR_SET_ENABLED); - } -#endif - compiler_barrier(); - return z_impl_auxdisplay_cursor_set_enabled(dev, enabled); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define auxdisplay_cursor_set_enabled(dev, enabled) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_AUXDISPLAY_CURSOR_SET_ENABLED, auxdisplay_cursor_set_enabled, dev, enabled); syscall__retval = auxdisplay_cursor_set_enabled(dev, enabled); sys_port_trace_syscall_exit(K_SYSCALL_AUXDISPLAY_CURSOR_SET_ENABLED, auxdisplay_cursor_set_enabled, dev, enabled, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_auxdisplay_position_blinking_set_enabled(const struct device * dev, bool enabled); - -__pinned_func -static inline int auxdisplay_position_blinking_set_enabled(const struct device * dev, bool enabled) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; bool val; } parm1 = { .val = enabled }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_AUXDISPLAY_POSITION_BLINKING_SET_ENABLED); - } -#endif - compiler_barrier(); - return z_impl_auxdisplay_position_blinking_set_enabled(dev, enabled); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define auxdisplay_position_blinking_set_enabled(dev, enabled) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_AUXDISPLAY_POSITION_BLINKING_SET_ENABLED, auxdisplay_position_blinking_set_enabled, dev, enabled); syscall__retval = auxdisplay_position_blinking_set_enabled(dev, enabled); sys_port_trace_syscall_exit(K_SYSCALL_AUXDISPLAY_POSITION_BLINKING_SET_ENABLED, auxdisplay_position_blinking_set_enabled, dev, enabled, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_auxdisplay_cursor_shift_set(const struct device * dev, uint8_t direction, bool display_shift); - -__pinned_func -static inline int auxdisplay_cursor_shift_set(const struct device * dev, uint8_t direction, bool display_shift) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t val; } parm1 = { .val = direction }; - union { uintptr_t x; bool val; } parm2 = { .val = display_shift }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_AUXDISPLAY_CURSOR_SHIFT_SET); - } -#endif - compiler_barrier(); - return z_impl_auxdisplay_cursor_shift_set(dev, direction, display_shift); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define auxdisplay_cursor_shift_set(dev, direction, display_shift) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_AUXDISPLAY_CURSOR_SHIFT_SET, auxdisplay_cursor_shift_set, dev, direction, display_shift); syscall__retval = auxdisplay_cursor_shift_set(dev, direction, display_shift); sys_port_trace_syscall_exit(K_SYSCALL_AUXDISPLAY_CURSOR_SHIFT_SET, auxdisplay_cursor_shift_set, dev, direction, display_shift, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_auxdisplay_cursor_position_set(const struct device * dev, enum auxdisplay_position type, int16_t x, int16_t y); - -__pinned_func -static inline int auxdisplay_cursor_position_set(const struct device * dev, enum auxdisplay_position type, int16_t x, int16_t y) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum auxdisplay_position val; } parm1 = { .val = type }; - union { uintptr_t x; int16_t val; } parm2 = { .val = x }; - union { uintptr_t x; int16_t val; } parm3 = { .val = y }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_AUXDISPLAY_CURSOR_POSITION_SET); - } -#endif - compiler_barrier(); - return z_impl_auxdisplay_cursor_position_set(dev, type, x, y); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define auxdisplay_cursor_position_set(dev, type, x, y) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_AUXDISPLAY_CURSOR_POSITION_SET, auxdisplay_cursor_position_set, dev, type, x, y); syscall__retval = auxdisplay_cursor_position_set(dev, type, x, y); sys_port_trace_syscall_exit(K_SYSCALL_AUXDISPLAY_CURSOR_POSITION_SET, auxdisplay_cursor_position_set, dev, type, x, y, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_auxdisplay_cursor_position_get(const struct device * dev, int16_t * x, int16_t * y); - -__pinned_func -static inline int auxdisplay_cursor_position_get(const struct device * dev, int16_t * x, int16_t * y) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; int16_t * val; } parm1 = { .val = x }; - union { uintptr_t x; int16_t * val; } parm2 = { .val = y }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_AUXDISPLAY_CURSOR_POSITION_GET); - } -#endif - compiler_barrier(); - return z_impl_auxdisplay_cursor_position_get(dev, x, y); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define auxdisplay_cursor_position_get(dev, x, y) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_AUXDISPLAY_CURSOR_POSITION_GET, auxdisplay_cursor_position_get, dev, x, y); syscall__retval = auxdisplay_cursor_position_get(dev, x, y); sys_port_trace_syscall_exit(K_SYSCALL_AUXDISPLAY_CURSOR_POSITION_GET, auxdisplay_cursor_position_get, dev, x, y, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_auxdisplay_display_position_set(const struct device * dev, enum auxdisplay_position type, int16_t x, int16_t y); - -__pinned_func -static inline int auxdisplay_display_position_set(const struct device * dev, enum auxdisplay_position type, int16_t x, int16_t y) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum auxdisplay_position val; } parm1 = { .val = type }; - union { uintptr_t x; int16_t val; } parm2 = { .val = x }; - union { uintptr_t x; int16_t val; } parm3 = { .val = y }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_AUXDISPLAY_DISPLAY_POSITION_SET); - } -#endif - compiler_barrier(); - return z_impl_auxdisplay_display_position_set(dev, type, x, y); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define auxdisplay_display_position_set(dev, type, x, y) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_AUXDISPLAY_DISPLAY_POSITION_SET, auxdisplay_display_position_set, dev, type, x, y); syscall__retval = auxdisplay_display_position_set(dev, type, x, y); sys_port_trace_syscall_exit(K_SYSCALL_AUXDISPLAY_DISPLAY_POSITION_SET, auxdisplay_display_position_set, dev, type, x, y, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_auxdisplay_display_position_get(const struct device * dev, int16_t * x, int16_t * y); - -__pinned_func -static inline int auxdisplay_display_position_get(const struct device * dev, int16_t * x, int16_t * y) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; int16_t * val; } parm1 = { .val = x }; - union { uintptr_t x; int16_t * val; } parm2 = { .val = y }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_AUXDISPLAY_DISPLAY_POSITION_GET); - } -#endif - compiler_barrier(); - return z_impl_auxdisplay_display_position_get(dev, x, y); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define auxdisplay_display_position_get(dev, x, y) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_AUXDISPLAY_DISPLAY_POSITION_GET, auxdisplay_display_position_get, dev, x, y); syscall__retval = auxdisplay_display_position_get(dev, x, y); sys_port_trace_syscall_exit(K_SYSCALL_AUXDISPLAY_DISPLAY_POSITION_GET, auxdisplay_display_position_get, dev, x, y, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_auxdisplay_capabilities_get(const struct device * dev, struct auxdisplay_capabilities * capabilities); - -__pinned_func -static inline int auxdisplay_capabilities_get(const struct device * dev, struct auxdisplay_capabilities * capabilities) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct auxdisplay_capabilities * val; } parm1 = { .val = capabilities }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_AUXDISPLAY_CAPABILITIES_GET); - } -#endif - compiler_barrier(); - return z_impl_auxdisplay_capabilities_get(dev, capabilities); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define auxdisplay_capabilities_get(dev, capabilities) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_AUXDISPLAY_CAPABILITIES_GET, auxdisplay_capabilities_get, dev, capabilities); syscall__retval = auxdisplay_capabilities_get(dev, capabilities); sys_port_trace_syscall_exit(K_SYSCALL_AUXDISPLAY_CAPABILITIES_GET, auxdisplay_capabilities_get, dev, capabilities, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_auxdisplay_clear(const struct device * dev); - -__pinned_func -static inline int auxdisplay_clear(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_AUXDISPLAY_CLEAR); - } -#endif - compiler_barrier(); - return z_impl_auxdisplay_clear(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define auxdisplay_clear(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_AUXDISPLAY_CLEAR, auxdisplay_clear, dev); syscall__retval = auxdisplay_clear(dev); sys_port_trace_syscall_exit(K_SYSCALL_AUXDISPLAY_CLEAR, auxdisplay_clear, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_auxdisplay_brightness_get(const struct device * dev, uint8_t * brightness); - -__pinned_func -static inline int auxdisplay_brightness_get(const struct device * dev, uint8_t * brightness) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t * val; } parm1 = { .val = brightness }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_AUXDISPLAY_BRIGHTNESS_GET); - } -#endif - compiler_barrier(); - return z_impl_auxdisplay_brightness_get(dev, brightness); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define auxdisplay_brightness_get(dev, brightness) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_AUXDISPLAY_BRIGHTNESS_GET, auxdisplay_brightness_get, dev, brightness); syscall__retval = auxdisplay_brightness_get(dev, brightness); sys_port_trace_syscall_exit(K_SYSCALL_AUXDISPLAY_BRIGHTNESS_GET, auxdisplay_brightness_get, dev, brightness, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_auxdisplay_brightness_set(const struct device * dev, uint8_t brightness); - -__pinned_func -static inline int auxdisplay_brightness_set(const struct device * dev, uint8_t brightness) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t val; } parm1 = { .val = brightness }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_AUXDISPLAY_BRIGHTNESS_SET); - } -#endif - compiler_barrier(); - return z_impl_auxdisplay_brightness_set(dev, brightness); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define auxdisplay_brightness_set(dev, brightness) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_AUXDISPLAY_BRIGHTNESS_SET, auxdisplay_brightness_set, dev, brightness); syscall__retval = auxdisplay_brightness_set(dev, brightness); sys_port_trace_syscall_exit(K_SYSCALL_AUXDISPLAY_BRIGHTNESS_SET, auxdisplay_brightness_set, dev, brightness, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_auxdisplay_backlight_get(const struct device * dev, uint8_t * backlight); - -__pinned_func -static inline int auxdisplay_backlight_get(const struct device * dev, uint8_t * backlight) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t * val; } parm1 = { .val = backlight }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_AUXDISPLAY_BACKLIGHT_GET); - } -#endif - compiler_barrier(); - return z_impl_auxdisplay_backlight_get(dev, backlight); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define auxdisplay_backlight_get(dev, backlight) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_AUXDISPLAY_BACKLIGHT_GET, auxdisplay_backlight_get, dev, backlight); syscall__retval = auxdisplay_backlight_get(dev, backlight); sys_port_trace_syscall_exit(K_SYSCALL_AUXDISPLAY_BACKLIGHT_GET, auxdisplay_backlight_get, dev, backlight, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_auxdisplay_backlight_set(const struct device * dev, uint8_t backlight); - -__pinned_func -static inline int auxdisplay_backlight_set(const struct device * dev, uint8_t backlight) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t val; } parm1 = { .val = backlight }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_AUXDISPLAY_BACKLIGHT_SET); - } -#endif - compiler_barrier(); - return z_impl_auxdisplay_backlight_set(dev, backlight); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define auxdisplay_backlight_set(dev, backlight) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_AUXDISPLAY_BACKLIGHT_SET, auxdisplay_backlight_set, dev, backlight); syscall__retval = auxdisplay_backlight_set(dev, backlight); sys_port_trace_syscall_exit(K_SYSCALL_AUXDISPLAY_BACKLIGHT_SET, auxdisplay_backlight_set, dev, backlight, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_auxdisplay_is_busy(const struct device * dev); - -__pinned_func -static inline int auxdisplay_is_busy(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_AUXDISPLAY_IS_BUSY); - } -#endif - compiler_barrier(); - return z_impl_auxdisplay_is_busy(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define auxdisplay_is_busy(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_AUXDISPLAY_IS_BUSY, auxdisplay_is_busy, dev); syscall__retval = auxdisplay_is_busy(dev); sys_port_trace_syscall_exit(K_SYSCALL_AUXDISPLAY_IS_BUSY, auxdisplay_is_busy, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_auxdisplay_custom_character_set(const struct device * dev, struct auxdisplay_character * character); - -__pinned_func -static inline int auxdisplay_custom_character_set(const struct device * dev, struct auxdisplay_character * character) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct auxdisplay_character * val; } parm1 = { .val = character }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_AUXDISPLAY_CUSTOM_CHARACTER_SET); - } -#endif - compiler_barrier(); - return z_impl_auxdisplay_custom_character_set(dev, character); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define auxdisplay_custom_character_set(dev, character) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_AUXDISPLAY_CUSTOM_CHARACTER_SET, auxdisplay_custom_character_set, dev, character); syscall__retval = auxdisplay_custom_character_set(dev, character); sys_port_trace_syscall_exit(K_SYSCALL_AUXDISPLAY_CUSTOM_CHARACTER_SET, auxdisplay_custom_character_set, dev, character, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_auxdisplay_write(const struct device * dev, const uint8_t * data, uint16_t len); - -__pinned_func -static inline int auxdisplay_write(const struct device * dev, const uint8_t * data, uint16_t len) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const uint8_t * val; } parm1 = { .val = data }; - union { uintptr_t x; uint16_t val; } parm2 = { .val = len }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_AUXDISPLAY_WRITE); - } -#endif - compiler_barrier(); - return z_impl_auxdisplay_write(dev, data, len); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define auxdisplay_write(dev, data, len) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_AUXDISPLAY_WRITE, auxdisplay_write, dev, data, len); syscall__retval = auxdisplay_write(dev, data, len); sys_port_trace_syscall_exit(K_SYSCALL_AUXDISPLAY_WRITE, auxdisplay_write, dev, data, len, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_auxdisplay_custom_command(const struct device * dev, struct auxdisplay_custom_data * data); - -__pinned_func -static inline int auxdisplay_custom_command(const struct device * dev, struct auxdisplay_custom_data * data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct auxdisplay_custom_data * val; } parm1 = { .val = data }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_AUXDISPLAY_CUSTOM_COMMAND); - } -#endif - compiler_barrier(); - return z_impl_auxdisplay_custom_command(dev, data); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define auxdisplay_custom_command(dev, data) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_AUXDISPLAY_CUSTOM_COMMAND, auxdisplay_custom_command, dev, data); syscall__retval = auxdisplay_custom_command(dev, data); sys_port_trace_syscall_exit(K_SYSCALL_AUXDISPLAY_CUSTOM_COMMAND, auxdisplay_custom_command, dev, data, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/bbram.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/bbram.h deleted file mode 100644 index fcfa519..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/bbram.h +++ /dev/null @@ -1,173 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_BBRAM_H -#define Z_INCLUDE_SYSCALLS_BBRAM_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_bbram_check_invalid(const struct device * dev); - -__pinned_func -static inline int bbram_check_invalid(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_BBRAM_CHECK_INVALID); - } -#endif - compiler_barrier(); - return z_impl_bbram_check_invalid(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define bbram_check_invalid(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_BBRAM_CHECK_INVALID, bbram_check_invalid, dev); syscall__retval = bbram_check_invalid(dev); sys_port_trace_syscall_exit(K_SYSCALL_BBRAM_CHECK_INVALID, bbram_check_invalid, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_bbram_check_standby_power(const struct device * dev); - -__pinned_func -static inline int bbram_check_standby_power(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_BBRAM_CHECK_STANDBY_POWER); - } -#endif - compiler_barrier(); - return z_impl_bbram_check_standby_power(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define bbram_check_standby_power(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_BBRAM_CHECK_STANDBY_POWER, bbram_check_standby_power, dev); syscall__retval = bbram_check_standby_power(dev); sys_port_trace_syscall_exit(K_SYSCALL_BBRAM_CHECK_STANDBY_POWER, bbram_check_standby_power, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_bbram_check_power(const struct device * dev); - -__pinned_func -static inline int bbram_check_power(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_BBRAM_CHECK_POWER); - } -#endif - compiler_barrier(); - return z_impl_bbram_check_power(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define bbram_check_power(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_BBRAM_CHECK_POWER, bbram_check_power, dev); syscall__retval = bbram_check_power(dev); sys_port_trace_syscall_exit(K_SYSCALL_BBRAM_CHECK_POWER, bbram_check_power, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_bbram_get_size(const struct device * dev, size_t * size); - -__pinned_func -static inline int bbram_get_size(const struct device * dev, size_t * size) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; size_t * val; } parm1 = { .val = size }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_BBRAM_GET_SIZE); - } -#endif - compiler_barrier(); - return z_impl_bbram_get_size(dev, size); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define bbram_get_size(dev, size) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_BBRAM_GET_SIZE, bbram_get_size, dev, size); syscall__retval = bbram_get_size(dev, size); sys_port_trace_syscall_exit(K_SYSCALL_BBRAM_GET_SIZE, bbram_get_size, dev, size, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_bbram_read(const struct device * dev, size_t offset, size_t size, uint8_t * data); - -__pinned_func -static inline int bbram_read(const struct device * dev, size_t offset, size_t size, uint8_t * data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; size_t val; } parm1 = { .val = offset }; - union { uintptr_t x; size_t val; } parm2 = { .val = size }; - union { uintptr_t x; uint8_t * val; } parm3 = { .val = data }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_BBRAM_READ); - } -#endif - compiler_barrier(); - return z_impl_bbram_read(dev, offset, size, data); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define bbram_read(dev, offset, size, data) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_BBRAM_READ, bbram_read, dev, offset, size, data); syscall__retval = bbram_read(dev, offset, size, data); sys_port_trace_syscall_exit(K_SYSCALL_BBRAM_READ, bbram_read, dev, offset, size, data, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_bbram_write(const struct device * dev, size_t offset, size_t size, const uint8_t * data); - -__pinned_func -static inline int bbram_write(const struct device * dev, size_t offset, size_t size, const uint8_t * data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; size_t val; } parm1 = { .val = offset }; - union { uintptr_t x; size_t val; } parm2 = { .val = size }; - union { uintptr_t x; const uint8_t * val; } parm3 = { .val = data }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_BBRAM_WRITE); - } -#endif - compiler_barrier(); - return z_impl_bbram_write(dev, offset, size, data); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define bbram_write(dev, offset, size, data) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_BBRAM_WRITE, bbram_write, dev, offset, size, data); syscall__retval = bbram_write(dev, offset, size, data); sys_port_trace_syscall_exit(K_SYSCALL_BBRAM_WRITE, bbram_write, dev, offset, size, data, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/biometrics.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/biometrics.h deleted file mode 100644 index 75f9a5c..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/biometrics.h +++ /dev/null @@ -1,373 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_BIOMETRICS_H -#define Z_INCLUDE_SYSCALLS_BIOMETRICS_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_biometric_get_capabilities(const struct device * dev, struct biometric_capabilities * caps); - -__pinned_func -static inline int biometric_get_capabilities(const struct device * dev, struct biometric_capabilities * caps) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct biometric_capabilities * val; } parm1 = { .val = caps }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_BIOMETRIC_GET_CAPABILITIES); - } -#endif - compiler_barrier(); - return z_impl_biometric_get_capabilities(dev, caps); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define biometric_get_capabilities(dev, caps) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_BIOMETRIC_GET_CAPABILITIES, biometric_get_capabilities, dev, caps); syscall__retval = biometric_get_capabilities(dev, caps); sys_port_trace_syscall_exit(K_SYSCALL_BIOMETRIC_GET_CAPABILITIES, biometric_get_capabilities, dev, caps, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_biometric_attr_set(const struct device * dev, enum biometric_attribute attr, int32_t val); - -__pinned_func -static inline int biometric_attr_set(const struct device * dev, enum biometric_attribute attr, int32_t val) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum biometric_attribute val; } parm1 = { .val = attr }; - union { uintptr_t x; int32_t val; } parm2 = { .val = val }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_BIOMETRIC_ATTR_SET); - } -#endif - compiler_barrier(); - return z_impl_biometric_attr_set(dev, attr, val); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define biometric_attr_set(dev, attr, val) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_BIOMETRIC_ATTR_SET, biometric_attr_set, dev, attr, val); syscall__retval = biometric_attr_set(dev, attr, val); sys_port_trace_syscall_exit(K_SYSCALL_BIOMETRIC_ATTR_SET, biometric_attr_set, dev, attr, val, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_biometric_attr_get(const struct device * dev, enum biometric_attribute attr, int32_t * val); - -__pinned_func -static inline int biometric_attr_get(const struct device * dev, enum biometric_attribute attr, int32_t * val) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum biometric_attribute val; } parm1 = { .val = attr }; - union { uintptr_t x; int32_t * val; } parm2 = { .val = val }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_BIOMETRIC_ATTR_GET); - } -#endif - compiler_barrier(); - return z_impl_biometric_attr_get(dev, attr, val); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define biometric_attr_get(dev, attr, val) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_BIOMETRIC_ATTR_GET, biometric_attr_get, dev, attr, val); syscall__retval = biometric_attr_get(dev, attr, val); sys_port_trace_syscall_exit(K_SYSCALL_BIOMETRIC_ATTR_GET, biometric_attr_get, dev, attr, val, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_biometric_enroll_start(const struct device * dev, uint16_t template_id); - -__pinned_func -static inline int biometric_enroll_start(const struct device * dev, uint16_t template_id) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint16_t val; } parm1 = { .val = template_id }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_BIOMETRIC_ENROLL_START); - } -#endif - compiler_barrier(); - return z_impl_biometric_enroll_start(dev, template_id); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define biometric_enroll_start(dev, template_id) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_BIOMETRIC_ENROLL_START, biometric_enroll_start, dev, template_id); syscall__retval = biometric_enroll_start(dev, template_id); sys_port_trace_syscall_exit(K_SYSCALL_BIOMETRIC_ENROLL_START, biometric_enroll_start, dev, template_id, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_biometric_enroll_capture(const struct device * dev, k_timeout_t timeout, struct biometric_capture_result * result); - -__pinned_func -static inline int biometric_enroll_capture(const struct device * dev, k_timeout_t timeout, struct biometric_capture_result * result) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm1 = { .val = timeout }; - union { uintptr_t x; struct biometric_capture_result * val; } parm2 = { .val = result }; - return (int) arch_syscall_invoke4(parm0.x, parm1.split.lo, parm1.split.hi, parm2.x, K_SYSCALL_BIOMETRIC_ENROLL_CAPTURE); - } -#endif - compiler_barrier(); - return z_impl_biometric_enroll_capture(dev, timeout, result); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define biometric_enroll_capture(dev, timeout, result) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_BIOMETRIC_ENROLL_CAPTURE, biometric_enroll_capture, dev, timeout, result); syscall__retval = biometric_enroll_capture(dev, timeout, result); sys_port_trace_syscall_exit(K_SYSCALL_BIOMETRIC_ENROLL_CAPTURE, biometric_enroll_capture, dev, timeout, result, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_biometric_enroll_finalize(const struct device * dev); - -__pinned_func -static inline int biometric_enroll_finalize(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_BIOMETRIC_ENROLL_FINALIZE); - } -#endif - compiler_barrier(); - return z_impl_biometric_enroll_finalize(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define biometric_enroll_finalize(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_BIOMETRIC_ENROLL_FINALIZE, biometric_enroll_finalize, dev); syscall__retval = biometric_enroll_finalize(dev); sys_port_trace_syscall_exit(K_SYSCALL_BIOMETRIC_ENROLL_FINALIZE, biometric_enroll_finalize, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_biometric_enroll_abort(const struct device * dev); - -__pinned_func -static inline int biometric_enroll_abort(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_BIOMETRIC_ENROLL_ABORT); - } -#endif - compiler_barrier(); - return z_impl_biometric_enroll_abort(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define biometric_enroll_abort(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_BIOMETRIC_ENROLL_ABORT, biometric_enroll_abort, dev); syscall__retval = biometric_enroll_abort(dev); sys_port_trace_syscall_exit(K_SYSCALL_BIOMETRIC_ENROLL_ABORT, biometric_enroll_abort, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_biometric_template_store(const struct device * dev, uint16_t id, const uint8_t * data, size_t size); - -__pinned_func -static inline int biometric_template_store(const struct device * dev, uint16_t id, const uint8_t * data, size_t size) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint16_t val; } parm1 = { .val = id }; - union { uintptr_t x; const uint8_t * val; } parm2 = { .val = data }; - union { uintptr_t x; size_t val; } parm3 = { .val = size }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_BIOMETRIC_TEMPLATE_STORE); - } -#endif - compiler_barrier(); - return z_impl_biometric_template_store(dev, id, data, size); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define biometric_template_store(dev, id, data, size) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_BIOMETRIC_TEMPLATE_STORE, biometric_template_store, dev, id, data, size); syscall__retval = biometric_template_store(dev, id, data, size); sys_port_trace_syscall_exit(K_SYSCALL_BIOMETRIC_TEMPLATE_STORE, biometric_template_store, dev, id, data, size, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_biometric_template_read(const struct device * dev, uint16_t id, uint8_t * data, size_t size); - -__pinned_func -static inline int biometric_template_read(const struct device * dev, uint16_t id, uint8_t * data, size_t size) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint16_t val; } parm1 = { .val = id }; - union { uintptr_t x; uint8_t * val; } parm2 = { .val = data }; - union { uintptr_t x; size_t val; } parm3 = { .val = size }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_BIOMETRIC_TEMPLATE_READ); - } -#endif - compiler_barrier(); - return z_impl_biometric_template_read(dev, id, data, size); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define biometric_template_read(dev, id, data, size) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_BIOMETRIC_TEMPLATE_READ, biometric_template_read, dev, id, data, size); syscall__retval = biometric_template_read(dev, id, data, size); sys_port_trace_syscall_exit(K_SYSCALL_BIOMETRIC_TEMPLATE_READ, biometric_template_read, dev, id, data, size, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_biometric_template_delete(const struct device * dev, uint16_t id); - -__pinned_func -static inline int biometric_template_delete(const struct device * dev, uint16_t id) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint16_t val; } parm1 = { .val = id }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_BIOMETRIC_TEMPLATE_DELETE); - } -#endif - compiler_barrier(); - return z_impl_biometric_template_delete(dev, id); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define biometric_template_delete(dev, id) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_BIOMETRIC_TEMPLATE_DELETE, biometric_template_delete, dev, id); syscall__retval = biometric_template_delete(dev, id); sys_port_trace_syscall_exit(K_SYSCALL_BIOMETRIC_TEMPLATE_DELETE, biometric_template_delete, dev, id, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_biometric_template_delete_all(const struct device * dev); - -__pinned_func -static inline int biometric_template_delete_all(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_BIOMETRIC_TEMPLATE_DELETE_ALL); - } -#endif - compiler_barrier(); - return z_impl_biometric_template_delete_all(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define biometric_template_delete_all(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_BIOMETRIC_TEMPLATE_DELETE_ALL, biometric_template_delete_all, dev); syscall__retval = biometric_template_delete_all(dev); sys_port_trace_syscall_exit(K_SYSCALL_BIOMETRIC_TEMPLATE_DELETE_ALL, biometric_template_delete_all, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_biometric_template_list(const struct device * dev, uint16_t * ids, size_t max_count, size_t * actual_count); - -__pinned_func -static inline int biometric_template_list(const struct device * dev, uint16_t * ids, size_t max_count, size_t * actual_count) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint16_t * val; } parm1 = { .val = ids }; - union { uintptr_t x; size_t val; } parm2 = { .val = max_count }; - union { uintptr_t x; size_t * val; } parm3 = { .val = actual_count }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_BIOMETRIC_TEMPLATE_LIST); - } -#endif - compiler_barrier(); - return z_impl_biometric_template_list(dev, ids, max_count, actual_count); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define biometric_template_list(dev, ids, max_count, actual_count) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_BIOMETRIC_TEMPLATE_LIST, biometric_template_list, dev, ids, max_count, actual_count); syscall__retval = biometric_template_list(dev, ids, max_count, actual_count); sys_port_trace_syscall_exit(K_SYSCALL_BIOMETRIC_TEMPLATE_LIST, biometric_template_list, dev, ids, max_count, actual_count, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_biometric_match(const struct device * dev, enum biometric_match_mode mode, uint16_t template_id, k_timeout_t timeout, struct biometric_match_result * result); - -__pinned_func -static inline int biometric_match(const struct device * dev, enum biometric_match_mode mode, uint16_t template_id, k_timeout_t timeout, struct biometric_match_result * result) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum biometric_match_mode val; } parm1 = { .val = mode }; - union { uintptr_t x; uint16_t val; } parm2 = { .val = template_id }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm3 = { .val = timeout }; - union { uintptr_t x; struct biometric_match_result * val; } parm4 = { .val = result }; - return (int) arch_syscall_invoke6(parm0.x, parm1.x, parm2.x, parm3.split.lo, parm3.split.hi, parm4.x, K_SYSCALL_BIOMETRIC_MATCH); - } -#endif - compiler_barrier(); - return z_impl_biometric_match(dev, mode, template_id, timeout, result); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define biometric_match(dev, mode, template_id, timeout, result) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_BIOMETRIC_MATCH, biometric_match, dev, mode, template_id, timeout, result); syscall__retval = biometric_match(dev, mode, template_id, timeout, result); sys_port_trace_syscall_exit(K_SYSCALL_BIOMETRIC_MATCH, biometric_match, dev, mode, template_id, timeout, result, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_biometric_led_control(const struct device * dev, enum biometric_led_state state); - -__pinned_func -static inline int biometric_led_control(const struct device * dev, enum biometric_led_state state) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum biometric_led_state val; } parm1 = { .val = state }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_BIOMETRIC_LED_CONTROL); - } -#endif - compiler_barrier(); - return z_impl_biometric_led_control(dev, state); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define biometric_led_control(dev, state) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_BIOMETRIC_LED_CONTROL, biometric_led_control, dev, state); syscall__retval = biometric_led_control(dev, state); sys_port_trace_syscall_exit(K_SYSCALL_BIOMETRIC_LED_CONTROL, biometric_led_control, dev, state, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/cache.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/cache.h deleted file mode 100644 index 7dbb963..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/cache.h +++ /dev/null @@ -1,100 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_CACHE_H -#define Z_INCLUDE_SYSCALLS_CACHE_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_sys_cache_data_flush_range(void * addr, size_t size); - -__pinned_func -static inline int sys_cache_data_flush_range(void * addr, size_t size) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; void * val; } parm0 = { .val = addr }; - union { uintptr_t x; size_t val; } parm1 = { .val = size }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_SYS_CACHE_DATA_FLUSH_RANGE); - } -#endif - compiler_barrier(); - return z_impl_sys_cache_data_flush_range(addr, size); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sys_cache_data_flush_range(addr, size) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SYS_CACHE_DATA_FLUSH_RANGE, sys_cache_data_flush_range, addr, size); syscall__retval = sys_cache_data_flush_range(addr, size); sys_port_trace_syscall_exit(K_SYSCALL_SYS_CACHE_DATA_FLUSH_RANGE, sys_cache_data_flush_range, addr, size, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_sys_cache_data_invd_range(void * addr, size_t size); - -__pinned_func -static inline int sys_cache_data_invd_range(void * addr, size_t size) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; void * val; } parm0 = { .val = addr }; - union { uintptr_t x; size_t val; } parm1 = { .val = size }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_SYS_CACHE_DATA_INVD_RANGE); - } -#endif - compiler_barrier(); - return z_impl_sys_cache_data_invd_range(addr, size); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sys_cache_data_invd_range(addr, size) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SYS_CACHE_DATA_INVD_RANGE, sys_cache_data_invd_range, addr, size); syscall__retval = sys_cache_data_invd_range(addr, size); sys_port_trace_syscall_exit(K_SYSCALL_SYS_CACHE_DATA_INVD_RANGE, sys_cache_data_invd_range, addr, size, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_sys_cache_data_flush_and_invd_range(void * addr, size_t size); - -__pinned_func -static inline int sys_cache_data_flush_and_invd_range(void * addr, size_t size) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; void * val; } parm0 = { .val = addr }; - union { uintptr_t x; size_t val; } parm1 = { .val = size }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_SYS_CACHE_DATA_FLUSH_AND_INVD_RANGE); - } -#endif - compiler_barrier(); - return z_impl_sys_cache_data_flush_and_invd_range(addr, size); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sys_cache_data_flush_and_invd_range(addr, size) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SYS_CACHE_DATA_FLUSH_AND_INVD_RANGE, sys_cache_data_flush_and_invd_range, addr, size); syscall__retval = sys_cache_data_flush_and_invd_range(addr, size); sys_port_trace_syscall_exit(K_SYSCALL_SYS_CACHE_DATA_FLUSH_AND_INVD_RANGE, sys_cache_data_flush_and_invd_range, addr, size, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/can.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/can.h deleted file mode 100644 index 261b074..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/can.h +++ /dev/null @@ -1,812 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_CAN_H -#define Z_INCLUDE_SYSCALLS_CAN_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_can_get_core_clock(const struct device * dev, uint32_t * rate); - -__pinned_func -static inline int can_get_core_clock(const struct device * dev, uint32_t * rate) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t * val; } parm1 = { .val = rate }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_CAN_GET_CORE_CLOCK); - } -#endif - compiler_barrier(); - return z_impl_can_get_core_clock(dev, rate); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_get_core_clock(dev, rate) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_GET_CORE_CLOCK, can_get_core_clock, dev, rate); syscall__retval = can_get_core_clock(dev, rate); sys_port_trace_syscall_exit(K_SYSCALL_CAN_GET_CORE_CLOCK, can_get_core_clock, dev, rate, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_can_get_bitrate_min(const struct device * dev); - -__pinned_func -static inline uint32_t can_get_bitrate_min(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (uint32_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_CAN_GET_BITRATE_MIN); - } -#endif - compiler_barrier(); - return z_impl_can_get_bitrate_min(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_get_bitrate_min(dev) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_GET_BITRATE_MIN, can_get_bitrate_min, dev); syscall__retval = can_get_bitrate_min(dev); sys_port_trace_syscall_exit(K_SYSCALL_CAN_GET_BITRATE_MIN, can_get_bitrate_min, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_can_get_bitrate_max(const struct device * dev); - -__pinned_func -static inline uint32_t can_get_bitrate_max(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (uint32_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_CAN_GET_BITRATE_MAX); - } -#endif - compiler_barrier(); - return z_impl_can_get_bitrate_max(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_get_bitrate_max(dev) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_GET_BITRATE_MAX, can_get_bitrate_max, dev); syscall__retval = can_get_bitrate_max(dev); sys_port_trace_syscall_exit(K_SYSCALL_CAN_GET_BITRATE_MAX, can_get_bitrate_max, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern const struct can_timing * z_impl_can_get_timing_min(const struct device * dev); - -__pinned_func -static inline const struct can_timing * can_get_timing_min(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (const struct can_timing *) arch_syscall_invoke1(parm0.x, K_SYSCALL_CAN_GET_TIMING_MIN); - } -#endif - compiler_barrier(); - return z_impl_can_get_timing_min(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_get_timing_min(dev) ({ const struct can_timing * syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_GET_TIMING_MIN, can_get_timing_min, dev); syscall__retval = can_get_timing_min(dev); sys_port_trace_syscall_exit(K_SYSCALL_CAN_GET_TIMING_MIN, can_get_timing_min, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern const struct can_timing * z_impl_can_get_timing_max(const struct device * dev); - -__pinned_func -static inline const struct can_timing * can_get_timing_max(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (const struct can_timing *) arch_syscall_invoke1(parm0.x, K_SYSCALL_CAN_GET_TIMING_MAX); - } -#endif - compiler_barrier(); - return z_impl_can_get_timing_max(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_get_timing_max(dev) ({ const struct can_timing * syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_GET_TIMING_MAX, can_get_timing_max, dev); syscall__retval = can_get_timing_max(dev); sys_port_trace_syscall_exit(K_SYSCALL_CAN_GET_TIMING_MAX, can_get_timing_max, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_can_calc_timing(const struct device * dev, struct can_timing * res, uint32_t bitrate, uint16_t sample_pnt); - -__pinned_func -static inline int can_calc_timing(const struct device * dev, struct can_timing * res, uint32_t bitrate, uint16_t sample_pnt) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct can_timing * val; } parm1 = { .val = res }; - union { uintptr_t x; uint32_t val; } parm2 = { .val = bitrate }; - union { uintptr_t x; uint16_t val; } parm3 = { .val = sample_pnt }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_CAN_CALC_TIMING); - } -#endif - compiler_barrier(); - return z_impl_can_calc_timing(dev, res, bitrate, sample_pnt); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_calc_timing(dev, res, bitrate, sample_pnt) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_CALC_TIMING, can_calc_timing, dev, res, bitrate, sample_pnt); syscall__retval = can_calc_timing(dev, res, bitrate, sample_pnt); sys_port_trace_syscall_exit(K_SYSCALL_CAN_CALC_TIMING, can_calc_timing, dev, res, bitrate, sample_pnt, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern const struct can_timing * z_impl_can_get_timing_data_min(const struct device * dev); - -__pinned_func -static inline const struct can_timing * can_get_timing_data_min(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (const struct can_timing *) arch_syscall_invoke1(parm0.x, K_SYSCALL_CAN_GET_TIMING_DATA_MIN); - } -#endif - compiler_barrier(); - return z_impl_can_get_timing_data_min(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_get_timing_data_min(dev) ({ const struct can_timing * syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_GET_TIMING_DATA_MIN, can_get_timing_data_min, dev); syscall__retval = can_get_timing_data_min(dev); sys_port_trace_syscall_exit(K_SYSCALL_CAN_GET_TIMING_DATA_MIN, can_get_timing_data_min, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern const struct can_timing * z_impl_can_get_timing_data_max(const struct device * dev); - -__pinned_func -static inline const struct can_timing * can_get_timing_data_max(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (const struct can_timing *) arch_syscall_invoke1(parm0.x, K_SYSCALL_CAN_GET_TIMING_DATA_MAX); - } -#endif - compiler_barrier(); - return z_impl_can_get_timing_data_max(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_get_timing_data_max(dev) ({ const struct can_timing * syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_GET_TIMING_DATA_MAX, can_get_timing_data_max, dev); syscall__retval = can_get_timing_data_max(dev); sys_port_trace_syscall_exit(K_SYSCALL_CAN_GET_TIMING_DATA_MAX, can_get_timing_data_max, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_can_calc_timing_data(const struct device * dev, struct can_timing * res, uint32_t bitrate, uint16_t sample_pnt); - -__pinned_func -static inline int can_calc_timing_data(const struct device * dev, struct can_timing * res, uint32_t bitrate, uint16_t sample_pnt) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct can_timing * val; } parm1 = { .val = res }; - union { uintptr_t x; uint32_t val; } parm2 = { .val = bitrate }; - union { uintptr_t x; uint16_t val; } parm3 = { .val = sample_pnt }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_CAN_CALC_TIMING_DATA); - } -#endif - compiler_barrier(); - return z_impl_can_calc_timing_data(dev, res, bitrate, sample_pnt); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_calc_timing_data(dev, res, bitrate, sample_pnt) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_CALC_TIMING_DATA, can_calc_timing_data, dev, res, bitrate, sample_pnt); syscall__retval = can_calc_timing_data(dev, res, bitrate, sample_pnt); sys_port_trace_syscall_exit(K_SYSCALL_CAN_CALC_TIMING_DATA, can_calc_timing_data, dev, res, bitrate, sample_pnt, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_can_set_timing_data(const struct device * dev, const struct can_timing * timing_data); - -__pinned_func -static inline int can_set_timing_data(const struct device * dev, const struct can_timing * timing_data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const struct can_timing * val; } parm1 = { .val = timing_data }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_CAN_SET_TIMING_DATA); - } -#endif - compiler_barrier(); - return z_impl_can_set_timing_data(dev, timing_data); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_set_timing_data(dev, timing_data) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_SET_TIMING_DATA, can_set_timing_data, dev, timing_data); syscall__retval = can_set_timing_data(dev, timing_data); sys_port_trace_syscall_exit(K_SYSCALL_CAN_SET_TIMING_DATA, can_set_timing_data, dev, timing_data, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_can_set_bitrate_data(const struct device * dev, uint32_t bitrate_data); - -__pinned_func -static inline int can_set_bitrate_data(const struct device * dev, uint32_t bitrate_data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = bitrate_data }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_CAN_SET_BITRATE_DATA); - } -#endif - compiler_barrier(); - return z_impl_can_set_bitrate_data(dev, bitrate_data); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_set_bitrate_data(dev, bitrate_data) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_SET_BITRATE_DATA, can_set_bitrate_data, dev, bitrate_data); syscall__retval = can_set_bitrate_data(dev, bitrate_data); sys_port_trace_syscall_exit(K_SYSCALL_CAN_SET_BITRATE_DATA, can_set_bitrate_data, dev, bitrate_data, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_can_set_timing(const struct device * dev, const struct can_timing * timing); - -__pinned_func -static inline int can_set_timing(const struct device * dev, const struct can_timing * timing) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const struct can_timing * val; } parm1 = { .val = timing }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_CAN_SET_TIMING); - } -#endif - compiler_barrier(); - return z_impl_can_set_timing(dev, timing); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_set_timing(dev, timing) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_SET_TIMING, can_set_timing, dev, timing); syscall__retval = can_set_timing(dev, timing); sys_port_trace_syscall_exit(K_SYSCALL_CAN_SET_TIMING, can_set_timing, dev, timing, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_can_get_capabilities(const struct device * dev, can_mode_t * cap); - -__pinned_func -static inline int can_get_capabilities(const struct device * dev, can_mode_t * cap) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; can_mode_t * val; } parm1 = { .val = cap }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_CAN_GET_CAPABILITIES); - } -#endif - compiler_barrier(); - return z_impl_can_get_capabilities(dev, cap); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_get_capabilities(dev, cap) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_GET_CAPABILITIES, can_get_capabilities, dev, cap); syscall__retval = can_get_capabilities(dev, cap); sys_port_trace_syscall_exit(K_SYSCALL_CAN_GET_CAPABILITIES, can_get_capabilities, dev, cap, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern const struct device * z_impl_can_get_transceiver(const struct device * dev); - -__pinned_func -static inline const struct device * can_get_transceiver(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (const struct device *) arch_syscall_invoke1(parm0.x, K_SYSCALL_CAN_GET_TRANSCEIVER); - } -#endif - compiler_barrier(); - return z_impl_can_get_transceiver(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_get_transceiver(dev) ({ const struct device * syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_GET_TRANSCEIVER, can_get_transceiver, dev); syscall__retval = can_get_transceiver(dev); sys_port_trace_syscall_exit(K_SYSCALL_CAN_GET_TRANSCEIVER, can_get_transceiver, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_can_start(const struct device * dev); - -__pinned_func -static inline int can_start(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_CAN_START); - } -#endif - compiler_barrier(); - return z_impl_can_start(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_start(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_START, can_start, dev); syscall__retval = can_start(dev); sys_port_trace_syscall_exit(K_SYSCALL_CAN_START, can_start, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_can_stop(const struct device * dev); - -__pinned_func -static inline int can_stop(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_CAN_STOP); - } -#endif - compiler_barrier(); - return z_impl_can_stop(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_stop(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_STOP, can_stop, dev); syscall__retval = can_stop(dev); sys_port_trace_syscall_exit(K_SYSCALL_CAN_STOP, can_stop, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_can_set_mode(const struct device * dev, can_mode_t mode); - -__pinned_func -static inline int can_set_mode(const struct device * dev, can_mode_t mode) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; can_mode_t val; } parm1 = { .val = mode }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_CAN_SET_MODE); - } -#endif - compiler_barrier(); - return z_impl_can_set_mode(dev, mode); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_set_mode(dev, mode) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_SET_MODE, can_set_mode, dev, mode); syscall__retval = can_set_mode(dev, mode); sys_port_trace_syscall_exit(K_SYSCALL_CAN_SET_MODE, can_set_mode, dev, mode, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern can_mode_t z_impl_can_get_mode(const struct device * dev); - -__pinned_func -static inline can_mode_t can_get_mode(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (can_mode_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_CAN_GET_MODE); - } -#endif - compiler_barrier(); - return z_impl_can_get_mode(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_get_mode(dev) ({ can_mode_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_GET_MODE, can_get_mode, dev); syscall__retval = can_get_mode(dev); sys_port_trace_syscall_exit(K_SYSCALL_CAN_GET_MODE, can_get_mode, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_can_set_bitrate(const struct device * dev, uint32_t bitrate); - -__pinned_func -static inline int can_set_bitrate(const struct device * dev, uint32_t bitrate) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = bitrate }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_CAN_SET_BITRATE); - } -#endif - compiler_barrier(); - return z_impl_can_set_bitrate(dev, bitrate); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_set_bitrate(dev, bitrate) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_SET_BITRATE, can_set_bitrate, dev, bitrate); syscall__retval = can_set_bitrate(dev, bitrate); sys_port_trace_syscall_exit(K_SYSCALL_CAN_SET_BITRATE, can_set_bitrate, dev, bitrate, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_can_send(const struct device * dev, const struct can_frame * frame, k_timeout_t timeout, can_tx_callback_t callback, void * user_data); - -__pinned_func -static inline int can_send(const struct device * dev, const struct can_frame * frame, k_timeout_t timeout, can_tx_callback_t callback, void * user_data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const struct can_frame * val; } parm1 = { .val = frame }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm2 = { .val = timeout }; - union { uintptr_t x; can_tx_callback_t val; } parm3 = { .val = callback }; - union { uintptr_t x; void * val; } parm4 = { .val = user_data }; - return (int) arch_syscall_invoke6(parm0.x, parm1.x, parm2.split.lo, parm2.split.hi, parm3.x, parm4.x, K_SYSCALL_CAN_SEND); - } -#endif - compiler_barrier(); - return z_impl_can_send(dev, frame, timeout, callback, user_data); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_send(dev, frame, timeout, callback, user_data) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_SEND, can_send, dev, frame, timeout, callback, user_data); syscall__retval = can_send(dev, frame, timeout, callback, user_data); sys_port_trace_syscall_exit(K_SYSCALL_CAN_SEND, can_send, dev, frame, timeout, callback, user_data, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_can_add_rx_filter_msgq(const struct device * dev, struct k_msgq * msgq, const struct can_filter * filter); - -__pinned_func -static inline int can_add_rx_filter_msgq(const struct device * dev, struct k_msgq * msgq, const struct can_filter * filter) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct k_msgq * val; } parm1 = { .val = msgq }; - union { uintptr_t x; const struct can_filter * val; } parm2 = { .val = filter }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_CAN_ADD_RX_FILTER_MSGQ); - } -#endif - compiler_barrier(); - return z_impl_can_add_rx_filter_msgq(dev, msgq, filter); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_add_rx_filter_msgq(dev, msgq, filter) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_ADD_RX_FILTER_MSGQ, can_add_rx_filter_msgq, dev, msgq, filter); syscall__retval = can_add_rx_filter_msgq(dev, msgq, filter); sys_port_trace_syscall_exit(K_SYSCALL_CAN_ADD_RX_FILTER_MSGQ, can_add_rx_filter_msgq, dev, msgq, filter, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern void z_impl_can_remove_rx_filter(const struct device * dev, int filter_id); - -__pinned_func -static inline void can_remove_rx_filter(const struct device * dev, int filter_id) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; int val; } parm1 = { .val = filter_id }; - (void) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_CAN_REMOVE_RX_FILTER); - return; - } -#endif - compiler_barrier(); - z_impl_can_remove_rx_filter(dev, filter_id); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_remove_rx_filter(dev, filter_id) do { sys_port_trace_syscall_enter(K_SYSCALL_CAN_REMOVE_RX_FILTER, can_remove_rx_filter, dev, filter_id); can_remove_rx_filter(dev, filter_id); sys_port_trace_syscall_exit(K_SYSCALL_CAN_REMOVE_RX_FILTER, can_remove_rx_filter, dev, filter_id); } while(false) -#endif -#endif - - -extern int z_impl_can_get_max_filters(const struct device * dev, bool ide); - -__pinned_func -static inline int can_get_max_filters(const struct device * dev, bool ide) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; bool val; } parm1 = { .val = ide }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_CAN_GET_MAX_FILTERS); - } -#endif - compiler_barrier(); - return z_impl_can_get_max_filters(dev, ide); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_get_max_filters(dev, ide) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_GET_MAX_FILTERS, can_get_max_filters, dev, ide); syscall__retval = can_get_max_filters(dev, ide); sys_port_trace_syscall_exit(K_SYSCALL_CAN_GET_MAX_FILTERS, can_get_max_filters, dev, ide, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_can_get_state(const struct device * dev, enum can_state * state, struct can_bus_err_cnt * err_cnt); - -__pinned_func -static inline int can_get_state(const struct device * dev, enum can_state * state, struct can_bus_err_cnt * err_cnt) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum can_state * val; } parm1 = { .val = state }; - union { uintptr_t x; struct can_bus_err_cnt * val; } parm2 = { .val = err_cnt }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_CAN_GET_STATE); - } -#endif - compiler_barrier(); - return z_impl_can_get_state(dev, state, err_cnt); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_get_state(dev, state, err_cnt) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_GET_STATE, can_get_state, dev, state, err_cnt); syscall__retval = can_get_state(dev, state, err_cnt); sys_port_trace_syscall_exit(K_SYSCALL_CAN_GET_STATE, can_get_state, dev, state, err_cnt, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_can_recover(const struct device * dev, k_timeout_t timeout); - -__pinned_func -static inline int can_recover(const struct device * dev, k_timeout_t timeout) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm1 = { .val = timeout }; - return (int) arch_syscall_invoke3(parm0.x, parm1.split.lo, parm1.split.hi, K_SYSCALL_CAN_RECOVER); - } -#endif - compiler_barrier(); - return z_impl_can_recover(dev, timeout); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_recover(dev, timeout) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_RECOVER, can_recover, dev, timeout); syscall__retval = can_recover(dev, timeout); sys_port_trace_syscall_exit(K_SYSCALL_CAN_RECOVER, can_recover, dev, timeout, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_can_stats_get_bit_errors(const struct device * dev); - -__pinned_func -static inline uint32_t can_stats_get_bit_errors(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (uint32_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_CAN_STATS_GET_BIT_ERRORS); - } -#endif - compiler_barrier(); - return z_impl_can_stats_get_bit_errors(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_stats_get_bit_errors(dev) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_STATS_GET_BIT_ERRORS, can_stats_get_bit_errors, dev); syscall__retval = can_stats_get_bit_errors(dev); sys_port_trace_syscall_exit(K_SYSCALL_CAN_STATS_GET_BIT_ERRORS, can_stats_get_bit_errors, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_can_stats_get_bit0_errors(const struct device * dev); - -__pinned_func -static inline uint32_t can_stats_get_bit0_errors(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (uint32_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_CAN_STATS_GET_BIT0_ERRORS); - } -#endif - compiler_barrier(); - return z_impl_can_stats_get_bit0_errors(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_stats_get_bit0_errors(dev) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_STATS_GET_BIT0_ERRORS, can_stats_get_bit0_errors, dev); syscall__retval = can_stats_get_bit0_errors(dev); sys_port_trace_syscall_exit(K_SYSCALL_CAN_STATS_GET_BIT0_ERRORS, can_stats_get_bit0_errors, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_can_stats_get_bit1_errors(const struct device * dev); - -__pinned_func -static inline uint32_t can_stats_get_bit1_errors(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (uint32_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_CAN_STATS_GET_BIT1_ERRORS); - } -#endif - compiler_barrier(); - return z_impl_can_stats_get_bit1_errors(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_stats_get_bit1_errors(dev) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_STATS_GET_BIT1_ERRORS, can_stats_get_bit1_errors, dev); syscall__retval = can_stats_get_bit1_errors(dev); sys_port_trace_syscall_exit(K_SYSCALL_CAN_STATS_GET_BIT1_ERRORS, can_stats_get_bit1_errors, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_can_stats_get_stuff_errors(const struct device * dev); - -__pinned_func -static inline uint32_t can_stats_get_stuff_errors(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (uint32_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_CAN_STATS_GET_STUFF_ERRORS); - } -#endif - compiler_barrier(); - return z_impl_can_stats_get_stuff_errors(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_stats_get_stuff_errors(dev) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_STATS_GET_STUFF_ERRORS, can_stats_get_stuff_errors, dev); syscall__retval = can_stats_get_stuff_errors(dev); sys_port_trace_syscall_exit(K_SYSCALL_CAN_STATS_GET_STUFF_ERRORS, can_stats_get_stuff_errors, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_can_stats_get_crc_errors(const struct device * dev); - -__pinned_func -static inline uint32_t can_stats_get_crc_errors(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (uint32_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_CAN_STATS_GET_CRC_ERRORS); - } -#endif - compiler_barrier(); - return z_impl_can_stats_get_crc_errors(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_stats_get_crc_errors(dev) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_STATS_GET_CRC_ERRORS, can_stats_get_crc_errors, dev); syscall__retval = can_stats_get_crc_errors(dev); sys_port_trace_syscall_exit(K_SYSCALL_CAN_STATS_GET_CRC_ERRORS, can_stats_get_crc_errors, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_can_stats_get_form_errors(const struct device * dev); - -__pinned_func -static inline uint32_t can_stats_get_form_errors(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (uint32_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_CAN_STATS_GET_FORM_ERRORS); - } -#endif - compiler_barrier(); - return z_impl_can_stats_get_form_errors(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_stats_get_form_errors(dev) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_STATS_GET_FORM_ERRORS, can_stats_get_form_errors, dev); syscall__retval = can_stats_get_form_errors(dev); sys_port_trace_syscall_exit(K_SYSCALL_CAN_STATS_GET_FORM_ERRORS, can_stats_get_form_errors, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_can_stats_get_ack_errors(const struct device * dev); - -__pinned_func -static inline uint32_t can_stats_get_ack_errors(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (uint32_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_CAN_STATS_GET_ACK_ERRORS); - } -#endif - compiler_barrier(); - return z_impl_can_stats_get_ack_errors(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_stats_get_ack_errors(dev) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_STATS_GET_ACK_ERRORS, can_stats_get_ack_errors, dev); syscall__retval = can_stats_get_ack_errors(dev); sys_port_trace_syscall_exit(K_SYSCALL_CAN_STATS_GET_ACK_ERRORS, can_stats_get_ack_errors, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_can_stats_get_rx_overruns(const struct device * dev); - -__pinned_func -static inline uint32_t can_stats_get_rx_overruns(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (uint32_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_CAN_STATS_GET_RX_OVERRUNS); - } -#endif - compiler_barrier(); - return z_impl_can_stats_get_rx_overruns(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define can_stats_get_rx_overruns(dev) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CAN_STATS_GET_RX_OVERRUNS, can_stats_get_rx_overruns, dev); syscall__retval = can_stats_get_rx_overruns(dev); sys_port_trace_syscall_exit(K_SYSCALL_CAN_STATS_GET_RX_OVERRUNS, can_stats_get_rx_overruns, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/charger.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/charger.h deleted file mode 100644 index e78ba1d..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/charger.h +++ /dev/null @@ -1,102 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_CHARGER_H -#define Z_INCLUDE_SYSCALLS_CHARGER_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_charger_get_prop(const struct device * dev, const charger_prop_t prop, union charger_propval * val); - -__pinned_func -static inline int charger_get_prop(const struct device * dev, const charger_prop_t prop, union charger_propval * val) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const charger_prop_t val; } parm1 = { .val = prop }; - union { uintptr_t x; union charger_propval * val; } parm2 = { .val = val }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_CHARGER_GET_PROP); - } -#endif - compiler_barrier(); - return z_impl_charger_get_prop(dev, prop, val); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define charger_get_prop(dev, prop, val) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CHARGER_GET_PROP, charger_get_prop, dev, prop, val); syscall__retval = charger_get_prop(dev, prop, val); sys_port_trace_syscall_exit(K_SYSCALL_CHARGER_GET_PROP, charger_get_prop, dev, prop, val, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_charger_set_prop(const struct device * dev, const charger_prop_t prop, const union charger_propval * val); - -__pinned_func -static inline int charger_set_prop(const struct device * dev, const charger_prop_t prop, const union charger_propval * val) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const charger_prop_t val; } parm1 = { .val = prop }; - union { uintptr_t x; const union charger_propval * val; } parm2 = { .val = val }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_CHARGER_SET_PROP); - } -#endif - compiler_barrier(); - return z_impl_charger_set_prop(dev, prop, val); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define charger_set_prop(dev, prop, val) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CHARGER_SET_PROP, charger_set_prop, dev, prop, val); syscall__retval = charger_set_prop(dev, prop, val); sys_port_trace_syscall_exit(K_SYSCALL_CHARGER_SET_PROP, charger_set_prop, dev, prop, val, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_charger_charge_enable(const struct device * dev, const bool enable); - -__pinned_func -static inline int charger_charge_enable(const struct device * dev, const bool enable) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const bool val; } parm1 = { .val = enable }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_CHARGER_CHARGE_ENABLE); - } -#endif - compiler_barrier(); - return z_impl_charger_charge_enable(dev, enable); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define charger_charge_enable(dev, enable) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CHARGER_CHARGE_ENABLE, charger_charge_enable, dev, enable); syscall__retval = charger_charge_enable(dev, enable); sys_port_trace_syscall_exit(K_SYSCALL_CHARGER_CHARGE_ENABLE, charger_charge_enable, dev, enable, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/clock.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/clock.h deleted file mode 100644 index 36a99e6..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/clock.h +++ /dev/null @@ -1,102 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_CLOCK_H -#define Z_INCLUDE_SYSCALLS_CLOCK_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern void z_impl_sys_clock_getrtoffset(struct timespec * tp); - -__pinned_func -static inline void sys_clock_getrtoffset(struct timespec * tp) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct timespec * val; } parm0 = { .val = tp }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_SYS_CLOCK_GETRTOFFSET); - return; - } -#endif - compiler_barrier(); - z_impl_sys_clock_getrtoffset(tp); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sys_clock_getrtoffset(tp) do { sys_port_trace_syscall_enter(K_SYSCALL_SYS_CLOCK_GETRTOFFSET, sys_clock_getrtoffset, tp); sys_clock_getrtoffset(tp); sys_port_trace_syscall_exit(K_SYSCALL_SYS_CLOCK_GETRTOFFSET, sys_clock_getrtoffset, tp); } while(false) -#endif -#endif - - -extern int z_impl_sys_clock_settime(int clock_id, const struct timespec * tp); - -__pinned_func -static inline int sys_clock_settime(int clock_id, const struct timespec * tp) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = clock_id }; - union { uintptr_t x; const struct timespec * val; } parm1 = { .val = tp }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_SYS_CLOCK_SETTIME); - } -#endif - compiler_barrier(); - return z_impl_sys_clock_settime(clock_id, tp); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sys_clock_settime(clock_id, tp) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SYS_CLOCK_SETTIME, sys_clock_settime, clock_id, tp); syscall__retval = sys_clock_settime(clock_id, tp); sys_port_trace_syscall_exit(K_SYSCALL_SYS_CLOCK_SETTIME, sys_clock_settime, clock_id, tp, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_sys_clock_nanosleep(int clock_id, int flags, const struct timespec * rqtp, struct timespec * rmtp); - -__pinned_func -static inline int sys_clock_nanosleep(int clock_id, int flags, const struct timespec * rqtp, struct timespec * rmtp) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = clock_id }; - union { uintptr_t x; int val; } parm1 = { .val = flags }; - union { uintptr_t x; const struct timespec * val; } parm2 = { .val = rqtp }; - union { uintptr_t x; struct timespec * val; } parm3 = { .val = rmtp }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_SYS_CLOCK_NANOSLEEP); - } -#endif - compiler_barrier(); - return z_impl_sys_clock_nanosleep(clock_id, flags, rqtp, rmtp); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sys_clock_nanosleep(clock_id, flags, rqtp, rmtp) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SYS_CLOCK_NANOSLEEP, sys_clock_nanosleep, clock_id, flags, rqtp, rmtp); syscall__retval = sys_clock_nanosleep(clock_id, flags, rqtp, rmtp); sys_port_trace_syscall_exit(K_SYSCALL_SYS_CLOCK_NANOSLEEP, sys_clock_nanosleep, clock_id, flags, rqtp, rmtp, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/comparator.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/comparator.h deleted file mode 100644 index dfae6e5..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/comparator.h +++ /dev/null @@ -1,98 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_COMPARATOR_H -#define Z_INCLUDE_SYSCALLS_COMPARATOR_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_comparator_get_output(const struct device * dev); - -__pinned_func -static inline int comparator_get_output(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_COMPARATOR_GET_OUTPUT); - } -#endif - compiler_barrier(); - return z_impl_comparator_get_output(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define comparator_get_output(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COMPARATOR_GET_OUTPUT, comparator_get_output, dev); syscall__retval = comparator_get_output(dev); sys_port_trace_syscall_exit(K_SYSCALL_COMPARATOR_GET_OUTPUT, comparator_get_output, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_comparator_set_trigger(const struct device * dev, enum comparator_trigger trigger); - -__pinned_func -static inline int comparator_set_trigger(const struct device * dev, enum comparator_trigger trigger) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum comparator_trigger val; } parm1 = { .val = trigger }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_COMPARATOR_SET_TRIGGER); - } -#endif - compiler_barrier(); - return z_impl_comparator_set_trigger(dev, trigger); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define comparator_set_trigger(dev, trigger) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COMPARATOR_SET_TRIGGER, comparator_set_trigger, dev, trigger); syscall__retval = comparator_set_trigger(dev, trigger); sys_port_trace_syscall_exit(K_SYSCALL_COMPARATOR_SET_TRIGGER, comparator_set_trigger, dev, trigger, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_comparator_trigger_is_pending(const struct device * dev); - -__pinned_func -static inline int comparator_trigger_is_pending(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_COMPARATOR_TRIGGER_IS_PENDING); - } -#endif - compiler_barrier(); - return z_impl_comparator_trigger_is_pending(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define comparator_trigger_is_pending(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COMPARATOR_TRIGGER_IS_PENDING, comparator_trigger_is_pending, dev); syscall__retval = comparator_trigger_is_pending(dev); sys_port_trace_syscall_exit(K_SYSCALL_COMPARATOR_TRIGGER_IS_PENDING, comparator_trigger_is_pending, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/counter.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/counter.h deleted file mode 100644 index 430fc9c..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/counter.h +++ /dev/null @@ -1,880 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_COUNTER_H -#define Z_INCLUDE_SYSCALLS_COUNTER_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern bool z_impl_counter_is_counting_up(const struct device * dev); - -__pinned_func -static inline bool counter_is_counting_up(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (bool) arch_syscall_invoke1(parm0.x, K_SYSCALL_COUNTER_IS_COUNTING_UP); - } -#endif - compiler_barrier(); - return z_impl_counter_is_counting_up(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_is_counting_up(dev) ({ bool syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_IS_COUNTING_UP, counter_is_counting_up, dev); syscall__retval = counter_is_counting_up(dev); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_IS_COUNTING_UP, counter_is_counting_up, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint8_t z_impl_counter_get_num_of_channels(const struct device * dev); - -__pinned_func -static inline uint8_t counter_get_num_of_channels(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (uint8_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_COUNTER_GET_NUM_OF_CHANNELS); - } -#endif - compiler_barrier(); - return z_impl_counter_get_num_of_channels(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_get_num_of_channels(dev) ({ uint8_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_GET_NUM_OF_CHANNELS, counter_get_num_of_channels, dev); syscall__retval = counter_get_num_of_channels(dev); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_GET_NUM_OF_CHANNELS, counter_get_num_of_channels, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_counter_get_frequency(const struct device * dev); - -__pinned_func -static inline uint32_t counter_get_frequency(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (uint32_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_COUNTER_GET_FREQUENCY); - } -#endif - compiler_barrier(); - return z_impl_counter_get_frequency(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_get_frequency(dev) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_GET_FREQUENCY, counter_get_frequency, dev); syscall__retval = counter_get_frequency(dev); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_GET_FREQUENCY, counter_get_frequency, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint64_t z_impl_counter_get_frequency_64(const struct device * dev); - -__pinned_func -static inline uint64_t counter_get_frequency_64(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - uint64_t ret64; - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - (void) arch_syscall_invoke2(parm0.x, (uintptr_t)&ret64, K_SYSCALL_COUNTER_GET_FREQUENCY_64); - return (uint64_t) ret64; - } -#endif - compiler_barrier(); - return z_impl_counter_get_frequency_64(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_get_frequency_64(dev) ({ uint64_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_GET_FREQUENCY_64, counter_get_frequency_64, dev); syscall__retval = counter_get_frequency_64(dev); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_GET_FREQUENCY_64, counter_get_frequency_64, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_counter_us_to_ticks(const struct device * dev, uint64_t us); - -__pinned_func -static inline uint32_t counter_us_to_ticks(const struct device * dev, uint64_t us) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { struct { uintptr_t lo, hi; } split; uint64_t val; } parm1 = { .val = us }; - return (uint32_t) arch_syscall_invoke3(parm0.x, parm1.split.lo, parm1.split.hi, K_SYSCALL_COUNTER_US_TO_TICKS); - } -#endif - compiler_barrier(); - return z_impl_counter_us_to_ticks(dev, us); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_us_to_ticks(dev, us) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_US_TO_TICKS, counter_us_to_ticks, dev, us); syscall__retval = counter_us_to_ticks(dev, us); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_US_TO_TICKS, counter_us_to_ticks, dev, us, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint64_t z_impl_counter_us_to_ticks_64(const struct device * dev, uint64_t us); - -__pinned_func -static inline uint64_t counter_us_to_ticks_64(const struct device * dev, uint64_t us) -{ -#ifdef CONFIG_USERSPACE - uint64_t ret64; - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { struct { uintptr_t lo, hi; } split; uint64_t val; } parm1 = { .val = us }; - (void) arch_syscall_invoke4(parm0.x, parm1.split.lo, parm1.split.hi, (uintptr_t)&ret64, K_SYSCALL_COUNTER_US_TO_TICKS_64); - return (uint64_t) ret64; - } -#endif - compiler_barrier(); - return z_impl_counter_us_to_ticks_64(dev, us); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_us_to_ticks_64(dev, us) ({ uint64_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_US_TO_TICKS_64, counter_us_to_ticks_64, dev, us); syscall__retval = counter_us_to_ticks_64(dev, us); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_US_TO_TICKS_64, counter_us_to_ticks_64, dev, us, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint64_t z_impl_counter_ticks_to_us(const struct device * dev, uint32_t ticks); - -__pinned_func -static inline uint64_t counter_ticks_to_us(const struct device * dev, uint32_t ticks) -{ -#ifdef CONFIG_USERSPACE - uint64_t ret64; - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = ticks }; - (void) arch_syscall_invoke3(parm0.x, parm1.x, (uintptr_t)&ret64, K_SYSCALL_COUNTER_TICKS_TO_US); - return (uint64_t) ret64; - } -#endif - compiler_barrier(); - return z_impl_counter_ticks_to_us(dev, ticks); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_ticks_to_us(dev, ticks) ({ uint64_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_TICKS_TO_US, counter_ticks_to_us, dev, ticks); syscall__retval = counter_ticks_to_us(dev, ticks); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_TICKS_TO_US, counter_ticks_to_us, dev, ticks, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint64_t z_impl_counter_ticks_to_us_64(const struct device * dev, uint64_t ticks); - -__pinned_func -static inline uint64_t counter_ticks_to_us_64(const struct device * dev, uint64_t ticks) -{ -#ifdef CONFIG_USERSPACE - uint64_t ret64; - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { struct { uintptr_t lo, hi; } split; uint64_t val; } parm1 = { .val = ticks }; - (void) arch_syscall_invoke4(parm0.x, parm1.split.lo, parm1.split.hi, (uintptr_t)&ret64, K_SYSCALL_COUNTER_TICKS_TO_US_64); - return (uint64_t) ret64; - } -#endif - compiler_barrier(); - return z_impl_counter_ticks_to_us_64(dev, ticks); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_ticks_to_us_64(dev, ticks) ({ uint64_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_TICKS_TO_US_64, counter_ticks_to_us_64, dev, ticks); syscall__retval = counter_ticks_to_us_64(dev, ticks); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_TICKS_TO_US_64, counter_ticks_to_us_64, dev, ticks, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_counter_ns_to_ticks(const struct device * dev, uint64_t ns); - -__pinned_func -static inline uint32_t counter_ns_to_ticks(const struct device * dev, uint64_t ns) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { struct { uintptr_t lo, hi; } split; uint64_t val; } parm1 = { .val = ns }; - return (uint32_t) arch_syscall_invoke3(parm0.x, parm1.split.lo, parm1.split.hi, K_SYSCALL_COUNTER_NS_TO_TICKS); - } -#endif - compiler_barrier(); - return z_impl_counter_ns_to_ticks(dev, ns); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_ns_to_ticks(dev, ns) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_NS_TO_TICKS, counter_ns_to_ticks, dev, ns); syscall__retval = counter_ns_to_ticks(dev, ns); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_NS_TO_TICKS, counter_ns_to_ticks, dev, ns, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint64_t z_impl_counter_ns_to_ticks_64(const struct device * dev, uint64_t ns); - -__pinned_func -static inline uint64_t counter_ns_to_ticks_64(const struct device * dev, uint64_t ns) -{ -#ifdef CONFIG_USERSPACE - uint64_t ret64; - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { struct { uintptr_t lo, hi; } split; uint64_t val; } parm1 = { .val = ns }; - (void) arch_syscall_invoke4(parm0.x, parm1.split.lo, parm1.split.hi, (uintptr_t)&ret64, K_SYSCALL_COUNTER_NS_TO_TICKS_64); - return (uint64_t) ret64; - } -#endif - compiler_barrier(); - return z_impl_counter_ns_to_ticks_64(dev, ns); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_ns_to_ticks_64(dev, ns) ({ uint64_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_NS_TO_TICKS_64, counter_ns_to_ticks_64, dev, ns); syscall__retval = counter_ns_to_ticks_64(dev, ns); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_NS_TO_TICKS_64, counter_ns_to_ticks_64, dev, ns, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint64_t z_impl_counter_ticks_to_ns(const struct device * dev, uint32_t ticks); - -__pinned_func -static inline uint64_t counter_ticks_to_ns(const struct device * dev, uint32_t ticks) -{ -#ifdef CONFIG_USERSPACE - uint64_t ret64; - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = ticks }; - (void) arch_syscall_invoke3(parm0.x, parm1.x, (uintptr_t)&ret64, K_SYSCALL_COUNTER_TICKS_TO_NS); - return (uint64_t) ret64; - } -#endif - compiler_barrier(); - return z_impl_counter_ticks_to_ns(dev, ticks); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_ticks_to_ns(dev, ticks) ({ uint64_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_TICKS_TO_NS, counter_ticks_to_ns, dev, ticks); syscall__retval = counter_ticks_to_ns(dev, ticks); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_TICKS_TO_NS, counter_ticks_to_ns, dev, ticks, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint64_t z_impl_counter_ticks_to_ns_64(const struct device * dev, uint64_t ticks); - -__pinned_func -static inline uint64_t counter_ticks_to_ns_64(const struct device * dev, uint64_t ticks) -{ -#ifdef CONFIG_USERSPACE - uint64_t ret64; - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { struct { uintptr_t lo, hi; } split; uint64_t val; } parm1 = { .val = ticks }; - (void) arch_syscall_invoke4(parm0.x, parm1.split.lo, parm1.split.hi, (uintptr_t)&ret64, K_SYSCALL_COUNTER_TICKS_TO_NS_64); - return (uint64_t) ret64; - } -#endif - compiler_barrier(); - return z_impl_counter_ticks_to_ns_64(dev, ticks); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_ticks_to_ns_64(dev, ticks) ({ uint64_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_TICKS_TO_NS_64, counter_ticks_to_ns_64, dev, ticks); syscall__retval = counter_ticks_to_ns_64(dev, ticks); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_TICKS_TO_NS_64, counter_ticks_to_ns_64, dev, ticks, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_counter_get_max_top_value(const struct device * dev); - -__pinned_func -static inline uint32_t counter_get_max_top_value(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (uint32_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_COUNTER_GET_MAX_TOP_VALUE); - } -#endif - compiler_barrier(); - return z_impl_counter_get_max_top_value(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_get_max_top_value(dev) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_GET_MAX_TOP_VALUE, counter_get_max_top_value, dev); syscall__retval = counter_get_max_top_value(dev); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_GET_MAX_TOP_VALUE, counter_get_max_top_value, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_counter_start(const struct device * dev); - -__pinned_func -static inline int counter_start(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_COUNTER_START); - } -#endif - compiler_barrier(); - return z_impl_counter_start(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_start(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_START, counter_start, dev); syscall__retval = counter_start(dev); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_START, counter_start, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_counter_stop(const struct device * dev); - -__pinned_func -static inline int counter_stop(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_COUNTER_STOP); - } -#endif - compiler_barrier(); - return z_impl_counter_stop(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_stop(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_STOP, counter_stop, dev); syscall__retval = counter_stop(dev); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_STOP, counter_stop, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_counter_get_value(const struct device * dev, uint32_t * ticks); - -__pinned_func -static inline int counter_get_value(const struct device * dev, uint32_t * ticks) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t * val; } parm1 = { .val = ticks }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_COUNTER_GET_VALUE); - } -#endif - compiler_barrier(); - return z_impl_counter_get_value(dev, ticks); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_get_value(dev, ticks) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_GET_VALUE, counter_get_value, dev, ticks); syscall__retval = counter_get_value(dev, ticks); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_GET_VALUE, counter_get_value, dev, ticks, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_counter_reset(const struct device * dev); - -__pinned_func -static inline int counter_reset(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_COUNTER_RESET); - } -#endif - compiler_barrier(); - return z_impl_counter_reset(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_reset(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_RESET, counter_reset, dev); syscall__retval = counter_reset(dev); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_RESET, counter_reset, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_counter_set_value(const struct device * dev, uint32_t ticks); - -__pinned_func -static inline int counter_set_value(const struct device * dev, uint32_t ticks) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = ticks }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_COUNTER_SET_VALUE); - } -#endif - compiler_barrier(); - return z_impl_counter_set_value(dev, ticks); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_set_value(dev, ticks) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_SET_VALUE, counter_set_value, dev, ticks); syscall__retval = counter_set_value(dev, ticks); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_SET_VALUE, counter_set_value, dev, ticks, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_counter_set_channel_alarm(const struct device * dev, uint8_t chan_id, const struct counter_alarm_cfg * alarm_cfg); - -__pinned_func -static inline int counter_set_channel_alarm(const struct device * dev, uint8_t chan_id, const struct counter_alarm_cfg * alarm_cfg) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t val; } parm1 = { .val = chan_id }; - union { uintptr_t x; const struct counter_alarm_cfg * val; } parm2 = { .val = alarm_cfg }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_COUNTER_SET_CHANNEL_ALARM); - } -#endif - compiler_barrier(); - return z_impl_counter_set_channel_alarm(dev, chan_id, alarm_cfg); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_set_channel_alarm(dev, chan_id, alarm_cfg) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_SET_CHANNEL_ALARM, counter_set_channel_alarm, dev, chan_id, alarm_cfg); syscall__retval = counter_set_channel_alarm(dev, chan_id, alarm_cfg); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_SET_CHANNEL_ALARM, counter_set_channel_alarm, dev, chan_id, alarm_cfg, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_counter_cancel_channel_alarm(const struct device * dev, uint8_t chan_id); - -__pinned_func -static inline int counter_cancel_channel_alarm(const struct device * dev, uint8_t chan_id) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t val; } parm1 = { .val = chan_id }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_COUNTER_CANCEL_CHANNEL_ALARM); - } -#endif - compiler_barrier(); - return z_impl_counter_cancel_channel_alarm(dev, chan_id); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_cancel_channel_alarm(dev, chan_id) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_CANCEL_CHANNEL_ALARM, counter_cancel_channel_alarm, dev, chan_id); syscall__retval = counter_cancel_channel_alarm(dev, chan_id); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_CANCEL_CHANNEL_ALARM, counter_cancel_channel_alarm, dev, chan_id, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_counter_set_top_value(const struct device * dev, const struct counter_top_cfg * cfg); - -__pinned_func -static inline int counter_set_top_value(const struct device * dev, const struct counter_top_cfg * cfg) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const struct counter_top_cfg * val; } parm1 = { .val = cfg }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_COUNTER_SET_TOP_VALUE); - } -#endif - compiler_barrier(); - return z_impl_counter_set_top_value(dev, cfg); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_set_top_value(dev, cfg) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_SET_TOP_VALUE, counter_set_top_value, dev, cfg); syscall__retval = counter_set_top_value(dev, cfg); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_SET_TOP_VALUE, counter_set_top_value, dev, cfg, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_counter_get_pending_int(const struct device * dev); - -__pinned_func -static inline uint32_t counter_get_pending_int(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (uint32_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_COUNTER_GET_PENDING_INT); - } -#endif - compiler_barrier(); - return z_impl_counter_get_pending_int(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_get_pending_int(dev) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_GET_PENDING_INT, counter_get_pending_int, dev); syscall__retval = counter_get_pending_int(dev); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_GET_PENDING_INT, counter_get_pending_int, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_counter_get_top_value(const struct device * dev); - -__pinned_func -static inline uint32_t counter_get_top_value(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (uint32_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_COUNTER_GET_TOP_VALUE); - } -#endif - compiler_barrier(); - return z_impl_counter_get_top_value(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_get_top_value(dev) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_GET_TOP_VALUE, counter_get_top_value, dev); syscall__retval = counter_get_top_value(dev); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_GET_TOP_VALUE, counter_get_top_value, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_counter_set_guard_period(const struct device * dev, uint32_t ticks, uint32_t flags); - -__pinned_func -static inline int counter_set_guard_period(const struct device * dev, uint32_t ticks, uint32_t flags) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = ticks }; - union { uintptr_t x; uint32_t val; } parm2 = { .val = flags }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_COUNTER_SET_GUARD_PERIOD); - } -#endif - compiler_barrier(); - return z_impl_counter_set_guard_period(dev, ticks, flags); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_set_guard_period(dev, ticks, flags) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_SET_GUARD_PERIOD, counter_set_guard_period, dev, ticks, flags); syscall__retval = counter_set_guard_period(dev, ticks, flags); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_SET_GUARD_PERIOD, counter_set_guard_period, dev, ticks, flags, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_counter_get_guard_period(const struct device * dev, uint32_t flags); - -__pinned_func -static inline uint32_t counter_get_guard_period(const struct device * dev, uint32_t flags) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = flags }; - return (uint32_t) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_COUNTER_GET_GUARD_PERIOD); - } -#endif - compiler_barrier(); - return z_impl_counter_get_guard_period(dev, flags); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_get_guard_period(dev, flags) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_GET_GUARD_PERIOD, counter_get_guard_period, dev, flags); syscall__retval = counter_get_guard_period(dev, flags); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_GET_GUARD_PERIOD, counter_get_guard_period, dev, flags, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint64_t z_impl_counter_get_max_top_value_64(const struct device * dev); - -__pinned_func -static inline uint64_t counter_get_max_top_value_64(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - uint64_t ret64; - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - (void) arch_syscall_invoke2(parm0.x, (uintptr_t)&ret64, K_SYSCALL_COUNTER_GET_MAX_TOP_VALUE_64); - return (uint64_t) ret64; - } -#endif - compiler_barrier(); - return z_impl_counter_get_max_top_value_64(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_get_max_top_value_64(dev) ({ uint64_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_GET_MAX_TOP_VALUE_64, counter_get_max_top_value_64, dev); syscall__retval = counter_get_max_top_value_64(dev); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_GET_MAX_TOP_VALUE_64, counter_get_max_top_value_64, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_counter_set_top_value_64(const struct device * dev, const struct counter_top_cfg_64 * cfg); - -__pinned_func -static inline int counter_set_top_value_64(const struct device * dev, const struct counter_top_cfg_64 * cfg) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const struct counter_top_cfg_64 * val; } parm1 = { .val = cfg }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_COUNTER_SET_TOP_VALUE_64); - } -#endif - compiler_barrier(); - return z_impl_counter_set_top_value_64(dev, cfg); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_set_top_value_64(dev, cfg) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_SET_TOP_VALUE_64, counter_set_top_value_64, dev, cfg); syscall__retval = counter_set_top_value_64(dev, cfg); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_SET_TOP_VALUE_64, counter_set_top_value_64, dev, cfg, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_counter_set_channel_alarm_64(const struct device * dev, uint8_t chan_id, const struct counter_alarm_cfg_64 * alarm_cfg); - -__pinned_func -static inline int counter_set_channel_alarm_64(const struct device * dev, uint8_t chan_id, const struct counter_alarm_cfg_64 * alarm_cfg) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t val; } parm1 = { .val = chan_id }; - union { uintptr_t x; const struct counter_alarm_cfg_64 * val; } parm2 = { .val = alarm_cfg }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_COUNTER_SET_CHANNEL_ALARM_64); - } -#endif - compiler_barrier(); - return z_impl_counter_set_channel_alarm_64(dev, chan_id, alarm_cfg); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_set_channel_alarm_64(dev, chan_id, alarm_cfg) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_SET_CHANNEL_ALARM_64, counter_set_channel_alarm_64, dev, chan_id, alarm_cfg); syscall__retval = counter_set_channel_alarm_64(dev, chan_id, alarm_cfg); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_SET_CHANNEL_ALARM_64, counter_set_channel_alarm_64, dev, chan_id, alarm_cfg, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint64_t z_impl_counter_get_top_value_64(const struct device * dev); - -__pinned_func -static inline uint64_t counter_get_top_value_64(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - uint64_t ret64; - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - (void) arch_syscall_invoke2(parm0.x, (uintptr_t)&ret64, K_SYSCALL_COUNTER_GET_TOP_VALUE_64); - return (uint64_t) ret64; - } -#endif - compiler_barrier(); - return z_impl_counter_get_top_value_64(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_get_top_value_64(dev) ({ uint64_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_GET_TOP_VALUE_64, counter_get_top_value_64, dev); syscall__retval = counter_get_top_value_64(dev); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_GET_TOP_VALUE_64, counter_get_top_value_64, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_counter_set_guard_period_64(const struct device * dev, uint64_t ticks, uint32_t flags); - -__pinned_func -static inline int counter_set_guard_period_64(const struct device * dev, uint64_t ticks, uint32_t flags) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { struct { uintptr_t lo, hi; } split; uint64_t val; } parm1 = { .val = ticks }; - union { uintptr_t x; uint32_t val; } parm2 = { .val = flags }; - return (int) arch_syscall_invoke4(parm0.x, parm1.split.lo, parm1.split.hi, parm2.x, K_SYSCALL_COUNTER_SET_GUARD_PERIOD_64); - } -#endif - compiler_barrier(); - return z_impl_counter_set_guard_period_64(dev, ticks, flags); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_set_guard_period_64(dev, ticks, flags) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_SET_GUARD_PERIOD_64, counter_set_guard_period_64, dev, ticks, flags); syscall__retval = counter_set_guard_period_64(dev, ticks, flags); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_SET_GUARD_PERIOD_64, counter_set_guard_period_64, dev, ticks, flags, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint64_t z_impl_counter_get_guard_period_64(const struct device * dev, uint32_t flags); - -__pinned_func -static inline uint64_t counter_get_guard_period_64(const struct device * dev, uint32_t flags) -{ -#ifdef CONFIG_USERSPACE - uint64_t ret64; - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = flags }; - (void) arch_syscall_invoke3(parm0.x, parm1.x, (uintptr_t)&ret64, K_SYSCALL_COUNTER_GET_GUARD_PERIOD_64); - return (uint64_t) ret64; - } -#endif - compiler_barrier(); - return z_impl_counter_get_guard_period_64(dev, flags); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_get_guard_period_64(dev, flags) ({ uint64_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_GET_GUARD_PERIOD_64, counter_get_guard_period_64, dev, flags); syscall__retval = counter_get_guard_period_64(dev, flags); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_GET_GUARD_PERIOD_64, counter_get_guard_period_64, dev, flags, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_counter_get_value_64(const struct device * dev, uint64_t * ticks); - -__pinned_func -static inline int counter_get_value_64(const struct device * dev, uint64_t * ticks) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint64_t * val; } parm1 = { .val = ticks }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_COUNTER_GET_VALUE_64); - } -#endif - compiler_barrier(); - return z_impl_counter_get_value_64(dev, ticks); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_get_value_64(dev, ticks) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_GET_VALUE_64, counter_get_value_64, dev, ticks); syscall__retval = counter_get_value_64(dev, ticks); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_GET_VALUE_64, counter_get_value_64, dev, ticks, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_counter_set_value_64(const struct device * dev, uint64_t ticks); - -__pinned_func -static inline int counter_set_value_64(const struct device * dev, uint64_t ticks) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { struct { uintptr_t lo, hi; } split; uint64_t val; } parm1 = { .val = ticks }; - return (int) arch_syscall_invoke3(parm0.x, parm1.split.lo, parm1.split.hi, K_SYSCALL_COUNTER_SET_VALUE_64); - } -#endif - compiler_barrier(); - return z_impl_counter_set_value_64(dev, ticks); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_set_value_64(dev, ticks) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_SET_VALUE_64, counter_set_value_64, dev, ticks); syscall__retval = counter_set_value_64(dev, ticks); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_SET_VALUE_64, counter_set_value_64, dev, ticks, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_counter_enable_capture(const struct device * dev, uint8_t chan_id); - -__pinned_func -static inline int counter_enable_capture(const struct device * dev, uint8_t chan_id) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t val; } parm1 = { .val = chan_id }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_COUNTER_ENABLE_CAPTURE); - } -#endif - compiler_barrier(); - return z_impl_counter_enable_capture(dev, chan_id); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_enable_capture(dev, chan_id) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_ENABLE_CAPTURE, counter_enable_capture, dev, chan_id); syscall__retval = counter_enable_capture(dev, chan_id); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_ENABLE_CAPTURE, counter_enable_capture, dev, chan_id, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_counter_disable_capture(const struct device * dev, uint8_t chan_id); - -__pinned_func -static inline int counter_disable_capture(const struct device * dev, uint8_t chan_id) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t val; } parm1 = { .val = chan_id }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_COUNTER_DISABLE_CAPTURE); - } -#endif - compiler_barrier(); - return z_impl_counter_disable_capture(dev, chan_id); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define counter_disable_capture(dev, chan_id) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_COUNTER_DISABLE_CAPTURE, counter_disable_capture, dev, chan_id); syscall__retval = counter_disable_capture(dev, chan_id); sys_port_trace_syscall_exit(K_SYSCALL_COUNTER_DISABLE_CAPTURE, counter_disable_capture, dev, chan_id, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/crc.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/crc.h deleted file mode 100644 index c719ca6..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/crc.h +++ /dev/null @@ -1,102 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_CRC_H -#define Z_INCLUDE_SYSCALLS_CRC_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_crc_begin(const struct device * dev, struct crc_ctx * ctx); - -__pinned_func -static inline int crc_begin(const struct device * dev, struct crc_ctx * ctx) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct crc_ctx * val; } parm1 = { .val = ctx }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_CRC_BEGIN); - } -#endif - compiler_barrier(); - return z_impl_crc_begin(dev, ctx); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define crc_begin(dev, ctx) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CRC_BEGIN, crc_begin, dev, ctx); syscall__retval = crc_begin(dev, ctx); sys_port_trace_syscall_exit(K_SYSCALL_CRC_BEGIN, crc_begin, dev, ctx, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_crc_update(const struct device * dev, struct crc_ctx * ctx, const void * buffer, size_t bufsize); - -__pinned_func -static inline int crc_update(const struct device * dev, struct crc_ctx * ctx, const void * buffer, size_t bufsize) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct crc_ctx * val; } parm1 = { .val = ctx }; - union { uintptr_t x; const void * val; } parm2 = { .val = buffer }; - union { uintptr_t x; size_t val; } parm3 = { .val = bufsize }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_CRC_UPDATE); - } -#endif - compiler_barrier(); - return z_impl_crc_update(dev, ctx, buffer, bufsize); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define crc_update(dev, ctx, buffer, bufsize) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CRC_UPDATE, crc_update, dev, ctx, buffer, bufsize); syscall__retval = crc_update(dev, ctx, buffer, bufsize); sys_port_trace_syscall_exit(K_SYSCALL_CRC_UPDATE, crc_update, dev, ctx, buffer, bufsize, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_crc_finish(const struct device * dev, struct crc_ctx * ctx); - -__pinned_func -static inline int crc_finish(const struct device * dev, struct crc_ctx * ctx) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct crc_ctx * val; } parm1 = { .val = ctx }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_CRC_FINISH); - } -#endif - compiler_barrier(); - return z_impl_crc_finish(dev, ctx); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define crc_finish(dev, ctx) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_CRC_FINISH, crc_finish, dev, ctx); syscall__retval = crc_finish(dev, ctx); sys_port_trace_syscall_exit(K_SYSCALL_CRC_FINISH, crc_finish, dev, ctx, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/dac.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/dac.h deleted file mode 100644 index 4e61714..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/dac.h +++ /dev/null @@ -1,77 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_DAC_H -#define Z_INCLUDE_SYSCALLS_DAC_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_dac_channel_setup(const struct device * dev, const struct dac_channel_cfg * channel_cfg); - -__pinned_func -static inline int dac_channel_setup(const struct device * dev, const struct dac_channel_cfg * channel_cfg) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const struct dac_channel_cfg * val; } parm1 = { .val = channel_cfg }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_DAC_CHANNEL_SETUP); - } -#endif - compiler_barrier(); - return z_impl_dac_channel_setup(dev, channel_cfg); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define dac_channel_setup(dev, channel_cfg) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_DAC_CHANNEL_SETUP, dac_channel_setup, dev, channel_cfg); syscall__retval = dac_channel_setup(dev, channel_cfg); sys_port_trace_syscall_exit(K_SYSCALL_DAC_CHANNEL_SETUP, dac_channel_setup, dev, channel_cfg, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_dac_write_value(const struct device * dev, uint8_t channel, uint32_t value); - -__pinned_func -static inline int dac_write_value(const struct device * dev, uint8_t channel, uint32_t value) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t val; } parm1 = { .val = channel }; - union { uintptr_t x; uint32_t val; } parm2 = { .val = value }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_DAC_WRITE_VALUE); - } -#endif - compiler_barrier(); - return z_impl_dac_write_value(dev, channel, value); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define dac_write_value(dev, channel, value) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_DAC_WRITE_VALUE, dac_write_value, dev, channel, value); syscall__retval = dac_write_value(dev, channel, value); sys_port_trace_syscall_exit(K_SYSCALL_DAC_WRITE_VALUE, dac_write_value, dev, channel, value, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/dai.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/dai.h deleted file mode 100644 index 0a62f00..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/dai.h +++ /dev/null @@ -1,298 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_DAI_H -#define Z_INCLUDE_SYSCALLS_DAI_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_dai_probe(const struct device * dev); - -__pinned_func -static inline int dai_probe(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_DAI_PROBE); - } -#endif - compiler_barrier(); - return z_impl_dai_probe(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define dai_probe(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_DAI_PROBE, dai_probe, dev); syscall__retval = dai_probe(dev); sys_port_trace_syscall_exit(K_SYSCALL_DAI_PROBE, dai_probe, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_dai_remove(const struct device * dev); - -__pinned_func -static inline int dai_remove(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_DAI_REMOVE); - } -#endif - compiler_barrier(); - return z_impl_dai_remove(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define dai_remove(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_DAI_REMOVE, dai_remove, dev); syscall__retval = dai_remove(dev); sys_port_trace_syscall_exit(K_SYSCALL_DAI_REMOVE, dai_remove, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_dai_config_set(const struct device * dev, const struct dai_config * cfg, const void * bespoke_cfg, size_t size); - -__pinned_func -static inline int dai_config_set(const struct device * dev, const struct dai_config * cfg, const void * bespoke_cfg, size_t size) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const struct dai_config * val; } parm1 = { .val = cfg }; - union { uintptr_t x; const void * val; } parm2 = { .val = bespoke_cfg }; - union { uintptr_t x; size_t val; } parm3 = { .val = size }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_DAI_CONFIG_SET); - } -#endif - compiler_barrier(); - return z_impl_dai_config_set(dev, cfg, bespoke_cfg, size); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define dai_config_set(dev, cfg, bespoke_cfg, size) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_DAI_CONFIG_SET, dai_config_set, dev, cfg, bespoke_cfg, size); syscall__retval = dai_config_set(dev, cfg, bespoke_cfg, size); sys_port_trace_syscall_exit(K_SYSCALL_DAI_CONFIG_SET, dai_config_set, dev, cfg, bespoke_cfg, size, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_dai_config_get(const struct device * dev, struct dai_config * cfg, enum dai_dir dir); - -__pinned_func -static inline int dai_config_get(const struct device * dev, struct dai_config * cfg, enum dai_dir dir) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct dai_config * val; } parm1 = { .val = cfg }; - union { uintptr_t x; enum dai_dir val; } parm2 = { .val = dir }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_DAI_CONFIG_GET); - } -#endif - compiler_barrier(); - return z_impl_dai_config_get(dev, cfg, dir); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define dai_config_get(dev, cfg, dir) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_DAI_CONFIG_GET, dai_config_get, dev, cfg, dir); syscall__retval = dai_config_get(dev, cfg, dir); sys_port_trace_syscall_exit(K_SYSCALL_DAI_CONFIG_GET, dai_config_get, dev, cfg, dir, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_dai_get_properties_copy(const struct device * dev, enum dai_dir dir, int stream_id, struct dai_properties * dst); - -__pinned_func -static inline int dai_get_properties_copy(const struct device * dev, enum dai_dir dir, int stream_id, struct dai_properties * dst) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum dai_dir val; } parm1 = { .val = dir }; - union { uintptr_t x; int val; } parm2 = { .val = stream_id }; - union { uintptr_t x; struct dai_properties * val; } parm3 = { .val = dst }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_DAI_GET_PROPERTIES_COPY); - } -#endif - compiler_barrier(); - return z_impl_dai_get_properties_copy(dev, dir, stream_id, dst); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define dai_get_properties_copy(dev, dir, stream_id, dst) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_DAI_GET_PROPERTIES_COPY, dai_get_properties_copy, dev, dir, stream_id, dst); syscall__retval = dai_get_properties_copy(dev, dir, stream_id, dst); sys_port_trace_syscall_exit(K_SYSCALL_DAI_GET_PROPERTIES_COPY, dai_get_properties_copy, dev, dir, stream_id, dst, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_dai_trigger(const struct device * dev, enum dai_dir dir, enum dai_trigger_cmd cmd); - -__pinned_func -static inline int dai_trigger(const struct device * dev, enum dai_dir dir, enum dai_trigger_cmd cmd) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum dai_dir val; } parm1 = { .val = dir }; - union { uintptr_t x; enum dai_trigger_cmd val; } parm2 = { .val = cmd }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_DAI_TRIGGER); - } -#endif - compiler_barrier(); - return z_impl_dai_trigger(dev, dir, cmd); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define dai_trigger(dev, dir, cmd) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_DAI_TRIGGER, dai_trigger, dev, dir, cmd); syscall__retval = dai_trigger(dev, dir, cmd); sys_port_trace_syscall_exit(K_SYSCALL_DAI_TRIGGER, dai_trigger, dev, dir, cmd, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_dai_ts_config(const struct device * dev, struct dai_ts_cfg * cfg); - -__pinned_func -static inline int dai_ts_config(const struct device * dev, struct dai_ts_cfg * cfg) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct dai_ts_cfg * val; } parm1 = { .val = cfg }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_DAI_TS_CONFIG); - } -#endif - compiler_barrier(); - return z_impl_dai_ts_config(dev, cfg); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define dai_ts_config(dev, cfg) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_DAI_TS_CONFIG, dai_ts_config, dev, cfg); syscall__retval = dai_ts_config(dev, cfg); sys_port_trace_syscall_exit(K_SYSCALL_DAI_TS_CONFIG, dai_ts_config, dev, cfg, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_dai_ts_start(const struct device * dev, struct dai_ts_cfg * cfg); - -__pinned_func -static inline int dai_ts_start(const struct device * dev, struct dai_ts_cfg * cfg) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct dai_ts_cfg * val; } parm1 = { .val = cfg }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_DAI_TS_START); - } -#endif - compiler_barrier(); - return z_impl_dai_ts_start(dev, cfg); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define dai_ts_start(dev, cfg) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_DAI_TS_START, dai_ts_start, dev, cfg); syscall__retval = dai_ts_start(dev, cfg); sys_port_trace_syscall_exit(K_SYSCALL_DAI_TS_START, dai_ts_start, dev, cfg, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_dai_ts_stop(const struct device * dev, struct dai_ts_cfg * cfg); - -__pinned_func -static inline int dai_ts_stop(const struct device * dev, struct dai_ts_cfg * cfg) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct dai_ts_cfg * val; } parm1 = { .val = cfg }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_DAI_TS_STOP); - } -#endif - compiler_barrier(); - return z_impl_dai_ts_stop(dev, cfg); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define dai_ts_stop(dev, cfg) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_DAI_TS_STOP, dai_ts_stop, dev, cfg); syscall__retval = dai_ts_stop(dev, cfg); sys_port_trace_syscall_exit(K_SYSCALL_DAI_TS_STOP, dai_ts_stop, dev, cfg, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_dai_ts_get(const struct device * dev, struct dai_ts_cfg * cfg, struct dai_ts_data * tsd); - -__pinned_func -static inline int dai_ts_get(const struct device * dev, struct dai_ts_cfg * cfg, struct dai_ts_data * tsd) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct dai_ts_cfg * val; } parm1 = { .val = cfg }; - union { uintptr_t x; struct dai_ts_data * val; } parm2 = { .val = tsd }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_DAI_TS_GET); - } -#endif - compiler_barrier(); - return z_impl_dai_ts_get(dev, cfg, tsd); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define dai_ts_get(dev, cfg, tsd) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_DAI_TS_GET, dai_ts_get, dev, cfg, tsd); syscall__retval = dai_ts_get(dev, cfg, tsd); sys_port_trace_syscall_exit(K_SYSCALL_DAI_TS_GET, dai_ts_get, dev, cfg, tsd, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_dai_config_update(const struct device * dev, const void * bespoke_cfg, size_t size); - -__pinned_func -static inline int dai_config_update(const struct device * dev, const void * bespoke_cfg, size_t size) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const void * val; } parm1 = { .val = bespoke_cfg }; - union { uintptr_t x; size_t val; } parm2 = { .val = size }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_DAI_CONFIG_UPDATE); - } -#endif - compiler_barrier(); - return z_impl_dai_config_update(dev, bespoke_cfg, size); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define dai_config_update(dev, bespoke_cfg, size) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_DAI_CONFIG_UPDATE, dai_config_update, dev, bespoke_cfg, size); syscall__retval = dai_config_update(dev, bespoke_cfg, size); sys_port_trace_syscall_exit(K_SYSCALL_DAI_CONFIG_UPDATE, dai_config_update, dev, bespoke_cfg, size, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/demand_paging.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/demand_paging.h deleted file mode 100644 index 7887736..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/demand_paging.h +++ /dev/null @@ -1,149 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_DEMAND_PAGING_H -#define Z_INCLUDE_SYSCALLS_DEMAND_PAGING_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern void z_impl_k_mem_paging_stats_get(struct k_mem_paging_stats_t * stats); - -__pinned_func -static inline void k_mem_paging_stats_get(struct k_mem_paging_stats_t * stats) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_mem_paging_stats_t * val; } parm0 = { .val = stats }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_MEM_PAGING_STATS_GET); - return; - } -#endif - compiler_barrier(); - z_impl_k_mem_paging_stats_get(stats); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define k_mem_paging_stats_get(stats) do { sys_port_trace_syscall_enter(K_SYSCALL_K_MEM_PAGING_STATS_GET, k_mem_paging_stats_get, stats); k_mem_paging_stats_get(stats); sys_port_trace_syscall_exit(K_SYSCALL_K_MEM_PAGING_STATS_GET, k_mem_paging_stats_get, stats); } while(false) -#endif -#endif - - -extern void z_impl_k_mem_paging_thread_stats_get(struct k_thread * thread, struct k_mem_paging_stats_t * stats); - -__pinned_func -static inline void k_mem_paging_thread_stats_get(struct k_thread * thread, struct k_mem_paging_stats_t * stats) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_thread * val; } parm0 = { .val = thread }; - union { uintptr_t x; struct k_mem_paging_stats_t * val; } parm1 = { .val = stats }; - (void) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_MEM_PAGING_THREAD_STATS_GET); - return; - } -#endif - compiler_barrier(); - z_impl_k_mem_paging_thread_stats_get(thread, stats); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define k_mem_paging_thread_stats_get(thread, stats) do { sys_port_trace_syscall_enter(K_SYSCALL_K_MEM_PAGING_THREAD_STATS_GET, k_mem_paging_thread_stats_get, thread, stats); k_mem_paging_thread_stats_get(thread, stats); sys_port_trace_syscall_exit(K_SYSCALL_K_MEM_PAGING_THREAD_STATS_GET, k_mem_paging_thread_stats_get, thread, stats); } while(false) -#endif -#endif - - -extern void z_impl_k_mem_paging_histogram_eviction_get(struct k_mem_paging_histogram_t * hist); - -__pinned_func -static inline void k_mem_paging_histogram_eviction_get(struct k_mem_paging_histogram_t * hist) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_mem_paging_histogram_t * val; } parm0 = { .val = hist }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_MEM_PAGING_HISTOGRAM_EVICTION_GET); - return; - } -#endif - compiler_barrier(); - z_impl_k_mem_paging_histogram_eviction_get(hist); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define k_mem_paging_histogram_eviction_get(hist) do { sys_port_trace_syscall_enter(K_SYSCALL_K_MEM_PAGING_HISTOGRAM_EVICTION_GET, k_mem_paging_histogram_eviction_get, hist); k_mem_paging_histogram_eviction_get(hist); sys_port_trace_syscall_exit(K_SYSCALL_K_MEM_PAGING_HISTOGRAM_EVICTION_GET, k_mem_paging_histogram_eviction_get, hist); } while(false) -#endif -#endif - - -extern void z_impl_k_mem_paging_histogram_backing_store_page_in_get(struct k_mem_paging_histogram_t * hist); - -__pinned_func -static inline void k_mem_paging_histogram_backing_store_page_in_get(struct k_mem_paging_histogram_t * hist) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_mem_paging_histogram_t * val; } parm0 = { .val = hist }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_MEM_PAGING_HISTOGRAM_BACKING_STORE_PAGE_IN_GET); - return; - } -#endif - compiler_barrier(); - z_impl_k_mem_paging_histogram_backing_store_page_in_get(hist); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define k_mem_paging_histogram_backing_store_page_in_get(hist) do { sys_port_trace_syscall_enter(K_SYSCALL_K_MEM_PAGING_HISTOGRAM_BACKING_STORE_PAGE_IN_GET, k_mem_paging_histogram_backing_store_page_in_get, hist); k_mem_paging_histogram_backing_store_page_in_get(hist); sys_port_trace_syscall_exit(K_SYSCALL_K_MEM_PAGING_HISTOGRAM_BACKING_STORE_PAGE_IN_GET, k_mem_paging_histogram_backing_store_page_in_get, hist); } while(false) -#endif -#endif - - -extern void z_impl_k_mem_paging_histogram_backing_store_page_out_get(struct k_mem_paging_histogram_t * hist); - -__pinned_func -static inline void k_mem_paging_histogram_backing_store_page_out_get(struct k_mem_paging_histogram_t * hist) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_mem_paging_histogram_t * val; } parm0 = { .val = hist }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_MEM_PAGING_HISTOGRAM_BACKING_STORE_PAGE_OUT_GET); - return; - } -#endif - compiler_barrier(); - z_impl_k_mem_paging_histogram_backing_store_page_out_get(hist); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define k_mem_paging_histogram_backing_store_page_out_get(hist) do { sys_port_trace_syscall_enter(K_SYSCALL_K_MEM_PAGING_HISTOGRAM_BACKING_STORE_PAGE_OUT_GET, k_mem_paging_histogram_backing_store_page_out_get, hist); k_mem_paging_histogram_backing_store_page_out_get(hist); sys_port_trace_syscall_exit(K_SYSCALL_K_MEM_PAGING_HISTOGRAM_BACKING_STORE_PAGE_OUT_GET, k_mem_paging_histogram_backing_store_page_out_get, hist); } while(false) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/device.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/device.h deleted file mode 100644 index bcdb837..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/device.h +++ /dev/null @@ -1,143 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_DEVICE_H -#define Z_INCLUDE_SYSCALLS_DEVICE_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern const struct device * z_impl_device_get_binding(const char * name); - -__pinned_func -static inline const struct device * device_get_binding(const char * name) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const char * val; } parm0 = { .val = name }; - return (const struct device *) arch_syscall_invoke1(parm0.x, K_SYSCALL_DEVICE_GET_BINDING); - } -#endif - compiler_barrier(); - return z_impl_device_get_binding(name); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define device_get_binding(name) ({ const struct device * syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_DEVICE_GET_BINDING, device_get_binding, name); syscall__retval = device_get_binding(name); sys_port_trace_syscall_exit(K_SYSCALL_DEVICE_GET_BINDING, device_get_binding, name, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern bool z_impl_device_is_ready(const struct device * dev); - -__pinned_func -static inline bool device_is_ready(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (bool) arch_syscall_invoke1(parm0.x, K_SYSCALL_DEVICE_IS_READY); - } -#endif - compiler_barrier(); - return z_impl_device_is_ready(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define device_is_ready(dev) ({ bool syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_DEVICE_IS_READY, device_is_ready, dev); syscall__retval = device_is_ready(dev); sys_port_trace_syscall_exit(K_SYSCALL_DEVICE_IS_READY, device_is_ready, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_device_init(const struct device * dev); - -__pinned_func -static inline int device_init(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_DEVICE_INIT); - } -#endif - compiler_barrier(); - return z_impl_device_init(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define device_init(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_DEVICE_INIT, device_init, dev); syscall__retval = device_init(dev); sys_port_trace_syscall_exit(K_SYSCALL_DEVICE_INIT, device_init, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_device_deinit(const struct device * dev); - -__pinned_func -static inline int device_deinit(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_DEVICE_DEINIT); - } -#endif - compiler_barrier(); - return z_impl_device_deinit(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define device_deinit(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_DEVICE_DEINIT, device_deinit, dev); syscall__retval = device_deinit(dev); sys_port_trace_syscall_exit(K_SYSCALL_DEVICE_DEINIT, device_deinit, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern const struct device * z_impl_device_get_by_dt_nodelabel(const char * nodelabel); - -__pinned_func -static inline const struct device * device_get_by_dt_nodelabel(const char * nodelabel) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const char * val; } parm0 = { .val = nodelabel }; - return (const struct device *) arch_syscall_invoke1(parm0.x, K_SYSCALL_DEVICE_GET_BY_DT_NODELABEL); - } -#endif - compiler_barrier(); - return z_impl_device_get_by_dt_nodelabel(nodelabel); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define device_get_by_dt_nodelabel(nodelabel) ({ const struct device * syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_DEVICE_GET_BY_DT_NODELABEL, device_get_by_dt_nodelabel, nodelabel); syscall__retval = device_get_by_dt_nodelabel(nodelabel); sys_port_trace_syscall_exit(K_SYSCALL_DEVICE_GET_BY_DT_NODELABEL, device_get_by_dt_nodelabel, nodelabel, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/devmux.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/devmux.h deleted file mode 100644 index dc5b4a9..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/devmux.h +++ /dev/null @@ -1,75 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_DEVMUX_H -#define Z_INCLUDE_SYSCALLS_DEVMUX_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_devmux_select_get(const struct device * dev); - -__pinned_func -static inline int devmux_select_get(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_DEVMUX_SELECT_GET); - } -#endif - compiler_barrier(); - return z_impl_devmux_select_get(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define devmux_select_get(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_DEVMUX_SELECT_GET, devmux_select_get, dev); syscall__retval = devmux_select_get(dev); sys_port_trace_syscall_exit(K_SYSCALL_DEVMUX_SELECT_GET, devmux_select_get, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_devmux_select_set(struct device * dev, size_t index); - -__pinned_func -static inline int devmux_select_set(struct device * dev, size_t index) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; size_t val; } parm1 = { .val = index }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_DEVMUX_SELECT_SET); - } -#endif - compiler_barrier(); - return z_impl_devmux_select_set(dev, index); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define devmux_select_set(dev, index) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_DEVMUX_SELECT_SET, devmux_select_set, dev, index); syscall__retval = devmux_select_set(dev, index); sys_port_trace_syscall_exit(K_SYSCALL_DEVMUX_SELECT_SET, devmux_select_set, dev, index, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/eeprom.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/eeprom.h deleted file mode 100644 index 4034552..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/eeprom.h +++ /dev/null @@ -1,103 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_EEPROM_H -#define Z_INCLUDE_SYSCALLS_EEPROM_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_eeprom_read(const struct device * dev, off_t offset, void * data, size_t len); - -__pinned_func -static inline int eeprom_read(const struct device * dev, off_t offset, void * data, size_t len) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; off_t val; } parm1 = { .val = offset }; - union { uintptr_t x; void * val; } parm2 = { .val = data }; - union { uintptr_t x; size_t val; } parm3 = { .val = len }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_EEPROM_READ); - } -#endif - compiler_barrier(); - return z_impl_eeprom_read(dev, offset, data, len); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define eeprom_read(dev, offset, data, len) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_EEPROM_READ, eeprom_read, dev, offset, data, len); syscall__retval = eeprom_read(dev, offset, data, len); sys_port_trace_syscall_exit(K_SYSCALL_EEPROM_READ, eeprom_read, dev, offset, data, len, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_eeprom_write(const struct device * dev, off_t offset, const void * data, size_t len); - -__pinned_func -static inline int eeprom_write(const struct device * dev, off_t offset, const void * data, size_t len) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; off_t val; } parm1 = { .val = offset }; - union { uintptr_t x; const void * val; } parm2 = { .val = data }; - union { uintptr_t x; size_t val; } parm3 = { .val = len }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_EEPROM_WRITE); - } -#endif - compiler_barrier(); - return z_impl_eeprom_write(dev, offset, data, len); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define eeprom_write(dev, offset, data, len) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_EEPROM_WRITE, eeprom_write, dev, offset, data, len); syscall__retval = eeprom_write(dev, offset, data, len); sys_port_trace_syscall_exit(K_SYSCALL_EEPROM_WRITE, eeprom_write, dev, offset, data, len, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern size_t z_impl_eeprom_get_size(const struct device * dev); - -__pinned_func -static inline size_t eeprom_get_size(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (size_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_EEPROM_GET_SIZE); - } -#endif - compiler_barrier(); - return z_impl_eeprom_get_size(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define eeprom_get_size(dev) ({ size_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_EEPROM_GET_SIZE, eeprom_get_size, dev); syscall__retval = eeprom_get_size(dev); sys_port_trace_syscall_exit(K_SYSCALL_EEPROM_GET_SIZE, eeprom_get_size, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/emul_fuel_gauge.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/emul_fuel_gauge.h deleted file mode 100644 index d54cdec..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/emul_fuel_gauge.h +++ /dev/null @@ -1,77 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_EMUL_FUEL_GAUGE_H -#define Z_INCLUDE_SYSCALLS_EMUL_FUEL_GAUGE_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_emul_fuel_gauge_set_battery_charging(const struct emul * target, uint32_t uV, int uA); - -__pinned_func -static inline int emul_fuel_gauge_set_battery_charging(const struct emul * target, uint32_t uV, int uA) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct emul * val; } parm0 = { .val = target }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = uV }; - union { uintptr_t x; int val; } parm2 = { .val = uA }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_EMUL_FUEL_GAUGE_SET_BATTERY_CHARGING); - } -#endif - compiler_barrier(); - return z_impl_emul_fuel_gauge_set_battery_charging(target, uV, uA); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define emul_fuel_gauge_set_battery_charging(target, uV, uA) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_EMUL_FUEL_GAUGE_SET_BATTERY_CHARGING, emul_fuel_gauge_set_battery_charging, target, uV, uA); syscall__retval = emul_fuel_gauge_set_battery_charging(target, uV, uA); sys_port_trace_syscall_exit(K_SYSCALL_EMUL_FUEL_GAUGE_SET_BATTERY_CHARGING, emul_fuel_gauge_set_battery_charging, target, uV, uA, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_emul_fuel_gauge_is_battery_cutoff(const struct emul * target, bool * cutoff); - -__pinned_func -static inline int emul_fuel_gauge_is_battery_cutoff(const struct emul * target, bool * cutoff) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct emul * val; } parm0 = { .val = target }; - union { uintptr_t x; bool * val; } parm1 = { .val = cutoff }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_EMUL_FUEL_GAUGE_IS_BATTERY_CUTOFF); - } -#endif - compiler_barrier(); - return z_impl_emul_fuel_gauge_is_battery_cutoff(target, cutoff); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define emul_fuel_gauge_is_battery_cutoff(target, cutoff) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_EMUL_FUEL_GAUGE_IS_BATTERY_CUTOFF, emul_fuel_gauge_is_battery_cutoff, target, cutoff); syscall__retval = emul_fuel_gauge_is_battery_cutoff(target, cutoff); sys_port_trace_syscall_exit(K_SYSCALL_EMUL_FUEL_GAUGE_IS_BATTERY_CUTOFF, emul_fuel_gauge_is_battery_cutoff, target, cutoff, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/entropy.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/entropy.h deleted file mode 100644 index 543cc20..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/entropy.h +++ /dev/null @@ -1,53 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_ENTROPY_H -#define Z_INCLUDE_SYSCALLS_ENTROPY_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_entropy_get_entropy(const struct device * dev, uint8_t * buffer, uint16_t length); - -__pinned_func -static inline int entropy_get_entropy(const struct device * dev, uint8_t * buffer, uint16_t length) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t * val; } parm1 = { .val = buffer }; - union { uintptr_t x; uint16_t val; } parm2 = { .val = length }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_ENTROPY_GET_ENTROPY); - } -#endif - compiler_barrier(); - return z_impl_entropy_get_entropy(dev, buffer, length); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define entropy_get_entropy(dev, buffer, length) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ENTROPY_GET_ENTROPY, entropy_get_entropy, dev, buffer, length); syscall__retval = entropy_get_entropy(dev, buffer, length); sys_port_trace_syscall_exit(K_SYSCALL_ENTROPY_GET_ENTROPY, entropy_get_entropy, dev, buffer, length, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/errno_private.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/errno_private.h deleted file mode 100644 index 4c4571c..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/errno_private.h +++ /dev/null @@ -1,43 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_ERRNO_PRIVATE_H -#define Z_INCLUDE_SYSCALLS_ERRNO_PRIVATE_H - - - - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int * z_impl_z_errno(void); - -__pinned_func -static inline int * z_errno(void) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - return (int *) arch_syscall_invoke0(K_SYSCALL_Z_ERRNO); - } -#endif - compiler_barrier(); - return z_impl_z_errno(); -} - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/error.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/error.h deleted file mode 100644 index 8ae9708..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/error.h +++ /dev/null @@ -1,52 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_ERROR_H -#define Z_INCLUDE_SYSCALLS_ERROR_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern void z_impl_user_fault(unsigned int reason); - -__pinned_func -static inline void user_fault(unsigned int reason) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; unsigned int val; } parm0 = { .val = reason }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_USER_FAULT); - return; - } -#endif - compiler_barrier(); - z_impl_user_fault(reason); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define user_fault(reason) do { sys_port_trace_syscall_enter(K_SYSCALL_USER_FAULT, user_fault, reason); user_fault(reason); sys_port_trace_syscall_exit(K_SYSCALL_USER_FAULT, user_fault, reason); } while(false) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/espi.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/espi.h deleted file mode 100644 index b633999..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/espi.h +++ /dev/null @@ -1,344 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_ESPI_H -#define Z_INCLUDE_SYSCALLS_ESPI_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_espi_config(const struct device * dev, struct espi_cfg * cfg); - -__pinned_func -static inline int espi_config(const struct device * dev, struct espi_cfg * cfg) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct espi_cfg * val; } parm1 = { .val = cfg }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ESPI_CONFIG); - } -#endif - compiler_barrier(); - return z_impl_espi_config(dev, cfg); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define espi_config(dev, cfg) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ESPI_CONFIG, espi_config, dev, cfg); syscall__retval = espi_config(dev, cfg); sys_port_trace_syscall_exit(K_SYSCALL_ESPI_CONFIG, espi_config, dev, cfg, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern bool z_impl_espi_get_channel_status(const struct device * dev, enum espi_channel ch); - -__pinned_func -static inline bool espi_get_channel_status(const struct device * dev, enum espi_channel ch) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum espi_channel val; } parm1 = { .val = ch }; - return (bool) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ESPI_GET_CHANNEL_STATUS); - } -#endif - compiler_barrier(); - return z_impl_espi_get_channel_status(dev, ch); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define espi_get_channel_status(dev, ch) ({ bool syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ESPI_GET_CHANNEL_STATUS, espi_get_channel_status, dev, ch); syscall__retval = espi_get_channel_status(dev, ch); sys_port_trace_syscall_exit(K_SYSCALL_ESPI_GET_CHANNEL_STATUS, espi_get_channel_status, dev, ch, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_espi_read_request(const struct device * dev, struct espi_request_packet * req); - -__pinned_func -static inline int espi_read_request(const struct device * dev, struct espi_request_packet * req) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct espi_request_packet * val; } parm1 = { .val = req }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ESPI_READ_REQUEST); - } -#endif - compiler_barrier(); - return z_impl_espi_read_request(dev, req); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define espi_read_request(dev, req) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ESPI_READ_REQUEST, espi_read_request, dev, req); syscall__retval = espi_read_request(dev, req); sys_port_trace_syscall_exit(K_SYSCALL_ESPI_READ_REQUEST, espi_read_request, dev, req, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_espi_write_request(const struct device * dev, struct espi_request_packet * req); - -__pinned_func -static inline int espi_write_request(const struct device * dev, struct espi_request_packet * req) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct espi_request_packet * val; } parm1 = { .val = req }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ESPI_WRITE_REQUEST); - } -#endif - compiler_barrier(); - return z_impl_espi_write_request(dev, req); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define espi_write_request(dev, req) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ESPI_WRITE_REQUEST, espi_write_request, dev, req); syscall__retval = espi_write_request(dev, req); sys_port_trace_syscall_exit(K_SYSCALL_ESPI_WRITE_REQUEST, espi_write_request, dev, req, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_espi_read_lpc_request(const struct device * dev, enum lpc_peripheral_opcode op, uint32_t * data); - -__pinned_func -static inline int espi_read_lpc_request(const struct device * dev, enum lpc_peripheral_opcode op, uint32_t * data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum lpc_peripheral_opcode val; } parm1 = { .val = op }; - union { uintptr_t x; uint32_t * val; } parm2 = { .val = data }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_ESPI_READ_LPC_REQUEST); - } -#endif - compiler_barrier(); - return z_impl_espi_read_lpc_request(dev, op, data); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define espi_read_lpc_request(dev, op, data) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ESPI_READ_LPC_REQUEST, espi_read_lpc_request, dev, op, data); syscall__retval = espi_read_lpc_request(dev, op, data); sys_port_trace_syscall_exit(K_SYSCALL_ESPI_READ_LPC_REQUEST, espi_read_lpc_request, dev, op, data, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_espi_write_lpc_request(const struct device * dev, enum lpc_peripheral_opcode op, uint32_t * data); - -__pinned_func -static inline int espi_write_lpc_request(const struct device * dev, enum lpc_peripheral_opcode op, uint32_t * data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum lpc_peripheral_opcode val; } parm1 = { .val = op }; - union { uintptr_t x; uint32_t * val; } parm2 = { .val = data }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_ESPI_WRITE_LPC_REQUEST); - } -#endif - compiler_barrier(); - return z_impl_espi_write_lpc_request(dev, op, data); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define espi_write_lpc_request(dev, op, data) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ESPI_WRITE_LPC_REQUEST, espi_write_lpc_request, dev, op, data); syscall__retval = espi_write_lpc_request(dev, op, data); sys_port_trace_syscall_exit(K_SYSCALL_ESPI_WRITE_LPC_REQUEST, espi_write_lpc_request, dev, op, data, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_espi_send_vwire(const struct device * dev, enum espi_vwire_signal signal, uint8_t level); - -__pinned_func -static inline int espi_send_vwire(const struct device * dev, enum espi_vwire_signal signal, uint8_t level) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum espi_vwire_signal val; } parm1 = { .val = signal }; - union { uintptr_t x; uint8_t val; } parm2 = { .val = level }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_ESPI_SEND_VWIRE); - } -#endif - compiler_barrier(); - return z_impl_espi_send_vwire(dev, signal, level); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define espi_send_vwire(dev, signal, level) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ESPI_SEND_VWIRE, espi_send_vwire, dev, signal, level); syscall__retval = espi_send_vwire(dev, signal, level); sys_port_trace_syscall_exit(K_SYSCALL_ESPI_SEND_VWIRE, espi_send_vwire, dev, signal, level, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_espi_receive_vwire(const struct device * dev, enum espi_vwire_signal signal, uint8_t * level); - -__pinned_func -static inline int espi_receive_vwire(const struct device * dev, enum espi_vwire_signal signal, uint8_t * level) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum espi_vwire_signal val; } parm1 = { .val = signal }; - union { uintptr_t x; uint8_t * val; } parm2 = { .val = level }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_ESPI_RECEIVE_VWIRE); - } -#endif - compiler_barrier(); - return z_impl_espi_receive_vwire(dev, signal, level); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define espi_receive_vwire(dev, signal, level) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ESPI_RECEIVE_VWIRE, espi_receive_vwire, dev, signal, level); syscall__retval = espi_receive_vwire(dev, signal, level); sys_port_trace_syscall_exit(K_SYSCALL_ESPI_RECEIVE_VWIRE, espi_receive_vwire, dev, signal, level, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_espi_send_oob(const struct device * dev, struct espi_oob_packet * pckt); - -__pinned_func -static inline int espi_send_oob(const struct device * dev, struct espi_oob_packet * pckt) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct espi_oob_packet * val; } parm1 = { .val = pckt }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ESPI_SEND_OOB); - } -#endif - compiler_barrier(); - return z_impl_espi_send_oob(dev, pckt); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define espi_send_oob(dev, pckt) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ESPI_SEND_OOB, espi_send_oob, dev, pckt); syscall__retval = espi_send_oob(dev, pckt); sys_port_trace_syscall_exit(K_SYSCALL_ESPI_SEND_OOB, espi_send_oob, dev, pckt, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_espi_receive_oob(const struct device * dev, struct espi_oob_packet * pckt); - -__pinned_func -static inline int espi_receive_oob(const struct device * dev, struct espi_oob_packet * pckt) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct espi_oob_packet * val; } parm1 = { .val = pckt }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ESPI_RECEIVE_OOB); - } -#endif - compiler_barrier(); - return z_impl_espi_receive_oob(dev, pckt); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define espi_receive_oob(dev, pckt) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ESPI_RECEIVE_OOB, espi_receive_oob, dev, pckt); syscall__retval = espi_receive_oob(dev, pckt); sys_port_trace_syscall_exit(K_SYSCALL_ESPI_RECEIVE_OOB, espi_receive_oob, dev, pckt, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_espi_read_flash(const struct device * dev, struct espi_flash_packet * pckt); - -__pinned_func -static inline int espi_read_flash(const struct device * dev, struct espi_flash_packet * pckt) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct espi_flash_packet * val; } parm1 = { .val = pckt }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ESPI_READ_FLASH); - } -#endif - compiler_barrier(); - return z_impl_espi_read_flash(dev, pckt); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define espi_read_flash(dev, pckt) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ESPI_READ_FLASH, espi_read_flash, dev, pckt); syscall__retval = espi_read_flash(dev, pckt); sys_port_trace_syscall_exit(K_SYSCALL_ESPI_READ_FLASH, espi_read_flash, dev, pckt, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_espi_write_flash(const struct device * dev, struct espi_flash_packet * pckt); - -__pinned_func -static inline int espi_write_flash(const struct device * dev, struct espi_flash_packet * pckt) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct espi_flash_packet * val; } parm1 = { .val = pckt }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ESPI_WRITE_FLASH); - } -#endif - compiler_barrier(); - return z_impl_espi_write_flash(dev, pckt); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define espi_write_flash(dev, pckt) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ESPI_WRITE_FLASH, espi_write_flash, dev, pckt); syscall__retval = espi_write_flash(dev, pckt); sys_port_trace_syscall_exit(K_SYSCALL_ESPI_WRITE_FLASH, espi_write_flash, dev, pckt, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_espi_flash_erase(const struct device * dev, struct espi_flash_packet * pckt); - -__pinned_func -static inline int espi_flash_erase(const struct device * dev, struct espi_flash_packet * pckt) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct espi_flash_packet * val; } parm1 = { .val = pckt }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ESPI_FLASH_ERASE); - } -#endif - compiler_barrier(); - return z_impl_espi_flash_erase(dev, pckt); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define espi_flash_erase(dev, pckt) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ESPI_FLASH_ERASE, espi_flash_erase, dev, pckt); syscall__retval = espi_flash_erase(dev, pckt); sys_port_trace_syscall_exit(K_SYSCALL_ESPI_FLASH_ERASE, espi_flash_erase, dev, pckt, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/espi_saf.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/espi_saf.h deleted file mode 100644 index e345a18..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/espi_saf.h +++ /dev/null @@ -1,218 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_ESPI_SAF_H -#define Z_INCLUDE_SYSCALLS_ESPI_SAF_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_espi_saf_config(const struct device * dev, const struct espi_saf_cfg * cfg); - -__pinned_func -static inline int espi_saf_config(const struct device * dev, const struct espi_saf_cfg * cfg) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const struct espi_saf_cfg * val; } parm1 = { .val = cfg }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ESPI_SAF_CONFIG); - } -#endif - compiler_barrier(); - return z_impl_espi_saf_config(dev, cfg); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define espi_saf_config(dev, cfg) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ESPI_SAF_CONFIG, espi_saf_config, dev, cfg); syscall__retval = espi_saf_config(dev, cfg); sys_port_trace_syscall_exit(K_SYSCALL_ESPI_SAF_CONFIG, espi_saf_config, dev, cfg, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_espi_saf_set_protection_regions(const struct device * dev, const struct espi_saf_protection * pr); - -__pinned_func -static inline int espi_saf_set_protection_regions(const struct device * dev, const struct espi_saf_protection * pr) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const struct espi_saf_protection * val; } parm1 = { .val = pr }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ESPI_SAF_SET_PROTECTION_REGIONS); - } -#endif - compiler_barrier(); - return z_impl_espi_saf_set_protection_regions(dev, pr); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define espi_saf_set_protection_regions(dev, pr) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ESPI_SAF_SET_PROTECTION_REGIONS, espi_saf_set_protection_regions, dev, pr); syscall__retval = espi_saf_set_protection_regions(dev, pr); sys_port_trace_syscall_exit(K_SYSCALL_ESPI_SAF_SET_PROTECTION_REGIONS, espi_saf_set_protection_regions, dev, pr, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_espi_saf_activate(const struct device * dev); - -__pinned_func -static inline int espi_saf_activate(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_ESPI_SAF_ACTIVATE); - } -#endif - compiler_barrier(); - return z_impl_espi_saf_activate(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define espi_saf_activate(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ESPI_SAF_ACTIVATE, espi_saf_activate, dev); syscall__retval = espi_saf_activate(dev); sys_port_trace_syscall_exit(K_SYSCALL_ESPI_SAF_ACTIVATE, espi_saf_activate, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern bool z_impl_espi_saf_get_channel_status(const struct device * dev); - -__pinned_func -static inline bool espi_saf_get_channel_status(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (bool) arch_syscall_invoke1(parm0.x, K_SYSCALL_ESPI_SAF_GET_CHANNEL_STATUS); - } -#endif - compiler_barrier(); - return z_impl_espi_saf_get_channel_status(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define espi_saf_get_channel_status(dev) ({ bool syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ESPI_SAF_GET_CHANNEL_STATUS, espi_saf_get_channel_status, dev); syscall__retval = espi_saf_get_channel_status(dev); sys_port_trace_syscall_exit(K_SYSCALL_ESPI_SAF_GET_CHANNEL_STATUS, espi_saf_get_channel_status, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_espi_saf_flash_read(const struct device * dev, struct espi_saf_packet * pckt); - -__pinned_func -static inline int espi_saf_flash_read(const struct device * dev, struct espi_saf_packet * pckt) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct espi_saf_packet * val; } parm1 = { .val = pckt }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ESPI_SAF_FLASH_READ); - } -#endif - compiler_barrier(); - return z_impl_espi_saf_flash_read(dev, pckt); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define espi_saf_flash_read(dev, pckt) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ESPI_SAF_FLASH_READ, espi_saf_flash_read, dev, pckt); syscall__retval = espi_saf_flash_read(dev, pckt); sys_port_trace_syscall_exit(K_SYSCALL_ESPI_SAF_FLASH_READ, espi_saf_flash_read, dev, pckt, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_espi_saf_flash_write(const struct device * dev, struct espi_saf_packet * pckt); - -__pinned_func -static inline int espi_saf_flash_write(const struct device * dev, struct espi_saf_packet * pckt) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct espi_saf_packet * val; } parm1 = { .val = pckt }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ESPI_SAF_FLASH_WRITE); - } -#endif - compiler_barrier(); - return z_impl_espi_saf_flash_write(dev, pckt); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define espi_saf_flash_write(dev, pckt) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ESPI_SAF_FLASH_WRITE, espi_saf_flash_write, dev, pckt); syscall__retval = espi_saf_flash_write(dev, pckt); sys_port_trace_syscall_exit(K_SYSCALL_ESPI_SAF_FLASH_WRITE, espi_saf_flash_write, dev, pckt, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_espi_saf_flash_erase(const struct device * dev, struct espi_saf_packet * pckt); - -__pinned_func -static inline int espi_saf_flash_erase(const struct device * dev, struct espi_saf_packet * pckt) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct espi_saf_packet * val; } parm1 = { .val = pckt }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ESPI_SAF_FLASH_ERASE); - } -#endif - compiler_barrier(); - return z_impl_espi_saf_flash_erase(dev, pckt); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define espi_saf_flash_erase(dev, pckt) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ESPI_SAF_FLASH_ERASE, espi_saf_flash_erase, dev, pckt); syscall__retval = espi_saf_flash_erase(dev, pckt); sys_port_trace_syscall_exit(K_SYSCALL_ESPI_SAF_FLASH_ERASE, espi_saf_flash_erase, dev, pckt, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_espi_saf_flash_unsuccess(const struct device * dev, struct espi_saf_packet * pckt); - -__pinned_func -static inline int espi_saf_flash_unsuccess(const struct device * dev, struct espi_saf_packet * pckt) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct espi_saf_packet * val; } parm1 = { .val = pckt }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ESPI_SAF_FLASH_UNSUCCESS); - } -#endif - compiler_barrier(); - return z_impl_espi_saf_flash_unsuccess(dev, pckt); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define espi_saf_flash_unsuccess(dev, pckt) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ESPI_SAF_FLASH_UNSUCCESS, espi_saf_flash_unsuccess, dev, pckt); syscall__retval = espi_saf_flash_unsuccess(dev, pckt); sys_port_trace_syscall_exit(K_SYSCALL_ESPI_SAF_FLASH_UNSUCCESS, espi_saf_flash_unsuccess, dev, pckt, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/ethernet.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/ethernet.h deleted file mode 100644 index af01e98..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/ethernet.h +++ /dev/null @@ -1,51 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_ETHERNET_H -#define Z_INCLUDE_SYSCALLS_ETHERNET_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern const struct device * z_impl_net_eth_get_ptp_clock_by_index(int index); - -__pinned_func -static inline const struct device * net_eth_get_ptp_clock_by_index(int index) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = index }; - return (const struct device *) arch_syscall_invoke1(parm0.x, K_SYSCALL_NET_ETH_GET_PTP_CLOCK_BY_INDEX); - } -#endif - compiler_barrier(); - return z_impl_net_eth_get_ptp_clock_by_index(index); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define net_eth_get_ptp_clock_by_index(index) ({ const struct device * syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_NET_ETH_GET_PTP_CLOCK_BY_INDEX, net_eth_get_ptp_clock_by_index, index); syscall__retval = net_eth_get_ptp_clock_by_index(index); sys_port_trace_syscall_exit(K_SYSCALL_NET_ETH_GET_PTP_CLOCK_BY_INDEX, net_eth_get_ptp_clock_by_index, index, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/fdtable.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/fdtable.h deleted file mode 100644 index 7ef4114..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/fdtable.h +++ /dev/null @@ -1,81 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_FDTABLE_H -#define Z_INCLUDE_SYSCALLS_FDTABLE_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_zvfs_poll(struct zvfs_pollfd * fds, int nfds, int poll_timeout); - -__pinned_func -static inline int zvfs_poll(struct zvfs_pollfd * fds, int nfds, int poll_timeout) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct zvfs_pollfd * val; } parm0 = { .val = fds }; - union { uintptr_t x; int val; } parm1 = { .val = nfds }; - union { uintptr_t x; int val; } parm2 = { .val = poll_timeout }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_ZVFS_POLL); - } -#endif - compiler_barrier(); - return z_impl_zvfs_poll(fds, nfds, poll_timeout); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zvfs_poll(fds, nfds, poll_timeout) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZVFS_POLL, zvfs_poll, fds, nfds, poll_timeout); syscall__retval = zvfs_poll(fds, nfds, poll_timeout); sys_port_trace_syscall_exit(K_SYSCALL_ZVFS_POLL, zvfs_poll, fds, nfds, poll_timeout, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_zvfs_select(int nfds, struct zvfs_fd_set *ZRESTRICT readfds, struct zvfs_fd_set *ZRESTRICT writefds, struct zvfs_fd_set *ZRESTRICT errorfds, const struct timespec *ZRESTRICT timeout, const void *ZRESTRICT sigmask); - -__pinned_func -static inline int zvfs_select(int nfds, struct zvfs_fd_set *ZRESTRICT readfds, struct zvfs_fd_set *ZRESTRICT writefds, struct zvfs_fd_set *ZRESTRICT errorfds, const struct timespec *ZRESTRICT timeout, const void *ZRESTRICT sigmask) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = nfds }; - union { uintptr_t x; struct zvfs_fd_set *ZRESTRICT val; } parm1 = { .val = readfds }; - union { uintptr_t x; struct zvfs_fd_set *ZRESTRICT val; } parm2 = { .val = writefds }; - union { uintptr_t x; struct zvfs_fd_set *ZRESTRICT val; } parm3 = { .val = errorfds }; - union { uintptr_t x; const struct timespec *ZRESTRICT val; } parm4 = { .val = timeout }; - union { uintptr_t x; const void *ZRESTRICT val; } parm5 = { .val = sigmask }; - return (int) arch_syscall_invoke6(parm0.x, parm1.x, parm2.x, parm3.x, parm4.x, parm5.x, K_SYSCALL_ZVFS_SELECT); - } -#endif - compiler_barrier(); - return z_impl_zvfs_select(nfds, readfds, writefds, errorfds, timeout, sigmask); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zvfs_select(nfds, readfds, writefds, errorfds, timeout, sigmask) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZVFS_SELECT, zvfs_select, nfds, readfds, writefds, errorfds, timeout, sigmask); syscall__retval = zvfs_select(nfds, readfds, writefds, errorfds, timeout, sigmask); sys_port_trace_syscall_exit(K_SYSCALL_ZVFS_SELECT, zvfs_select, nfds, readfds, writefds, errorfds, timeout, sigmask, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/flash.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/flash.h deleted file mode 100644 index b9d580d..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/flash.h +++ /dev/null @@ -1,408 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_FLASH_H -#define Z_INCLUDE_SYSCALLS_FLASH_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_flash_read(const struct device * dev, off_t offset, void * data, size_t len); - -__pinned_func -static inline int flash_read(const struct device * dev, off_t offset, void * data, size_t len) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; off_t val; } parm1 = { .val = offset }; - union { uintptr_t x; void * val; } parm2 = { .val = data }; - union { uintptr_t x; size_t val; } parm3 = { .val = len }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_FLASH_READ); - } -#endif - compiler_barrier(); - return z_impl_flash_read(dev, offset, data, len); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define flash_read(dev, offset, data, len) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_FLASH_READ, flash_read, dev, offset, data, len); syscall__retval = flash_read(dev, offset, data, len); sys_port_trace_syscall_exit(K_SYSCALL_FLASH_READ, flash_read, dev, offset, data, len, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_flash_write(const struct device * dev, off_t offset, const void * data, size_t len); - -__pinned_func -static inline int flash_write(const struct device * dev, off_t offset, const void * data, size_t len) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; off_t val; } parm1 = { .val = offset }; - union { uintptr_t x; const void * val; } parm2 = { .val = data }; - union { uintptr_t x; size_t val; } parm3 = { .val = len }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_FLASH_WRITE); - } -#endif - compiler_barrier(); - return z_impl_flash_write(dev, offset, data, len); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define flash_write(dev, offset, data, len) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_FLASH_WRITE, flash_write, dev, offset, data, len); syscall__retval = flash_write(dev, offset, data, len); sys_port_trace_syscall_exit(K_SYSCALL_FLASH_WRITE, flash_write, dev, offset, data, len, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_flash_erase(const struct device * dev, off_t offset, size_t size); - -__pinned_func -static inline int flash_erase(const struct device * dev, off_t offset, size_t size) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; off_t val; } parm1 = { .val = offset }; - union { uintptr_t x; size_t val; } parm2 = { .val = size }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_FLASH_ERASE); - } -#endif - compiler_barrier(); - return z_impl_flash_erase(dev, offset, size); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define flash_erase(dev, offset, size) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_FLASH_ERASE, flash_erase, dev, offset, size); syscall__retval = flash_erase(dev, offset, size); sys_port_trace_syscall_exit(K_SYSCALL_FLASH_ERASE, flash_erase, dev, offset, size, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_flash_get_size(const struct device * dev, uint64_t * size); - -__pinned_func -static inline int flash_get_size(const struct device * dev, uint64_t * size) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint64_t * val; } parm1 = { .val = size }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_FLASH_GET_SIZE); - } -#endif - compiler_barrier(); - return z_impl_flash_get_size(dev, size); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define flash_get_size(dev, size) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_FLASH_GET_SIZE, flash_get_size, dev, size); syscall__retval = flash_get_size(dev, size); sys_port_trace_syscall_exit(K_SYSCALL_FLASH_GET_SIZE, flash_get_size, dev, size, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_flash_fill(const struct device * dev, uint8_t val, off_t offset, size_t size); - -__pinned_func -static inline int flash_fill(const struct device * dev, uint8_t val, off_t offset, size_t size) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t val; } parm1 = { .val = val }; - union { uintptr_t x; off_t val; } parm2 = { .val = offset }; - union { uintptr_t x; size_t val; } parm3 = { .val = size }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_FLASH_FILL); - } -#endif - compiler_barrier(); - return z_impl_flash_fill(dev, val, offset, size); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define flash_fill(dev, val, offset, size) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_FLASH_FILL, flash_fill, dev, val, offset, size); syscall__retval = flash_fill(dev, val, offset, size); sys_port_trace_syscall_exit(K_SYSCALL_FLASH_FILL, flash_fill, dev, val, offset, size, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_flash_flatten(const struct device * dev, off_t offset, size_t size); - -__pinned_func -static inline int flash_flatten(const struct device * dev, off_t offset, size_t size) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; off_t val; } parm1 = { .val = offset }; - union { uintptr_t x; size_t val; } parm2 = { .val = size }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_FLASH_FLATTEN); - } -#endif - compiler_barrier(); - return z_impl_flash_flatten(dev, offset, size); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define flash_flatten(dev, offset, size) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_FLASH_FLATTEN, flash_flatten, dev, offset, size); syscall__retval = flash_flatten(dev, offset, size); sys_port_trace_syscall_exit(K_SYSCALL_FLASH_FLATTEN, flash_flatten, dev, offset, size, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_flash_get_page_info_by_offs(const struct device * dev, off_t offset, struct flash_pages_info * info); - -__pinned_func -static inline int flash_get_page_info_by_offs(const struct device * dev, off_t offset, struct flash_pages_info * info) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; off_t val; } parm1 = { .val = offset }; - union { uintptr_t x; struct flash_pages_info * val; } parm2 = { .val = info }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_FLASH_GET_PAGE_INFO_BY_OFFS); - } -#endif - compiler_barrier(); - return z_impl_flash_get_page_info_by_offs(dev, offset, info); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define flash_get_page_info_by_offs(dev, offset, info) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_FLASH_GET_PAGE_INFO_BY_OFFS, flash_get_page_info_by_offs, dev, offset, info); syscall__retval = flash_get_page_info_by_offs(dev, offset, info); sys_port_trace_syscall_exit(K_SYSCALL_FLASH_GET_PAGE_INFO_BY_OFFS, flash_get_page_info_by_offs, dev, offset, info, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_flash_get_page_info_by_idx(const struct device * dev, uint32_t page_index, struct flash_pages_info * info); - -__pinned_func -static inline int flash_get_page_info_by_idx(const struct device * dev, uint32_t page_index, struct flash_pages_info * info) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = page_index }; - union { uintptr_t x; struct flash_pages_info * val; } parm2 = { .val = info }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_FLASH_GET_PAGE_INFO_BY_IDX); - } -#endif - compiler_barrier(); - return z_impl_flash_get_page_info_by_idx(dev, page_index, info); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define flash_get_page_info_by_idx(dev, page_index, info) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_FLASH_GET_PAGE_INFO_BY_IDX, flash_get_page_info_by_idx, dev, page_index, info); syscall__retval = flash_get_page_info_by_idx(dev, page_index, info); sys_port_trace_syscall_exit(K_SYSCALL_FLASH_GET_PAGE_INFO_BY_IDX, flash_get_page_info_by_idx, dev, page_index, info, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern size_t z_impl_flash_get_page_count(const struct device * dev); - -__pinned_func -static inline size_t flash_get_page_count(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (size_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_FLASH_GET_PAGE_COUNT); - } -#endif - compiler_barrier(); - return z_impl_flash_get_page_count(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define flash_get_page_count(dev) ({ size_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_FLASH_GET_PAGE_COUNT, flash_get_page_count, dev); syscall__retval = flash_get_page_count(dev); sys_port_trace_syscall_exit(K_SYSCALL_FLASH_GET_PAGE_COUNT, flash_get_page_count, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_flash_sfdp_read(const struct device * dev, off_t offset, void * data, size_t len); - -__pinned_func -static inline int flash_sfdp_read(const struct device * dev, off_t offset, void * data, size_t len) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; off_t val; } parm1 = { .val = offset }; - union { uintptr_t x; void * val; } parm2 = { .val = data }; - union { uintptr_t x; size_t val; } parm3 = { .val = len }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_FLASH_SFDP_READ); - } -#endif - compiler_barrier(); - return z_impl_flash_sfdp_read(dev, offset, data, len); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define flash_sfdp_read(dev, offset, data, len) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_FLASH_SFDP_READ, flash_sfdp_read, dev, offset, data, len); syscall__retval = flash_sfdp_read(dev, offset, data, len); sys_port_trace_syscall_exit(K_SYSCALL_FLASH_SFDP_READ, flash_sfdp_read, dev, offset, data, len, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_flash_read_jedec_id(const struct device * dev, uint8_t * id); - -__pinned_func -static inline int flash_read_jedec_id(const struct device * dev, uint8_t * id) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t * val; } parm1 = { .val = id }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_FLASH_READ_JEDEC_ID); - } -#endif - compiler_barrier(); - return z_impl_flash_read_jedec_id(dev, id); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define flash_read_jedec_id(dev, id) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_FLASH_READ_JEDEC_ID, flash_read_jedec_id, dev, id); syscall__retval = flash_read_jedec_id(dev, id); sys_port_trace_syscall_exit(K_SYSCALL_FLASH_READ_JEDEC_ID, flash_read_jedec_id, dev, id, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern size_t z_impl_flash_get_write_block_size(const struct device * dev); - -__pinned_func -static inline size_t flash_get_write_block_size(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (size_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_FLASH_GET_WRITE_BLOCK_SIZE); - } -#endif - compiler_barrier(); - return z_impl_flash_get_write_block_size(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define flash_get_write_block_size(dev) ({ size_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_FLASH_GET_WRITE_BLOCK_SIZE, flash_get_write_block_size, dev); syscall__retval = flash_get_write_block_size(dev); sys_port_trace_syscall_exit(K_SYSCALL_FLASH_GET_WRITE_BLOCK_SIZE, flash_get_write_block_size, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern const struct flash_parameters * z_impl_flash_get_parameters(const struct device * dev); - -__pinned_func -static inline const struct flash_parameters * flash_get_parameters(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (const struct flash_parameters *) arch_syscall_invoke1(parm0.x, K_SYSCALL_FLASH_GET_PARAMETERS); - } -#endif - compiler_barrier(); - return z_impl_flash_get_parameters(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define flash_get_parameters(dev) ({ const struct flash_parameters * syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_FLASH_GET_PARAMETERS, flash_get_parameters, dev); syscall__retval = flash_get_parameters(dev); sys_port_trace_syscall_exit(K_SYSCALL_FLASH_GET_PARAMETERS, flash_get_parameters, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_flash_ex_op(const struct device * dev, uint16_t code, const uintptr_t in, void * out); - -__pinned_func -static inline int flash_ex_op(const struct device * dev, uint16_t code, const uintptr_t in, void * out) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint16_t val; } parm1 = { .val = code }; - union { uintptr_t x; const uintptr_t val; } parm2 = { .val = in }; - union { uintptr_t x; void * val; } parm3 = { .val = out }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_FLASH_EX_OP); - } -#endif - compiler_barrier(); - return z_impl_flash_ex_op(dev, code, in, out); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define flash_ex_op(dev, code, in, out) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_FLASH_EX_OP, flash_ex_op, dev, code, in, out); syscall__retval = flash_ex_op(dev, code, in, out); sys_port_trace_syscall_exit(K_SYSCALL_FLASH_EX_OP, flash_ex_op, dev, code, in, out, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_flash_copy(const struct device * src_dev, off_t src_offset, const struct device * dst_dev, off_t dst_offset, off_t size, uint8_t * buf, size_t buf_size); - -__pinned_func -static inline int flash_copy(const struct device * src_dev, off_t src_offset, const struct device * dst_dev, off_t dst_offset, off_t size, uint8_t * buf, size_t buf_size) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = src_dev }; - union { uintptr_t x; off_t val; } parm1 = { .val = src_offset }; - union { uintptr_t x; const struct device * val; } parm2 = { .val = dst_dev }; - union { uintptr_t x; off_t val; } parm3 = { .val = dst_offset }; - union { uintptr_t x; off_t val; } parm4 = { .val = size }; - union { uintptr_t x; uint8_t * val; } parm5 = { .val = buf }; - union { uintptr_t x; size_t val; } parm6 = { .val = buf_size }; - uintptr_t more[] = { - parm5.x, - parm6.x - }; - return (int) arch_syscall_invoke6(parm0.x, parm1.x, parm2.x, parm3.x, parm4.x, (uintptr_t) &more, K_SYSCALL_FLASH_COPY); - } -#endif - compiler_barrier(); - return z_impl_flash_copy(src_dev, src_offset, dst_dev, dst_offset, size, buf, buf_size); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define flash_copy(src_dev, src_offset, dst_dev, dst_offset, size, buf, buf_size) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_FLASH_COPY, flash_copy, src_dev, src_offset, dst_dev, dst_offset, size, buf, buf_size); syscall__retval = flash_copy(src_dev, src_offset, dst_dev, dst_offset, size, buf, buf_size); sys_port_trace_syscall_exit(K_SYSCALL_FLASH_COPY, flash_copy, src_dev, src_offset, dst_dev, dst_offset, size, buf, buf_size, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/flash_simulator.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/flash_simulator.h deleted file mode 100644 index a9021de..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/flash_simulator.h +++ /dev/null @@ -1,100 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_FLASH_SIMULATOR_H -#define Z_INCLUDE_SYSCALLS_FLASH_SIMULATOR_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern const struct flash_simulator_params * z_impl_flash_simulator_get_params(const struct device * dev); - -__pinned_func -static inline const struct flash_simulator_params * flash_simulator_get_params(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (const struct flash_simulator_params *) arch_syscall_invoke1(parm0.x, K_SYSCALL_FLASH_SIMULATOR_GET_PARAMS); - } -#endif - compiler_barrier(); - return z_impl_flash_simulator_get_params(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define flash_simulator_get_params(dev) ({ const struct flash_simulator_params * syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_FLASH_SIMULATOR_GET_PARAMS, flash_simulator_get_params, dev); syscall__retval = flash_simulator_get_params(dev); sys_port_trace_syscall_exit(K_SYSCALL_FLASH_SIMULATOR_GET_PARAMS, flash_simulator_get_params, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern void z_impl_flash_simulator_set_callbacks(const struct device * dev, const struct flash_simulator_cb * cb); - -__pinned_func -static inline void flash_simulator_set_callbacks(const struct device * dev, const struct flash_simulator_cb * cb) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const struct flash_simulator_cb * val; } parm1 = { .val = cb }; - (void) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_FLASH_SIMULATOR_SET_CALLBACKS); - return; - } -#endif - compiler_barrier(); - z_impl_flash_simulator_set_callbacks(dev, cb); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define flash_simulator_set_callbacks(dev, cb) do { sys_port_trace_syscall_enter(K_SYSCALL_FLASH_SIMULATOR_SET_CALLBACKS, flash_simulator_set_callbacks, dev, cb); flash_simulator_set_callbacks(dev, cb); sys_port_trace_syscall_exit(K_SYSCALL_FLASH_SIMULATOR_SET_CALLBACKS, flash_simulator_set_callbacks, dev, cb); } while(false) -#endif -#endif - - -extern void * z_impl_flash_simulator_get_memory(const struct device * dev, size_t * mock_size); - -__pinned_func -static inline void * flash_simulator_get_memory(const struct device * dev, size_t * mock_size) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; size_t * val; } parm1 = { .val = mock_size }; - return (void *) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_FLASH_SIMULATOR_GET_MEMORY); - } -#endif - compiler_barrier(); - return z_impl_flash_simulator_get_memory(dev, mock_size); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define flash_simulator_get_memory(dev, mock_size) ({ void * syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_FLASH_SIMULATOR_GET_MEMORY, flash_simulator_get_memory, dev, mock_size); syscall__retval = flash_simulator_get_memory(dev, mock_size); sys_port_trace_syscall_exit(K_SYSCALL_FLASH_SIMULATOR_GET_MEMORY, flash_simulator_get_memory, dev, mock_size, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/fuel_gauge.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/fuel_gauge.h deleted file mode 100644 index b06201d..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/fuel_gauge.h +++ /dev/null @@ -1,179 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_FUEL_GAUGE_H -#define Z_INCLUDE_SYSCALLS_FUEL_GAUGE_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_fuel_gauge_get_prop(const struct device * dev, fuel_gauge_prop_t prop, union fuel_gauge_prop_val * val); - -__pinned_func -static inline int fuel_gauge_get_prop(const struct device * dev, fuel_gauge_prop_t prop, union fuel_gauge_prop_val * val) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; fuel_gauge_prop_t val; } parm1 = { .val = prop }; - union { uintptr_t x; union fuel_gauge_prop_val * val; } parm2 = { .val = val }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_FUEL_GAUGE_GET_PROP); - } -#endif - compiler_barrier(); - return z_impl_fuel_gauge_get_prop(dev, prop, val); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define fuel_gauge_get_prop(dev, prop, val) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_FUEL_GAUGE_GET_PROP, fuel_gauge_get_prop, dev, prop, val); syscall__retval = fuel_gauge_get_prop(dev, prop, val); sys_port_trace_syscall_exit(K_SYSCALL_FUEL_GAUGE_GET_PROP, fuel_gauge_get_prop, dev, prop, val, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_fuel_gauge_get_props(const struct device * dev, const fuel_gauge_prop_t * props, union fuel_gauge_prop_val * vals, size_t len); - -__pinned_func -static inline int fuel_gauge_get_props(const struct device * dev, const fuel_gauge_prop_t * props, union fuel_gauge_prop_val * vals, size_t len) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const fuel_gauge_prop_t * val; } parm1 = { .val = props }; - union { uintptr_t x; union fuel_gauge_prop_val * val; } parm2 = { .val = vals }; - union { uintptr_t x; size_t val; } parm3 = { .val = len }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_FUEL_GAUGE_GET_PROPS); - } -#endif - compiler_barrier(); - return z_impl_fuel_gauge_get_props(dev, props, vals, len); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define fuel_gauge_get_props(dev, props, vals, len) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_FUEL_GAUGE_GET_PROPS, fuel_gauge_get_props, dev, props, vals, len); syscall__retval = fuel_gauge_get_props(dev, props, vals, len); sys_port_trace_syscall_exit(K_SYSCALL_FUEL_GAUGE_GET_PROPS, fuel_gauge_get_props, dev, props, vals, len, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_fuel_gauge_set_prop(const struct device * dev, fuel_gauge_prop_t prop, union fuel_gauge_prop_val val); - -__pinned_func -static inline int fuel_gauge_set_prop(const struct device * dev, fuel_gauge_prop_t prop, union fuel_gauge_prop_val val) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; fuel_gauge_prop_t val; } parm1 = { .val = prop }; - union { uintptr_t x; union fuel_gauge_prop_val val; } parm2 = { .val = val }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_FUEL_GAUGE_SET_PROP); - } -#endif - compiler_barrier(); - return z_impl_fuel_gauge_set_prop(dev, prop, val); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define fuel_gauge_set_prop(dev, prop, val) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_FUEL_GAUGE_SET_PROP, fuel_gauge_set_prop, dev, prop, val); syscall__retval = fuel_gauge_set_prop(dev, prop, val); sys_port_trace_syscall_exit(K_SYSCALL_FUEL_GAUGE_SET_PROP, fuel_gauge_set_prop, dev, prop, val, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_fuel_gauge_set_props(const struct device * dev, const fuel_gauge_prop_t * props, const union fuel_gauge_prop_val * vals, size_t len); - -__pinned_func -static inline int fuel_gauge_set_props(const struct device * dev, const fuel_gauge_prop_t * props, const union fuel_gauge_prop_val * vals, size_t len) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const fuel_gauge_prop_t * val; } parm1 = { .val = props }; - union { uintptr_t x; const union fuel_gauge_prop_val * val; } parm2 = { .val = vals }; - union { uintptr_t x; size_t val; } parm3 = { .val = len }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_FUEL_GAUGE_SET_PROPS); - } -#endif - compiler_barrier(); - return z_impl_fuel_gauge_set_props(dev, props, vals, len); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define fuel_gauge_set_props(dev, props, vals, len) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_FUEL_GAUGE_SET_PROPS, fuel_gauge_set_props, dev, props, vals, len); syscall__retval = fuel_gauge_set_props(dev, props, vals, len); sys_port_trace_syscall_exit(K_SYSCALL_FUEL_GAUGE_SET_PROPS, fuel_gauge_set_props, dev, props, vals, len, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_fuel_gauge_get_buffer_prop(const struct device * dev, fuel_gauge_prop_t prop_type, void * dst, size_t dst_len); - -__pinned_func -static inline int fuel_gauge_get_buffer_prop(const struct device * dev, fuel_gauge_prop_t prop_type, void * dst, size_t dst_len) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; fuel_gauge_prop_t val; } parm1 = { .val = prop_type }; - union { uintptr_t x; void * val; } parm2 = { .val = dst }; - union { uintptr_t x; size_t val; } parm3 = { .val = dst_len }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_FUEL_GAUGE_GET_BUFFER_PROP); - } -#endif - compiler_barrier(); - return z_impl_fuel_gauge_get_buffer_prop(dev, prop_type, dst, dst_len); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define fuel_gauge_get_buffer_prop(dev, prop_type, dst, dst_len) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_FUEL_GAUGE_GET_BUFFER_PROP, fuel_gauge_get_buffer_prop, dev, prop_type, dst, dst_len); syscall__retval = fuel_gauge_get_buffer_prop(dev, prop_type, dst, dst_len); sys_port_trace_syscall_exit(K_SYSCALL_FUEL_GAUGE_GET_BUFFER_PROP, fuel_gauge_get_buffer_prop, dev, prop_type, dst, dst_len, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_fuel_gauge_battery_cutoff(const struct device * dev); - -__pinned_func -static inline int fuel_gauge_battery_cutoff(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_FUEL_GAUGE_BATTERY_CUTOFF); - } -#endif - compiler_barrier(); - return z_impl_fuel_gauge_battery_cutoff(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define fuel_gauge_battery_cutoff(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_FUEL_GAUGE_BATTERY_CUTOFF, fuel_gauge_battery_cutoff, dev); syscall__retval = fuel_gauge_battery_cutoff(dev); sys_port_trace_syscall_exit(K_SYSCALL_FUEL_GAUGE_BATTERY_CUTOFF, fuel_gauge_battery_cutoff, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/gnss.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/gnss.h deleted file mode 100644 index 0c64597..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/gnss.h +++ /dev/null @@ -1,220 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_GNSS_H -#define Z_INCLUDE_SYSCALLS_GNSS_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_gnss_set_fix_rate(const struct device * dev, uint32_t fix_interval_ms); - -__pinned_func -static inline int gnss_set_fix_rate(const struct device * dev, uint32_t fix_interval_ms) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = fix_interval_ms }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_GNSS_SET_FIX_RATE); - } -#endif - compiler_barrier(); - return z_impl_gnss_set_fix_rate(dev, fix_interval_ms); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define gnss_set_fix_rate(dev, fix_interval_ms) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_GNSS_SET_FIX_RATE, gnss_set_fix_rate, dev, fix_interval_ms); syscall__retval = gnss_set_fix_rate(dev, fix_interval_ms); sys_port_trace_syscall_exit(K_SYSCALL_GNSS_SET_FIX_RATE, gnss_set_fix_rate, dev, fix_interval_ms, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_gnss_get_fix_rate(const struct device * dev, uint32_t * fix_interval_ms); - -__pinned_func -static inline int gnss_get_fix_rate(const struct device * dev, uint32_t * fix_interval_ms) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t * val; } parm1 = { .val = fix_interval_ms }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_GNSS_GET_FIX_RATE); - } -#endif - compiler_barrier(); - return z_impl_gnss_get_fix_rate(dev, fix_interval_ms); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define gnss_get_fix_rate(dev, fix_interval_ms) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_GNSS_GET_FIX_RATE, gnss_get_fix_rate, dev, fix_interval_ms); syscall__retval = gnss_get_fix_rate(dev, fix_interval_ms); sys_port_trace_syscall_exit(K_SYSCALL_GNSS_GET_FIX_RATE, gnss_get_fix_rate, dev, fix_interval_ms, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_gnss_set_navigation_mode(const struct device * dev, enum gnss_navigation_mode mode); - -__pinned_func -static inline int gnss_set_navigation_mode(const struct device * dev, enum gnss_navigation_mode mode) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum gnss_navigation_mode val; } parm1 = { .val = mode }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_GNSS_SET_NAVIGATION_MODE); - } -#endif - compiler_barrier(); - return z_impl_gnss_set_navigation_mode(dev, mode); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define gnss_set_navigation_mode(dev, mode) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_GNSS_SET_NAVIGATION_MODE, gnss_set_navigation_mode, dev, mode); syscall__retval = gnss_set_navigation_mode(dev, mode); sys_port_trace_syscall_exit(K_SYSCALL_GNSS_SET_NAVIGATION_MODE, gnss_set_navigation_mode, dev, mode, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_gnss_get_navigation_mode(const struct device * dev, enum gnss_navigation_mode * mode); - -__pinned_func -static inline int gnss_get_navigation_mode(const struct device * dev, enum gnss_navigation_mode * mode) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum gnss_navigation_mode * val; } parm1 = { .val = mode }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_GNSS_GET_NAVIGATION_MODE); - } -#endif - compiler_barrier(); - return z_impl_gnss_get_navigation_mode(dev, mode); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define gnss_get_navigation_mode(dev, mode) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_GNSS_GET_NAVIGATION_MODE, gnss_get_navigation_mode, dev, mode); syscall__retval = gnss_get_navigation_mode(dev, mode); sys_port_trace_syscall_exit(K_SYSCALL_GNSS_GET_NAVIGATION_MODE, gnss_get_navigation_mode, dev, mode, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_gnss_set_enabled_systems(const struct device * dev, gnss_systems_t systems); - -__pinned_func -static inline int gnss_set_enabled_systems(const struct device * dev, gnss_systems_t systems) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; gnss_systems_t val; } parm1 = { .val = systems }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_GNSS_SET_ENABLED_SYSTEMS); - } -#endif - compiler_barrier(); - return z_impl_gnss_set_enabled_systems(dev, systems); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define gnss_set_enabled_systems(dev, systems) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_GNSS_SET_ENABLED_SYSTEMS, gnss_set_enabled_systems, dev, systems); syscall__retval = gnss_set_enabled_systems(dev, systems); sys_port_trace_syscall_exit(K_SYSCALL_GNSS_SET_ENABLED_SYSTEMS, gnss_set_enabled_systems, dev, systems, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_gnss_get_enabled_systems(const struct device * dev, gnss_systems_t * systems); - -__pinned_func -static inline int gnss_get_enabled_systems(const struct device * dev, gnss_systems_t * systems) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; gnss_systems_t * val; } parm1 = { .val = systems }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_GNSS_GET_ENABLED_SYSTEMS); - } -#endif - compiler_barrier(); - return z_impl_gnss_get_enabled_systems(dev, systems); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define gnss_get_enabled_systems(dev, systems) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_GNSS_GET_ENABLED_SYSTEMS, gnss_get_enabled_systems, dev, systems); syscall__retval = gnss_get_enabled_systems(dev, systems); sys_port_trace_syscall_exit(K_SYSCALL_GNSS_GET_ENABLED_SYSTEMS, gnss_get_enabled_systems, dev, systems, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_gnss_get_supported_systems(const struct device * dev, gnss_systems_t * systems); - -__pinned_func -static inline int gnss_get_supported_systems(const struct device * dev, gnss_systems_t * systems) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; gnss_systems_t * val; } parm1 = { .val = systems }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_GNSS_GET_SUPPORTED_SYSTEMS); - } -#endif - compiler_barrier(); - return z_impl_gnss_get_supported_systems(dev, systems); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define gnss_get_supported_systems(dev, systems) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_GNSS_GET_SUPPORTED_SYSTEMS, gnss_get_supported_systems, dev, systems); syscall__retval = gnss_get_supported_systems(dev, systems); sys_port_trace_syscall_exit(K_SYSCALL_GNSS_GET_SUPPORTED_SYSTEMS, gnss_get_supported_systems, dev, systems, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_gnss_get_latest_timepulse(const struct device * dev, k_ticks_t * timestamp); - -__pinned_func -static inline int gnss_get_latest_timepulse(const struct device * dev, k_ticks_t * timestamp) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; k_ticks_t * val; } parm1 = { .val = timestamp }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_GNSS_GET_LATEST_TIMEPULSE); - } -#endif - compiler_barrier(); - return z_impl_gnss_get_latest_timepulse(dev, timestamp); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define gnss_get_latest_timepulse(dev, timestamp) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_GNSS_GET_LATEST_TIMEPULSE, gnss_get_latest_timepulse, dev, timestamp); syscall__retval = gnss_get_latest_timepulse(dev, timestamp); sys_port_trace_syscall_exit(K_SYSCALL_GNSS_GET_LATEST_TIMEPULSE, gnss_get_latest_timepulse, dev, timestamp, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/gpio.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/gpio.h deleted file mode 100644 index 74a1873..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/gpio.h +++ /dev/null @@ -1,273 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_GPIO_H -#define Z_INCLUDE_SYSCALLS_GPIO_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_gpio_pin_interrupt_configure(const struct device * port, gpio_pin_t pin, gpio_flags_t flags); - -__pinned_func -static inline int gpio_pin_interrupt_configure(const struct device * port, gpio_pin_t pin, gpio_flags_t flags) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = port }; - union { uintptr_t x; gpio_pin_t val; } parm1 = { .val = pin }; - union { uintptr_t x; gpio_flags_t val; } parm2 = { .val = flags }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_GPIO_PIN_INTERRUPT_CONFIGURE); - } -#endif - compiler_barrier(); - return z_impl_gpio_pin_interrupt_configure(port, pin, flags); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define gpio_pin_interrupt_configure(port, pin, flags) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_GPIO_PIN_INTERRUPT_CONFIGURE, gpio_pin_interrupt_configure, port, pin, flags); syscall__retval = gpio_pin_interrupt_configure(port, pin, flags); sys_port_trace_syscall_exit(K_SYSCALL_GPIO_PIN_INTERRUPT_CONFIGURE, gpio_pin_interrupt_configure, port, pin, flags, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_gpio_pin_configure(const struct device * port, gpio_pin_t pin, gpio_flags_t flags); - -__pinned_func -static inline int gpio_pin_configure(const struct device * port, gpio_pin_t pin, gpio_flags_t flags) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = port }; - union { uintptr_t x; gpio_pin_t val; } parm1 = { .val = pin }; - union { uintptr_t x; gpio_flags_t val; } parm2 = { .val = flags }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_GPIO_PIN_CONFIGURE); - } -#endif - compiler_barrier(); - return z_impl_gpio_pin_configure(port, pin, flags); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define gpio_pin_configure(port, pin, flags) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_GPIO_PIN_CONFIGURE, gpio_pin_configure, port, pin, flags); syscall__retval = gpio_pin_configure(port, pin, flags); sys_port_trace_syscall_exit(K_SYSCALL_GPIO_PIN_CONFIGURE, gpio_pin_configure, port, pin, flags, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_gpio_port_get_direction(const struct device * port, gpio_port_pins_t map, gpio_port_pins_t * inputs, gpio_port_pins_t * outputs); - -__pinned_func -static inline int gpio_port_get_direction(const struct device * port, gpio_port_pins_t map, gpio_port_pins_t * inputs, gpio_port_pins_t * outputs) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = port }; - union { uintptr_t x; gpio_port_pins_t val; } parm1 = { .val = map }; - union { uintptr_t x; gpio_port_pins_t * val; } parm2 = { .val = inputs }; - union { uintptr_t x; gpio_port_pins_t * val; } parm3 = { .val = outputs }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_GPIO_PORT_GET_DIRECTION); - } -#endif - compiler_barrier(); - return z_impl_gpio_port_get_direction(port, map, inputs, outputs); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define gpio_port_get_direction(port, map, inputs, outputs) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_GPIO_PORT_GET_DIRECTION, gpio_port_get_direction, port, map, inputs, outputs); syscall__retval = gpio_port_get_direction(port, map, inputs, outputs); sys_port_trace_syscall_exit(K_SYSCALL_GPIO_PORT_GET_DIRECTION, gpio_port_get_direction, port, map, inputs, outputs, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_gpio_pin_get_config(const struct device * port, gpio_pin_t pin, gpio_flags_t * flags); - -__pinned_func -static inline int gpio_pin_get_config(const struct device * port, gpio_pin_t pin, gpio_flags_t * flags) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = port }; - union { uintptr_t x; gpio_pin_t val; } parm1 = { .val = pin }; - union { uintptr_t x; gpio_flags_t * val; } parm2 = { .val = flags }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_GPIO_PIN_GET_CONFIG); - } -#endif - compiler_barrier(); - return z_impl_gpio_pin_get_config(port, pin, flags); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define gpio_pin_get_config(port, pin, flags) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_GPIO_PIN_GET_CONFIG, gpio_pin_get_config, port, pin, flags); syscall__retval = gpio_pin_get_config(port, pin, flags); sys_port_trace_syscall_exit(K_SYSCALL_GPIO_PIN_GET_CONFIG, gpio_pin_get_config, port, pin, flags, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_gpio_port_get_raw(const struct device * port, gpio_port_value_t * value); - -__pinned_func -static inline int gpio_port_get_raw(const struct device * port, gpio_port_value_t * value) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = port }; - union { uintptr_t x; gpio_port_value_t * val; } parm1 = { .val = value }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_GPIO_PORT_GET_RAW); - } -#endif - compiler_barrier(); - return z_impl_gpio_port_get_raw(port, value); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define gpio_port_get_raw(port, value) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_GPIO_PORT_GET_RAW, gpio_port_get_raw, port, value); syscall__retval = gpio_port_get_raw(port, value); sys_port_trace_syscall_exit(K_SYSCALL_GPIO_PORT_GET_RAW, gpio_port_get_raw, port, value, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_gpio_port_set_masked_raw(const struct device * port, gpio_port_pins_t mask, gpio_port_value_t value); - -__pinned_func -static inline int gpio_port_set_masked_raw(const struct device * port, gpio_port_pins_t mask, gpio_port_value_t value) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = port }; - union { uintptr_t x; gpio_port_pins_t val; } parm1 = { .val = mask }; - union { uintptr_t x; gpio_port_value_t val; } parm2 = { .val = value }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_GPIO_PORT_SET_MASKED_RAW); - } -#endif - compiler_barrier(); - return z_impl_gpio_port_set_masked_raw(port, mask, value); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define gpio_port_set_masked_raw(port, mask, value) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_GPIO_PORT_SET_MASKED_RAW, gpio_port_set_masked_raw, port, mask, value); syscall__retval = gpio_port_set_masked_raw(port, mask, value); sys_port_trace_syscall_exit(K_SYSCALL_GPIO_PORT_SET_MASKED_RAW, gpio_port_set_masked_raw, port, mask, value, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_gpio_port_set_bits_raw(const struct device * port, gpio_port_pins_t pins); - -__pinned_func -static inline int gpio_port_set_bits_raw(const struct device * port, gpio_port_pins_t pins) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = port }; - union { uintptr_t x; gpio_port_pins_t val; } parm1 = { .val = pins }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_GPIO_PORT_SET_BITS_RAW); - } -#endif - compiler_barrier(); - return z_impl_gpio_port_set_bits_raw(port, pins); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define gpio_port_set_bits_raw(port, pins) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_GPIO_PORT_SET_BITS_RAW, gpio_port_set_bits_raw, port, pins); syscall__retval = gpio_port_set_bits_raw(port, pins); sys_port_trace_syscall_exit(K_SYSCALL_GPIO_PORT_SET_BITS_RAW, gpio_port_set_bits_raw, port, pins, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_gpio_port_clear_bits_raw(const struct device * port, gpio_port_pins_t pins); - -__pinned_func -static inline int gpio_port_clear_bits_raw(const struct device * port, gpio_port_pins_t pins) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = port }; - union { uintptr_t x; gpio_port_pins_t val; } parm1 = { .val = pins }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_GPIO_PORT_CLEAR_BITS_RAW); - } -#endif - compiler_barrier(); - return z_impl_gpio_port_clear_bits_raw(port, pins); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define gpio_port_clear_bits_raw(port, pins) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_GPIO_PORT_CLEAR_BITS_RAW, gpio_port_clear_bits_raw, port, pins); syscall__retval = gpio_port_clear_bits_raw(port, pins); sys_port_trace_syscall_exit(K_SYSCALL_GPIO_PORT_CLEAR_BITS_RAW, gpio_port_clear_bits_raw, port, pins, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_gpio_port_toggle_bits(const struct device * port, gpio_port_pins_t pins); - -__pinned_func -static inline int gpio_port_toggle_bits(const struct device * port, gpio_port_pins_t pins) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = port }; - union { uintptr_t x; gpio_port_pins_t val; } parm1 = { .val = pins }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_GPIO_PORT_TOGGLE_BITS); - } -#endif - compiler_barrier(); - return z_impl_gpio_port_toggle_bits(port, pins); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define gpio_port_toggle_bits(port, pins) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_GPIO_PORT_TOGGLE_BITS, gpio_port_toggle_bits, port, pins); syscall__retval = gpio_port_toggle_bits(port, pins); sys_port_trace_syscall_exit(K_SYSCALL_GPIO_PORT_TOGGLE_BITS, gpio_port_toggle_bits, port, pins, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_gpio_get_pending_int(const struct device * dev); - -__pinned_func -static inline int gpio_get_pending_int(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_GPIO_GET_PENDING_INT); - } -#endif - compiler_barrier(); - return z_impl_gpio_get_pending_int(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define gpio_get_pending_int(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_GPIO_GET_PENDING_INT, gpio_get_pending_int, dev); syscall__retval = gpio_get_pending_int(dev); sys_port_trace_syscall_exit(K_SYSCALL_GPIO_GET_PENDING_INT, gpio_get_pending_int, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/haptics.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/haptics.h deleted file mode 100644 index b6e30be..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/haptics.h +++ /dev/null @@ -1,74 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_HAPTICS_H -#define Z_INCLUDE_SYSCALLS_HAPTICS_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_haptics_start_output(const struct device * dev); - -__pinned_func -static inline int haptics_start_output(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_HAPTICS_START_OUTPUT); - } -#endif - compiler_barrier(); - return z_impl_haptics_start_output(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define haptics_start_output(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_HAPTICS_START_OUTPUT, haptics_start_output, dev); syscall__retval = haptics_start_output(dev); sys_port_trace_syscall_exit(K_SYSCALL_HAPTICS_START_OUTPUT, haptics_start_output, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_haptics_stop_output(const struct device * dev); - -__pinned_func -static inline int haptics_stop_output(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_HAPTICS_STOP_OUTPUT); - } -#endif - compiler_barrier(); - return z_impl_haptics_stop_output(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define haptics_stop_output(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_HAPTICS_STOP_OUTPUT, haptics_stop_output, dev); syscall__retval = haptics_stop_output(dev); sys_port_trace_syscall_exit(K_SYSCALL_HAPTICS_STOP_OUTPUT, haptics_stop_output, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/hwinfo.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/hwinfo.h deleted file mode 100644 index cd05615..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/hwinfo.h +++ /dev/null @@ -1,143 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_HWINFO_H -#define Z_INCLUDE_SYSCALLS_HWINFO_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern ssize_t z_impl_hwinfo_get_device_id(uint8_t * buffer, size_t length); - -__pinned_func -static inline ssize_t hwinfo_get_device_id(uint8_t * buffer, size_t length) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; uint8_t * val; } parm0 = { .val = buffer }; - union { uintptr_t x; size_t val; } parm1 = { .val = length }; - return (ssize_t) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_HWINFO_GET_DEVICE_ID); - } -#endif - compiler_barrier(); - return z_impl_hwinfo_get_device_id(buffer, length); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define hwinfo_get_device_id(buffer, length) ({ ssize_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_HWINFO_GET_DEVICE_ID, hwinfo_get_device_id, buffer, length); syscall__retval = hwinfo_get_device_id(buffer, length); sys_port_trace_syscall_exit(K_SYSCALL_HWINFO_GET_DEVICE_ID, hwinfo_get_device_id, buffer, length, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_hwinfo_get_device_eui64(uint8_t * buffer); - -__pinned_func -static inline int hwinfo_get_device_eui64(uint8_t * buffer) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; uint8_t * val; } parm0 = { .val = buffer }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_HWINFO_GET_DEVICE_EUI64); - } -#endif - compiler_barrier(); - return z_impl_hwinfo_get_device_eui64(buffer); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define hwinfo_get_device_eui64(buffer) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_HWINFO_GET_DEVICE_EUI64, hwinfo_get_device_eui64, buffer); syscall__retval = hwinfo_get_device_eui64(buffer); sys_port_trace_syscall_exit(K_SYSCALL_HWINFO_GET_DEVICE_EUI64, hwinfo_get_device_eui64, buffer, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_hwinfo_get_reset_cause(uint32_t * cause); - -__pinned_func -static inline int hwinfo_get_reset_cause(uint32_t * cause) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; uint32_t * val; } parm0 = { .val = cause }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_HWINFO_GET_RESET_CAUSE); - } -#endif - compiler_barrier(); - return z_impl_hwinfo_get_reset_cause(cause); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define hwinfo_get_reset_cause(cause) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_HWINFO_GET_RESET_CAUSE, hwinfo_get_reset_cause, cause); syscall__retval = hwinfo_get_reset_cause(cause); sys_port_trace_syscall_exit(K_SYSCALL_HWINFO_GET_RESET_CAUSE, hwinfo_get_reset_cause, cause, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_hwinfo_clear_reset_cause(void); - -__pinned_func -static inline int hwinfo_clear_reset_cause(void) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - return (int) arch_syscall_invoke0(K_SYSCALL_HWINFO_CLEAR_RESET_CAUSE); - } -#endif - compiler_barrier(); - return z_impl_hwinfo_clear_reset_cause(); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define hwinfo_clear_reset_cause() ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_HWINFO_CLEAR_RESET_CAUSE, hwinfo_clear_reset_cause); syscall__retval = hwinfo_clear_reset_cause(); sys_port_trace_syscall_exit(K_SYSCALL_HWINFO_CLEAR_RESET_CAUSE, hwinfo_clear_reset_cause, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_hwinfo_get_supported_reset_cause(uint32_t * supported); - -__pinned_func -static inline int hwinfo_get_supported_reset_cause(uint32_t * supported) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; uint32_t * val; } parm0 = { .val = supported }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_HWINFO_GET_SUPPORTED_RESET_CAUSE); - } -#endif - compiler_barrier(); - return z_impl_hwinfo_get_supported_reset_cause(supported); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define hwinfo_get_supported_reset_cause(supported) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_HWINFO_GET_SUPPORTED_RESET_CAUSE, hwinfo_get_supported_reset_cause, supported); syscall__retval = hwinfo_get_supported_reset_cause(supported); sys_port_trace_syscall_exit(K_SYSCALL_HWINFO_GET_SUPPORTED_RESET_CAUSE, hwinfo_get_supported_reset_cause, supported, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/i2c.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/i2c.h deleted file mode 100644 index 8a11d7a..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/i2c.h +++ /dev/null @@ -1,171 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_I2C_H -#define Z_INCLUDE_SYSCALLS_I2C_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_i2c_configure(const struct device * dev, uint32_t dev_config); - -__pinned_func -static inline int i2c_configure(const struct device * dev, uint32_t dev_config) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = dev_config }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_I2C_CONFIGURE); - } -#endif - compiler_barrier(); - return z_impl_i2c_configure(dev, dev_config); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define i2c_configure(dev, dev_config) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_I2C_CONFIGURE, i2c_configure, dev, dev_config); syscall__retval = i2c_configure(dev, dev_config); sys_port_trace_syscall_exit(K_SYSCALL_I2C_CONFIGURE, i2c_configure, dev, dev_config, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_i2c_get_config(const struct device * dev, uint32_t * dev_config); - -__pinned_func -static inline int i2c_get_config(const struct device * dev, uint32_t * dev_config) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t * val; } parm1 = { .val = dev_config }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_I2C_GET_CONFIG); - } -#endif - compiler_barrier(); - return z_impl_i2c_get_config(dev, dev_config); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define i2c_get_config(dev, dev_config) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_I2C_GET_CONFIG, i2c_get_config, dev, dev_config); syscall__retval = i2c_get_config(dev, dev_config); sys_port_trace_syscall_exit(K_SYSCALL_I2C_GET_CONFIG, i2c_get_config, dev, dev_config, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_i2c_transfer(const struct device * dev, struct i2c_msg * msgs, uint8_t num_msgs, uint16_t addr); - -__pinned_func -static inline int i2c_transfer(const struct device * dev, struct i2c_msg * msgs, uint8_t num_msgs, uint16_t addr) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct i2c_msg * val; } parm1 = { .val = msgs }; - union { uintptr_t x; uint8_t val; } parm2 = { .val = num_msgs }; - union { uintptr_t x; uint16_t val; } parm3 = { .val = addr }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_I2C_TRANSFER); - } -#endif - compiler_barrier(); - return z_impl_i2c_transfer(dev, msgs, num_msgs, addr); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define i2c_transfer(dev, msgs, num_msgs, addr) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_I2C_TRANSFER, i2c_transfer, dev, msgs, num_msgs, addr); syscall__retval = i2c_transfer(dev, msgs, num_msgs, addr); sys_port_trace_syscall_exit(K_SYSCALL_I2C_TRANSFER, i2c_transfer, dev, msgs, num_msgs, addr, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_i2c_recover_bus(const struct device * dev); - -__pinned_func -static inline int i2c_recover_bus(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_I2C_RECOVER_BUS); - } -#endif - compiler_barrier(); - return z_impl_i2c_recover_bus(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define i2c_recover_bus(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_I2C_RECOVER_BUS, i2c_recover_bus, dev); syscall__retval = i2c_recover_bus(dev); sys_port_trace_syscall_exit(K_SYSCALL_I2C_RECOVER_BUS, i2c_recover_bus, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_i2c_target_driver_register(const struct device * dev); - -__pinned_func -static inline int i2c_target_driver_register(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_I2C_TARGET_DRIVER_REGISTER); - } -#endif - compiler_barrier(); - return z_impl_i2c_target_driver_register(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define i2c_target_driver_register(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_I2C_TARGET_DRIVER_REGISTER, i2c_target_driver_register, dev); syscall__retval = i2c_target_driver_register(dev); sys_port_trace_syscall_exit(K_SYSCALL_I2C_TARGET_DRIVER_REGISTER, i2c_target_driver_register, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_i2c_target_driver_unregister(const struct device * dev); - -__pinned_func -static inline int i2c_target_driver_unregister(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_I2C_TARGET_DRIVER_UNREGISTER); - } -#endif - compiler_barrier(); - return z_impl_i2c_target_driver_unregister(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define i2c_target_driver_unregister(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_I2C_TARGET_DRIVER_UNREGISTER, i2c_target_driver_unregister, dev); syscall__retval = i2c_target_driver_unregister(dev); sys_port_trace_syscall_exit(K_SYSCALL_I2C_TARGET_DRIVER_UNREGISTER, i2c_target_driver_unregister, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/i2s.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/i2s.h deleted file mode 100644 index 3176fec..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/i2s.h +++ /dev/null @@ -1,128 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_I2S_H -#define Z_INCLUDE_SYSCALLS_I2S_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_i2s_configure(const struct device * dev, enum i2s_dir dir, const struct i2s_config * cfg); - -__pinned_func -static inline int i2s_configure(const struct device * dev, enum i2s_dir dir, const struct i2s_config * cfg) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum i2s_dir val; } parm1 = { .val = dir }; - union { uintptr_t x; const struct i2s_config * val; } parm2 = { .val = cfg }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_I2S_CONFIGURE); - } -#endif - compiler_barrier(); - return z_impl_i2s_configure(dev, dir, cfg); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define i2s_configure(dev, dir, cfg) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_I2S_CONFIGURE, i2s_configure, dev, dir, cfg); syscall__retval = i2s_configure(dev, dir, cfg); sys_port_trace_syscall_exit(K_SYSCALL_I2S_CONFIGURE, i2s_configure, dev, dir, cfg, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_i2s_buf_read(const struct device * dev, void * buf, size_t * size); - -__pinned_func -static inline int i2s_buf_read(const struct device * dev, void * buf, size_t * size) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; void * val; } parm1 = { .val = buf }; - union { uintptr_t x; size_t * val; } parm2 = { .val = size }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_I2S_BUF_READ); - } -#endif - compiler_barrier(); - return z_impl_i2s_buf_read(dev, buf, size); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define i2s_buf_read(dev, buf, size) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_I2S_BUF_READ, i2s_buf_read, dev, buf, size); syscall__retval = i2s_buf_read(dev, buf, size); sys_port_trace_syscall_exit(K_SYSCALL_I2S_BUF_READ, i2s_buf_read, dev, buf, size, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_i2s_buf_write(const struct device * dev, void * buf, size_t size); - -__pinned_func -static inline int i2s_buf_write(const struct device * dev, void * buf, size_t size) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; void * val; } parm1 = { .val = buf }; - union { uintptr_t x; size_t val; } parm2 = { .val = size }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_I2S_BUF_WRITE); - } -#endif - compiler_barrier(); - return z_impl_i2s_buf_write(dev, buf, size); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define i2s_buf_write(dev, buf, size) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_I2S_BUF_WRITE, i2s_buf_write, dev, buf, size); syscall__retval = i2s_buf_write(dev, buf, size); sys_port_trace_syscall_exit(K_SYSCALL_I2S_BUF_WRITE, i2s_buf_write, dev, buf, size, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_i2s_trigger(const struct device * dev, enum i2s_dir dir, enum i2s_trigger_cmd cmd); - -__pinned_func -static inline int i2s_trigger(const struct device * dev, enum i2s_dir dir, enum i2s_trigger_cmd cmd) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum i2s_dir val; } parm1 = { .val = dir }; - union { uintptr_t x; enum i2s_trigger_cmd val; } parm2 = { .val = cmd }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_I2S_TRIGGER); - } -#endif - compiler_barrier(); - return z_impl_i2s_trigger(dev, dir, cmd); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define i2s_trigger(dev, dir, cmd) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_I2S_TRIGGER, i2s_trigger, dev, dir, cmd); syscall__retval = i2s_trigger(dev, dir, cmd); sys_port_trace_syscall_exit(K_SYSCALL_I2S_TRIGGER, i2s_trigger, dev, dir, cmd, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/i3c.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/i3c.h deleted file mode 100644 index 3942c7c..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/i3c.h +++ /dev/null @@ -1,130 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_I3C_H -#define Z_INCLUDE_SYSCALLS_I3C_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_i3c_do_ccc(const struct device * dev, struct i3c_ccc_payload * payload); - -__pinned_func -static inline int i3c_do_ccc(const struct device * dev, struct i3c_ccc_payload * payload) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct i3c_ccc_payload * val; } parm1 = { .val = payload }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_I3C_DO_CCC); - } -#endif - compiler_barrier(); - return z_impl_i3c_do_ccc(dev, payload); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define i3c_do_ccc(dev, payload) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_I3C_DO_CCC, i3c_do_ccc, dev, payload); syscall__retval = i3c_do_ccc(dev, payload); sys_port_trace_syscall_exit(K_SYSCALL_I3C_DO_CCC, i3c_do_ccc, dev, payload, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_i3c_do_ccc_cb(const struct device * dev, struct i3c_ccc_payload * payload, i3c_callback_t cb, void * userdata); - -__pinned_func -static inline int i3c_do_ccc_cb(const struct device * dev, struct i3c_ccc_payload * payload, i3c_callback_t cb, void * userdata) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct i3c_ccc_payload * val; } parm1 = { .val = payload }; - union { uintptr_t x; i3c_callback_t val; } parm2 = { .val = cb }; - union { uintptr_t x; void * val; } parm3 = { .val = userdata }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_I3C_DO_CCC_CB); - } -#endif - compiler_barrier(); - return z_impl_i3c_do_ccc_cb(dev, payload, cb, userdata); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define i3c_do_ccc_cb(dev, payload, cb, userdata) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_I3C_DO_CCC_CB, i3c_do_ccc_cb, dev, payload, cb, userdata); syscall__retval = i3c_do_ccc_cb(dev, payload, cb, userdata); sys_port_trace_syscall_exit(K_SYSCALL_I3C_DO_CCC_CB, i3c_do_ccc_cb, dev, payload, cb, userdata, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_i3c_transfer(struct i3c_device_desc * target, struct i3c_msg * msgs, uint8_t num_msgs); - -__pinned_func -static inline int i3c_transfer(struct i3c_device_desc * target, struct i3c_msg * msgs, uint8_t num_msgs) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct i3c_device_desc * val; } parm0 = { .val = target }; - union { uintptr_t x; struct i3c_msg * val; } parm1 = { .val = msgs }; - union { uintptr_t x; uint8_t val; } parm2 = { .val = num_msgs }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_I3C_TRANSFER); - } -#endif - compiler_barrier(); - return z_impl_i3c_transfer(target, msgs, num_msgs); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define i3c_transfer(target, msgs, num_msgs) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_I3C_TRANSFER, i3c_transfer, target, msgs, num_msgs); syscall__retval = i3c_transfer(target, msgs, num_msgs); sys_port_trace_syscall_exit(K_SYSCALL_I3C_TRANSFER, i3c_transfer, target, msgs, num_msgs, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_i3c_transfer_cb(struct i3c_device_desc * target, struct i3c_msg * msgs, uint8_t num_msgs, i3c_callback_t cb, void * userdata); - -__pinned_func -static inline int i3c_transfer_cb(struct i3c_device_desc * target, struct i3c_msg * msgs, uint8_t num_msgs, i3c_callback_t cb, void * userdata) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct i3c_device_desc * val; } parm0 = { .val = target }; - union { uintptr_t x; struct i3c_msg * val; } parm1 = { .val = msgs }; - union { uintptr_t x; uint8_t val; } parm2 = { .val = num_msgs }; - union { uintptr_t x; i3c_callback_t val; } parm3 = { .val = cb }; - union { uintptr_t x; void * val; } parm4 = { .val = userdata }; - return (int) arch_syscall_invoke5(parm0.x, parm1.x, parm2.x, parm3.x, parm4.x, K_SYSCALL_I3C_TRANSFER_CB); - } -#endif - compiler_barrier(); - return z_impl_i3c_transfer_cb(target, msgs, num_msgs, cb, userdata); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define i3c_transfer_cb(target, msgs, num_msgs, cb, userdata) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_I3C_TRANSFER_CB, i3c_transfer_cb, target, msgs, num_msgs, cb, userdata); syscall__retval = i3c_transfer_cb(target, msgs, num_msgs, cb, userdata); sys_port_trace_syscall_exit(K_SYSCALL_I3C_TRANSFER_CB, i3c_transfer_cb, target, msgs, num_msgs, cb, userdata, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/input_renesas_ra_ctsu.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/input_renesas_ra_ctsu.h deleted file mode 100644 index 39257f0..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/input_renesas_ra_ctsu.h +++ /dev/null @@ -1,52 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_INPUT_RENESAS_RA_CTSU_H -#define Z_INCLUDE_SYSCALLS_INPUT_RENESAS_RA_CTSU_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_renesas_ra_ctsu_group_configure(const struct device * dev, const struct renesas_ra_ctsu_touch_cfg * cfg); - -__pinned_func -static inline int renesas_ra_ctsu_group_configure(const struct device * dev, const struct renesas_ra_ctsu_touch_cfg * cfg) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const struct renesas_ra_ctsu_touch_cfg * val; } parm1 = { .val = cfg }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_RENESAS_RA_CTSU_GROUP_CONFIGURE); - } -#endif - compiler_barrier(); - return z_impl_renesas_ra_ctsu_group_configure(dev, cfg); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define renesas_ra_ctsu_group_configure(dev, cfg) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RENESAS_RA_CTSU_GROUP_CONFIGURE, renesas_ra_ctsu_group_configure, dev, cfg); syscall__retval = renesas_ra_ctsu_group_configure(dev, cfg); sys_port_trace_syscall_exit(K_SYSCALL_RENESAS_RA_CTSU_GROUP_CONFIGURE, renesas_ra_ctsu_group_configure, dev, cfg, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/input_renesas_rx_ctsu.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/input_renesas_rx_ctsu.h deleted file mode 100644 index b82a17a..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/input_renesas_rx_ctsu.h +++ /dev/null @@ -1,52 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_INPUT_RENESAS_RX_CTSU_H -#define Z_INCLUDE_SYSCALLS_INPUT_RENESAS_RX_CTSU_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_renesas_rx_ctsu_group_configure(const struct device * dev, const struct renesas_rx_ctsu_touch_cfg * cfg); - -__pinned_func -static inline int renesas_rx_ctsu_group_configure(const struct device * dev, const struct renesas_rx_ctsu_touch_cfg * cfg) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const struct renesas_rx_ctsu_touch_cfg * val; } parm1 = { .val = cfg }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_RENESAS_RX_CTSU_GROUP_CONFIGURE); - } -#endif - compiler_barrier(); - return z_impl_renesas_rx_ctsu_group_configure(dev, cfg); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define renesas_rx_ctsu_group_configure(dev, cfg) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RENESAS_RX_CTSU_GROUP_CONFIGURE, renesas_rx_ctsu_group_configure, dev, cfg); syscall__retval = renesas_rx_ctsu_group_configure(dev, cfg); sys_port_trace_syscall_exit(K_SYSCALL_RENESAS_RX_CTSU_GROUP_CONFIGURE, renesas_rx_ctsu_group_configure, dev, cfg, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/ipm.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/ipm.h deleted file mode 100644 index beafd88..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/ipm.h +++ /dev/null @@ -1,149 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_IPM_H -#define Z_INCLUDE_SYSCALLS_IPM_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_ipm_send(const struct device * ipmdev, int wait, uint32_t id, const void * data, int size); - -__pinned_func -static inline int ipm_send(const struct device * ipmdev, int wait, uint32_t id, const void * data, int size) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = ipmdev }; - union { uintptr_t x; int val; } parm1 = { .val = wait }; - union { uintptr_t x; uint32_t val; } parm2 = { .val = id }; - union { uintptr_t x; const void * val; } parm3 = { .val = data }; - union { uintptr_t x; int val; } parm4 = { .val = size }; - return (int) arch_syscall_invoke5(parm0.x, parm1.x, parm2.x, parm3.x, parm4.x, K_SYSCALL_IPM_SEND); - } -#endif - compiler_barrier(); - return z_impl_ipm_send(ipmdev, wait, id, data, size); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define ipm_send(ipmdev, wait, id, data, size) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_IPM_SEND, ipm_send, ipmdev, wait, id, data, size); syscall__retval = ipm_send(ipmdev, wait, id, data, size); sys_port_trace_syscall_exit(K_SYSCALL_IPM_SEND, ipm_send, ipmdev, wait, id, data, size, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_ipm_max_data_size_get(const struct device * ipmdev); - -__pinned_func -static inline int ipm_max_data_size_get(const struct device * ipmdev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = ipmdev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_IPM_MAX_DATA_SIZE_GET); - } -#endif - compiler_barrier(); - return z_impl_ipm_max_data_size_get(ipmdev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define ipm_max_data_size_get(ipmdev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_IPM_MAX_DATA_SIZE_GET, ipm_max_data_size_get, ipmdev); syscall__retval = ipm_max_data_size_get(ipmdev); sys_port_trace_syscall_exit(K_SYSCALL_IPM_MAX_DATA_SIZE_GET, ipm_max_data_size_get, ipmdev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_ipm_max_id_val_get(const struct device * ipmdev); - -__pinned_func -static inline uint32_t ipm_max_id_val_get(const struct device * ipmdev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = ipmdev }; - return (uint32_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_IPM_MAX_ID_VAL_GET); - } -#endif - compiler_barrier(); - return z_impl_ipm_max_id_val_get(ipmdev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define ipm_max_id_val_get(ipmdev) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_IPM_MAX_ID_VAL_GET, ipm_max_id_val_get, ipmdev); syscall__retval = ipm_max_id_val_get(ipmdev); sys_port_trace_syscall_exit(K_SYSCALL_IPM_MAX_ID_VAL_GET, ipm_max_id_val_get, ipmdev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_ipm_set_enabled(const struct device * ipmdev, int enable); - -__pinned_func -static inline int ipm_set_enabled(const struct device * ipmdev, int enable) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = ipmdev }; - union { uintptr_t x; int val; } parm1 = { .val = enable }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_IPM_SET_ENABLED); - } -#endif - compiler_barrier(); - return z_impl_ipm_set_enabled(ipmdev, enable); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define ipm_set_enabled(ipmdev, enable) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_IPM_SET_ENABLED, ipm_set_enabled, ipmdev, enable); syscall__retval = ipm_set_enabled(ipmdev, enable); sys_port_trace_syscall_exit(K_SYSCALL_IPM_SET_ENABLED, ipm_set_enabled, ipmdev, enable, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern void z_impl_ipm_complete(const struct device * ipmdev); - -__pinned_func -static inline void ipm_complete(const struct device * ipmdev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = ipmdev }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_IPM_COMPLETE); - return; - } -#endif - compiler_barrier(); - z_impl_ipm_complete(ipmdev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define ipm_complete(ipmdev) do { sys_port_trace_syscall_enter(K_SYSCALL_IPM_COMPLETE, ipm_complete, ipmdev); ipm_complete(ipmdev); sys_port_trace_syscall_exit(K_SYSCALL_IPM_COMPLETE, ipm_complete, ipmdev); } while(false) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/ivshmem.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/ivshmem.h deleted file mode 100644 index d16fdd7..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/ivshmem.h +++ /dev/null @@ -1,315 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_IVSHMEM_H -#define Z_INCLUDE_SYSCALLS_IVSHMEM_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern size_t z_impl_ivshmem_get_mem(const struct device * dev, uintptr_t * memmap); - -__pinned_func -static inline size_t ivshmem_get_mem(const struct device * dev, uintptr_t * memmap) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uintptr_t * val; } parm1 = { .val = memmap }; - return (size_t) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_IVSHMEM_GET_MEM); - } -#endif - compiler_barrier(); - return z_impl_ivshmem_get_mem(dev, memmap); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define ivshmem_get_mem(dev, memmap) ({ size_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_IVSHMEM_GET_MEM, ivshmem_get_mem, dev, memmap); syscall__retval = ivshmem_get_mem(dev, memmap); sys_port_trace_syscall_exit(K_SYSCALL_IVSHMEM_GET_MEM, ivshmem_get_mem, dev, memmap, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_ivshmem_get_id(const struct device * dev); - -__pinned_func -static inline uint32_t ivshmem_get_id(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (uint32_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_IVSHMEM_GET_ID); - } -#endif - compiler_barrier(); - return z_impl_ivshmem_get_id(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define ivshmem_get_id(dev) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_IVSHMEM_GET_ID, ivshmem_get_id, dev); syscall__retval = ivshmem_get_id(dev); sys_port_trace_syscall_exit(K_SYSCALL_IVSHMEM_GET_ID, ivshmem_get_id, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint16_t z_impl_ivshmem_get_vectors(const struct device * dev); - -__pinned_func -static inline uint16_t ivshmem_get_vectors(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (uint16_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_IVSHMEM_GET_VECTORS); - } -#endif - compiler_barrier(); - return z_impl_ivshmem_get_vectors(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define ivshmem_get_vectors(dev) ({ uint16_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_IVSHMEM_GET_VECTORS, ivshmem_get_vectors, dev); syscall__retval = ivshmem_get_vectors(dev); sys_port_trace_syscall_exit(K_SYSCALL_IVSHMEM_GET_VECTORS, ivshmem_get_vectors, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_ivshmem_int_peer(const struct device * dev, uint32_t peer_id, uint16_t vector); - -__pinned_func -static inline int ivshmem_int_peer(const struct device * dev, uint32_t peer_id, uint16_t vector) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = peer_id }; - union { uintptr_t x; uint16_t val; } parm2 = { .val = vector }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_IVSHMEM_INT_PEER); - } -#endif - compiler_barrier(); - return z_impl_ivshmem_int_peer(dev, peer_id, vector); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define ivshmem_int_peer(dev, peer_id, vector) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_IVSHMEM_INT_PEER, ivshmem_int_peer, dev, peer_id, vector); syscall__retval = ivshmem_int_peer(dev, peer_id, vector); sys_port_trace_syscall_exit(K_SYSCALL_IVSHMEM_INT_PEER, ivshmem_int_peer, dev, peer_id, vector, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_ivshmem_register_handler(const struct device * dev, struct k_poll_signal * signal, uint16_t vector); - -__pinned_func -static inline int ivshmem_register_handler(const struct device * dev, struct k_poll_signal * signal, uint16_t vector) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct k_poll_signal * val; } parm1 = { .val = signal }; - union { uintptr_t x; uint16_t val; } parm2 = { .val = vector }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_IVSHMEM_REGISTER_HANDLER); - } -#endif - compiler_barrier(); - return z_impl_ivshmem_register_handler(dev, signal, vector); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define ivshmem_register_handler(dev, signal, vector) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_IVSHMEM_REGISTER_HANDLER, ivshmem_register_handler, dev, signal, vector); syscall__retval = ivshmem_register_handler(dev, signal, vector); sys_port_trace_syscall_exit(K_SYSCALL_IVSHMEM_REGISTER_HANDLER, ivshmem_register_handler, dev, signal, vector, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern size_t z_impl_ivshmem_get_rw_mem_section(const struct device * dev, uintptr_t * memmap); - -__pinned_func -static inline size_t ivshmem_get_rw_mem_section(const struct device * dev, uintptr_t * memmap) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uintptr_t * val; } parm1 = { .val = memmap }; - return (size_t) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_IVSHMEM_GET_RW_MEM_SECTION); - } -#endif - compiler_barrier(); - return z_impl_ivshmem_get_rw_mem_section(dev, memmap); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define ivshmem_get_rw_mem_section(dev, memmap) ({ size_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_IVSHMEM_GET_RW_MEM_SECTION, ivshmem_get_rw_mem_section, dev, memmap); syscall__retval = ivshmem_get_rw_mem_section(dev, memmap); sys_port_trace_syscall_exit(K_SYSCALL_IVSHMEM_GET_RW_MEM_SECTION, ivshmem_get_rw_mem_section, dev, memmap, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern size_t z_impl_ivshmem_get_output_mem_section(const struct device * dev, uint32_t peer_id, uintptr_t * memmap); - -__pinned_func -static inline size_t ivshmem_get_output_mem_section(const struct device * dev, uint32_t peer_id, uintptr_t * memmap) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = peer_id }; - union { uintptr_t x; uintptr_t * val; } parm2 = { .val = memmap }; - return (size_t) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_IVSHMEM_GET_OUTPUT_MEM_SECTION); - } -#endif - compiler_barrier(); - return z_impl_ivshmem_get_output_mem_section(dev, peer_id, memmap); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define ivshmem_get_output_mem_section(dev, peer_id, memmap) ({ size_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_IVSHMEM_GET_OUTPUT_MEM_SECTION, ivshmem_get_output_mem_section, dev, peer_id, memmap); syscall__retval = ivshmem_get_output_mem_section(dev, peer_id, memmap); sys_port_trace_syscall_exit(K_SYSCALL_IVSHMEM_GET_OUTPUT_MEM_SECTION, ivshmem_get_output_mem_section, dev, peer_id, memmap, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_ivshmem_get_state(const struct device * dev, uint32_t peer_id); - -__pinned_func -static inline uint32_t ivshmem_get_state(const struct device * dev, uint32_t peer_id) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = peer_id }; - return (uint32_t) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_IVSHMEM_GET_STATE); - } -#endif - compiler_barrier(); - return z_impl_ivshmem_get_state(dev, peer_id); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define ivshmem_get_state(dev, peer_id) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_IVSHMEM_GET_STATE, ivshmem_get_state, dev, peer_id); syscall__retval = ivshmem_get_state(dev, peer_id); sys_port_trace_syscall_exit(K_SYSCALL_IVSHMEM_GET_STATE, ivshmem_get_state, dev, peer_id, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_ivshmem_set_state(const struct device * dev, uint32_t state); - -__pinned_func -static inline int ivshmem_set_state(const struct device * dev, uint32_t state) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = state }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_IVSHMEM_SET_STATE); - } -#endif - compiler_barrier(); - return z_impl_ivshmem_set_state(dev, state); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define ivshmem_set_state(dev, state) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_IVSHMEM_SET_STATE, ivshmem_set_state, dev, state); syscall__retval = ivshmem_set_state(dev, state); sys_port_trace_syscall_exit(K_SYSCALL_IVSHMEM_SET_STATE, ivshmem_set_state, dev, state, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_ivshmem_get_max_peers(const struct device * dev); - -__pinned_func -static inline uint32_t ivshmem_get_max_peers(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (uint32_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_IVSHMEM_GET_MAX_PEERS); - } -#endif - compiler_barrier(); - return z_impl_ivshmem_get_max_peers(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define ivshmem_get_max_peers(dev) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_IVSHMEM_GET_MAX_PEERS, ivshmem_get_max_peers, dev); syscall__retval = ivshmem_get_max_peers(dev); sys_port_trace_syscall_exit(K_SYSCALL_IVSHMEM_GET_MAX_PEERS, ivshmem_get_max_peers, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint16_t z_impl_ivshmem_get_protocol(const struct device * dev); - -__pinned_func -static inline uint16_t ivshmem_get_protocol(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (uint16_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_IVSHMEM_GET_PROTOCOL); - } -#endif - compiler_barrier(); - return z_impl_ivshmem_get_protocol(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define ivshmem_get_protocol(dev) ({ uint16_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_IVSHMEM_GET_PROTOCOL, ivshmem_get_protocol, dev); syscall__retval = ivshmem_get_protocol(dev); sys_port_trace_syscall_exit(K_SYSCALL_IVSHMEM_GET_PROTOCOL, ivshmem_get_protocol, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_ivshmem_enable_interrupts(const struct device * dev, bool enable); - -__pinned_func -static inline int ivshmem_enable_interrupts(const struct device * dev, bool enable) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; bool val; } parm1 = { .val = enable }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_IVSHMEM_ENABLE_INTERRUPTS); - } -#endif - compiler_barrier(); - return z_impl_ivshmem_enable_interrupts(dev, enable); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define ivshmem_enable_interrupts(dev, enable) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_IVSHMEM_ENABLE_INTERRUPTS, ivshmem_enable_interrupts, dev, enable); syscall__retval = ivshmem_enable_interrupts(dev, enable); sys_port_trace_syscall_exit(K_SYSCALL_IVSHMEM_ENABLE_INTERRUPTS, ivshmem_enable_interrupts, dev, enable, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/kernel.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/kernel.h deleted file mode 100644 index b5d73c4..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/kernel.h +++ /dev/null @@ -1,1670 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_KERNEL_H -#define Z_INCLUDE_SYSCALLS_KERNEL_H - - - - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern k_thread_stack_t * z_impl_k_thread_stack_alloc(size_t size, int flags); - -__pinned_func -static inline k_thread_stack_t * k_thread_stack_alloc(size_t size, int flags) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; size_t val; } parm0 = { .val = size }; - union { uintptr_t x; int val; } parm1 = { .val = flags }; - return (k_thread_stack_t *) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_THREAD_STACK_ALLOC); - } -#endif - compiler_barrier(); - return z_impl_k_thread_stack_alloc(size, flags); -} - - -extern int z_impl_k_thread_stack_free(k_thread_stack_t * stack); - -__pinned_func -static inline int k_thread_stack_free(k_thread_stack_t * stack) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; k_thread_stack_t * val; } parm0 = { .val = stack }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_THREAD_STACK_FREE); - } -#endif - compiler_barrier(); - return z_impl_k_thread_stack_free(stack); -} - - -extern k_tid_t z_impl_k_thread_create(struct k_thread * new_thread, k_thread_stack_t * stack, size_t stack_size, k_thread_entry_t entry, void * p1, void * p2, void * p3, int prio, uint32_t options, k_timeout_t delay); - -__pinned_func -static inline k_tid_t k_thread_create(struct k_thread * new_thread, k_thread_stack_t * stack, size_t stack_size, k_thread_entry_t entry, void * p1, void * p2, void * p3, int prio, uint32_t options, k_timeout_t delay) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_thread * val; } parm0 = { .val = new_thread }; - union { uintptr_t x; k_thread_stack_t * val; } parm1 = { .val = stack }; - union { uintptr_t x; size_t val; } parm2 = { .val = stack_size }; - union { uintptr_t x; k_thread_entry_t val; } parm3 = { .val = entry }; - union { uintptr_t x; void * val; } parm4 = { .val = p1 }; - union { uintptr_t x; void * val; } parm5 = { .val = p2 }; - union { uintptr_t x; void * val; } parm6 = { .val = p3 }; - union { uintptr_t x; int val; } parm7 = { .val = prio }; - union { uintptr_t x; uint32_t val; } parm8 = { .val = options }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm9 = { .val = delay }; - uintptr_t more[] = { - parm5.x, - parm6.x, - parm7.x, - parm8.x, - parm9.split.lo, - parm9.split.hi - }; - return (k_tid_t) arch_syscall_invoke6(parm0.x, parm1.x, parm2.x, parm3.x, parm4.x, (uintptr_t) &more, K_SYSCALL_K_THREAD_CREATE); - } -#endif - compiler_barrier(); - return z_impl_k_thread_create(new_thread, stack, stack_size, entry, p1, p2, p3, prio, options, delay); -} - - -extern int z_impl_k_thread_stack_space_get(const struct k_thread * thread, size_t * unused_ptr); - -__pinned_func -static inline int k_thread_stack_space_get(const struct k_thread * thread, size_t * unused_ptr) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct k_thread * val; } parm0 = { .val = thread }; - union { uintptr_t x; size_t * val; } parm1 = { .val = unused_ptr }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_THREAD_STACK_SPACE_GET); - } -#endif - compiler_barrier(); - return z_impl_k_thread_stack_space_get(thread, unused_ptr); -} - - -extern int z_impl_k_thread_runtime_stack_unused_threshold_pct_set(struct k_thread * thread, uint32_t pct); - -__pinned_func -static inline int k_thread_runtime_stack_unused_threshold_pct_set(struct k_thread * thread, uint32_t pct) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_thread * val; } parm0 = { .val = thread }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = pct }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_THREAD_RUNTIME_STACK_UNUSED_THRESHOLD_PCT_SET); - } -#endif - compiler_barrier(); - return z_impl_k_thread_runtime_stack_unused_threshold_pct_set(thread, pct); -} - - -extern int z_impl_k_thread_runtime_stack_unused_threshold_set(struct k_thread * thread, size_t threshold); - -__pinned_func -static inline int k_thread_runtime_stack_unused_threshold_set(struct k_thread * thread, size_t threshold) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_thread * val; } parm0 = { .val = thread }; - union { uintptr_t x; size_t val; } parm1 = { .val = threshold }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_THREAD_RUNTIME_STACK_UNUSED_THRESHOLD_SET); - } -#endif - compiler_barrier(); - return z_impl_k_thread_runtime_stack_unused_threshold_set(thread, threshold); -} - - -extern size_t z_impl_k_thread_runtime_stack_unused_threshold_get(struct k_thread * thread); - -__pinned_func -static inline size_t k_thread_runtime_stack_unused_threshold_get(struct k_thread * thread) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_thread * val; } parm0 = { .val = thread }; - return (size_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_THREAD_RUNTIME_STACK_UNUSED_THRESHOLD_GET); - } -#endif - compiler_barrier(); - return z_impl_k_thread_runtime_stack_unused_threshold_get(thread); -} - - -extern int z_impl_k_thread_join(struct k_thread * thread, k_timeout_t timeout); - -__pinned_func -static inline int k_thread_join(struct k_thread * thread, k_timeout_t timeout) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_thread * val; } parm0 = { .val = thread }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm1 = { .val = timeout }; - return (int) arch_syscall_invoke3(parm0.x, parm1.split.lo, parm1.split.hi, K_SYSCALL_K_THREAD_JOIN); - } -#endif - compiler_barrier(); - return z_impl_k_thread_join(thread, timeout); -} - - -extern int32_t z_impl_k_sleep(k_timeout_t timeout); - -__pinned_func -static inline int32_t k_sleep(k_timeout_t timeout) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm0 = { .val = timeout }; - return (int32_t) arch_syscall_invoke2(parm0.split.lo, parm0.split.hi, K_SYSCALL_K_SLEEP); - } -#endif - compiler_barrier(); - return z_impl_k_sleep(timeout); -} - - -extern int32_t z_impl_k_usleep(int32_t us); - -__pinned_func -static inline int32_t k_usleep(int32_t us) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int32_t val; } parm0 = { .val = us }; - return (int32_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_USLEEP); - } -#endif - compiler_barrier(); - return z_impl_k_usleep(us); -} - - -extern void z_impl_k_busy_wait(uint32_t usec_to_wait); - -__pinned_func -static inline void k_busy_wait(uint32_t usec_to_wait) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; uint32_t val; } parm0 = { .val = usec_to_wait }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_BUSY_WAIT); - return; - } -#endif - compiler_barrier(); - z_impl_k_busy_wait(usec_to_wait); -} - - -extern void z_impl_k_yield(void); - -__pinned_func -static inline void k_yield(void) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - (void) arch_syscall_invoke0(K_SYSCALL_K_YIELD); - return; - } -#endif - compiler_barrier(); - z_impl_k_yield(); -} - - -extern void z_impl_k_wakeup(k_tid_t thread); - -__pinned_func -static inline void k_wakeup(k_tid_t thread) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; k_tid_t val; } parm0 = { .val = thread }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_WAKEUP); - return; - } -#endif - compiler_barrier(); - z_impl_k_wakeup(thread); -} - - -extern k_tid_t z_impl_k_sched_current_thread_query(void); - -__pinned_func -static inline k_tid_t k_sched_current_thread_query(void) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - return (k_tid_t) arch_syscall_invoke0(K_SYSCALL_K_SCHED_CURRENT_THREAD_QUERY); - } -#endif - compiler_barrier(); - return z_impl_k_sched_current_thread_query(); -} - - -extern void z_impl_k_thread_abort(k_tid_t thread); - -__pinned_func -static inline void k_thread_abort(k_tid_t thread) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; k_tid_t val; } parm0 = { .val = thread }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_THREAD_ABORT); - return; - } -#endif - compiler_barrier(); - z_impl_k_thread_abort(thread); -} - - -extern k_ticks_t z_impl_k_thread_timeout_expires_ticks(const struct k_thread * thread); - -__pinned_func -static inline k_ticks_t k_thread_timeout_expires_ticks(const struct k_thread * thread) -{ -#ifdef CONFIG_USERSPACE - uint64_t ret64; - if (z_syscall_trap()) { - union { uintptr_t x; const struct k_thread * val; } parm0 = { .val = thread }; - (void) arch_syscall_invoke2(parm0.x, (uintptr_t)&ret64, K_SYSCALL_K_THREAD_TIMEOUT_EXPIRES_TICKS); - return (k_ticks_t) ret64; - } -#endif - compiler_barrier(); - return z_impl_k_thread_timeout_expires_ticks(thread); -} - - -extern k_ticks_t z_impl_k_thread_timeout_remaining_ticks(const struct k_thread * thread); - -__pinned_func -static inline k_ticks_t k_thread_timeout_remaining_ticks(const struct k_thread * thread) -{ -#ifdef CONFIG_USERSPACE - uint64_t ret64; - if (z_syscall_trap()) { - union { uintptr_t x; const struct k_thread * val; } parm0 = { .val = thread }; - (void) arch_syscall_invoke2(parm0.x, (uintptr_t)&ret64, K_SYSCALL_K_THREAD_TIMEOUT_REMAINING_TICKS); - return (k_ticks_t) ret64; - } -#endif - compiler_barrier(); - return z_impl_k_thread_timeout_remaining_ticks(thread); -} - - -extern int z_impl_k_thread_priority_get(k_tid_t thread); - -__pinned_func -static inline int k_thread_priority_get(k_tid_t thread) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; k_tid_t val; } parm0 = { .val = thread }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_THREAD_PRIORITY_GET); - } -#endif - compiler_barrier(); - return z_impl_k_thread_priority_get(thread); -} - - -extern void z_impl_k_thread_priority_set(k_tid_t thread, int prio); - -__pinned_func -static inline void k_thread_priority_set(k_tid_t thread, int prio) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; k_tid_t val; } parm0 = { .val = thread }; - union { uintptr_t x; int val; } parm1 = { .val = prio }; - (void) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_THREAD_PRIORITY_SET); - return; - } -#endif - compiler_barrier(); - z_impl_k_thread_priority_set(thread, prio); -} - - -extern void z_impl_k_thread_deadline_set(k_tid_t thread, int deadline); - -__pinned_func -static inline void k_thread_deadline_set(k_tid_t thread, int deadline) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; k_tid_t val; } parm0 = { .val = thread }; - union { uintptr_t x; int val; } parm1 = { .val = deadline }; - (void) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_THREAD_DEADLINE_SET); - return; - } -#endif - compiler_barrier(); - z_impl_k_thread_deadline_set(thread, deadline); -} - - -extern void z_impl_k_thread_absolute_deadline_set(k_tid_t thread, int deadline); - -__pinned_func -static inline void k_thread_absolute_deadline_set(k_tid_t thread, int deadline) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; k_tid_t val; } parm0 = { .val = thread }; - union { uintptr_t x; int val; } parm1 = { .val = deadline }; - (void) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_THREAD_ABSOLUTE_DEADLINE_SET); - return; - } -#endif - compiler_barrier(); - z_impl_k_thread_absolute_deadline_set(thread, deadline); -} - - -extern void z_impl_k_reschedule(void); - -__pinned_func -static inline void k_reschedule(void) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - (void) arch_syscall_invoke0(K_SYSCALL_K_RESCHEDULE); - return; - } -#endif - compiler_barrier(); - z_impl_k_reschedule(); -} - - -extern void z_impl_k_thread_suspend(k_tid_t thread); - -__pinned_func -static inline void k_thread_suspend(k_tid_t thread) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; k_tid_t val; } parm0 = { .val = thread }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_THREAD_SUSPEND); - return; - } -#endif - compiler_barrier(); - z_impl_k_thread_suspend(thread); -} - - -extern void z_impl_k_thread_resume(k_tid_t thread); - -__pinned_func -static inline void k_thread_resume(k_tid_t thread) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; k_tid_t val; } parm0 = { .val = thread }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_THREAD_RESUME); - return; - } -#endif - compiler_barrier(); - z_impl_k_thread_resume(thread); -} - - -extern int z_impl_k_is_preempt_thread(void); - -__pinned_func -static inline int k_is_preempt_thread(void) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - return (int) arch_syscall_invoke0(K_SYSCALL_K_IS_PREEMPT_THREAD); - } -#endif - compiler_barrier(); - return z_impl_k_is_preempt_thread(); -} - - -extern void z_impl_k_thread_custom_data_set(void * value); - -__pinned_func -static inline void k_thread_custom_data_set(void * value) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; void * val; } parm0 = { .val = value }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_THREAD_CUSTOM_DATA_SET); - return; - } -#endif - compiler_barrier(); - z_impl_k_thread_custom_data_set(value); -} - - -extern void * z_impl_k_thread_custom_data_get(void); - -__pinned_func -static inline void * k_thread_custom_data_get(void) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - return (void *) arch_syscall_invoke0(K_SYSCALL_K_THREAD_CUSTOM_DATA_GET); - } -#endif - compiler_barrier(); - return z_impl_k_thread_custom_data_get(); -} - - -extern int z_impl_k_thread_name_set(k_tid_t thread, const char * str); - -__pinned_func -static inline int k_thread_name_set(k_tid_t thread, const char * str) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; k_tid_t val; } parm0 = { .val = thread }; - union { uintptr_t x; const char * val; } parm1 = { .val = str }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_THREAD_NAME_SET); - } -#endif - compiler_barrier(); - return z_impl_k_thread_name_set(thread, str); -} - - -extern int z_impl_k_thread_name_copy(k_tid_t thread, char * buf, size_t size); - -__pinned_func -static inline int k_thread_name_copy(k_tid_t thread, char * buf, size_t size) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; k_tid_t val; } parm0 = { .val = thread }; - union { uintptr_t x; char * val; } parm1 = { .val = buf }; - union { uintptr_t x; size_t val; } parm2 = { .val = size }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_K_THREAD_NAME_COPY); - } -#endif - compiler_barrier(); - return z_impl_k_thread_name_copy(thread, buf, size); -} - - -extern void z_impl_k_timer_start(struct k_timer * timer, k_timeout_t duration, k_timeout_t period); - -__pinned_func -static inline void k_timer_start(struct k_timer * timer, k_timeout_t duration, k_timeout_t period) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_timer * val; } parm0 = { .val = timer }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm1 = { .val = duration }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm2 = { .val = period }; - (void) arch_syscall_invoke5(parm0.x, parm1.split.lo, parm1.split.hi, parm2.split.lo, parm2.split.hi, K_SYSCALL_K_TIMER_START); - return; - } -#endif - compiler_barrier(); - z_impl_k_timer_start(timer, duration, period); -} - - -extern void z_impl_k_timer_stop(struct k_timer * timer); - -__pinned_func -static inline void k_timer_stop(struct k_timer * timer) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_timer * val; } parm0 = { .val = timer }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_TIMER_STOP); - return; - } -#endif - compiler_barrier(); - z_impl_k_timer_stop(timer); -} - - -extern uint32_t z_impl_k_timer_status_get(struct k_timer * timer); - -__pinned_func -static inline uint32_t k_timer_status_get(struct k_timer * timer) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_timer * val; } parm0 = { .val = timer }; - return (uint32_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_TIMER_STATUS_GET); - } -#endif - compiler_barrier(); - return z_impl_k_timer_status_get(timer); -} - - -extern uint32_t z_impl_k_timer_status_sync(struct k_timer * timer); - -__pinned_func -static inline uint32_t k_timer_status_sync(struct k_timer * timer) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_timer * val; } parm0 = { .val = timer }; - return (uint32_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_TIMER_STATUS_SYNC); - } -#endif - compiler_barrier(); - return z_impl_k_timer_status_sync(timer); -} - - -extern k_ticks_t z_impl_k_timer_expires_ticks(const struct k_timer * timer); - -__pinned_func -static inline k_ticks_t k_timer_expires_ticks(const struct k_timer * timer) -{ -#ifdef CONFIG_USERSPACE - uint64_t ret64; - if (z_syscall_trap()) { - union { uintptr_t x; const struct k_timer * val; } parm0 = { .val = timer }; - (void) arch_syscall_invoke2(parm0.x, (uintptr_t)&ret64, K_SYSCALL_K_TIMER_EXPIRES_TICKS); - return (k_ticks_t) ret64; - } -#endif - compiler_barrier(); - return z_impl_k_timer_expires_ticks(timer); -} - - -extern k_ticks_t z_impl_k_timer_remaining_ticks(const struct k_timer * timer); - -__pinned_func -static inline k_ticks_t k_timer_remaining_ticks(const struct k_timer * timer) -{ -#ifdef CONFIG_USERSPACE - uint64_t ret64; - if (z_syscall_trap()) { - union { uintptr_t x; const struct k_timer * val; } parm0 = { .val = timer }; - (void) arch_syscall_invoke2(parm0.x, (uintptr_t)&ret64, K_SYSCALL_K_TIMER_REMAINING_TICKS); - return (k_ticks_t) ret64; - } -#endif - compiler_barrier(); - return z_impl_k_timer_remaining_ticks(timer); -} - - -extern void z_impl_k_timer_user_data_set(struct k_timer * timer, void * user_data); - -__pinned_func -static inline void k_timer_user_data_set(struct k_timer * timer, void * user_data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_timer * val; } parm0 = { .val = timer }; - union { uintptr_t x; void * val; } parm1 = { .val = user_data }; - (void) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_TIMER_USER_DATA_SET); - return; - } -#endif - compiler_barrier(); - z_impl_k_timer_user_data_set(timer, user_data); -} - - -extern void * z_impl_k_timer_user_data_get(const struct k_timer * timer); - -__pinned_func -static inline void * k_timer_user_data_get(const struct k_timer * timer) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct k_timer * val; } parm0 = { .val = timer }; - return (void *) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_TIMER_USER_DATA_GET); - } -#endif - compiler_barrier(); - return z_impl_k_timer_user_data_get(timer); -} - - -extern int64_t z_impl_k_uptime_ticks(void); - -__pinned_func -static inline int64_t k_uptime_ticks(void) -{ -#ifdef CONFIG_USERSPACE - uint64_t ret64; - if (z_syscall_trap()) { - (void) arch_syscall_invoke1((uintptr_t)&ret64, K_SYSCALL_K_UPTIME_TICKS); - return (int64_t) ret64; - } -#endif - compiler_barrier(); - return z_impl_k_uptime_ticks(); -} - - -extern void z_impl_k_queue_init(struct k_queue * queue); - -__pinned_func -static inline void k_queue_init(struct k_queue * queue) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_queue * val; } parm0 = { .val = queue }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_QUEUE_INIT); - return; - } -#endif - compiler_barrier(); - z_impl_k_queue_init(queue); -} - - -extern void z_impl_k_queue_cancel_wait(struct k_queue * queue); - -__pinned_func -static inline void k_queue_cancel_wait(struct k_queue * queue) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_queue * val; } parm0 = { .val = queue }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_QUEUE_CANCEL_WAIT); - return; - } -#endif - compiler_barrier(); - z_impl_k_queue_cancel_wait(queue); -} - - -extern int32_t z_impl_k_queue_alloc_append(struct k_queue * queue, void * data); - -__pinned_func -static inline int32_t k_queue_alloc_append(struct k_queue * queue, void * data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_queue * val; } parm0 = { .val = queue }; - union { uintptr_t x; void * val; } parm1 = { .val = data }; - return (int32_t) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_QUEUE_ALLOC_APPEND); - } -#endif - compiler_barrier(); - return z_impl_k_queue_alloc_append(queue, data); -} - - -extern int32_t z_impl_k_queue_alloc_prepend(struct k_queue * queue, void * data); - -__pinned_func -static inline int32_t k_queue_alloc_prepend(struct k_queue * queue, void * data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_queue * val; } parm0 = { .val = queue }; - union { uintptr_t x; void * val; } parm1 = { .val = data }; - return (int32_t) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_QUEUE_ALLOC_PREPEND); - } -#endif - compiler_barrier(); - return z_impl_k_queue_alloc_prepend(queue, data); -} - - -extern void * z_impl_k_queue_get(struct k_queue * queue, k_timeout_t timeout); - -__pinned_func -static inline void * k_queue_get(struct k_queue * queue, k_timeout_t timeout) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_queue * val; } parm0 = { .val = queue }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm1 = { .val = timeout }; - return (void *) arch_syscall_invoke3(parm0.x, parm1.split.lo, parm1.split.hi, K_SYSCALL_K_QUEUE_GET); - } -#endif - compiler_barrier(); - return z_impl_k_queue_get(queue, timeout); -} - - -extern int z_impl_k_queue_is_empty(struct k_queue * queue); - -__pinned_func -static inline int k_queue_is_empty(struct k_queue * queue) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_queue * val; } parm0 = { .val = queue }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_QUEUE_IS_EMPTY); - } -#endif - compiler_barrier(); - return z_impl_k_queue_is_empty(queue); -} - - -extern void * z_impl_k_queue_peek_head(struct k_queue * queue); - -__pinned_func -static inline void * k_queue_peek_head(struct k_queue * queue) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_queue * val; } parm0 = { .val = queue }; - return (void *) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_QUEUE_PEEK_HEAD); - } -#endif - compiler_barrier(); - return z_impl_k_queue_peek_head(queue); -} - - -extern void * z_impl_k_queue_peek_tail(struct k_queue * queue); - -__pinned_func -static inline void * k_queue_peek_tail(struct k_queue * queue) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_queue * val; } parm0 = { .val = queue }; - return (void *) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_QUEUE_PEEK_TAIL); - } -#endif - compiler_barrier(); - return z_impl_k_queue_peek_tail(queue); -} - - -extern int z_impl_k_futex_wait(struct k_futex * futex, int expected, k_timeout_t timeout); - -__pinned_func -static inline int k_futex_wait(struct k_futex * futex, int expected, k_timeout_t timeout) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_futex * val; } parm0 = { .val = futex }; - union { uintptr_t x; int val; } parm1 = { .val = expected }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm2 = { .val = timeout }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.split.lo, parm2.split.hi, K_SYSCALL_K_FUTEX_WAIT); - } -#endif - compiler_barrier(); - return z_impl_k_futex_wait(futex, expected, timeout); -} - - -extern int z_impl_k_futex_wake(struct k_futex * futex, bool wake_all); - -__pinned_func -static inline int k_futex_wake(struct k_futex * futex, bool wake_all) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_futex * val; } parm0 = { .val = futex }; - union { uintptr_t x; bool val; } parm1 = { .val = wake_all }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_FUTEX_WAKE); - } -#endif - compiler_barrier(); - return z_impl_k_futex_wake(futex, wake_all); -} - - -extern void z_impl_k_event_init(struct k_event * event); - -__pinned_func -static inline void k_event_init(struct k_event * event) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_event * val; } parm0 = { .val = event }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_EVENT_INIT); - return; - } -#endif - compiler_barrier(); - z_impl_k_event_init(event); -} - - -extern uint32_t z_impl_k_event_post(struct k_event * event, uint32_t events); - -__pinned_func -static inline uint32_t k_event_post(struct k_event * event, uint32_t events) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_event * val; } parm0 = { .val = event }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = events }; - return (uint32_t) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_EVENT_POST); - } -#endif - compiler_barrier(); - return z_impl_k_event_post(event, events); -} - - -extern uint32_t z_impl_k_event_set(struct k_event * event, uint32_t events); - -__pinned_func -static inline uint32_t k_event_set(struct k_event * event, uint32_t events) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_event * val; } parm0 = { .val = event }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = events }; - return (uint32_t) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_EVENT_SET); - } -#endif - compiler_barrier(); - return z_impl_k_event_set(event, events); -} - - -extern uint32_t z_impl_k_event_set_masked(struct k_event * event, uint32_t events, uint32_t events_mask); - -__pinned_func -static inline uint32_t k_event_set_masked(struct k_event * event, uint32_t events, uint32_t events_mask) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_event * val; } parm0 = { .val = event }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = events }; - union { uintptr_t x; uint32_t val; } parm2 = { .val = events_mask }; - return (uint32_t) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_K_EVENT_SET_MASKED); - } -#endif - compiler_barrier(); - return z_impl_k_event_set_masked(event, events, events_mask); -} - - -extern uint32_t z_impl_k_event_clear(struct k_event * event, uint32_t events); - -__pinned_func -static inline uint32_t k_event_clear(struct k_event * event, uint32_t events) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_event * val; } parm0 = { .val = event }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = events }; - return (uint32_t) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_EVENT_CLEAR); - } -#endif - compiler_barrier(); - return z_impl_k_event_clear(event, events); -} - - -extern uint32_t z_impl_k_event_wait(struct k_event * event, uint32_t events, bool reset, k_timeout_t timeout); - -__pinned_func -static inline uint32_t k_event_wait(struct k_event * event, uint32_t events, bool reset, k_timeout_t timeout) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_event * val; } parm0 = { .val = event }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = events }; - union { uintptr_t x; bool val; } parm2 = { .val = reset }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm3 = { .val = timeout }; - return (uint32_t) arch_syscall_invoke5(parm0.x, parm1.x, parm2.x, parm3.split.lo, parm3.split.hi, K_SYSCALL_K_EVENT_WAIT); - } -#endif - compiler_barrier(); - return z_impl_k_event_wait(event, events, reset, timeout); -} - - -extern uint32_t z_impl_k_event_wait_all(struct k_event * event, uint32_t events, bool reset, k_timeout_t timeout); - -__pinned_func -static inline uint32_t k_event_wait_all(struct k_event * event, uint32_t events, bool reset, k_timeout_t timeout) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_event * val; } parm0 = { .val = event }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = events }; - union { uintptr_t x; bool val; } parm2 = { .val = reset }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm3 = { .val = timeout }; - return (uint32_t) arch_syscall_invoke5(parm0.x, parm1.x, parm2.x, parm3.split.lo, parm3.split.hi, K_SYSCALL_K_EVENT_WAIT_ALL); - } -#endif - compiler_barrier(); - return z_impl_k_event_wait_all(event, events, reset, timeout); -} - - -extern uint32_t z_impl_k_event_wait_safe(struct k_event * event, uint32_t events, bool reset, k_timeout_t timeout); - -__pinned_func -static inline uint32_t k_event_wait_safe(struct k_event * event, uint32_t events, bool reset, k_timeout_t timeout) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_event * val; } parm0 = { .val = event }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = events }; - union { uintptr_t x; bool val; } parm2 = { .val = reset }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm3 = { .val = timeout }; - return (uint32_t) arch_syscall_invoke5(parm0.x, parm1.x, parm2.x, parm3.split.lo, parm3.split.hi, K_SYSCALL_K_EVENT_WAIT_SAFE); - } -#endif - compiler_barrier(); - return z_impl_k_event_wait_safe(event, events, reset, timeout); -} - - -extern uint32_t z_impl_k_event_wait_all_safe(struct k_event * event, uint32_t events, bool reset, k_timeout_t timeout); - -__pinned_func -static inline uint32_t k_event_wait_all_safe(struct k_event * event, uint32_t events, bool reset, k_timeout_t timeout) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_event * val; } parm0 = { .val = event }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = events }; - union { uintptr_t x; bool val; } parm2 = { .val = reset }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm3 = { .val = timeout }; - return (uint32_t) arch_syscall_invoke5(parm0.x, parm1.x, parm2.x, parm3.split.lo, parm3.split.hi, K_SYSCALL_K_EVENT_WAIT_ALL_SAFE); - } -#endif - compiler_barrier(); - return z_impl_k_event_wait_all_safe(event, events, reset, timeout); -} - - -extern int32_t z_impl_k_stack_alloc_init(struct k_stack * stack, uint32_t num_entries); - -__pinned_func -static inline int32_t k_stack_alloc_init(struct k_stack * stack, uint32_t num_entries) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_stack * val; } parm0 = { .val = stack }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = num_entries }; - return (int32_t) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_STACK_ALLOC_INIT); - } -#endif - compiler_barrier(); - return z_impl_k_stack_alloc_init(stack, num_entries); -} - - -extern int z_impl_k_stack_push(struct k_stack * stack, stack_data_t data); - -__pinned_func -static inline int k_stack_push(struct k_stack * stack, stack_data_t data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_stack * val; } parm0 = { .val = stack }; - union { uintptr_t x; stack_data_t val; } parm1 = { .val = data }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_STACK_PUSH); - } -#endif - compiler_barrier(); - return z_impl_k_stack_push(stack, data); -} - - -extern int z_impl_k_stack_pop(struct k_stack * stack, stack_data_t * data, k_timeout_t timeout); - -__pinned_func -static inline int k_stack_pop(struct k_stack * stack, stack_data_t * data, k_timeout_t timeout) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_stack * val; } parm0 = { .val = stack }; - union { uintptr_t x; stack_data_t * val; } parm1 = { .val = data }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm2 = { .val = timeout }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.split.lo, parm2.split.hi, K_SYSCALL_K_STACK_POP); - } -#endif - compiler_barrier(); - return z_impl_k_stack_pop(stack, data, timeout); -} - - -extern int z_impl_k_mutex_init(struct k_mutex * mutex); - -__pinned_func -static inline int k_mutex_init(struct k_mutex * mutex) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_mutex * val; } parm0 = { .val = mutex }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_MUTEX_INIT); - } -#endif - compiler_barrier(); - return z_impl_k_mutex_init(mutex); -} - - -extern int z_impl_k_mutex_lock(struct k_mutex * mutex, k_timeout_t timeout); - -__pinned_func -static inline int k_mutex_lock(struct k_mutex * mutex, k_timeout_t timeout) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_mutex * val; } parm0 = { .val = mutex }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm1 = { .val = timeout }; - return (int) arch_syscall_invoke3(parm0.x, parm1.split.lo, parm1.split.hi, K_SYSCALL_K_MUTEX_LOCK); - } -#endif - compiler_barrier(); - return z_impl_k_mutex_lock(mutex, timeout); -} - - -extern int z_impl_k_mutex_unlock(struct k_mutex * mutex); - -__pinned_func -static inline int k_mutex_unlock(struct k_mutex * mutex) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_mutex * val; } parm0 = { .val = mutex }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_MUTEX_UNLOCK); - } -#endif - compiler_barrier(); - return z_impl_k_mutex_unlock(mutex); -} - - -extern int z_impl_k_condvar_init(struct k_condvar * condvar); - -__pinned_func -static inline int k_condvar_init(struct k_condvar * condvar) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_condvar * val; } parm0 = { .val = condvar }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_CONDVAR_INIT); - } -#endif - compiler_barrier(); - return z_impl_k_condvar_init(condvar); -} - - -extern int z_impl_k_condvar_signal(struct k_condvar * condvar); - -__pinned_func -static inline int k_condvar_signal(struct k_condvar * condvar) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_condvar * val; } parm0 = { .val = condvar }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_CONDVAR_SIGNAL); - } -#endif - compiler_barrier(); - return z_impl_k_condvar_signal(condvar); -} - - -extern int z_impl_k_condvar_broadcast(struct k_condvar * condvar); - -__pinned_func -static inline int k_condvar_broadcast(struct k_condvar * condvar) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_condvar * val; } parm0 = { .val = condvar }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_CONDVAR_BROADCAST); - } -#endif - compiler_barrier(); - return z_impl_k_condvar_broadcast(condvar); -} - - -extern int z_impl_k_condvar_wait(struct k_condvar * condvar, struct k_mutex * mutex, k_timeout_t timeout); - -__pinned_func -static inline int k_condvar_wait(struct k_condvar * condvar, struct k_mutex * mutex, k_timeout_t timeout) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_condvar * val; } parm0 = { .val = condvar }; - union { uintptr_t x; struct k_mutex * val; } parm1 = { .val = mutex }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm2 = { .val = timeout }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.split.lo, parm2.split.hi, K_SYSCALL_K_CONDVAR_WAIT); - } -#endif - compiler_barrier(); - return z_impl_k_condvar_wait(condvar, mutex, timeout); -} - - -extern int z_impl_k_sem_init(struct k_sem * sem, unsigned int initial_count, unsigned int limit); - -__pinned_func -static inline int k_sem_init(struct k_sem * sem, unsigned int initial_count, unsigned int limit) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_sem * val; } parm0 = { .val = sem }; - union { uintptr_t x; unsigned int val; } parm1 = { .val = initial_count }; - union { uintptr_t x; unsigned int val; } parm2 = { .val = limit }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_K_SEM_INIT); - } -#endif - compiler_barrier(); - return z_impl_k_sem_init(sem, initial_count, limit); -} - - -extern int z_impl_k_sem_take(struct k_sem * sem, k_timeout_t timeout); - -__pinned_func -static inline int k_sem_take(struct k_sem * sem, k_timeout_t timeout) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_sem * val; } parm0 = { .val = sem }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm1 = { .val = timeout }; - return (int) arch_syscall_invoke3(parm0.x, parm1.split.lo, parm1.split.hi, K_SYSCALL_K_SEM_TAKE); - } -#endif - compiler_barrier(); - return z_impl_k_sem_take(sem, timeout); -} - - -extern void z_impl_k_sem_give(struct k_sem * sem); - -__pinned_func -static inline void k_sem_give(struct k_sem * sem) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_sem * val; } parm0 = { .val = sem }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_SEM_GIVE); - return; - } -#endif - compiler_barrier(); - z_impl_k_sem_give(sem); -} - - -extern void z_impl_k_sem_reset(struct k_sem * sem); - -__pinned_func -static inline void k_sem_reset(struct k_sem * sem) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_sem * val; } parm0 = { .val = sem }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_SEM_RESET); - return; - } -#endif - compiler_barrier(); - z_impl_k_sem_reset(sem); -} - - -extern unsigned int z_impl_k_sem_count_get(struct k_sem * sem); - -__pinned_func -static inline unsigned int k_sem_count_get(struct k_sem * sem) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_sem * val; } parm0 = { .val = sem }; - return (unsigned int) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_SEM_COUNT_GET); - } -#endif - compiler_barrier(); - return z_impl_k_sem_count_get(sem); -} - - -extern int z_impl_k_msgq_alloc_init(struct k_msgq * msgq, size_t msg_size, uint32_t max_msgs); - -__pinned_func -static inline int k_msgq_alloc_init(struct k_msgq * msgq, size_t msg_size, uint32_t max_msgs) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_msgq * val; } parm0 = { .val = msgq }; - union { uintptr_t x; size_t val; } parm1 = { .val = msg_size }; - union { uintptr_t x; uint32_t val; } parm2 = { .val = max_msgs }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_K_MSGQ_ALLOC_INIT); - } -#endif - compiler_barrier(); - return z_impl_k_msgq_alloc_init(msgq, msg_size, max_msgs); -} - - -extern int z_impl_k_msgq_put(struct k_msgq * msgq, const void * data, k_timeout_t timeout); - -__pinned_func -static inline int k_msgq_put(struct k_msgq * msgq, const void * data, k_timeout_t timeout) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_msgq * val; } parm0 = { .val = msgq }; - union { uintptr_t x; const void * val; } parm1 = { .val = data }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm2 = { .val = timeout }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.split.lo, parm2.split.hi, K_SYSCALL_K_MSGQ_PUT); - } -#endif - compiler_barrier(); - return z_impl_k_msgq_put(msgq, data, timeout); -} - - -extern int z_impl_k_msgq_put_front(struct k_msgq * msgq, const void * data); - -__pinned_func -static inline int k_msgq_put_front(struct k_msgq * msgq, const void * data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_msgq * val; } parm0 = { .val = msgq }; - union { uintptr_t x; const void * val; } parm1 = { .val = data }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_MSGQ_PUT_FRONT); - } -#endif - compiler_barrier(); - return z_impl_k_msgq_put_front(msgq, data); -} - - -extern int z_impl_k_msgq_get(struct k_msgq * msgq, void * data, k_timeout_t timeout); - -__pinned_func -static inline int k_msgq_get(struct k_msgq * msgq, void * data, k_timeout_t timeout) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_msgq * val; } parm0 = { .val = msgq }; - union { uintptr_t x; void * val; } parm1 = { .val = data }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm2 = { .val = timeout }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.split.lo, parm2.split.hi, K_SYSCALL_K_MSGQ_GET); - } -#endif - compiler_barrier(); - return z_impl_k_msgq_get(msgq, data, timeout); -} - - -extern int z_impl_k_msgq_peek(struct k_msgq * msgq, void * data); - -__pinned_func -static inline int k_msgq_peek(struct k_msgq * msgq, void * data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_msgq * val; } parm0 = { .val = msgq }; - union { uintptr_t x; void * val; } parm1 = { .val = data }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_MSGQ_PEEK); - } -#endif - compiler_barrier(); - return z_impl_k_msgq_peek(msgq, data); -} - - -extern int z_impl_k_msgq_peek_at(struct k_msgq * msgq, void * data, uint32_t idx); - -__pinned_func -static inline int k_msgq_peek_at(struct k_msgq * msgq, void * data, uint32_t idx) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_msgq * val; } parm0 = { .val = msgq }; - union { uintptr_t x; void * val; } parm1 = { .val = data }; - union { uintptr_t x; uint32_t val; } parm2 = { .val = idx }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_K_MSGQ_PEEK_AT); - } -#endif - compiler_barrier(); - return z_impl_k_msgq_peek_at(msgq, data, idx); -} - - -extern void z_impl_k_msgq_purge(struct k_msgq * msgq); - -__pinned_func -static inline void k_msgq_purge(struct k_msgq * msgq) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_msgq * val; } parm0 = { .val = msgq }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_MSGQ_PURGE); - return; - } -#endif - compiler_barrier(); - z_impl_k_msgq_purge(msgq); -} - - -extern uint32_t z_impl_k_msgq_num_free_get(struct k_msgq * msgq); - -__pinned_func -static inline uint32_t k_msgq_num_free_get(struct k_msgq * msgq) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_msgq * val; } parm0 = { .val = msgq }; - return (uint32_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_MSGQ_NUM_FREE_GET); - } -#endif - compiler_barrier(); - return z_impl_k_msgq_num_free_get(msgq); -} - - -extern void z_impl_k_msgq_get_attrs(struct k_msgq * msgq, struct k_msgq_attrs * attrs); - -__pinned_func -static inline void k_msgq_get_attrs(struct k_msgq * msgq, struct k_msgq_attrs * attrs) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_msgq * val; } parm0 = { .val = msgq }; - union { uintptr_t x; struct k_msgq_attrs * val; } parm1 = { .val = attrs }; - (void) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_MSGQ_GET_ATTRS); - return; - } -#endif - compiler_barrier(); - z_impl_k_msgq_get_attrs(msgq, attrs); -} - - -extern uint32_t z_impl_k_msgq_num_used_get(struct k_msgq * msgq); - -__pinned_func -static inline uint32_t k_msgq_num_used_get(struct k_msgq * msgq) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_msgq * val; } parm0 = { .val = msgq }; - return (uint32_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_MSGQ_NUM_USED_GET); - } -#endif - compiler_barrier(); - return z_impl_k_msgq_num_used_get(msgq); -} - - -extern void z_impl_k_pipe_init(struct k_pipe * pipe, uint8_t * buffer, size_t buffer_size); - -__pinned_func -static inline void k_pipe_init(struct k_pipe * pipe, uint8_t * buffer, size_t buffer_size) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_pipe * val; } parm0 = { .val = pipe }; - union { uintptr_t x; uint8_t * val; } parm1 = { .val = buffer }; - union { uintptr_t x; size_t val; } parm2 = { .val = buffer_size }; - (void) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_K_PIPE_INIT); - return; - } -#endif - compiler_barrier(); - z_impl_k_pipe_init(pipe, buffer, buffer_size); -} - - -extern int z_impl_k_pipe_write(struct k_pipe * pipe, const uint8_t * data, size_t len, k_timeout_t timeout); - -__pinned_func -static inline int k_pipe_write(struct k_pipe * pipe, const uint8_t * data, size_t len, k_timeout_t timeout) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_pipe * val; } parm0 = { .val = pipe }; - union { uintptr_t x; const uint8_t * val; } parm1 = { .val = data }; - union { uintptr_t x; size_t val; } parm2 = { .val = len }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm3 = { .val = timeout }; - return (int) arch_syscall_invoke5(parm0.x, parm1.x, parm2.x, parm3.split.lo, parm3.split.hi, K_SYSCALL_K_PIPE_WRITE); - } -#endif - compiler_barrier(); - return z_impl_k_pipe_write(pipe, data, len, timeout); -} - - -extern int z_impl_k_pipe_read(struct k_pipe * pipe, uint8_t * data, size_t len, k_timeout_t timeout); - -__pinned_func -static inline int k_pipe_read(struct k_pipe * pipe, uint8_t * data, size_t len, k_timeout_t timeout) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_pipe * val; } parm0 = { .val = pipe }; - union { uintptr_t x; uint8_t * val; } parm1 = { .val = data }; - union { uintptr_t x; size_t val; } parm2 = { .val = len }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm3 = { .val = timeout }; - return (int) arch_syscall_invoke5(parm0.x, parm1.x, parm2.x, parm3.split.lo, parm3.split.hi, K_SYSCALL_K_PIPE_READ); - } -#endif - compiler_barrier(); - return z_impl_k_pipe_read(pipe, data, len, timeout); -} - - -extern void z_impl_k_pipe_reset(struct k_pipe * pipe); - -__pinned_func -static inline void k_pipe_reset(struct k_pipe * pipe) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_pipe * val; } parm0 = { .val = pipe }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_PIPE_RESET); - return; - } -#endif - compiler_barrier(); - z_impl_k_pipe_reset(pipe); -} - - -extern void z_impl_k_pipe_close(struct k_pipe * pipe); - -__pinned_func -static inline void k_pipe_close(struct k_pipe * pipe) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_pipe * val; } parm0 = { .val = pipe }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_PIPE_CLOSE); - return; - } -#endif - compiler_barrier(); - z_impl_k_pipe_close(pipe); -} - - -extern int z_impl_k_poll(struct k_poll_event * events, int num_events, k_timeout_t timeout); - -__pinned_func -static inline int k_poll(struct k_poll_event * events, int num_events, k_timeout_t timeout) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_poll_event * val; } parm0 = { .val = events }; - union { uintptr_t x; int val; } parm1 = { .val = num_events }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm2 = { .val = timeout }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.split.lo, parm2.split.hi, K_SYSCALL_K_POLL); - } -#endif - compiler_barrier(); - return z_impl_k_poll(events, num_events, timeout); -} - - -extern void z_impl_k_poll_signal_init(struct k_poll_signal * sig); - -__pinned_func -static inline void k_poll_signal_init(struct k_poll_signal * sig) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_poll_signal * val; } parm0 = { .val = sig }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_POLL_SIGNAL_INIT); - return; - } -#endif - compiler_barrier(); - z_impl_k_poll_signal_init(sig); -} - - -extern void z_impl_k_poll_signal_reset(struct k_poll_signal * sig); - -__pinned_func -static inline void k_poll_signal_reset(struct k_poll_signal * sig) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_poll_signal * val; } parm0 = { .val = sig }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_POLL_SIGNAL_RESET); - return; - } -#endif - compiler_barrier(); - z_impl_k_poll_signal_reset(sig); -} - - -extern void z_impl_k_poll_signal_check(struct k_poll_signal * sig, unsigned int * signaled, int * result); - -__pinned_func -static inline void k_poll_signal_check(struct k_poll_signal * sig, unsigned int * signaled, int * result) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_poll_signal * val; } parm0 = { .val = sig }; - union { uintptr_t x; unsigned int * val; } parm1 = { .val = signaled }; - union { uintptr_t x; int * val; } parm2 = { .val = result }; - (void) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_K_POLL_SIGNAL_CHECK); - return; - } -#endif - compiler_barrier(); - z_impl_k_poll_signal_check(sig, signaled, result); -} - - -extern int z_impl_k_poll_signal_raise(struct k_poll_signal * sig, int result); - -__pinned_func -static inline int k_poll_signal_raise(struct k_poll_signal * sig, int result) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_poll_signal * val; } parm0 = { .val = sig }; - union { uintptr_t x; int val; } parm1 = { .val = result }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_POLL_SIGNAL_RAISE); - } -#endif - compiler_barrier(); - return z_impl_k_poll_signal_raise(sig, result); -} - - -extern void z_impl_k_str_out(char * c, size_t n); - -__pinned_func -static inline void k_str_out(char * c, size_t n) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; char * val; } parm0 = { .val = c }; - union { uintptr_t x; size_t val; } parm1 = { .val = n }; - (void) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_STR_OUT); - return; - } -#endif - compiler_barrier(); - z_impl_k_str_out(c, n); -} - - -extern int z_impl_k_float_disable(struct k_thread * thread); - -__pinned_func -static inline int k_float_disable(struct k_thread * thread) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_thread * val; } parm0 = { .val = thread }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_FLOAT_DISABLE); - } -#endif - compiler_barrier(); - return z_impl_k_float_disable(thread); -} - - -extern int z_impl_k_float_enable(struct k_thread * thread, unsigned int options); - -__pinned_func -static inline int k_float_enable(struct k_thread * thread, unsigned int options) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct k_thread * val; } parm0 = { .val = thread }; - union { uintptr_t x; unsigned int val; } parm1 = { .val = options }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_FLOAT_ENABLE); - } -#endif - compiler_barrier(); - return z_impl_k_float_enable(thread, options); -} - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/kobject.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/kobject.h deleted file mode 100644 index b571b4d..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/kobject.h +++ /dev/null @@ -1,147 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_KOBJECT_H -#define Z_INCLUDE_SYSCALLS_KOBJECT_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern void z_impl_k_object_access_grant(const void * object, struct k_thread * thread); - -__pinned_func -static inline void k_object_access_grant(const void * object, struct k_thread * thread) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const void * val; } parm0 = { .val = object }; - union { uintptr_t x; struct k_thread * val; } parm1 = { .val = thread }; - (void) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_OBJECT_ACCESS_GRANT); - return; - } -#endif - compiler_barrier(); - z_impl_k_object_access_grant(object, thread); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define k_object_access_grant(object, thread) do { sys_port_trace_syscall_enter(K_SYSCALL_K_OBJECT_ACCESS_GRANT, k_object_access_grant, object, thread); k_object_access_grant(object, thread); sys_port_trace_syscall_exit(K_SYSCALL_K_OBJECT_ACCESS_GRANT, k_object_access_grant, object, thread); } while(false) -#endif -#endif - - -extern void z_impl_k_object_release(const void * object); - -__pinned_func -static inline void k_object_release(const void * object) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const void * val; } parm0 = { .val = object }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_OBJECT_RELEASE); - return; - } -#endif - compiler_barrier(); - z_impl_k_object_release(object); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define k_object_release(object) do { sys_port_trace_syscall_enter(K_SYSCALL_K_OBJECT_RELEASE, k_object_release, object); k_object_release(object); sys_port_trace_syscall_exit(K_SYSCALL_K_OBJECT_RELEASE, k_object_release, object); } while(false) -#endif -#endif - - -extern int z_impl_k_object_access_check(const void * object); - -__pinned_func -static inline int k_object_access_check(const void * object) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const void * val; } parm0 = { .val = object }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_OBJECT_ACCESS_CHECK); - } -#endif - compiler_barrier(); - return z_impl_k_object_access_check(object); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define k_object_access_check(object) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_K_OBJECT_ACCESS_CHECK, k_object_access_check, object); syscall__retval = k_object_access_check(object); sys_port_trace_syscall_exit(K_SYSCALL_K_OBJECT_ACCESS_CHECK, k_object_access_check, object, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern void * z_impl_k_object_alloc(enum k_objects otype); - -__pinned_func -static inline void * k_object_alloc(enum k_objects otype) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; enum k_objects val; } parm0 = { .val = otype }; - return (void *) arch_syscall_invoke1(parm0.x, K_SYSCALL_K_OBJECT_ALLOC); - } -#endif - compiler_barrier(); - return z_impl_k_object_alloc(otype); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define k_object_alloc(otype) ({ void * syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_K_OBJECT_ALLOC, k_object_alloc, otype); syscall__retval = k_object_alloc(otype); sys_port_trace_syscall_exit(K_SYSCALL_K_OBJECT_ALLOC, k_object_alloc, otype, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern void * z_impl_k_object_alloc_size(enum k_objects otype, size_t size); - -__pinned_func -static inline void * k_object_alloc_size(enum k_objects otype, size_t size) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; enum k_objects val; } parm0 = { .val = otype }; - union { uintptr_t x; size_t val; } parm1 = { .val = size }; - return (void *) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_K_OBJECT_ALLOC_SIZE); - } -#endif - compiler_barrier(); - return z_impl_k_object_alloc_size(otype, size); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define k_object_alloc_size(otype, size) ({ void * syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_K_OBJECT_ALLOC_SIZE, k_object_alloc_size, otype, size); syscall__retval = k_object_alloc_size(otype, size); sys_port_trace_syscall_exit(K_SYSCALL_K_OBJECT_ALLOC_SIZE, k_object_alloc_size, otype, size, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/led.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/led.h deleted file mode 100644 index ab2d074..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/led.h +++ /dev/null @@ -1,229 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_LED_H -#define Z_INCLUDE_SYSCALLS_LED_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_led_blink(const struct device * dev, uint32_t led, uint32_t delay_on, uint32_t delay_off); - -__pinned_func -static inline int led_blink(const struct device * dev, uint32_t led, uint32_t delay_on, uint32_t delay_off) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = led }; - union { uintptr_t x; uint32_t val; } parm2 = { .val = delay_on }; - union { uintptr_t x; uint32_t val; } parm3 = { .val = delay_off }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_LED_BLINK); - } -#endif - compiler_barrier(); - return z_impl_led_blink(dev, led, delay_on, delay_off); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define led_blink(dev, led, delay_on, delay_off) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_LED_BLINK, led_blink, dev, led, delay_on, delay_off); syscall__retval = led_blink(dev, led, delay_on, delay_off); sys_port_trace_syscall_exit(K_SYSCALL_LED_BLINK, led_blink, dev, led, delay_on, delay_off, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_led_get_info(const struct device * dev, uint32_t led, const struct led_info ** info); - -__pinned_func -static inline int led_get_info(const struct device * dev, uint32_t led, const struct led_info ** info) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = led }; - union { uintptr_t x; const struct led_info ** val; } parm2 = { .val = info }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_LED_GET_INFO); - } -#endif - compiler_barrier(); - return z_impl_led_get_info(dev, led, info); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define led_get_info(dev, led, info) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_LED_GET_INFO, led_get_info, dev, led, info); syscall__retval = led_get_info(dev, led, info); sys_port_trace_syscall_exit(K_SYSCALL_LED_GET_INFO, led_get_info, dev, led, info, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_led_set_brightness(const struct device * dev, uint32_t led, uint8_t value); - -__pinned_func -static inline int led_set_brightness(const struct device * dev, uint32_t led, uint8_t value) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = led }; - union { uintptr_t x; uint8_t val; } parm2 = { .val = value }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_LED_SET_BRIGHTNESS); - } -#endif - compiler_barrier(); - return z_impl_led_set_brightness(dev, led, value); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define led_set_brightness(dev, led, value) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_LED_SET_BRIGHTNESS, led_set_brightness, dev, led, value); syscall__retval = led_set_brightness(dev, led, value); sys_port_trace_syscall_exit(K_SYSCALL_LED_SET_BRIGHTNESS, led_set_brightness, dev, led, value, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_led_write_channels(const struct device * dev, uint32_t start_channel, uint32_t num_channels, const uint8_t * buf); - -__pinned_func -static inline int led_write_channels(const struct device * dev, uint32_t start_channel, uint32_t num_channels, const uint8_t * buf) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = start_channel }; - union { uintptr_t x; uint32_t val; } parm2 = { .val = num_channels }; - union { uintptr_t x; const uint8_t * val; } parm3 = { .val = buf }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_LED_WRITE_CHANNELS); - } -#endif - compiler_barrier(); - return z_impl_led_write_channels(dev, start_channel, num_channels, buf); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define led_write_channels(dev, start_channel, num_channels, buf) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_LED_WRITE_CHANNELS, led_write_channels, dev, start_channel, num_channels, buf); syscall__retval = led_write_channels(dev, start_channel, num_channels, buf); sys_port_trace_syscall_exit(K_SYSCALL_LED_WRITE_CHANNELS, led_write_channels, dev, start_channel, num_channels, buf, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_led_set_channel(const struct device * dev, uint32_t channel, uint8_t value); - -__pinned_func -static inline int led_set_channel(const struct device * dev, uint32_t channel, uint8_t value) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = channel }; - union { uintptr_t x; uint8_t val; } parm2 = { .val = value }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_LED_SET_CHANNEL); - } -#endif - compiler_barrier(); - return z_impl_led_set_channel(dev, channel, value); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define led_set_channel(dev, channel, value) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_LED_SET_CHANNEL, led_set_channel, dev, channel, value); syscall__retval = led_set_channel(dev, channel, value); sys_port_trace_syscall_exit(K_SYSCALL_LED_SET_CHANNEL, led_set_channel, dev, channel, value, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_led_set_color(const struct device * dev, uint32_t led, uint8_t num_colors, const uint8_t * color); - -__pinned_func -static inline int led_set_color(const struct device * dev, uint32_t led, uint8_t num_colors, const uint8_t * color) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = led }; - union { uintptr_t x; uint8_t val; } parm2 = { .val = num_colors }; - union { uintptr_t x; const uint8_t * val; } parm3 = { .val = color }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_LED_SET_COLOR); - } -#endif - compiler_barrier(); - return z_impl_led_set_color(dev, led, num_colors, color); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define led_set_color(dev, led, num_colors, color) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_LED_SET_COLOR, led_set_color, dev, led, num_colors, color); syscall__retval = led_set_color(dev, led, num_colors, color); sys_port_trace_syscall_exit(K_SYSCALL_LED_SET_COLOR, led_set_color, dev, led, num_colors, color, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_led_on(const struct device * dev, uint32_t led); - -__pinned_func -static inline int led_on(const struct device * dev, uint32_t led) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = led }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_LED_ON); - } -#endif - compiler_barrier(); - return z_impl_led_on(dev, led); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define led_on(dev, led) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_LED_ON, led_on, dev, led); syscall__retval = led_on(dev, led); sys_port_trace_syscall_exit(K_SYSCALL_LED_ON, led_on, dev, led, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_led_off(const struct device * dev, uint32_t led); - -__pinned_func -static inline int led_off(const struct device * dev, uint32_t led) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = led }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_LED_OFF); - } -#endif - compiler_barrier(); - return z_impl_led_off(dev, led); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define led_off(dev, led) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_LED_OFF, led_off, dev, led); syscall__retval = led_off(dev, led); sys_port_trace_syscall_exit(K_SYSCALL_LED_OFF, led_off, dev, led, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/libc-hooks.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/libc-hooks.h deleted file mode 100644 index f6f5042..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/libc-hooks.h +++ /dev/null @@ -1,126 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_LIBC_HOOKS_H -#define Z_INCLUDE_SYSCALLS_LIBC_HOOKS_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_zephyr_read_stdin(char * buf, int nbytes); - -__pinned_func -static inline int zephyr_read_stdin(char * buf, int nbytes) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; char * val; } parm0 = { .val = buf }; - union { uintptr_t x; int val; } parm1 = { .val = nbytes }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ZEPHYR_READ_STDIN); - } -#endif - compiler_barrier(); - return z_impl_zephyr_read_stdin(buf, nbytes); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zephyr_read_stdin(buf, nbytes) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZEPHYR_READ_STDIN, zephyr_read_stdin, buf, nbytes); syscall__retval = zephyr_read_stdin(buf, nbytes); sys_port_trace_syscall_exit(K_SYSCALL_ZEPHYR_READ_STDIN, zephyr_read_stdin, buf, nbytes, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_zephyr_write_stdout(const void * buf, int nbytes); - -__pinned_func -static inline int zephyr_write_stdout(const void * buf, int nbytes) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const void * val; } parm0 = { .val = buf }; - union { uintptr_t x; int val; } parm1 = { .val = nbytes }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ZEPHYR_WRITE_STDOUT); - } -#endif - compiler_barrier(); - return z_impl_zephyr_write_stdout(buf, nbytes); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zephyr_write_stdout(buf, nbytes) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZEPHYR_WRITE_STDOUT, zephyr_write_stdout, buf, nbytes); syscall__retval = zephyr_write_stdout(buf, nbytes); sys_port_trace_syscall_exit(K_SYSCALL_ZEPHYR_WRITE_STDOUT, zephyr_write_stdout, buf, nbytes, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_zephyr_fputc(int c, FILE * stream); - -__pinned_func -static inline int zephyr_fputc(int c, FILE * stream) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = c }; - union { uintptr_t x; FILE * val; } parm1 = { .val = stream }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ZEPHYR_FPUTC); - } -#endif - compiler_barrier(); - return z_impl_zephyr_fputc(c, stream); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zephyr_fputc(c, stream) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZEPHYR_FPUTC, zephyr_fputc, c, stream); syscall__retval = zephyr_fputc(c, stream); sys_port_trace_syscall_exit(K_SYSCALL_ZEPHYR_FPUTC, zephyr_fputc, c, stream, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern size_t z_impl_zephyr_fwrite(const void *ZRESTRICT ptr, size_t size, size_t nitems, FILE *ZRESTRICT stream); - -__pinned_func -static inline size_t zephyr_fwrite(const void *ZRESTRICT ptr, size_t size, size_t nitems, FILE *ZRESTRICT stream) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const void *ZRESTRICT val; } parm0 = { .val = ptr }; - union { uintptr_t x; size_t val; } parm1 = { .val = size }; - union { uintptr_t x; size_t val; } parm2 = { .val = nitems }; - union { uintptr_t x; FILE *ZRESTRICT val; } parm3 = { .val = stream }; - return (size_t) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_ZEPHYR_FWRITE); - } -#endif - compiler_barrier(); - return z_impl_zephyr_fwrite(ptr, size, nitems, stream); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zephyr_fwrite(ptr, size, nitems, stream) ({ size_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZEPHYR_FWRITE, zephyr_fwrite, ptr, size, nitems, stream); syscall__retval = zephyr_fwrite(ptr, size, nitems, stream); sys_port_trace_syscall_exit(K_SYSCALL_ZEPHYR_FWRITE, zephyr_fwrite, ptr, size, nitems, stream, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/llext.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/llext.h deleted file mode 100644 index 72ba359..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/llext.h +++ /dev/null @@ -1,54 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_LLEXT_H -#define Z_INCLUDE_SYSCALLS_LLEXT_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern ssize_t z_impl_llext_get_fn_table(struct llext * ext, bool is_init, void * buf, size_t size); - -__pinned_func -static inline ssize_t llext_get_fn_table(struct llext * ext, bool is_init, void * buf, size_t size) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct llext * val; } parm0 = { .val = ext }; - union { uintptr_t x; bool val; } parm1 = { .val = is_init }; - union { uintptr_t x; void * val; } parm2 = { .val = buf }; - union { uintptr_t x; size_t val; } parm3 = { .val = size }; - return (ssize_t) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_LLEXT_GET_FN_TABLE); - } -#endif - compiler_barrier(); - return z_impl_llext_get_fn_table(ext, is_init, buf, size); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define llext_get_fn_table(ext, is_init, buf, size) ({ ssize_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_LLEXT_GET_FN_TABLE, llext_get_fn_table, ext, is_init, buf, size); syscall__retval = llext_get_fn_table(ext, is_init, buf, size); sys_port_trace_syscall_exit(K_SYSCALL_LLEXT_GET_FN_TABLE, llext_get_fn_table, ext, is_init, buf, size, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/log_ctrl.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/log_ctrl.h deleted file mode 100644 index e4061a2..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/log_ctrl.h +++ /dev/null @@ -1,145 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_LOG_CTRL_H -#define Z_INCLUDE_SYSCALLS_LOG_CTRL_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern void z_impl_log_panic(void); - -__pinned_func -static inline void log_panic(void) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - (void) arch_syscall_invoke0(K_SYSCALL_LOG_PANIC); - return; - } -#endif - compiler_barrier(); - z_impl_log_panic(); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define log_panic() do { sys_port_trace_syscall_enter(K_SYSCALL_LOG_PANIC, log_panic); log_panic(); sys_port_trace_syscall_exit(K_SYSCALL_LOG_PANIC, log_panic); } while(false) -#endif -#endif - - -extern bool z_impl_log_process(void); - -__pinned_func -static inline bool log_process(void) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - return (bool) arch_syscall_invoke0(K_SYSCALL_LOG_PROCESS); - } -#endif - compiler_barrier(); - return z_impl_log_process(); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define log_process() ({ bool syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_LOG_PROCESS, log_process); syscall__retval = log_process(); sys_port_trace_syscall_exit(K_SYSCALL_LOG_PROCESS, log_process, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_log_buffered_cnt(void); - -__pinned_func -static inline uint32_t log_buffered_cnt(void) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - return (uint32_t) arch_syscall_invoke0(K_SYSCALL_LOG_BUFFERED_CNT); - } -#endif - compiler_barrier(); - return z_impl_log_buffered_cnt(); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define log_buffered_cnt() ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_LOG_BUFFERED_CNT, log_buffered_cnt); syscall__retval = log_buffered_cnt(); sys_port_trace_syscall_exit(K_SYSCALL_LOG_BUFFERED_CNT, log_buffered_cnt, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_log_filter_set(struct log_backend const *const backend, uint32_t domain_id, int16_t source_id, uint32_t level); - -__pinned_func -static inline uint32_t log_filter_set(struct log_backend const *const backend, uint32_t domain_id, int16_t source_id, uint32_t level) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct log_backend const *const val; } parm0 = { .val = backend }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = domain_id }; - union { uintptr_t x; int16_t val; } parm2 = { .val = source_id }; - union { uintptr_t x; uint32_t val; } parm3 = { .val = level }; - return (uint32_t) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_LOG_FILTER_SET); - } -#endif - compiler_barrier(); - return z_impl_log_filter_set(backend, domain_id, source_id, level); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define log_filter_set(backend, domain_id, source_id, level) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_LOG_FILTER_SET, log_filter_set, backend, domain_id, source_id, level); syscall__retval = log_filter_set(backend, domain_id, source_id, level); sys_port_trace_syscall_exit(K_SYSCALL_LOG_FILTER_SET, log_filter_set, backend, domain_id, source_id, level, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_log_frontend_filter_set(int16_t source_id, uint32_t level); - -__pinned_func -static inline uint32_t log_frontend_filter_set(int16_t source_id, uint32_t level) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int16_t val; } parm0 = { .val = source_id }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = level }; - return (uint32_t) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_LOG_FRONTEND_FILTER_SET); - } -#endif - compiler_barrier(); - return z_impl_log_frontend_filter_set(source_id, level); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define log_frontend_filter_set(source_id, level) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_LOG_FRONTEND_FILTER_SET, log_frontend_filter_set, source_id, level); syscall__retval = log_frontend_filter_set(source_id, level); sys_port_trace_syscall_exit(K_SYSCALL_LOG_FRONTEND_FILTER_SET, log_frontend_filter_set, source_id, level, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/log_msg.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/log_msg.h deleted file mode 100644 index 9b8bab5..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/log_msg.h +++ /dev/null @@ -1,136 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_LOG_MSG_H -#define Z_INCLUDE_SYSCALLS_LOG_MSG_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern void z_impl_z_log_msg_simple_create_0(const void * source, uint32_t level, const char * fmt); - -__pinned_func -static inline void z_log_msg_simple_create_0(const void * source, uint32_t level, const char * fmt) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const void * val; } parm0 = { .val = source }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = level }; - union { uintptr_t x; const char * val; } parm2 = { .val = fmt }; - (void) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_Z_LOG_MSG_SIMPLE_CREATE_0); - return; - } -#endif - compiler_barrier(); - z_impl_z_log_msg_simple_create_0(source, level, fmt); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define z_log_msg_simple_create_0(source, level, fmt) do { sys_port_trace_syscall_enter(K_SYSCALL_Z_LOG_MSG_SIMPLE_CREATE_0, z_log_msg_simple_create_0, source, level, fmt); z_log_msg_simple_create_0(source, level, fmt); sys_port_trace_syscall_exit(K_SYSCALL_Z_LOG_MSG_SIMPLE_CREATE_0, z_log_msg_simple_create_0, source, level, fmt); } while(false) -#endif -#endif - - -extern void z_impl_z_log_msg_simple_create_1(const void * source, uint32_t level, const char * fmt, uint32_t arg); - -__pinned_func -static inline void z_log_msg_simple_create_1(const void * source, uint32_t level, const char * fmt, uint32_t arg) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const void * val; } parm0 = { .val = source }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = level }; - union { uintptr_t x; const char * val; } parm2 = { .val = fmt }; - union { uintptr_t x; uint32_t val; } parm3 = { .val = arg }; - (void) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_Z_LOG_MSG_SIMPLE_CREATE_1); - return; - } -#endif - compiler_barrier(); - z_impl_z_log_msg_simple_create_1(source, level, fmt, arg); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define z_log_msg_simple_create_1(source, level, fmt, arg) do { sys_port_trace_syscall_enter(K_SYSCALL_Z_LOG_MSG_SIMPLE_CREATE_1, z_log_msg_simple_create_1, source, level, fmt, arg); z_log_msg_simple_create_1(source, level, fmt, arg); sys_port_trace_syscall_exit(K_SYSCALL_Z_LOG_MSG_SIMPLE_CREATE_1, z_log_msg_simple_create_1, source, level, fmt, arg); } while(false) -#endif -#endif - - -extern void z_impl_z_log_msg_simple_create_2(const void * source, uint32_t level, const char * fmt, uint32_t arg0, uint32_t arg1); - -__pinned_func -static inline void z_log_msg_simple_create_2(const void * source, uint32_t level, const char * fmt, uint32_t arg0, uint32_t arg1) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const void * val; } parm0 = { .val = source }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = level }; - union { uintptr_t x; const char * val; } parm2 = { .val = fmt }; - union { uintptr_t x; uint32_t val; } parm3 = { .val = arg0 }; - union { uintptr_t x; uint32_t val; } parm4 = { .val = arg1 }; - (void) arch_syscall_invoke5(parm0.x, parm1.x, parm2.x, parm3.x, parm4.x, K_SYSCALL_Z_LOG_MSG_SIMPLE_CREATE_2); - return; - } -#endif - compiler_barrier(); - z_impl_z_log_msg_simple_create_2(source, level, fmt, arg0, arg1); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define z_log_msg_simple_create_2(source, level, fmt, arg0, arg1) do { sys_port_trace_syscall_enter(K_SYSCALL_Z_LOG_MSG_SIMPLE_CREATE_2, z_log_msg_simple_create_2, source, level, fmt, arg0, arg1); z_log_msg_simple_create_2(source, level, fmt, arg0, arg1); sys_port_trace_syscall_exit(K_SYSCALL_Z_LOG_MSG_SIMPLE_CREATE_2, z_log_msg_simple_create_2, source, level, fmt, arg0, arg1); } while(false) -#endif -#endif - - -extern void z_impl_z_log_msg_static_create(const void * source, const struct log_msg_desc desc, uint8_t * package, const void * data); - -__pinned_func -static inline void z_log_msg_static_create(const void * source, const struct log_msg_desc desc, uint8_t * package, const void * data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const void * val; } parm0 = { .val = source }; - union { uintptr_t x; const struct log_msg_desc val; } parm1 = { .val = desc }; - union { uintptr_t x; uint8_t * val; } parm2 = { .val = package }; - union { uintptr_t x; const void * val; } parm3 = { .val = data }; - (void) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_Z_LOG_MSG_STATIC_CREATE); - return; - } -#endif - compiler_barrier(); - z_impl_z_log_msg_static_create(source, desc, package, data); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define z_log_msg_static_create(source, desc, package, data) do { sys_port_trace_syscall_enter(K_SYSCALL_Z_LOG_MSG_STATIC_CREATE, z_log_msg_static_create, source, desc, package, data); z_log_msg_static_create(source, desc, package, data); sys_port_trace_syscall_exit(K_SYSCALL_Z_LOG_MSG_STATIC_CREATE, z_log_msg_static_create, source, desc, package, data); } while(false) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/maxim_ds3231.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/maxim_ds3231.h deleted file mode 100644 index d6e399d..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/maxim_ds3231.h +++ /dev/null @@ -1,76 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_MAXIM_DS3231_H -#define Z_INCLUDE_SYSCALLS_MAXIM_DS3231_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_maxim_ds3231_req_syncpoint(const struct device * dev, struct k_poll_signal * signal); - -__pinned_func -static inline int maxim_ds3231_req_syncpoint(const struct device * dev, struct k_poll_signal * signal) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct k_poll_signal * val; } parm1 = { .val = signal }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_MAXIM_DS3231_REQ_SYNCPOINT); - } -#endif - compiler_barrier(); - return z_impl_maxim_ds3231_req_syncpoint(dev, signal); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define maxim_ds3231_req_syncpoint(dev, signal) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_MAXIM_DS3231_REQ_SYNCPOINT, maxim_ds3231_req_syncpoint, dev, signal); syscall__retval = maxim_ds3231_req_syncpoint(dev, signal); sys_port_trace_syscall_exit(K_SYSCALL_MAXIM_DS3231_REQ_SYNCPOINT, maxim_ds3231_req_syncpoint, dev, signal, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_maxim_ds3231_get_syncpoint(const struct device * dev, struct maxim_ds3231_syncpoint * syncpoint); - -__pinned_func -static inline int maxim_ds3231_get_syncpoint(const struct device * dev, struct maxim_ds3231_syncpoint * syncpoint) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct maxim_ds3231_syncpoint * val; } parm1 = { .val = syncpoint }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_MAXIM_DS3231_GET_SYNCPOINT); - } -#endif - compiler_barrier(); - return z_impl_maxim_ds3231_get_syncpoint(dev, syncpoint); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define maxim_ds3231_get_syncpoint(dev, syncpoint) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_MAXIM_DS3231_GET_SYNCPOINT, maxim_ds3231_get_syncpoint, dev, syncpoint); syscall__retval = maxim_ds3231_get_syncpoint(dev, syncpoint); sys_port_trace_syscall_exit(K_SYSCALL_MAXIM_DS3231_GET_SYNCPOINT, maxim_ds3231_get_syncpoint, dev, syncpoint, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/mbox.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/mbox.h deleted file mode 100644 index 53ef70b..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/mbox.h +++ /dev/null @@ -1,124 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_MBOX_H -#define Z_INCLUDE_SYSCALLS_MBOX_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_mbox_send(const struct device * dev, mbox_channel_id_t channel_id, const struct mbox_msg * msg); - -__pinned_func -static inline int mbox_send(const struct device * dev, mbox_channel_id_t channel_id, const struct mbox_msg * msg) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; mbox_channel_id_t val; } parm1 = { .val = channel_id }; - union { uintptr_t x; const struct mbox_msg * val; } parm2 = { .val = msg }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_MBOX_SEND); - } -#endif - compiler_barrier(); - return z_impl_mbox_send(dev, channel_id, msg); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define mbox_send(dev, channel_id, msg) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_MBOX_SEND, mbox_send, dev, channel_id, msg); syscall__retval = mbox_send(dev, channel_id, msg); sys_port_trace_syscall_exit(K_SYSCALL_MBOX_SEND, mbox_send, dev, channel_id, msg, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_mbox_mtu_get(const struct device * dev); - -__pinned_func -static inline int mbox_mtu_get(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_MBOX_MTU_GET); - } -#endif - compiler_barrier(); - return z_impl_mbox_mtu_get(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define mbox_mtu_get(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_MBOX_MTU_GET, mbox_mtu_get, dev); syscall__retval = mbox_mtu_get(dev); sys_port_trace_syscall_exit(K_SYSCALL_MBOX_MTU_GET, mbox_mtu_get, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_mbox_set_enabled(const struct device * dev, mbox_channel_id_t channel_id, bool enabled); - -__pinned_func -static inline int mbox_set_enabled(const struct device * dev, mbox_channel_id_t channel_id, bool enabled) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; mbox_channel_id_t val; } parm1 = { .val = channel_id }; - union { uintptr_t x; bool val; } parm2 = { .val = enabled }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_MBOX_SET_ENABLED); - } -#endif - compiler_barrier(); - return z_impl_mbox_set_enabled(dev, channel_id, enabled); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define mbox_set_enabled(dev, channel_id, enabled) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_MBOX_SET_ENABLED, mbox_set_enabled, dev, channel_id, enabled); syscall__retval = mbox_set_enabled(dev, channel_id, enabled); sys_port_trace_syscall_exit(K_SYSCALL_MBOX_SET_ENABLED, mbox_set_enabled, dev, channel_id, enabled, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_mbox_max_channels_get(const struct device * dev); - -__pinned_func -static inline uint32_t mbox_max_channels_get(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (uint32_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_MBOX_MAX_CHANNELS_GET); - } -#endif - compiler_barrier(); - return z_impl_mbox_max_channels_get(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define mbox_max_channels_get(dev) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_MBOX_MAX_CHANNELS_GET, mbox_max_channels_get, dev); syscall__retval = mbox_max_channels_get(dev); sys_port_trace_syscall_exit(K_SYSCALL_MBOX_MAX_CHANNELS_GET, mbox_max_channels_get, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/mdio.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/mdio.h deleted file mode 100644 index f1f26ae..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/mdio.h +++ /dev/null @@ -1,134 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_MDIO_H -#define Z_INCLUDE_SYSCALLS_MDIO_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_mdio_read(const struct device * dev, uint8_t prtad, uint8_t regad, uint16_t * data); - -__pinned_func -static inline int mdio_read(const struct device * dev, uint8_t prtad, uint8_t regad, uint16_t * data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t val; } parm1 = { .val = prtad }; - union { uintptr_t x; uint8_t val; } parm2 = { .val = regad }; - union { uintptr_t x; uint16_t * val; } parm3 = { .val = data }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_MDIO_READ); - } -#endif - compiler_barrier(); - return z_impl_mdio_read(dev, prtad, regad, data); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define mdio_read(dev, prtad, regad, data) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_MDIO_READ, mdio_read, dev, prtad, regad, data); syscall__retval = mdio_read(dev, prtad, regad, data); sys_port_trace_syscall_exit(K_SYSCALL_MDIO_READ, mdio_read, dev, prtad, regad, data, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_mdio_write(const struct device * dev, uint8_t prtad, uint8_t regad, uint16_t data); - -__pinned_func -static inline int mdio_write(const struct device * dev, uint8_t prtad, uint8_t regad, uint16_t data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t val; } parm1 = { .val = prtad }; - union { uintptr_t x; uint8_t val; } parm2 = { .val = regad }; - union { uintptr_t x; uint16_t val; } parm3 = { .val = data }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_MDIO_WRITE); - } -#endif - compiler_barrier(); - return z_impl_mdio_write(dev, prtad, regad, data); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define mdio_write(dev, prtad, regad, data) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_MDIO_WRITE, mdio_write, dev, prtad, regad, data); syscall__retval = mdio_write(dev, prtad, regad, data); sys_port_trace_syscall_exit(K_SYSCALL_MDIO_WRITE, mdio_write, dev, prtad, regad, data, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_mdio_read_c45(const struct device * dev, uint8_t prtad, uint8_t devad, uint16_t regad, uint16_t * data); - -__pinned_func -static inline int mdio_read_c45(const struct device * dev, uint8_t prtad, uint8_t devad, uint16_t regad, uint16_t * data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t val; } parm1 = { .val = prtad }; - union { uintptr_t x; uint8_t val; } parm2 = { .val = devad }; - union { uintptr_t x; uint16_t val; } parm3 = { .val = regad }; - union { uintptr_t x; uint16_t * val; } parm4 = { .val = data }; - return (int) arch_syscall_invoke5(parm0.x, parm1.x, parm2.x, parm3.x, parm4.x, K_SYSCALL_MDIO_READ_C45); - } -#endif - compiler_barrier(); - return z_impl_mdio_read_c45(dev, prtad, devad, regad, data); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define mdio_read_c45(dev, prtad, devad, regad, data) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_MDIO_READ_C45, mdio_read_c45, dev, prtad, devad, regad, data); syscall__retval = mdio_read_c45(dev, prtad, devad, regad, data); sys_port_trace_syscall_exit(K_SYSCALL_MDIO_READ_C45, mdio_read_c45, dev, prtad, devad, regad, data, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_mdio_write_c45(const struct device * dev, uint8_t prtad, uint8_t devad, uint16_t regad, uint16_t data); - -__pinned_func -static inline int mdio_write_c45(const struct device * dev, uint8_t prtad, uint8_t devad, uint16_t regad, uint16_t data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t val; } parm1 = { .val = prtad }; - union { uintptr_t x; uint8_t val; } parm2 = { .val = devad }; - union { uintptr_t x; uint16_t val; } parm3 = { .val = regad }; - union { uintptr_t x; uint16_t val; } parm4 = { .val = data }; - return (int) arch_syscall_invoke5(parm0.x, parm1.x, parm2.x, parm3.x, parm4.x, K_SYSCALL_MDIO_WRITE_C45); - } -#endif - compiler_barrier(); - return z_impl_mdio_write_c45(dev, prtad, devad, regad, data); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define mdio_write_c45(dev, prtad, devad, regad, data) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_MDIO_WRITE_C45, mdio_write_c45, dev, prtad, devad, regad, data); syscall__retval = mdio_write_c45(dev, prtad, devad, regad, data); sys_port_trace_syscall_exit(K_SYSCALL_MDIO_WRITE_C45, mdio_write_c45, dev, prtad, devad, regad, data, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/mspi.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/mspi.h deleted file mode 100644 index 6a72b61..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/mspi.h +++ /dev/null @@ -1,202 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_MSPI_H -#define Z_INCLUDE_SYSCALLS_MSPI_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_mspi_config(const struct mspi_dt_spec * spec); - -__pinned_func -static inline int mspi_config(const struct mspi_dt_spec * spec) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct mspi_dt_spec * val; } parm0 = { .val = spec }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_MSPI_CONFIG); - } -#endif - compiler_barrier(); - return z_impl_mspi_config(spec); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define mspi_config(spec) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_MSPI_CONFIG, mspi_config, spec); syscall__retval = mspi_config(spec); sys_port_trace_syscall_exit(K_SYSCALL_MSPI_CONFIG, mspi_config, spec, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_mspi_dev_config(const struct device * controller, const struct mspi_dev_id * dev_id, const enum mspi_dev_cfg_mask param_mask, const struct mspi_dev_cfg * cfg); - -__pinned_func -static inline int mspi_dev_config(const struct device * controller, const struct mspi_dev_id * dev_id, const enum mspi_dev_cfg_mask param_mask, const struct mspi_dev_cfg * cfg) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = controller }; - union { uintptr_t x; const struct mspi_dev_id * val; } parm1 = { .val = dev_id }; - union { uintptr_t x; const enum mspi_dev_cfg_mask val; } parm2 = { .val = param_mask }; - union { uintptr_t x; const struct mspi_dev_cfg * val; } parm3 = { .val = cfg }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_MSPI_DEV_CONFIG); - } -#endif - compiler_barrier(); - return z_impl_mspi_dev_config(controller, dev_id, param_mask, cfg); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define mspi_dev_config(controller, dev_id, param_mask, cfg) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_MSPI_DEV_CONFIG, mspi_dev_config, controller, dev_id, param_mask, cfg); syscall__retval = mspi_dev_config(controller, dev_id, param_mask, cfg); sys_port_trace_syscall_exit(K_SYSCALL_MSPI_DEV_CONFIG, mspi_dev_config, controller, dev_id, param_mask, cfg, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_mspi_get_channel_status(const struct device * controller, uint8_t ch); - -__pinned_func -static inline int mspi_get_channel_status(const struct device * controller, uint8_t ch) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = controller }; - union { uintptr_t x; uint8_t val; } parm1 = { .val = ch }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_MSPI_GET_CHANNEL_STATUS); - } -#endif - compiler_barrier(); - return z_impl_mspi_get_channel_status(controller, ch); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define mspi_get_channel_status(controller, ch) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_MSPI_GET_CHANNEL_STATUS, mspi_get_channel_status, controller, ch); syscall__retval = mspi_get_channel_status(controller, ch); sys_port_trace_syscall_exit(K_SYSCALL_MSPI_GET_CHANNEL_STATUS, mspi_get_channel_status, controller, ch, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_mspi_transceive(const struct device * controller, const struct mspi_dev_id * dev_id, const struct mspi_xfer * req); - -__pinned_func -static inline int mspi_transceive(const struct device * controller, const struct mspi_dev_id * dev_id, const struct mspi_xfer * req) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = controller }; - union { uintptr_t x; const struct mspi_dev_id * val; } parm1 = { .val = dev_id }; - union { uintptr_t x; const struct mspi_xfer * val; } parm2 = { .val = req }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_MSPI_TRANSCEIVE); - } -#endif - compiler_barrier(); - return z_impl_mspi_transceive(controller, dev_id, req); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define mspi_transceive(controller, dev_id, req) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_MSPI_TRANSCEIVE, mspi_transceive, controller, dev_id, req); syscall__retval = mspi_transceive(controller, dev_id, req); sys_port_trace_syscall_exit(K_SYSCALL_MSPI_TRANSCEIVE, mspi_transceive, controller, dev_id, req, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_mspi_xip_config(const struct device * controller, const struct mspi_dev_id * dev_id, const struct mspi_xip_cfg * cfg); - -__pinned_func -static inline int mspi_xip_config(const struct device * controller, const struct mspi_dev_id * dev_id, const struct mspi_xip_cfg * cfg) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = controller }; - union { uintptr_t x; const struct mspi_dev_id * val; } parm1 = { .val = dev_id }; - union { uintptr_t x; const struct mspi_xip_cfg * val; } parm2 = { .val = cfg }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_MSPI_XIP_CONFIG); - } -#endif - compiler_barrier(); - return z_impl_mspi_xip_config(controller, dev_id, cfg); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define mspi_xip_config(controller, dev_id, cfg) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_MSPI_XIP_CONFIG, mspi_xip_config, controller, dev_id, cfg); syscall__retval = mspi_xip_config(controller, dev_id, cfg); sys_port_trace_syscall_exit(K_SYSCALL_MSPI_XIP_CONFIG, mspi_xip_config, controller, dev_id, cfg, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_mspi_scramble_config(const struct device * controller, const struct mspi_dev_id * dev_id, const struct mspi_scramble_cfg * cfg); - -__pinned_func -static inline int mspi_scramble_config(const struct device * controller, const struct mspi_dev_id * dev_id, const struct mspi_scramble_cfg * cfg) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = controller }; - union { uintptr_t x; const struct mspi_dev_id * val; } parm1 = { .val = dev_id }; - union { uintptr_t x; const struct mspi_scramble_cfg * val; } parm2 = { .val = cfg }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_MSPI_SCRAMBLE_CONFIG); - } -#endif - compiler_barrier(); - return z_impl_mspi_scramble_config(controller, dev_id, cfg); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define mspi_scramble_config(controller, dev_id, cfg) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_MSPI_SCRAMBLE_CONFIG, mspi_scramble_config, controller, dev_id, cfg); syscall__retval = mspi_scramble_config(controller, dev_id, cfg); sys_port_trace_syscall_exit(K_SYSCALL_MSPI_SCRAMBLE_CONFIG, mspi_scramble_config, controller, dev_id, cfg, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_mspi_timing_config(const struct device * controller, const struct mspi_dev_id * dev_id, const uint32_t param_mask, void * cfg); - -__pinned_func -static inline int mspi_timing_config(const struct device * controller, const struct mspi_dev_id * dev_id, const uint32_t param_mask, void * cfg) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = controller }; - union { uintptr_t x; const struct mspi_dev_id * val; } parm1 = { .val = dev_id }; - union { uintptr_t x; const uint32_t val; } parm2 = { .val = param_mask }; - union { uintptr_t x; void * val; } parm3 = { .val = cfg }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_MSPI_TIMING_CONFIG); - } -#endif - compiler_barrier(); - return z_impl_mspi_timing_config(controller, dev_id, param_mask, cfg); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define mspi_timing_config(controller, dev_id, param_mask, cfg) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_MSPI_TIMING_CONFIG, mspi_timing_config, controller, dev_id, param_mask, cfg); syscall__retval = mspi_timing_config(controller, dev_id, param_mask, cfg); sys_port_trace_syscall_exit(K_SYSCALL_MSPI_TIMING_CONFIG, mspi_timing_config, controller, dev_id, param_mask, cfg, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/mutex.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/mutex.h deleted file mode 100644 index 1e90425..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/mutex.h +++ /dev/null @@ -1,75 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_MUTEX_H -#define Z_INCLUDE_SYSCALLS_MUTEX_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_z_sys_mutex_kernel_lock(struct sys_mutex * mutex, k_timeout_t timeout); - -__pinned_func -static inline int z_sys_mutex_kernel_lock(struct sys_mutex * mutex, k_timeout_t timeout) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct sys_mutex * val; } parm0 = { .val = mutex }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm1 = { .val = timeout }; - return (int) arch_syscall_invoke3(parm0.x, parm1.split.lo, parm1.split.hi, K_SYSCALL_Z_SYS_MUTEX_KERNEL_LOCK); - } -#endif - compiler_barrier(); - return z_impl_z_sys_mutex_kernel_lock(mutex, timeout); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define z_sys_mutex_kernel_lock(mutex, timeout) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_Z_SYS_MUTEX_KERNEL_LOCK, z_sys_mutex_kernel_lock, mutex, timeout); syscall__retval = z_sys_mutex_kernel_lock(mutex, timeout); sys_port_trace_syscall_exit(K_SYSCALL_Z_SYS_MUTEX_KERNEL_LOCK, z_sys_mutex_kernel_lock, mutex, timeout, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_z_sys_mutex_kernel_unlock(struct sys_mutex * mutex); - -__pinned_func -static inline int z_sys_mutex_kernel_unlock(struct sys_mutex * mutex) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct sys_mutex * val; } parm0 = { .val = mutex }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_Z_SYS_MUTEX_KERNEL_UNLOCK); - } -#endif - compiler_barrier(); - return z_impl_z_sys_mutex_kernel_unlock(mutex); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define z_sys_mutex_kernel_unlock(mutex) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_Z_SYS_MUTEX_KERNEL_UNLOCK, z_sys_mutex_kernel_unlock, mutex); syscall__retval = z_sys_mutex_kernel_unlock(mutex); sys_port_trace_syscall_exit(K_SYSCALL_Z_SYS_MUTEX_KERNEL_UNLOCK, z_sys_mutex_kernel_unlock, mutex, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/net_if.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/net_if.h deleted file mode 100644 index 04c93c4..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/net_if.h +++ /dev/null @@ -1,246 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_NET_IF_H -#define Z_INCLUDE_SYSCALLS_NET_IF_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_net_if_ipv6_addr_lookup_by_index(const struct net_in6_addr * addr); - -__pinned_func -static inline int net_if_ipv6_addr_lookup_by_index(const struct net_in6_addr * addr) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct net_in6_addr * val; } parm0 = { .val = addr }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_NET_IF_IPV6_ADDR_LOOKUP_BY_INDEX); - } -#endif - compiler_barrier(); - return z_impl_net_if_ipv6_addr_lookup_by_index(addr); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define net_if_ipv6_addr_lookup_by_index(addr) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_NET_IF_IPV6_ADDR_LOOKUP_BY_INDEX, net_if_ipv6_addr_lookup_by_index, addr); syscall__retval = net_if_ipv6_addr_lookup_by_index(addr); sys_port_trace_syscall_exit(K_SYSCALL_NET_IF_IPV6_ADDR_LOOKUP_BY_INDEX, net_if_ipv6_addr_lookup_by_index, addr, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern bool z_impl_net_if_ipv6_addr_add_by_index(int index, const struct net_in6_addr * addr, enum net_addr_type addr_type, uint32_t vlifetime); - -__pinned_func -static inline bool net_if_ipv6_addr_add_by_index(int index, const struct net_in6_addr * addr, enum net_addr_type addr_type, uint32_t vlifetime) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = index }; - union { uintptr_t x; const struct net_in6_addr * val; } parm1 = { .val = addr }; - union { uintptr_t x; enum net_addr_type val; } parm2 = { .val = addr_type }; - union { uintptr_t x; uint32_t val; } parm3 = { .val = vlifetime }; - return (bool) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_NET_IF_IPV6_ADDR_ADD_BY_INDEX); - } -#endif - compiler_barrier(); - return z_impl_net_if_ipv6_addr_add_by_index(index, addr, addr_type, vlifetime); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define net_if_ipv6_addr_add_by_index(index, addr, addr_type, vlifetime) ({ bool syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_NET_IF_IPV6_ADDR_ADD_BY_INDEX, net_if_ipv6_addr_add_by_index, index, addr, addr_type, vlifetime); syscall__retval = net_if_ipv6_addr_add_by_index(index, addr, addr_type, vlifetime); sys_port_trace_syscall_exit(K_SYSCALL_NET_IF_IPV6_ADDR_ADD_BY_INDEX, net_if_ipv6_addr_add_by_index, index, addr, addr_type, vlifetime, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern bool z_impl_net_if_ipv6_addr_rm_by_index(int index, const struct net_in6_addr * addr); - -__pinned_func -static inline bool net_if_ipv6_addr_rm_by_index(int index, const struct net_in6_addr * addr) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = index }; - union { uintptr_t x; const struct net_in6_addr * val; } parm1 = { .val = addr }; - return (bool) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_NET_IF_IPV6_ADDR_RM_BY_INDEX); - } -#endif - compiler_barrier(); - return z_impl_net_if_ipv6_addr_rm_by_index(index, addr); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define net_if_ipv6_addr_rm_by_index(index, addr) ({ bool syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_NET_IF_IPV6_ADDR_RM_BY_INDEX, net_if_ipv6_addr_rm_by_index, index, addr); syscall__retval = net_if_ipv6_addr_rm_by_index(index, addr); sys_port_trace_syscall_exit(K_SYSCALL_NET_IF_IPV6_ADDR_RM_BY_INDEX, net_if_ipv6_addr_rm_by_index, index, addr, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_net_if_ipv4_addr_lookup_by_index(const struct net_in_addr * addr); - -__pinned_func -static inline int net_if_ipv4_addr_lookup_by_index(const struct net_in_addr * addr) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct net_in_addr * val; } parm0 = { .val = addr }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_NET_IF_IPV4_ADDR_LOOKUP_BY_INDEX); - } -#endif - compiler_barrier(); - return z_impl_net_if_ipv4_addr_lookup_by_index(addr); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define net_if_ipv4_addr_lookup_by_index(addr) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_NET_IF_IPV4_ADDR_LOOKUP_BY_INDEX, net_if_ipv4_addr_lookup_by_index, addr); syscall__retval = net_if_ipv4_addr_lookup_by_index(addr); sys_port_trace_syscall_exit(K_SYSCALL_NET_IF_IPV4_ADDR_LOOKUP_BY_INDEX, net_if_ipv4_addr_lookup_by_index, addr, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern bool z_impl_net_if_ipv4_addr_add_by_index(int index, const struct net_in_addr * addr, enum net_addr_type addr_type, uint32_t vlifetime); - -__pinned_func -static inline bool net_if_ipv4_addr_add_by_index(int index, const struct net_in_addr * addr, enum net_addr_type addr_type, uint32_t vlifetime) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = index }; - union { uintptr_t x; const struct net_in_addr * val; } parm1 = { .val = addr }; - union { uintptr_t x; enum net_addr_type val; } parm2 = { .val = addr_type }; - union { uintptr_t x; uint32_t val; } parm3 = { .val = vlifetime }; - return (bool) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_NET_IF_IPV4_ADDR_ADD_BY_INDEX); - } -#endif - compiler_barrier(); - return z_impl_net_if_ipv4_addr_add_by_index(index, addr, addr_type, vlifetime); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define net_if_ipv4_addr_add_by_index(index, addr, addr_type, vlifetime) ({ bool syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_NET_IF_IPV4_ADDR_ADD_BY_INDEX, net_if_ipv4_addr_add_by_index, index, addr, addr_type, vlifetime); syscall__retval = net_if_ipv4_addr_add_by_index(index, addr, addr_type, vlifetime); sys_port_trace_syscall_exit(K_SYSCALL_NET_IF_IPV4_ADDR_ADD_BY_INDEX, net_if_ipv4_addr_add_by_index, index, addr, addr_type, vlifetime, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern bool z_impl_net_if_ipv4_addr_rm_by_index(int index, const struct net_in_addr * addr); - -__pinned_func -static inline bool net_if_ipv4_addr_rm_by_index(int index, const struct net_in_addr * addr) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = index }; - union { uintptr_t x; const struct net_in_addr * val; } parm1 = { .val = addr }; - return (bool) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_NET_IF_IPV4_ADDR_RM_BY_INDEX); - } -#endif - compiler_barrier(); - return z_impl_net_if_ipv4_addr_rm_by_index(index, addr); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define net_if_ipv4_addr_rm_by_index(index, addr) ({ bool syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_NET_IF_IPV4_ADDR_RM_BY_INDEX, net_if_ipv4_addr_rm_by_index, index, addr); syscall__retval = net_if_ipv4_addr_rm_by_index(index, addr); sys_port_trace_syscall_exit(K_SYSCALL_NET_IF_IPV4_ADDR_RM_BY_INDEX, net_if_ipv4_addr_rm_by_index, index, addr, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern bool z_impl_net_if_ipv4_set_netmask_by_addr_by_index(int index, const struct net_in_addr * addr, const struct net_in_addr * netmask); - -__pinned_func -static inline bool net_if_ipv4_set_netmask_by_addr_by_index(int index, const struct net_in_addr * addr, const struct net_in_addr * netmask) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = index }; - union { uintptr_t x; const struct net_in_addr * val; } parm1 = { .val = addr }; - union { uintptr_t x; const struct net_in_addr * val; } parm2 = { .val = netmask }; - return (bool) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_NET_IF_IPV4_SET_NETMASK_BY_ADDR_BY_INDEX); - } -#endif - compiler_barrier(); - return z_impl_net_if_ipv4_set_netmask_by_addr_by_index(index, addr, netmask); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define net_if_ipv4_set_netmask_by_addr_by_index(index, addr, netmask) ({ bool syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_NET_IF_IPV4_SET_NETMASK_BY_ADDR_BY_INDEX, net_if_ipv4_set_netmask_by_addr_by_index, index, addr, netmask); syscall__retval = net_if_ipv4_set_netmask_by_addr_by_index(index, addr, netmask); sys_port_trace_syscall_exit(K_SYSCALL_NET_IF_IPV4_SET_NETMASK_BY_ADDR_BY_INDEX, net_if_ipv4_set_netmask_by_addr_by_index, index, addr, netmask, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern bool z_impl_net_if_ipv4_set_gw_by_index(int index, const struct net_in_addr * gw); - -__pinned_func -static inline bool net_if_ipv4_set_gw_by_index(int index, const struct net_in_addr * gw) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = index }; - union { uintptr_t x; const struct net_in_addr * val; } parm1 = { .val = gw }; - return (bool) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_NET_IF_IPV4_SET_GW_BY_INDEX); - } -#endif - compiler_barrier(); - return z_impl_net_if_ipv4_set_gw_by_index(index, gw); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define net_if_ipv4_set_gw_by_index(index, gw) ({ bool syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_NET_IF_IPV4_SET_GW_BY_INDEX, net_if_ipv4_set_gw_by_index, index, gw); syscall__retval = net_if_ipv4_set_gw_by_index(index, gw); sys_port_trace_syscall_exit(K_SYSCALL_NET_IF_IPV4_SET_GW_BY_INDEX, net_if_ipv4_set_gw_by_index, index, gw, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern struct net_if * z_impl_net_if_get_by_index(int index); - -__pinned_func -static inline struct net_if * net_if_get_by_index(int index) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = index }; - return (struct net_if *) arch_syscall_invoke1(parm0.x, K_SYSCALL_NET_IF_GET_BY_INDEX); - } -#endif - compiler_barrier(); - return z_impl_net_if_get_by_index(index); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define net_if_get_by_index(index) ({ struct net_if * syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_NET_IF_GET_BY_INDEX, net_if_get_by_index, index); syscall__retval = net_if_get_by_index(index); sys_port_trace_syscall_exit(K_SYSCALL_NET_IF_GET_BY_INDEX, net_if_get_by_index, index, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/net_ip.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/net_ip.h deleted file mode 100644 index fe96588..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/net_ip.h +++ /dev/null @@ -1,79 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_NET_IP_H -#define Z_INCLUDE_SYSCALLS_NET_IP_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_net_addr_pton(net_sa_family_t family, const char * src, void * dst); - -__pinned_func -static inline int net_addr_pton(net_sa_family_t family, const char * src, void * dst) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; net_sa_family_t val; } parm0 = { .val = family }; - union { uintptr_t x; const char * val; } parm1 = { .val = src }; - union { uintptr_t x; void * val; } parm2 = { .val = dst }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_NET_ADDR_PTON); - } -#endif - compiler_barrier(); - return z_impl_net_addr_pton(family, src, dst); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define net_addr_pton(family, src, dst) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_NET_ADDR_PTON, net_addr_pton, family, src, dst); syscall__retval = net_addr_pton(family, src, dst); sys_port_trace_syscall_exit(K_SYSCALL_NET_ADDR_PTON, net_addr_pton, family, src, dst, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern char * z_impl_net_addr_ntop(net_sa_family_t family, const void * src, char * dst, size_t size); - -__pinned_func -static inline char * net_addr_ntop(net_sa_family_t family, const void * src, char * dst, size_t size) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; net_sa_family_t val; } parm0 = { .val = family }; - union { uintptr_t x; const void * val; } parm1 = { .val = src }; - union { uintptr_t x; char * val; } parm2 = { .val = dst }; - union { uintptr_t x; size_t val; } parm3 = { .val = size }; - return (char *) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_NET_ADDR_NTOP); - } -#endif - compiler_barrier(); - return z_impl_net_addr_ntop(family, src, dst, size); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define net_addr_ntop(family, src, dst, size) ({ char * syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_NET_ADDR_NTOP, net_addr_ntop, family, src, dst, size); syscall__retval = net_addr_ntop(family, src, dst, size); sys_port_trace_syscall_exit(K_SYSCALL_NET_ADDR_NTOP, net_addr_ntop, family, src, dst, size, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/nrf_qspi_nor.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/nrf_qspi_nor.h deleted file mode 100644 index ea0c654..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/nrf_qspi_nor.h +++ /dev/null @@ -1,53 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_NRF_QSPI_NOR_H -#define Z_INCLUDE_SYSCALLS_NRF_QSPI_NOR_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern void z_impl_nrf_qspi_nor_xip_enable(const struct device * dev, bool enable); - -__pinned_func -static inline void nrf_qspi_nor_xip_enable(const struct device * dev, bool enable) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; bool val; } parm1 = { .val = enable }; - (void) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_NRF_QSPI_NOR_XIP_ENABLE); - return; - } -#endif - compiler_barrier(); - z_impl_nrf_qspi_nor_xip_enable(dev, enable); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define nrf_qspi_nor_xip_enable(dev, enable) do { sys_port_trace_syscall_enter(K_SYSCALL_NRF_QSPI_NOR_XIP_ENABLE, nrf_qspi_nor_xip_enable, dev, enable); nrf_qspi_nor_xip_enable(dev, enable); sys_port_trace_syscall_exit(K_SYSCALL_NRF_QSPI_NOR_XIP_ENABLE, nrf_qspi_nor_xip_enable, dev, enable); } while(false) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/opamp.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/opamp.h deleted file mode 100644 index 5c45de9..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/opamp.h +++ /dev/null @@ -1,52 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_OPAMP_H -#define Z_INCLUDE_SYSCALLS_OPAMP_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_opamp_set_gain(const struct device * dev, enum opamp_gain gain); - -__pinned_func -static inline int opamp_set_gain(const struct device * dev, enum opamp_gain gain) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum opamp_gain val; } parm1 = { .val = gain }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_OPAMP_SET_GAIN); - } -#endif - compiler_barrier(); - return z_impl_opamp_set_gain(dev, gain); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define opamp_set_gain(dev, gain) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_OPAMP_SET_GAIN, opamp_set_gain, dev, gain); syscall__retval = opamp_set_gain(dev, gain); sys_port_trace_syscall_exit(K_SYSCALL_OPAMP_SET_GAIN, opamp_set_gain, dev, gain, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/otp.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/otp.h deleted file mode 100644 index 7fe4c67..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/otp.h +++ /dev/null @@ -1,80 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_OTP_H -#define Z_INCLUDE_SYSCALLS_OTP_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_otp_read(const struct device * dev, off_t offset, void * data, size_t len); - -__pinned_func -static inline int otp_read(const struct device * dev, off_t offset, void * data, size_t len) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; off_t val; } parm1 = { .val = offset }; - union { uintptr_t x; void * val; } parm2 = { .val = data }; - union { uintptr_t x; size_t val; } parm3 = { .val = len }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_OTP_READ); - } -#endif - compiler_barrier(); - return z_impl_otp_read(dev, offset, data, len); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define otp_read(dev, offset, data, len) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_OTP_READ, otp_read, dev, offset, data, len); syscall__retval = otp_read(dev, offset, data, len); sys_port_trace_syscall_exit(K_SYSCALL_OTP_READ, otp_read, dev, offset, data, len, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_otp_program(const struct device * dev, off_t offset, const void * data, size_t len); - -__pinned_func -static inline int otp_program(const struct device * dev, off_t offset, const void * data, size_t len) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; off_t val; } parm1 = { .val = offset }; - union { uintptr_t x; const void * val; } parm2 = { .val = data }; - union { uintptr_t x; size_t val; } parm3 = { .val = len }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_OTP_PROGRAM); - } -#endif - compiler_barrier(); - return z_impl_otp_program(dev, offset, data, len); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define otp_program(dev, offset, data, len) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_OTP_PROGRAM, otp_program, dev, offset, data, len); syscall__retval = otp_program(dev, offset, data, len); sys_port_trace_syscall_exit(K_SYSCALL_OTP_PROGRAM, otp_program, dev, offset, data, len, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/peci.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/peci.h deleted file mode 100644 index 17acef0..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/peci.h +++ /dev/null @@ -1,122 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_PECI_H -#define Z_INCLUDE_SYSCALLS_PECI_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_peci_config(const struct device * dev, uint32_t bitrate); - -__pinned_func -static inline int peci_config(const struct device * dev, uint32_t bitrate) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = bitrate }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_PECI_CONFIG); - } -#endif - compiler_barrier(); - return z_impl_peci_config(dev, bitrate); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define peci_config(dev, bitrate) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_PECI_CONFIG, peci_config, dev, bitrate); syscall__retval = peci_config(dev, bitrate); sys_port_trace_syscall_exit(K_SYSCALL_PECI_CONFIG, peci_config, dev, bitrate, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_peci_enable(const struct device * dev); - -__pinned_func -static inline int peci_enable(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_PECI_ENABLE); - } -#endif - compiler_barrier(); - return z_impl_peci_enable(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define peci_enable(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_PECI_ENABLE, peci_enable, dev); syscall__retval = peci_enable(dev); sys_port_trace_syscall_exit(K_SYSCALL_PECI_ENABLE, peci_enable, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_peci_disable(const struct device * dev); - -__pinned_func -static inline int peci_disable(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_PECI_DISABLE); - } -#endif - compiler_barrier(); - return z_impl_peci_disable(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define peci_disable(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_PECI_DISABLE, peci_disable, dev); syscall__retval = peci_disable(dev); sys_port_trace_syscall_exit(K_SYSCALL_PECI_DISABLE, peci_disable, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_peci_transfer(const struct device * dev, struct peci_msg * msg); - -__pinned_func -static inline int peci_transfer(const struct device * dev, struct peci_msg * msg) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct peci_msg * val; } parm1 = { .val = msg }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_PECI_TRANSFER); - } -#endif - compiler_barrier(); - return z_impl_peci_transfer(dev, msg); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define peci_transfer(dev, msg) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_PECI_TRANSFER, peci_transfer, dev, msg); syscall__retval = peci_transfer(dev, msg); sys_port_trace_syscall_exit(K_SYSCALL_PECI_TRANSFER, peci_transfer, dev, msg, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/ps2.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/ps2.h deleted file mode 100644 index 4b94318..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/ps2.h +++ /dev/null @@ -1,146 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_PS2_H -#define Z_INCLUDE_SYSCALLS_PS2_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_ps2_config(const struct device * dev, ps2_callback_t callback_isr); - -__pinned_func -static inline int ps2_config(const struct device * dev, ps2_callback_t callback_isr) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; ps2_callback_t val; } parm1 = { .val = callback_isr }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_PS2_CONFIG); - } -#endif - compiler_barrier(); - return z_impl_ps2_config(dev, callback_isr); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define ps2_config(dev, callback_isr) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_PS2_CONFIG, ps2_config, dev, callback_isr); syscall__retval = ps2_config(dev, callback_isr); sys_port_trace_syscall_exit(K_SYSCALL_PS2_CONFIG, ps2_config, dev, callback_isr, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_ps2_write(const struct device * dev, uint8_t value); - -__pinned_func -static inline int ps2_write(const struct device * dev, uint8_t value) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t val; } parm1 = { .val = value }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_PS2_WRITE); - } -#endif - compiler_barrier(); - return z_impl_ps2_write(dev, value); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define ps2_write(dev, value) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_PS2_WRITE, ps2_write, dev, value); syscall__retval = ps2_write(dev, value); sys_port_trace_syscall_exit(K_SYSCALL_PS2_WRITE, ps2_write, dev, value, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_ps2_read(const struct device * dev, uint8_t * value); - -__pinned_func -static inline int ps2_read(const struct device * dev, uint8_t * value) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t * val; } parm1 = { .val = value }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_PS2_READ); - } -#endif - compiler_barrier(); - return z_impl_ps2_read(dev, value); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define ps2_read(dev, value) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_PS2_READ, ps2_read, dev, value); syscall__retval = ps2_read(dev, value); sys_port_trace_syscall_exit(K_SYSCALL_PS2_READ, ps2_read, dev, value, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_ps2_enable_callback(const struct device * dev); - -__pinned_func -static inline int ps2_enable_callback(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_PS2_ENABLE_CALLBACK); - } -#endif - compiler_barrier(); - return z_impl_ps2_enable_callback(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define ps2_enable_callback(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_PS2_ENABLE_CALLBACK, ps2_enable_callback, dev); syscall__retval = ps2_enable_callback(dev); sys_port_trace_syscall_exit(K_SYSCALL_PS2_ENABLE_CALLBACK, ps2_enable_callback, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_ps2_disable_callback(const struct device * dev); - -__pinned_func -static inline int ps2_disable_callback(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_PS2_DISABLE_CALLBACK); - } -#endif - compiler_barrier(); - return z_impl_ps2_disable_callback(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define ps2_disable_callback(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_PS2_DISABLE_CALLBACK, ps2_disable_callback, dev); syscall__retval = ps2_disable_callback(dev); sys_port_trace_syscall_exit(K_SYSCALL_PS2_DISABLE_CALLBACK, ps2_disable_callback, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/psi5.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/psi5.h deleted file mode 100644 index d990afc..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/psi5.h +++ /dev/null @@ -1,133 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_PSI5_H -#define Z_INCLUDE_SYSCALLS_PSI5_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_psi5_start_sync(const struct device * dev, uint8_t channel); - -__pinned_func -static inline int psi5_start_sync(const struct device * dev, uint8_t channel) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t val; } parm1 = { .val = channel }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_PSI5_START_SYNC); - } -#endif - compiler_barrier(); - return z_impl_psi5_start_sync(dev, channel); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define psi5_start_sync(dev, channel) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_PSI5_START_SYNC, psi5_start_sync, dev, channel); syscall__retval = psi5_start_sync(dev, channel); sys_port_trace_syscall_exit(K_SYSCALL_PSI5_START_SYNC, psi5_start_sync, dev, channel, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_psi5_stop_sync(const struct device * dev, uint8_t channel); - -__pinned_func -static inline int psi5_stop_sync(const struct device * dev, uint8_t channel) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t val; } parm1 = { .val = channel }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_PSI5_STOP_SYNC); - } -#endif - compiler_barrier(); - return z_impl_psi5_stop_sync(dev, channel); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define psi5_stop_sync(dev, channel) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_PSI5_STOP_SYNC, psi5_stop_sync, dev, channel); syscall__retval = psi5_stop_sync(dev, channel); sys_port_trace_syscall_exit(K_SYSCALL_PSI5_STOP_SYNC, psi5_stop_sync, dev, channel, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_psi5_send(const struct device * dev, uint8_t channel, const uint64_t data, k_timeout_t timeout, psi5_tx_callback_t callback, void * user_data); - -__pinned_func -static inline int psi5_send(const struct device * dev, uint8_t channel, const uint64_t data, k_timeout_t timeout, psi5_tx_callback_t callback, void * user_data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t val; } parm1 = { .val = channel }; - union { uintptr_t x; const uint64_t val; } parm2 = { .val = data }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm3 = { .val = timeout }; - union { uintptr_t x; psi5_tx_callback_t val; } parm4 = { .val = callback }; - union { uintptr_t x; void * val; } parm5 = { .val = user_data }; - uintptr_t more[] = { - parm4.x, - parm5.x - }; - return (int) arch_syscall_invoke6(parm0.x, parm1.x, parm2.x, parm3.split.lo, parm3.split.hi, (uintptr_t) &more, K_SYSCALL_PSI5_SEND); - } -#endif - compiler_barrier(); - return z_impl_psi5_send(dev, channel, data, timeout, callback, user_data); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define psi5_send(dev, channel, data, timeout, callback, user_data) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_PSI5_SEND, psi5_send, dev, channel, data, timeout, callback, user_data); syscall__retval = psi5_send(dev, channel, data, timeout, callback, user_data); sys_port_trace_syscall_exit(K_SYSCALL_PSI5_SEND, psi5_send, dev, channel, data, timeout, callback, user_data, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_psi5_register_callback(const struct device * dev, uint8_t channel, struct psi5_rx_callback_configs callback_configs); - -__pinned_func -static inline int psi5_register_callback(const struct device * dev, uint8_t channel, struct psi5_rx_callback_configs callback_configs) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t val; } parm1 = { .val = channel }; - union { uintptr_t x; struct psi5_rx_callback_configs val; } parm2 = { .val = callback_configs }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_PSI5_REGISTER_CALLBACK); - } -#endif - compiler_barrier(); - return z_impl_psi5_register_callback(dev, channel, callback_configs); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define psi5_register_callback(dev, channel, callback_configs) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_PSI5_REGISTER_CALLBACK, psi5_register_callback, dev, channel, callback_configs); syscall__retval = psi5_register_callback(dev, channel, callback_configs); sys_port_trace_syscall_exit(K_SYSCALL_PSI5_REGISTER_CALLBACK, psi5_register_callback, dev, channel, callback_configs, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/ptp_clock.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/ptp_clock.h deleted file mode 100644 index 399019c..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/ptp_clock.h +++ /dev/null @@ -1,52 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_PTP_CLOCK_H -#define Z_INCLUDE_SYSCALLS_PTP_CLOCK_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_ptp_clock_get(const struct device * dev, struct net_ptp_time * tm); - -__pinned_func -static inline int ptp_clock_get(const struct device * dev, struct net_ptp_time * tm) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct net_ptp_time * val; } parm1 = { .val = tm }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_PTP_CLOCK_GET); - } -#endif - compiler_barrier(); - return z_impl_ptp_clock_get(dev, tm); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define ptp_clock_get(dev, tm) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_PTP_CLOCK_GET, ptp_clock_get, dev, tm); syscall__retval = ptp_clock_get(dev, tm); sys_port_trace_syscall_exit(K_SYSCALL_PTP_CLOCK_GET, ptp_clock_get, dev, tm, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/pwm.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/pwm.h deleted file mode 100644 index 49d249f..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/pwm.h +++ /dev/null @@ -1,160 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_PWM_H -#define Z_INCLUDE_SYSCALLS_PWM_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_pwm_set_cycles(const struct device * dev, uint32_t channel, uint32_t period, uint32_t pulse, pwm_flags_t flags); - -__pinned_func -static inline int pwm_set_cycles(const struct device * dev, uint32_t channel, uint32_t period, uint32_t pulse, pwm_flags_t flags) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = channel }; - union { uintptr_t x; uint32_t val; } parm2 = { .val = period }; - union { uintptr_t x; uint32_t val; } parm3 = { .val = pulse }; - union { uintptr_t x; pwm_flags_t val; } parm4 = { .val = flags }; - return (int) arch_syscall_invoke5(parm0.x, parm1.x, parm2.x, parm3.x, parm4.x, K_SYSCALL_PWM_SET_CYCLES); - } -#endif - compiler_barrier(); - return z_impl_pwm_set_cycles(dev, channel, period, pulse, flags); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define pwm_set_cycles(dev, channel, period, pulse, flags) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_PWM_SET_CYCLES, pwm_set_cycles, dev, channel, period, pulse, flags); syscall__retval = pwm_set_cycles(dev, channel, period, pulse, flags); sys_port_trace_syscall_exit(K_SYSCALL_PWM_SET_CYCLES, pwm_set_cycles, dev, channel, period, pulse, flags, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_pwm_get_cycles_per_sec(const struct device * dev, uint32_t channel, uint64_t * cycles); - -__pinned_func -static inline int pwm_get_cycles_per_sec(const struct device * dev, uint32_t channel, uint64_t * cycles) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = channel }; - union { uintptr_t x; uint64_t * val; } parm2 = { .val = cycles }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_PWM_GET_CYCLES_PER_SEC); - } -#endif - compiler_barrier(); - return z_impl_pwm_get_cycles_per_sec(dev, channel, cycles); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define pwm_get_cycles_per_sec(dev, channel, cycles) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_PWM_GET_CYCLES_PER_SEC, pwm_get_cycles_per_sec, dev, channel, cycles); syscall__retval = pwm_get_cycles_per_sec(dev, channel, cycles); sys_port_trace_syscall_exit(K_SYSCALL_PWM_GET_CYCLES_PER_SEC, pwm_get_cycles_per_sec, dev, channel, cycles, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_pwm_enable_capture(const struct device * dev, uint32_t channel); - -__pinned_func -static inline int pwm_enable_capture(const struct device * dev, uint32_t channel) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = channel }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_PWM_ENABLE_CAPTURE); - } -#endif - compiler_barrier(); - return z_impl_pwm_enable_capture(dev, channel); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define pwm_enable_capture(dev, channel) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_PWM_ENABLE_CAPTURE, pwm_enable_capture, dev, channel); syscall__retval = pwm_enable_capture(dev, channel); sys_port_trace_syscall_exit(K_SYSCALL_PWM_ENABLE_CAPTURE, pwm_enable_capture, dev, channel, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_pwm_disable_capture(const struct device * dev, uint32_t channel); - -__pinned_func -static inline int pwm_disable_capture(const struct device * dev, uint32_t channel) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = channel }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_PWM_DISABLE_CAPTURE); - } -#endif - compiler_barrier(); - return z_impl_pwm_disable_capture(dev, channel); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define pwm_disable_capture(dev, channel) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_PWM_DISABLE_CAPTURE, pwm_disable_capture, dev, channel); syscall__retval = pwm_disable_capture(dev, channel); sys_port_trace_syscall_exit(K_SYSCALL_PWM_DISABLE_CAPTURE, pwm_disable_capture, dev, channel, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_pwm_capture_cycles(const struct device * dev, uint32_t channel, pwm_flags_t flags, uint32_t * period, uint32_t * pulse, k_timeout_t timeout); - -__pinned_func -static inline int pwm_capture_cycles(const struct device * dev, uint32_t channel, pwm_flags_t flags, uint32_t * period, uint32_t * pulse, k_timeout_t timeout) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = channel }; - union { uintptr_t x; pwm_flags_t val; } parm2 = { .val = flags }; - union { uintptr_t x; uint32_t * val; } parm3 = { .val = period }; - union { uintptr_t x; uint32_t * val; } parm4 = { .val = pulse }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm5 = { .val = timeout }; - uintptr_t more[] = { - parm5.split.lo, - parm5.split.hi - }; - return (int) arch_syscall_invoke6(parm0.x, parm1.x, parm2.x, parm3.x, parm4.x, (uintptr_t) &more, K_SYSCALL_PWM_CAPTURE_CYCLES); - } -#endif - compiler_barrier(); - return z_impl_pwm_capture_cycles(dev, channel, flags, period, pulse, timeout); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define pwm_capture_cycles(dev, channel, flags, period, pulse, timeout) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_PWM_CAPTURE_CYCLES, pwm_capture_cycles, dev, channel, flags, period, pulse, timeout); syscall__retval = pwm_capture_cycles(dev, channel, flags, period, pulse, timeout); sys_port_trace_syscall_exit(K_SYSCALL_PWM_CAPTURE_CYCLES, pwm_capture_cycles, dev, channel, flags, period, pulse, timeout, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/random.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/random.h deleted file mode 100644 index 0e0a77c..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/random.h +++ /dev/null @@ -1,77 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_RANDOM_H -#define Z_INCLUDE_SYSCALLS_RANDOM_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern void z_impl_sys_rand_get(void * dst, size_t len); - -__pinned_func -static inline void sys_rand_get(void * dst, size_t len) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; void * val; } parm0 = { .val = dst }; - union { uintptr_t x; size_t val; } parm1 = { .val = len }; - (void) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_SYS_RAND_GET); - return; - } -#endif - compiler_barrier(); - z_impl_sys_rand_get(dst, len); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sys_rand_get(dst, len) do { sys_port_trace_syscall_enter(K_SYSCALL_SYS_RAND_GET, sys_rand_get, dst, len); sys_rand_get(dst, len); sys_port_trace_syscall_exit(K_SYSCALL_SYS_RAND_GET, sys_rand_get, dst, len); } while(false) -#endif -#endif - - -extern int z_impl_sys_csrand_get(void * dst, size_t len); - -__pinned_func -static inline int sys_csrand_get(void * dst, size_t len) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; void * val; } parm0 = { .val = dst }; - union { uintptr_t x; size_t val; } parm1 = { .val = len }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_SYS_CSRAND_GET); - } -#endif - compiler_barrier(); - return z_impl_sys_csrand_get(dst, len); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sys_csrand_get(dst, len) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SYS_CSRAND_GET, sys_csrand_get, dst, len); syscall__retval = sys_csrand_get(dst, len); sys_port_trace_syscall_exit(K_SYSCALL_SYS_CSRAND_GET, sys_csrand_get, dst, len, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/renesas_elc.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/renesas_elc.h deleted file mode 100644 index be08066..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/renesas_elc.h +++ /dev/null @@ -1,147 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_RENESAS_ELC_H -#define Z_INCLUDE_SYSCALLS_RENESAS_ELC_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_renesas_elc_software_event_generate(const struct device * dev, uint32_t event); - -__pinned_func -static inline int renesas_elc_software_event_generate(const struct device * dev, uint32_t event) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = event }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_RENESAS_ELC_SOFTWARE_EVENT_GENERATE); - } -#endif - compiler_barrier(); - return z_impl_renesas_elc_software_event_generate(dev, event); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define renesas_elc_software_event_generate(dev, event) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RENESAS_ELC_SOFTWARE_EVENT_GENERATE, renesas_elc_software_event_generate, dev, event); syscall__retval = renesas_elc_software_event_generate(dev, event); sys_port_trace_syscall_exit(K_SYSCALL_RENESAS_ELC_SOFTWARE_EVENT_GENERATE, renesas_elc_software_event_generate, dev, event, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_renesas_elc_link_set(const struct device * dev, uint32_t peripheral, uint32_t event); - -__pinned_func -static inline int renesas_elc_link_set(const struct device * dev, uint32_t peripheral, uint32_t event) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = peripheral }; - union { uintptr_t x; uint32_t val; } parm2 = { .val = event }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_RENESAS_ELC_LINK_SET); - } -#endif - compiler_barrier(); - return z_impl_renesas_elc_link_set(dev, peripheral, event); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define renesas_elc_link_set(dev, peripheral, event) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RENESAS_ELC_LINK_SET, renesas_elc_link_set, dev, peripheral, event); syscall__retval = renesas_elc_link_set(dev, peripheral, event); sys_port_trace_syscall_exit(K_SYSCALL_RENESAS_ELC_LINK_SET, renesas_elc_link_set, dev, peripheral, event, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_renesas_elc_link_break(const struct device * dev, uint32_t peripheral); - -__pinned_func -static inline int renesas_elc_link_break(const struct device * dev, uint32_t peripheral) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = peripheral }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_RENESAS_ELC_LINK_BREAK); - } -#endif - compiler_barrier(); - return z_impl_renesas_elc_link_break(dev, peripheral); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define renesas_elc_link_break(dev, peripheral) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RENESAS_ELC_LINK_BREAK, renesas_elc_link_break, dev, peripheral); syscall__retval = renesas_elc_link_break(dev, peripheral); sys_port_trace_syscall_exit(K_SYSCALL_RENESAS_ELC_LINK_BREAK, renesas_elc_link_break, dev, peripheral, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_renesas_elc_enable(const struct device * dev); - -__pinned_func -static inline int renesas_elc_enable(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_RENESAS_ELC_ENABLE); - } -#endif - compiler_barrier(); - return z_impl_renesas_elc_enable(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define renesas_elc_enable(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RENESAS_ELC_ENABLE, renesas_elc_enable, dev); syscall__retval = renesas_elc_enable(dev); sys_port_trace_syscall_exit(K_SYSCALL_RENESAS_ELC_ENABLE, renesas_elc_enable, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_renesas_elc_disable(const struct device * dev); - -__pinned_func -static inline int renesas_elc_disable(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_RENESAS_ELC_DISABLE); - } -#endif - compiler_barrier(); - return z_impl_renesas_elc_disable(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define renesas_elc_disable(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RENESAS_ELC_DISABLE, renesas_elc_disable, dev); syscall__retval = renesas_elc_disable(dev); sys_port_trace_syscall_exit(K_SYSCALL_RENESAS_ELC_DISABLE, renesas_elc_disable, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/reset.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/reset.h deleted file mode 100644 index c6be6fd..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/reset.h +++ /dev/null @@ -1,125 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_RESET_H -#define Z_INCLUDE_SYSCALLS_RESET_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_reset_status(const struct device * dev, uint32_t id, uint8_t * status); - -__pinned_func -static inline int reset_status(const struct device * dev, uint32_t id, uint8_t * status) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = id }; - union { uintptr_t x; uint8_t * val; } parm2 = { .val = status }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_RESET_STATUS); - } -#endif - compiler_barrier(); - return z_impl_reset_status(dev, id, status); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define reset_status(dev, id, status) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RESET_STATUS, reset_status, dev, id, status); syscall__retval = reset_status(dev, id, status); sys_port_trace_syscall_exit(K_SYSCALL_RESET_STATUS, reset_status, dev, id, status, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_reset_line_assert(const struct device * dev, uint32_t id); - -__pinned_func -static inline int reset_line_assert(const struct device * dev, uint32_t id) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = id }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_RESET_LINE_ASSERT); - } -#endif - compiler_barrier(); - return z_impl_reset_line_assert(dev, id); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define reset_line_assert(dev, id) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RESET_LINE_ASSERT, reset_line_assert, dev, id); syscall__retval = reset_line_assert(dev, id); sys_port_trace_syscall_exit(K_SYSCALL_RESET_LINE_ASSERT, reset_line_assert, dev, id, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_reset_line_deassert(const struct device * dev, uint32_t id); - -__pinned_func -static inline int reset_line_deassert(const struct device * dev, uint32_t id) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = id }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_RESET_LINE_DEASSERT); - } -#endif - compiler_barrier(); - return z_impl_reset_line_deassert(dev, id); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define reset_line_deassert(dev, id) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RESET_LINE_DEASSERT, reset_line_deassert, dev, id); syscall__retval = reset_line_deassert(dev, id); sys_port_trace_syscall_exit(K_SYSCALL_RESET_LINE_DEASSERT, reset_line_deassert, dev, id, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_reset_line_toggle(const struct device * dev, uint32_t id); - -__pinned_func -static inline int reset_line_toggle(const struct device * dev, uint32_t id) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = id }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_RESET_LINE_TOGGLE); - } -#endif - compiler_barrier(); - return z_impl_reset_line_toggle(dev, id); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define reset_line_toggle(dev, id) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RESET_LINE_TOGGLE, reset_line_toggle, dev, id); syscall__retval = reset_line_toggle(dev, id); sys_port_trace_syscall_exit(K_SYSCALL_RESET_LINE_TOGGLE, reset_line_toggle, dev, id, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/retained_mem.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/retained_mem.h deleted file mode 100644 index b3725f1..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/retained_mem.h +++ /dev/null @@ -1,126 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_RETAINED_MEM_H -#define Z_INCLUDE_SYSCALLS_RETAINED_MEM_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern ssize_t z_impl_retained_mem_size(const struct device * dev); - -__pinned_func -static inline ssize_t retained_mem_size(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (ssize_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_RETAINED_MEM_SIZE); - } -#endif - compiler_barrier(); - return z_impl_retained_mem_size(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define retained_mem_size(dev) ({ ssize_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RETAINED_MEM_SIZE, retained_mem_size, dev); syscall__retval = retained_mem_size(dev); sys_port_trace_syscall_exit(K_SYSCALL_RETAINED_MEM_SIZE, retained_mem_size, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_retained_mem_read(const struct device * dev, off_t offset, uint8_t * buffer, size_t size); - -__pinned_func -static inline int retained_mem_read(const struct device * dev, off_t offset, uint8_t * buffer, size_t size) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; off_t val; } parm1 = { .val = offset }; - union { uintptr_t x; uint8_t * val; } parm2 = { .val = buffer }; - union { uintptr_t x; size_t val; } parm3 = { .val = size }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_RETAINED_MEM_READ); - } -#endif - compiler_barrier(); - return z_impl_retained_mem_read(dev, offset, buffer, size); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define retained_mem_read(dev, offset, buffer, size) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RETAINED_MEM_READ, retained_mem_read, dev, offset, buffer, size); syscall__retval = retained_mem_read(dev, offset, buffer, size); sys_port_trace_syscall_exit(K_SYSCALL_RETAINED_MEM_READ, retained_mem_read, dev, offset, buffer, size, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_retained_mem_write(const struct device * dev, off_t offset, const uint8_t * buffer, size_t size); - -__pinned_func -static inline int retained_mem_write(const struct device * dev, off_t offset, const uint8_t * buffer, size_t size) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; off_t val; } parm1 = { .val = offset }; - union { uintptr_t x; const uint8_t * val; } parm2 = { .val = buffer }; - union { uintptr_t x; size_t val; } parm3 = { .val = size }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_RETAINED_MEM_WRITE); - } -#endif - compiler_barrier(); - return z_impl_retained_mem_write(dev, offset, buffer, size); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define retained_mem_write(dev, offset, buffer, size) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RETAINED_MEM_WRITE, retained_mem_write, dev, offset, buffer, size); syscall__retval = retained_mem_write(dev, offset, buffer, size); sys_port_trace_syscall_exit(K_SYSCALL_RETAINED_MEM_WRITE, retained_mem_write, dev, offset, buffer, size, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_retained_mem_clear(const struct device * dev); - -__pinned_func -static inline int retained_mem_clear(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_RETAINED_MEM_CLEAR); - } -#endif - compiler_barrier(); - return z_impl_retained_mem_clear(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define retained_mem_clear(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RETAINED_MEM_CLEAR, retained_mem_clear, dev); syscall__retval = retained_mem_clear(dev); sys_port_trace_syscall_exit(K_SYSCALL_RETAINED_MEM_CLEAR, retained_mem_clear, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/rtc.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/rtc.h deleted file mode 100644 index 460c4e6..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/rtc.h +++ /dev/null @@ -1,225 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_RTC_H -#define Z_INCLUDE_SYSCALLS_RTC_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_rtc_set_time(const struct device * dev, const struct rtc_time * timeptr); - -__pinned_func -static inline int rtc_set_time(const struct device * dev, const struct rtc_time * timeptr) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const struct rtc_time * val; } parm1 = { .val = timeptr }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_RTC_SET_TIME); - } -#endif - compiler_barrier(); - return z_impl_rtc_set_time(dev, timeptr); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define rtc_set_time(dev, timeptr) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RTC_SET_TIME, rtc_set_time, dev, timeptr); syscall__retval = rtc_set_time(dev, timeptr); sys_port_trace_syscall_exit(K_SYSCALL_RTC_SET_TIME, rtc_set_time, dev, timeptr, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_rtc_get_time(const struct device * dev, struct rtc_time * timeptr); - -__pinned_func -static inline int rtc_get_time(const struct device * dev, struct rtc_time * timeptr) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct rtc_time * val; } parm1 = { .val = timeptr }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_RTC_GET_TIME); - } -#endif - compiler_barrier(); - return z_impl_rtc_get_time(dev, timeptr); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define rtc_get_time(dev, timeptr) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RTC_GET_TIME, rtc_get_time, dev, timeptr); syscall__retval = rtc_get_time(dev, timeptr); sys_port_trace_syscall_exit(K_SYSCALL_RTC_GET_TIME, rtc_get_time, dev, timeptr, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_rtc_alarm_get_supported_fields(const struct device * dev, uint16_t id, uint16_t * mask); - -__pinned_func -static inline int rtc_alarm_get_supported_fields(const struct device * dev, uint16_t id, uint16_t * mask) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint16_t val; } parm1 = { .val = id }; - union { uintptr_t x; uint16_t * val; } parm2 = { .val = mask }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_RTC_ALARM_GET_SUPPORTED_FIELDS); - } -#endif - compiler_barrier(); - return z_impl_rtc_alarm_get_supported_fields(dev, id, mask); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define rtc_alarm_get_supported_fields(dev, id, mask) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RTC_ALARM_GET_SUPPORTED_FIELDS, rtc_alarm_get_supported_fields, dev, id, mask); syscall__retval = rtc_alarm_get_supported_fields(dev, id, mask); sys_port_trace_syscall_exit(K_SYSCALL_RTC_ALARM_GET_SUPPORTED_FIELDS, rtc_alarm_get_supported_fields, dev, id, mask, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_rtc_alarm_set_time(const struct device * dev, uint16_t id, uint16_t mask, const struct rtc_time * timeptr); - -__pinned_func -static inline int rtc_alarm_set_time(const struct device * dev, uint16_t id, uint16_t mask, const struct rtc_time * timeptr) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint16_t val; } parm1 = { .val = id }; - union { uintptr_t x; uint16_t val; } parm2 = { .val = mask }; - union { uintptr_t x; const struct rtc_time * val; } parm3 = { .val = timeptr }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_RTC_ALARM_SET_TIME); - } -#endif - compiler_barrier(); - return z_impl_rtc_alarm_set_time(dev, id, mask, timeptr); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define rtc_alarm_set_time(dev, id, mask, timeptr) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RTC_ALARM_SET_TIME, rtc_alarm_set_time, dev, id, mask, timeptr); syscall__retval = rtc_alarm_set_time(dev, id, mask, timeptr); sys_port_trace_syscall_exit(K_SYSCALL_RTC_ALARM_SET_TIME, rtc_alarm_set_time, dev, id, mask, timeptr, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_rtc_alarm_get_time(const struct device * dev, uint16_t id, uint16_t * mask, struct rtc_time * timeptr); - -__pinned_func -static inline int rtc_alarm_get_time(const struct device * dev, uint16_t id, uint16_t * mask, struct rtc_time * timeptr) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint16_t val; } parm1 = { .val = id }; - union { uintptr_t x; uint16_t * val; } parm2 = { .val = mask }; - union { uintptr_t x; struct rtc_time * val; } parm3 = { .val = timeptr }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_RTC_ALARM_GET_TIME); - } -#endif - compiler_barrier(); - return z_impl_rtc_alarm_get_time(dev, id, mask, timeptr); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define rtc_alarm_get_time(dev, id, mask, timeptr) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RTC_ALARM_GET_TIME, rtc_alarm_get_time, dev, id, mask, timeptr); syscall__retval = rtc_alarm_get_time(dev, id, mask, timeptr); sys_port_trace_syscall_exit(K_SYSCALL_RTC_ALARM_GET_TIME, rtc_alarm_get_time, dev, id, mask, timeptr, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_rtc_alarm_is_pending(const struct device * dev, uint16_t id); - -__pinned_func -static inline int rtc_alarm_is_pending(const struct device * dev, uint16_t id) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint16_t val; } parm1 = { .val = id }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_RTC_ALARM_IS_PENDING); - } -#endif - compiler_barrier(); - return z_impl_rtc_alarm_is_pending(dev, id); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define rtc_alarm_is_pending(dev, id) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RTC_ALARM_IS_PENDING, rtc_alarm_is_pending, dev, id); syscall__retval = rtc_alarm_is_pending(dev, id); sys_port_trace_syscall_exit(K_SYSCALL_RTC_ALARM_IS_PENDING, rtc_alarm_is_pending, dev, id, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_rtc_set_calibration(const struct device * dev, int32_t calibration); - -__pinned_func -static inline int rtc_set_calibration(const struct device * dev, int32_t calibration) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; int32_t val; } parm1 = { .val = calibration }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_RTC_SET_CALIBRATION); - } -#endif - compiler_barrier(); - return z_impl_rtc_set_calibration(dev, calibration); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define rtc_set_calibration(dev, calibration) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RTC_SET_CALIBRATION, rtc_set_calibration, dev, calibration); syscall__retval = rtc_set_calibration(dev, calibration); sys_port_trace_syscall_exit(K_SYSCALL_RTC_SET_CALIBRATION, rtc_set_calibration, dev, calibration, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_rtc_get_calibration(const struct device * dev, int32_t * calibration); - -__pinned_func -static inline int rtc_get_calibration(const struct device * dev, int32_t * calibration) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; int32_t * val; } parm1 = { .val = calibration }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_RTC_GET_CALIBRATION); - } -#endif - compiler_barrier(); - return z_impl_rtc_get_calibration(dev, calibration); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define rtc_get_calibration(dev, calibration) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RTC_GET_CALIBRATION, rtc_get_calibration, dev, calibration); syscall__retval = rtc_get_calibration(dev, calibration); sys_port_trace_syscall_exit(K_SYSCALL_RTC_GET_CALIBRATION, rtc_get_calibration, dev, calibration, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/rtio.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/rtio.h deleted file mode 100644 index bac2508..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/rtio.h +++ /dev/null @@ -1,251 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_RTIO_H -#define Z_INCLUDE_SYSCALLS_RTIO_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern void z_impl_rtio_sqe_signal(struct rtio_sqe * sqe); - -__pinned_func -static inline void rtio_sqe_signal(struct rtio_sqe * sqe) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct rtio_sqe * val; } parm0 = { .val = sqe }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_RTIO_SQE_SIGNAL); - return; - } -#endif - compiler_barrier(); - z_impl_rtio_sqe_signal(sqe); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define rtio_sqe_signal(sqe) do { sys_port_trace_syscall_enter(K_SYSCALL_RTIO_SQE_SIGNAL, rtio_sqe_signal, sqe); rtio_sqe_signal(sqe); sys_port_trace_syscall_exit(K_SYSCALL_RTIO_SQE_SIGNAL, rtio_sqe_signal, sqe); } while(false) -#endif -#endif - - -extern int z_impl_rtio_cqe_get_mempool_buffer(const struct rtio * r, struct rtio_cqe * cqe, uint8_t ** buff, uint32_t * buff_len); - -__pinned_func -static inline int rtio_cqe_get_mempool_buffer(const struct rtio * r, struct rtio_cqe * cqe, uint8_t ** buff, uint32_t * buff_len) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct rtio * val; } parm0 = { .val = r }; - union { uintptr_t x; struct rtio_cqe * val; } parm1 = { .val = cqe }; - union { uintptr_t x; uint8_t ** val; } parm2 = { .val = buff }; - union { uintptr_t x; uint32_t * val; } parm3 = { .val = buff_len }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_RTIO_CQE_GET_MEMPOOL_BUFFER); - } -#endif - compiler_barrier(); - return z_impl_rtio_cqe_get_mempool_buffer(r, cqe, buff, buff_len); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define rtio_cqe_get_mempool_buffer(r, cqe, buff, buff_len) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RTIO_CQE_GET_MEMPOOL_BUFFER, rtio_cqe_get_mempool_buffer, r, cqe, buff, buff_len); syscall__retval = rtio_cqe_get_mempool_buffer(r, cqe, buff, buff_len); sys_port_trace_syscall_exit(K_SYSCALL_RTIO_CQE_GET_MEMPOOL_BUFFER, rtio_cqe_get_mempool_buffer, r, cqe, buff, buff_len, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern void z_impl_rtio_release_buffer(struct rtio * r, void * buff, uint32_t buff_len); - -__pinned_func -static inline void rtio_release_buffer(struct rtio * r, void * buff, uint32_t buff_len) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct rtio * val; } parm0 = { .val = r }; - union { uintptr_t x; void * val; } parm1 = { .val = buff }; - union { uintptr_t x; uint32_t val; } parm2 = { .val = buff_len }; - (void) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_RTIO_RELEASE_BUFFER); - return; - } -#endif - compiler_barrier(); - z_impl_rtio_release_buffer(r, buff, buff_len); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define rtio_release_buffer(r, buff, buff_len) do { sys_port_trace_syscall_enter(K_SYSCALL_RTIO_RELEASE_BUFFER, rtio_release_buffer, r, buff, buff_len); rtio_release_buffer(r, buff, buff_len); sys_port_trace_syscall_exit(K_SYSCALL_RTIO_RELEASE_BUFFER, rtio_release_buffer, r, buff, buff_len); } while(false) -#endif -#endif - - -extern int z_impl_rtio_sqe_cancel(struct rtio_sqe * sqe); - -__pinned_func -static inline int rtio_sqe_cancel(struct rtio_sqe * sqe) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct rtio_sqe * val; } parm0 = { .val = sqe }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_RTIO_SQE_CANCEL); - } -#endif - compiler_barrier(); - return z_impl_rtio_sqe_cancel(sqe); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define rtio_sqe_cancel(sqe) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RTIO_SQE_CANCEL, rtio_sqe_cancel, sqe); syscall__retval = rtio_sqe_cancel(sqe); sys_port_trace_syscall_exit(K_SYSCALL_RTIO_SQE_CANCEL, rtio_sqe_cancel, sqe, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_rtio_sqe_copy_in_get_handles(struct rtio * r, const struct rtio_sqe * sqes, struct rtio_sqe ** handle, size_t sqe_count); - -__pinned_func -static inline int rtio_sqe_copy_in_get_handles(struct rtio * r, const struct rtio_sqe * sqes, struct rtio_sqe ** handle, size_t sqe_count) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct rtio * val; } parm0 = { .val = r }; - union { uintptr_t x; const struct rtio_sqe * val; } parm1 = { .val = sqes }; - union { uintptr_t x; struct rtio_sqe ** val; } parm2 = { .val = handle }; - union { uintptr_t x; size_t val; } parm3 = { .val = sqe_count }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_RTIO_SQE_COPY_IN_GET_HANDLES); - } -#endif - compiler_barrier(); - return z_impl_rtio_sqe_copy_in_get_handles(r, sqes, handle, sqe_count); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define rtio_sqe_copy_in_get_handles(r, sqes, handle, sqe_count) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RTIO_SQE_COPY_IN_GET_HANDLES, rtio_sqe_copy_in_get_handles, r, sqes, handle, sqe_count); syscall__retval = rtio_sqe_copy_in_get_handles(r, sqes, handle, sqe_count); sys_port_trace_syscall_exit(K_SYSCALL_RTIO_SQE_COPY_IN_GET_HANDLES, rtio_sqe_copy_in_get_handles, r, sqes, handle, sqe_count, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_rtio_cqe_copy_out(struct rtio * r, struct rtio_cqe * cqes, size_t cqe_count, k_timeout_t timeout); - -__pinned_func -static inline int rtio_cqe_copy_out(struct rtio * r, struct rtio_cqe * cqes, size_t cqe_count, k_timeout_t timeout) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct rtio * val; } parm0 = { .val = r }; - union { uintptr_t x; struct rtio_cqe * val; } parm1 = { .val = cqes }; - union { uintptr_t x; size_t val; } parm2 = { .val = cqe_count }; - union { struct { uintptr_t lo, hi; } split; k_timeout_t val; } parm3 = { .val = timeout }; - return (int) arch_syscall_invoke5(parm0.x, parm1.x, parm2.x, parm3.split.lo, parm3.split.hi, K_SYSCALL_RTIO_CQE_COPY_OUT); - } -#endif - compiler_barrier(); - return z_impl_rtio_cqe_copy_out(r, cqes, cqe_count, timeout); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define rtio_cqe_copy_out(r, cqes, cqe_count, timeout) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RTIO_CQE_COPY_OUT, rtio_cqe_copy_out, r, cqes, cqe_count, timeout); syscall__retval = rtio_cqe_copy_out(r, cqes, cqe_count, timeout); sys_port_trace_syscall_exit(K_SYSCALL_RTIO_CQE_COPY_OUT, rtio_cqe_copy_out, r, cqes, cqe_count, timeout, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_rtio_submit(struct rtio * r, uint32_t wait_count); - -__pinned_func -static inline int rtio_submit(struct rtio * r, uint32_t wait_count) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct rtio * val; } parm0 = { .val = r }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = wait_count }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_RTIO_SUBMIT); - } -#endif - compiler_barrier(); - return z_impl_rtio_submit(r, wait_count); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define rtio_submit(r, wait_count) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RTIO_SUBMIT, rtio_submit, r, wait_count); syscall__retval = rtio_submit(r, wait_count); sys_port_trace_syscall_exit(K_SYSCALL_RTIO_SUBMIT, rtio_submit, r, wait_count, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern struct rtio * z_impl_rtio_pool_acquire(struct rtio_pool * pool); - -__pinned_func -static inline struct rtio * rtio_pool_acquire(struct rtio_pool * pool) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct rtio_pool * val; } parm0 = { .val = pool }; - return (struct rtio *) arch_syscall_invoke1(parm0.x, K_SYSCALL_RTIO_POOL_ACQUIRE); - } -#endif - compiler_barrier(); - return z_impl_rtio_pool_acquire(pool); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define rtio_pool_acquire(pool) ({ struct rtio * syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_RTIO_POOL_ACQUIRE, rtio_pool_acquire, pool); syscall__retval = rtio_pool_acquire(pool); sys_port_trace_syscall_exit(K_SYSCALL_RTIO_POOL_ACQUIRE, rtio_pool_acquire, pool, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern void z_impl_rtio_pool_release(struct rtio_pool * pool, struct rtio * r); - -__pinned_func -static inline void rtio_pool_release(struct rtio_pool * pool, struct rtio * r) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; struct rtio_pool * val; } parm0 = { .val = pool }; - union { uintptr_t x; struct rtio * val; } parm1 = { .val = r }; - (void) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_RTIO_POOL_RELEASE); - return; - } -#endif - compiler_barrier(); - z_impl_rtio_pool_release(pool, r); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define rtio_pool_release(pool, r) do { sys_port_trace_syscall_enter(K_SYSCALL_RTIO_POOL_RELEASE, rtio_pool_release, pool, r); rtio_pool_release(pool, r); sys_port_trace_syscall_exit(K_SYSCALL_RTIO_POOL_RELEASE, rtio_pool_release, pool, r); } while(false) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/sdhc.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/sdhc.h deleted file mode 100644 index 5e0ec48..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/sdhc.h +++ /dev/null @@ -1,243 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_SDHC_H -#define Z_INCLUDE_SYSCALLS_SDHC_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_sdhc_hw_reset(const struct device * dev); - -__pinned_func -static inline int sdhc_hw_reset(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_SDHC_HW_RESET); - } -#endif - compiler_barrier(); - return z_impl_sdhc_hw_reset(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sdhc_hw_reset(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SDHC_HW_RESET, sdhc_hw_reset, dev); syscall__retval = sdhc_hw_reset(dev); sys_port_trace_syscall_exit(K_SYSCALL_SDHC_HW_RESET, sdhc_hw_reset, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_sdhc_request(const struct device * dev, struct sdhc_command * cmd, struct sdhc_data * data); - -__pinned_func -static inline int sdhc_request(const struct device * dev, struct sdhc_command * cmd, struct sdhc_data * data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct sdhc_command * val; } parm1 = { .val = cmd }; - union { uintptr_t x; struct sdhc_data * val; } parm2 = { .val = data }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_SDHC_REQUEST); - } -#endif - compiler_barrier(); - return z_impl_sdhc_request(dev, cmd, data); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sdhc_request(dev, cmd, data) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SDHC_REQUEST, sdhc_request, dev, cmd, data); syscall__retval = sdhc_request(dev, cmd, data); sys_port_trace_syscall_exit(K_SYSCALL_SDHC_REQUEST, sdhc_request, dev, cmd, data, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_sdhc_set_io(const struct device * dev, struct sdhc_io * io); - -__pinned_func -static inline int sdhc_set_io(const struct device * dev, struct sdhc_io * io) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct sdhc_io * val; } parm1 = { .val = io }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_SDHC_SET_IO); - } -#endif - compiler_barrier(); - return z_impl_sdhc_set_io(dev, io); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sdhc_set_io(dev, io) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SDHC_SET_IO, sdhc_set_io, dev, io); syscall__retval = sdhc_set_io(dev, io); sys_port_trace_syscall_exit(K_SYSCALL_SDHC_SET_IO, sdhc_set_io, dev, io, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_sdhc_card_present(const struct device * dev); - -__pinned_func -static inline int sdhc_card_present(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_SDHC_CARD_PRESENT); - } -#endif - compiler_barrier(); - return z_impl_sdhc_card_present(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sdhc_card_present(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SDHC_CARD_PRESENT, sdhc_card_present, dev); syscall__retval = sdhc_card_present(dev); sys_port_trace_syscall_exit(K_SYSCALL_SDHC_CARD_PRESENT, sdhc_card_present, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_sdhc_execute_tuning(const struct device * dev); - -__pinned_func -static inline int sdhc_execute_tuning(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_SDHC_EXECUTE_TUNING); - } -#endif - compiler_barrier(); - return z_impl_sdhc_execute_tuning(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sdhc_execute_tuning(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SDHC_EXECUTE_TUNING, sdhc_execute_tuning, dev); syscall__retval = sdhc_execute_tuning(dev); sys_port_trace_syscall_exit(K_SYSCALL_SDHC_EXECUTE_TUNING, sdhc_execute_tuning, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_sdhc_card_busy(const struct device * dev); - -__pinned_func -static inline int sdhc_card_busy(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_SDHC_CARD_BUSY); - } -#endif - compiler_barrier(); - return z_impl_sdhc_card_busy(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sdhc_card_busy(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SDHC_CARD_BUSY, sdhc_card_busy, dev); syscall__retval = sdhc_card_busy(dev); sys_port_trace_syscall_exit(K_SYSCALL_SDHC_CARD_BUSY, sdhc_card_busy, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_sdhc_get_host_props(const struct device * dev, struct sdhc_host_props * props); - -__pinned_func -static inline int sdhc_get_host_props(const struct device * dev, struct sdhc_host_props * props) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct sdhc_host_props * val; } parm1 = { .val = props }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_SDHC_GET_HOST_PROPS); - } -#endif - compiler_barrier(); - return z_impl_sdhc_get_host_props(dev, props); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sdhc_get_host_props(dev, props) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SDHC_GET_HOST_PROPS, sdhc_get_host_props, dev, props); syscall__retval = sdhc_get_host_props(dev, props); sys_port_trace_syscall_exit(K_SYSCALL_SDHC_GET_HOST_PROPS, sdhc_get_host_props, dev, props, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_sdhc_enable_interrupt(const struct device * dev, sdhc_interrupt_cb_t callback, int sources, void * user_data); - -__pinned_func -static inline int sdhc_enable_interrupt(const struct device * dev, sdhc_interrupt_cb_t callback, int sources, void * user_data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; sdhc_interrupt_cb_t val; } parm1 = { .val = callback }; - union { uintptr_t x; int val; } parm2 = { .val = sources }; - union { uintptr_t x; void * val; } parm3 = { .val = user_data }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_SDHC_ENABLE_INTERRUPT); - } -#endif - compiler_barrier(); - return z_impl_sdhc_enable_interrupt(dev, callback, sources, user_data); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sdhc_enable_interrupt(dev, callback, sources, user_data) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SDHC_ENABLE_INTERRUPT, sdhc_enable_interrupt, dev, callback, sources, user_data); syscall__retval = sdhc_enable_interrupt(dev, callback, sources, user_data); sys_port_trace_syscall_exit(K_SYSCALL_SDHC_ENABLE_INTERRUPT, sdhc_enable_interrupt, dev, callback, sources, user_data, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_sdhc_disable_interrupt(const struct device * dev, int sources); - -__pinned_func -static inline int sdhc_disable_interrupt(const struct device * dev, int sources) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; int val; } parm1 = { .val = sources }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_SDHC_DISABLE_INTERRUPT); - } -#endif - compiler_barrier(); - return z_impl_sdhc_disable_interrupt(dev, sources); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sdhc_disable_interrupt(dev, sources) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SDHC_DISABLE_INTERRUPT, sdhc_disable_interrupt, dev, sources); syscall__retval = sdhc_disable_interrupt(dev, sources); sys_port_trace_syscall_exit(K_SYSCALL_SDHC_DISABLE_INTERRUPT, sdhc_disable_interrupt, dev, sources, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/sensor.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/sensor.h deleted file mode 100644 index 582a83a..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/sensor.h +++ /dev/null @@ -1,202 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_SENSOR_H -#define Z_INCLUDE_SYSCALLS_SENSOR_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_sensor_attr_set(const struct device * dev, enum sensor_channel chan, enum sensor_attribute attr, const struct sensor_value * val); - -__pinned_func -static inline int sensor_attr_set(const struct device * dev, enum sensor_channel chan, enum sensor_attribute attr, const struct sensor_value * val) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum sensor_channel val; } parm1 = { .val = chan }; - union { uintptr_t x; enum sensor_attribute val; } parm2 = { .val = attr }; - union { uintptr_t x; const struct sensor_value * val; } parm3 = { .val = val }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_SENSOR_ATTR_SET); - } -#endif - compiler_barrier(); - return z_impl_sensor_attr_set(dev, chan, attr, val); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sensor_attr_set(dev, chan, attr, val) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SENSOR_ATTR_SET, sensor_attr_set, dev, chan, attr, val); syscall__retval = sensor_attr_set(dev, chan, attr, val); sys_port_trace_syscall_exit(K_SYSCALL_SENSOR_ATTR_SET, sensor_attr_set, dev, chan, attr, val, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_sensor_attr_get(const struct device * dev, enum sensor_channel chan, enum sensor_attribute attr, struct sensor_value * val); - -__pinned_func -static inline int sensor_attr_get(const struct device * dev, enum sensor_channel chan, enum sensor_attribute attr, struct sensor_value * val) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum sensor_channel val; } parm1 = { .val = chan }; - union { uintptr_t x; enum sensor_attribute val; } parm2 = { .val = attr }; - union { uintptr_t x; struct sensor_value * val; } parm3 = { .val = val }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_SENSOR_ATTR_GET); - } -#endif - compiler_barrier(); - return z_impl_sensor_attr_get(dev, chan, attr, val); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sensor_attr_get(dev, chan, attr, val) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SENSOR_ATTR_GET, sensor_attr_get, dev, chan, attr, val); syscall__retval = sensor_attr_get(dev, chan, attr, val); sys_port_trace_syscall_exit(K_SYSCALL_SENSOR_ATTR_GET, sensor_attr_get, dev, chan, attr, val, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_sensor_sample_fetch(const struct device * dev); - -__pinned_func -static inline int sensor_sample_fetch(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_SENSOR_SAMPLE_FETCH); - } -#endif - compiler_barrier(); - return z_impl_sensor_sample_fetch(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sensor_sample_fetch(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SENSOR_SAMPLE_FETCH, sensor_sample_fetch, dev); syscall__retval = sensor_sample_fetch(dev); sys_port_trace_syscall_exit(K_SYSCALL_SENSOR_SAMPLE_FETCH, sensor_sample_fetch, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_sensor_sample_fetch_chan(const struct device * dev, enum sensor_channel type); - -__pinned_func -static inline int sensor_sample_fetch_chan(const struct device * dev, enum sensor_channel type) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum sensor_channel val; } parm1 = { .val = type }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_SENSOR_SAMPLE_FETCH_CHAN); - } -#endif - compiler_barrier(); - return z_impl_sensor_sample_fetch_chan(dev, type); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sensor_sample_fetch_chan(dev, type) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SENSOR_SAMPLE_FETCH_CHAN, sensor_sample_fetch_chan, dev, type); syscall__retval = sensor_sample_fetch_chan(dev, type); sys_port_trace_syscall_exit(K_SYSCALL_SENSOR_SAMPLE_FETCH_CHAN, sensor_sample_fetch_chan, dev, type, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_sensor_channel_get(const struct device * dev, enum sensor_channel chan, struct sensor_value * val); - -__pinned_func -static inline int sensor_channel_get(const struct device * dev, enum sensor_channel chan, struct sensor_value * val) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum sensor_channel val; } parm1 = { .val = chan }; - union { uintptr_t x; struct sensor_value * val; } parm2 = { .val = val }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_SENSOR_CHANNEL_GET); - } -#endif - compiler_barrier(); - return z_impl_sensor_channel_get(dev, chan, val); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sensor_channel_get(dev, chan, val) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SENSOR_CHANNEL_GET, sensor_channel_get, dev, chan, val); syscall__retval = sensor_channel_get(dev, chan, val); sys_port_trace_syscall_exit(K_SYSCALL_SENSOR_CHANNEL_GET, sensor_channel_get, dev, chan, val, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_sensor_get_decoder(const struct device * dev, const struct sensor_decoder_api ** decoder); - -__pinned_func -static inline int sensor_get_decoder(const struct device * dev, const struct sensor_decoder_api ** decoder) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const struct sensor_decoder_api ** val; } parm1 = { .val = decoder }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_SENSOR_GET_DECODER); - } -#endif - compiler_barrier(); - return z_impl_sensor_get_decoder(dev, decoder); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sensor_get_decoder(dev, decoder) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SENSOR_GET_DECODER, sensor_get_decoder, dev, decoder); syscall__retval = sensor_get_decoder(dev, decoder); sys_port_trace_syscall_exit(K_SYSCALL_SENSOR_GET_DECODER, sensor_get_decoder, dev, decoder, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_sensor_reconfigure_read_iodev(const struct rtio_iodev * iodev, const struct device * sensor, const struct sensor_chan_spec * channels, size_t num_channels); - -__pinned_func -static inline int sensor_reconfigure_read_iodev(const struct rtio_iodev * iodev, const struct device * sensor, const struct sensor_chan_spec * channels, size_t num_channels) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct rtio_iodev * val; } parm0 = { .val = iodev }; - union { uintptr_t x; const struct device * val; } parm1 = { .val = sensor }; - union { uintptr_t x; const struct sensor_chan_spec * val; } parm2 = { .val = channels }; - union { uintptr_t x; size_t val; } parm3 = { .val = num_channels }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_SENSOR_RECONFIGURE_READ_IODEV); - } -#endif - compiler_barrier(); - return z_impl_sensor_reconfigure_read_iodev(iodev, sensor, channels, num_channels); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sensor_reconfigure_read_iodev(iodev, sensor, channels, num_channels) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SENSOR_RECONFIGURE_READ_IODEV, sensor_reconfigure_read_iodev, iodev, sensor, channels, num_channels); syscall__retval = sensor_reconfigure_read_iodev(iodev, sensor, channels, num_channels); sys_port_trace_syscall_exit(K_SYSCALL_SENSOR_RECONFIGURE_READ_IODEV, sensor_reconfigure_read_iodev, iodev, sensor, channels, num_channels, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/sent.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/sent.h deleted file mode 100644 index 81d5487..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/sent.h +++ /dev/null @@ -1,101 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_SENT_H -#define Z_INCLUDE_SYSCALLS_SENT_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_sent_start_listening(const struct device * dev, uint8_t channel); - -__pinned_func -static inline int sent_start_listening(const struct device * dev, uint8_t channel) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t val; } parm1 = { .val = channel }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_SENT_START_LISTENING); - } -#endif - compiler_barrier(); - return z_impl_sent_start_listening(dev, channel); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sent_start_listening(dev, channel) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SENT_START_LISTENING, sent_start_listening, dev, channel); syscall__retval = sent_start_listening(dev, channel); sys_port_trace_syscall_exit(K_SYSCALL_SENT_START_LISTENING, sent_start_listening, dev, channel, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_sent_stop_listening(const struct device * dev, uint8_t channel); - -__pinned_func -static inline int sent_stop_listening(const struct device * dev, uint8_t channel) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t val; } parm1 = { .val = channel }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_SENT_STOP_LISTENING); - } -#endif - compiler_barrier(); - return z_impl_sent_stop_listening(dev, channel); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sent_stop_listening(dev, channel) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SENT_STOP_LISTENING, sent_stop_listening, dev, channel); syscall__retval = sent_stop_listening(dev, channel); sys_port_trace_syscall_exit(K_SYSCALL_SENT_STOP_LISTENING, sent_stop_listening, dev, channel, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_sent_register_callback(const struct device * dev, uint8_t channel, struct sent_rx_callback_configs callback_configs); - -__pinned_func -static inline int sent_register_callback(const struct device * dev, uint8_t channel, struct sent_rx_callback_configs callback_configs) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t val; } parm1 = { .val = channel }; - union { uintptr_t x; struct sent_rx_callback_configs val; } parm2 = { .val = callback_configs }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_SENT_REGISTER_CALLBACK); - } -#endif - compiler_barrier(); - return z_impl_sent_register_callback(dev, channel, callback_configs); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sent_register_callback(dev, channel, callback_configs) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SENT_REGISTER_CALLBACK, sent_register_callback, dev, channel, callback_configs); syscall__retval = sent_register_callback(dev, channel, callback_configs); sys_port_trace_syscall_exit(K_SYSCALL_SENT_REGISTER_CALLBACK, sent_register_callback, dev, channel, callback_configs, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/sip_svc_driver.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/sip_svc_driver.h deleted file mode 100644 index 7d306e7..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/sip_svc_driver.h +++ /dev/null @@ -1,285 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_SIP_SVC_DRIVER_H -#define Z_INCLUDE_SYSCALLS_SIP_SVC_DRIVER_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern void z_impl_sip_supervisory_call(const struct device * dev, unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5, unsigned long arg6, struct arm_smccc_res * res); - -__pinned_func -static inline void sip_supervisory_call(const struct device * dev, unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5, unsigned long arg6, struct arm_smccc_res * res) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; unsigned long val; } parm1 = { .val = function_id }; - union { uintptr_t x; unsigned long val; } parm2 = { .val = arg0 }; - union { uintptr_t x; unsigned long val; } parm3 = { .val = arg1 }; - union { uintptr_t x; unsigned long val; } parm4 = { .val = arg2 }; - union { uintptr_t x; unsigned long val; } parm5 = { .val = arg3 }; - union { uintptr_t x; unsigned long val; } parm6 = { .val = arg4 }; - union { uintptr_t x; unsigned long val; } parm7 = { .val = arg5 }; - union { uintptr_t x; unsigned long val; } parm8 = { .val = arg6 }; - union { uintptr_t x; struct arm_smccc_res * val; } parm9 = { .val = res }; - uintptr_t more[] = { - parm5.x, - parm6.x, - parm7.x, - parm8.x, - parm9.x - }; - (void) arch_syscall_invoke6(parm0.x, parm1.x, parm2.x, parm3.x, parm4.x, (uintptr_t) &more, K_SYSCALL_SIP_SUPERVISORY_CALL); - return; - } -#endif - compiler_barrier(); - z_impl_sip_supervisory_call(dev, function_id, arg0, arg1, arg2, arg3, arg4, arg5, arg6, res); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sip_supervisory_call(dev, function_id, arg0, arg1, arg2, arg3, arg4, arg5, arg6, res) do { sys_port_trace_syscall_enter(K_SYSCALL_SIP_SUPERVISORY_CALL, sip_supervisory_call, dev, function_id, arg0, arg1, arg2, arg3, arg4, arg5, arg6, res); sip_supervisory_call(dev, function_id, arg0, arg1, arg2, arg3, arg4, arg5, arg6, res); sys_port_trace_syscall_exit(K_SYSCALL_SIP_SUPERVISORY_CALL, sip_supervisory_call, dev, function_id, arg0, arg1, arg2, arg3, arg4, arg5, arg6, res); } while(false) -#endif -#endif - - -extern bool z_impl_sip_svc_plat_func_id_valid(const struct device * dev, uint32_t command, uint32_t func_id); - -__pinned_func -static inline bool sip_svc_plat_func_id_valid(const struct device * dev, uint32_t command, uint32_t func_id) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = command }; - union { uintptr_t x; uint32_t val; } parm2 = { .val = func_id }; - return (bool) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_SIP_SVC_PLAT_FUNC_ID_VALID); - } -#endif - compiler_barrier(); - return z_impl_sip_svc_plat_func_id_valid(dev, command, func_id); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sip_svc_plat_func_id_valid(dev, command, func_id) ({ bool syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SIP_SVC_PLAT_FUNC_ID_VALID, sip_svc_plat_func_id_valid, dev, command, func_id); syscall__retval = sip_svc_plat_func_id_valid(dev, command, func_id); sys_port_trace_syscall_exit(K_SYSCALL_SIP_SVC_PLAT_FUNC_ID_VALID, sip_svc_plat_func_id_valid, dev, command, func_id, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_sip_svc_plat_format_trans_id(const struct device * dev, uint32_t client_idx, uint32_t trans_idx); - -__pinned_func -static inline uint32_t sip_svc_plat_format_trans_id(const struct device * dev, uint32_t client_idx, uint32_t trans_idx) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = client_idx }; - union { uintptr_t x; uint32_t val; } parm2 = { .val = trans_idx }; - return (uint32_t) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_SIP_SVC_PLAT_FORMAT_TRANS_ID); - } -#endif - compiler_barrier(); - return z_impl_sip_svc_plat_format_trans_id(dev, client_idx, trans_idx); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sip_svc_plat_format_trans_id(dev, client_idx, trans_idx) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SIP_SVC_PLAT_FORMAT_TRANS_ID, sip_svc_plat_format_trans_id, dev, client_idx, trans_idx); syscall__retval = sip_svc_plat_format_trans_id(dev, client_idx, trans_idx); sys_port_trace_syscall_exit(K_SYSCALL_SIP_SVC_PLAT_FORMAT_TRANS_ID, sip_svc_plat_format_trans_id, dev, client_idx, trans_idx, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern uint32_t z_impl_sip_svc_plat_get_trans_idx(const struct device * dev, uint32_t trans_id); - -__pinned_func -static inline uint32_t sip_svc_plat_get_trans_idx(const struct device * dev, uint32_t trans_id) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = trans_id }; - return (uint32_t) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_SIP_SVC_PLAT_GET_TRANS_IDX); - } -#endif - compiler_barrier(); - return z_impl_sip_svc_plat_get_trans_idx(dev, trans_id); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sip_svc_plat_get_trans_idx(dev, trans_id) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SIP_SVC_PLAT_GET_TRANS_IDX, sip_svc_plat_get_trans_idx, dev, trans_id); syscall__retval = sip_svc_plat_get_trans_idx(dev, trans_id); sys_port_trace_syscall_exit(K_SYSCALL_SIP_SVC_PLAT_GET_TRANS_IDX, sip_svc_plat_get_trans_idx, dev, trans_id, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern void z_impl_sip_svc_plat_update_trans_id(const struct device * dev, struct sip_svc_request * request, uint32_t trans_id); - -__pinned_func -static inline void sip_svc_plat_update_trans_id(const struct device * dev, struct sip_svc_request * request, uint32_t trans_id) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct sip_svc_request * val; } parm1 = { .val = request }; - union { uintptr_t x; uint32_t val; } parm2 = { .val = trans_id }; - (void) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_SIP_SVC_PLAT_UPDATE_TRANS_ID); - return; - } -#endif - compiler_barrier(); - z_impl_sip_svc_plat_update_trans_id(dev, request, trans_id); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sip_svc_plat_update_trans_id(dev, request, trans_id) do { sys_port_trace_syscall_enter(K_SYSCALL_SIP_SVC_PLAT_UPDATE_TRANS_ID, sip_svc_plat_update_trans_id, dev, request, trans_id); sip_svc_plat_update_trans_id(dev, request, trans_id); sys_port_trace_syscall_exit(K_SYSCALL_SIP_SVC_PLAT_UPDATE_TRANS_ID, sip_svc_plat_update_trans_id, dev, request, trans_id); } while(false) -#endif -#endif - - -extern uint32_t z_impl_sip_svc_plat_get_error_code(const struct device * dev, struct arm_smccc_res * res); - -__pinned_func -static inline uint32_t sip_svc_plat_get_error_code(const struct device * dev, struct arm_smccc_res * res) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct arm_smccc_res * val; } parm1 = { .val = res }; - return (uint32_t) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_SIP_SVC_PLAT_GET_ERROR_CODE); - } -#endif - compiler_barrier(); - return z_impl_sip_svc_plat_get_error_code(dev, res); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sip_svc_plat_get_error_code(dev, res) ({ uint32_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SIP_SVC_PLAT_GET_ERROR_CODE, sip_svc_plat_get_error_code, dev, res); syscall__retval = sip_svc_plat_get_error_code(dev, res); sys_port_trace_syscall_exit(K_SYSCALL_SIP_SVC_PLAT_GET_ERROR_CODE, sip_svc_plat_get_error_code, dev, res, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_sip_svc_plat_async_res_req(const struct device * dev, unsigned long * a0, unsigned long * a1, unsigned long * a2, unsigned long * a3, unsigned long * a4, unsigned long * a5, unsigned long * a6, unsigned long * a7, char * buf, size_t size); - -__pinned_func -static inline int sip_svc_plat_async_res_req(const struct device * dev, unsigned long * a0, unsigned long * a1, unsigned long * a2, unsigned long * a3, unsigned long * a4, unsigned long * a5, unsigned long * a6, unsigned long * a7, char * buf, size_t size) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; unsigned long * val; } parm1 = { .val = a0 }; - union { uintptr_t x; unsigned long * val; } parm2 = { .val = a1 }; - union { uintptr_t x; unsigned long * val; } parm3 = { .val = a2 }; - union { uintptr_t x; unsigned long * val; } parm4 = { .val = a3 }; - union { uintptr_t x; unsigned long * val; } parm5 = { .val = a4 }; - union { uintptr_t x; unsigned long * val; } parm6 = { .val = a5 }; - union { uintptr_t x; unsigned long * val; } parm7 = { .val = a6 }; - union { uintptr_t x; unsigned long * val; } parm8 = { .val = a7 }; - union { uintptr_t x; char * val; } parm9 = { .val = buf }; - union { uintptr_t x; size_t val; } parm10 = { .val = size }; - uintptr_t more[] = { - parm5.x, - parm6.x, - parm7.x, - parm8.x, - parm9.x, - parm10.x - }; - return (int) arch_syscall_invoke6(parm0.x, parm1.x, parm2.x, parm3.x, parm4.x, (uintptr_t) &more, K_SYSCALL_SIP_SVC_PLAT_ASYNC_RES_REQ); - } -#endif - compiler_barrier(); - return z_impl_sip_svc_plat_async_res_req(dev, a0, a1, a2, a3, a4, a5, a6, a7, buf, size); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sip_svc_plat_async_res_req(dev, a0, a1, a2, a3, a4, a5, a6, a7, buf, size) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SIP_SVC_PLAT_ASYNC_RES_REQ, sip_svc_plat_async_res_req, dev, a0, a1, a2, a3, a4, a5, a6, a7, buf, size); syscall__retval = sip_svc_plat_async_res_req(dev, a0, a1, a2, a3, a4, a5, a6, a7, buf, size); sys_port_trace_syscall_exit(K_SYSCALL_SIP_SVC_PLAT_ASYNC_RES_REQ, sip_svc_plat_async_res_req, dev, a0, a1, a2, a3, a4, a5, a6, a7, buf, size, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_sip_svc_plat_async_res_res(const struct device * dev, struct arm_smccc_res * res, char * buf, size_t * size, uint32_t * trans_id); - -__pinned_func -static inline int sip_svc_plat_async_res_res(const struct device * dev, struct arm_smccc_res * res, char * buf, size_t * size, uint32_t * trans_id) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct arm_smccc_res * val; } parm1 = { .val = res }; - union { uintptr_t x; char * val; } parm2 = { .val = buf }; - union { uintptr_t x; size_t * val; } parm3 = { .val = size }; - union { uintptr_t x; uint32_t * val; } parm4 = { .val = trans_id }; - return (int) arch_syscall_invoke5(parm0.x, parm1.x, parm2.x, parm3.x, parm4.x, K_SYSCALL_SIP_SVC_PLAT_ASYNC_RES_RES); - } -#endif - compiler_barrier(); - return z_impl_sip_svc_plat_async_res_res(dev, res, buf, size, trans_id); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sip_svc_plat_async_res_res(dev, res, buf, size, trans_id) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SIP_SVC_PLAT_ASYNC_RES_RES, sip_svc_plat_async_res_res, dev, res, buf, size, trans_id); syscall__retval = sip_svc_plat_async_res_res(dev, res, buf, size, trans_id); sys_port_trace_syscall_exit(K_SYSCALL_SIP_SVC_PLAT_ASYNC_RES_RES, sip_svc_plat_async_res_res, dev, res, buf, size, trans_id, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern void z_impl_sip_svc_plat_free_async_memory(const struct device * dev, struct sip_svc_request * request); - -__pinned_func -static inline void sip_svc_plat_free_async_memory(const struct device * dev, struct sip_svc_request * request) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct sip_svc_request * val; } parm1 = { .val = request }; - (void) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_SIP_SVC_PLAT_FREE_ASYNC_MEMORY); - return; - } -#endif - compiler_barrier(); - z_impl_sip_svc_plat_free_async_memory(dev, request); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sip_svc_plat_free_async_memory(dev, request) do { sys_port_trace_syscall_enter(K_SYSCALL_SIP_SVC_PLAT_FREE_ASYNC_MEMORY, sip_svc_plat_free_async_memory, dev, request); sip_svc_plat_free_async_memory(dev, request); sys_port_trace_syscall_exit(K_SYSCALL_SIP_SVC_PLAT_FREE_ASYNC_MEMORY, sip_svc_plat_free_async_memory, dev, request); } while(false) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/smbus.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/smbus.h deleted file mode 100644 index ff86135..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/smbus.h +++ /dev/null @@ -1,417 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_SMBUS_H -#define Z_INCLUDE_SYSCALLS_SMBUS_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_smbus_configure(const struct device * dev, uint32_t dev_config); - -__pinned_func -static inline int smbus_configure(const struct device * dev, uint32_t dev_config) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = dev_config }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_SMBUS_CONFIGURE); - } -#endif - compiler_barrier(); - return z_impl_smbus_configure(dev, dev_config); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define smbus_configure(dev, dev_config) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SMBUS_CONFIGURE, smbus_configure, dev, dev_config); syscall__retval = smbus_configure(dev, dev_config); sys_port_trace_syscall_exit(K_SYSCALL_SMBUS_CONFIGURE, smbus_configure, dev, dev_config, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_smbus_get_config(const struct device * dev, uint32_t * dev_config); - -__pinned_func -static inline int smbus_get_config(const struct device * dev, uint32_t * dev_config) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t * val; } parm1 = { .val = dev_config }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_SMBUS_GET_CONFIG); - } -#endif - compiler_barrier(); - return z_impl_smbus_get_config(dev, dev_config); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define smbus_get_config(dev, dev_config) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SMBUS_GET_CONFIG, smbus_get_config, dev, dev_config); syscall__retval = smbus_get_config(dev, dev_config); sys_port_trace_syscall_exit(K_SYSCALL_SMBUS_GET_CONFIG, smbus_get_config, dev, dev_config, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_smbus_smbalert_remove_cb(const struct device * dev, struct smbus_callback * cb); - -__pinned_func -static inline int smbus_smbalert_remove_cb(const struct device * dev, struct smbus_callback * cb) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct smbus_callback * val; } parm1 = { .val = cb }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_SMBUS_SMBALERT_REMOVE_CB); - } -#endif - compiler_barrier(); - return z_impl_smbus_smbalert_remove_cb(dev, cb); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define smbus_smbalert_remove_cb(dev, cb) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SMBUS_SMBALERT_REMOVE_CB, smbus_smbalert_remove_cb, dev, cb); syscall__retval = smbus_smbalert_remove_cb(dev, cb); sys_port_trace_syscall_exit(K_SYSCALL_SMBUS_SMBALERT_REMOVE_CB, smbus_smbalert_remove_cb, dev, cb, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_smbus_host_notify_remove_cb(const struct device * dev, struct smbus_callback * cb); - -__pinned_func -static inline int smbus_host_notify_remove_cb(const struct device * dev, struct smbus_callback * cb) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct smbus_callback * val; } parm1 = { .val = cb }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_SMBUS_HOST_NOTIFY_REMOVE_CB); - } -#endif - compiler_barrier(); - return z_impl_smbus_host_notify_remove_cb(dev, cb); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define smbus_host_notify_remove_cb(dev, cb) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SMBUS_HOST_NOTIFY_REMOVE_CB, smbus_host_notify_remove_cb, dev, cb); syscall__retval = smbus_host_notify_remove_cb(dev, cb); sys_port_trace_syscall_exit(K_SYSCALL_SMBUS_HOST_NOTIFY_REMOVE_CB, smbus_host_notify_remove_cb, dev, cb, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_smbus_quick(const struct device * dev, uint16_t addr, enum smbus_direction direction); - -__pinned_func -static inline int smbus_quick(const struct device * dev, uint16_t addr, enum smbus_direction direction) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint16_t val; } parm1 = { .val = addr }; - union { uintptr_t x; enum smbus_direction val; } parm2 = { .val = direction }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_SMBUS_QUICK); - } -#endif - compiler_barrier(); - return z_impl_smbus_quick(dev, addr, direction); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define smbus_quick(dev, addr, direction) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SMBUS_QUICK, smbus_quick, dev, addr, direction); syscall__retval = smbus_quick(dev, addr, direction); sys_port_trace_syscall_exit(K_SYSCALL_SMBUS_QUICK, smbus_quick, dev, addr, direction, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_smbus_byte_write(const struct device * dev, uint16_t addr, uint8_t byte); - -__pinned_func -static inline int smbus_byte_write(const struct device * dev, uint16_t addr, uint8_t byte) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint16_t val; } parm1 = { .val = addr }; - union { uintptr_t x; uint8_t val; } parm2 = { .val = byte }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_SMBUS_BYTE_WRITE); - } -#endif - compiler_barrier(); - return z_impl_smbus_byte_write(dev, addr, byte); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define smbus_byte_write(dev, addr, byte) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SMBUS_BYTE_WRITE, smbus_byte_write, dev, addr, byte); syscall__retval = smbus_byte_write(dev, addr, byte); sys_port_trace_syscall_exit(K_SYSCALL_SMBUS_BYTE_WRITE, smbus_byte_write, dev, addr, byte, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_smbus_byte_read(const struct device * dev, uint16_t addr, uint8_t * byte); - -__pinned_func -static inline int smbus_byte_read(const struct device * dev, uint16_t addr, uint8_t * byte) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint16_t val; } parm1 = { .val = addr }; - union { uintptr_t x; uint8_t * val; } parm2 = { .val = byte }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_SMBUS_BYTE_READ); - } -#endif - compiler_barrier(); - return z_impl_smbus_byte_read(dev, addr, byte); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define smbus_byte_read(dev, addr, byte) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SMBUS_BYTE_READ, smbus_byte_read, dev, addr, byte); syscall__retval = smbus_byte_read(dev, addr, byte); sys_port_trace_syscall_exit(K_SYSCALL_SMBUS_BYTE_READ, smbus_byte_read, dev, addr, byte, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_smbus_byte_data_write(const struct device * dev, uint16_t addr, uint8_t cmd, uint8_t byte); - -__pinned_func -static inline int smbus_byte_data_write(const struct device * dev, uint16_t addr, uint8_t cmd, uint8_t byte) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint16_t val; } parm1 = { .val = addr }; - union { uintptr_t x; uint8_t val; } parm2 = { .val = cmd }; - union { uintptr_t x; uint8_t val; } parm3 = { .val = byte }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_SMBUS_BYTE_DATA_WRITE); - } -#endif - compiler_barrier(); - return z_impl_smbus_byte_data_write(dev, addr, cmd, byte); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define smbus_byte_data_write(dev, addr, cmd, byte) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SMBUS_BYTE_DATA_WRITE, smbus_byte_data_write, dev, addr, cmd, byte); syscall__retval = smbus_byte_data_write(dev, addr, cmd, byte); sys_port_trace_syscall_exit(K_SYSCALL_SMBUS_BYTE_DATA_WRITE, smbus_byte_data_write, dev, addr, cmd, byte, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_smbus_byte_data_read(const struct device * dev, uint16_t addr, uint8_t cmd, uint8_t * byte); - -__pinned_func -static inline int smbus_byte_data_read(const struct device * dev, uint16_t addr, uint8_t cmd, uint8_t * byte) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint16_t val; } parm1 = { .val = addr }; - union { uintptr_t x; uint8_t val; } parm2 = { .val = cmd }; - union { uintptr_t x; uint8_t * val; } parm3 = { .val = byte }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_SMBUS_BYTE_DATA_READ); - } -#endif - compiler_barrier(); - return z_impl_smbus_byte_data_read(dev, addr, cmd, byte); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define smbus_byte_data_read(dev, addr, cmd, byte) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SMBUS_BYTE_DATA_READ, smbus_byte_data_read, dev, addr, cmd, byte); syscall__retval = smbus_byte_data_read(dev, addr, cmd, byte); sys_port_trace_syscall_exit(K_SYSCALL_SMBUS_BYTE_DATA_READ, smbus_byte_data_read, dev, addr, cmd, byte, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_smbus_word_data_write(const struct device * dev, uint16_t addr, uint8_t cmd, uint16_t word); - -__pinned_func -static inline int smbus_word_data_write(const struct device * dev, uint16_t addr, uint8_t cmd, uint16_t word) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint16_t val; } parm1 = { .val = addr }; - union { uintptr_t x; uint8_t val; } parm2 = { .val = cmd }; - union { uintptr_t x; uint16_t val; } parm3 = { .val = word }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_SMBUS_WORD_DATA_WRITE); - } -#endif - compiler_barrier(); - return z_impl_smbus_word_data_write(dev, addr, cmd, word); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define smbus_word_data_write(dev, addr, cmd, word) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SMBUS_WORD_DATA_WRITE, smbus_word_data_write, dev, addr, cmd, word); syscall__retval = smbus_word_data_write(dev, addr, cmd, word); sys_port_trace_syscall_exit(K_SYSCALL_SMBUS_WORD_DATA_WRITE, smbus_word_data_write, dev, addr, cmd, word, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_smbus_word_data_read(const struct device * dev, uint16_t addr, uint8_t cmd, uint16_t * word); - -__pinned_func -static inline int smbus_word_data_read(const struct device * dev, uint16_t addr, uint8_t cmd, uint16_t * word) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint16_t val; } parm1 = { .val = addr }; - union { uintptr_t x; uint8_t val; } parm2 = { .val = cmd }; - union { uintptr_t x; uint16_t * val; } parm3 = { .val = word }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_SMBUS_WORD_DATA_READ); - } -#endif - compiler_barrier(); - return z_impl_smbus_word_data_read(dev, addr, cmd, word); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define smbus_word_data_read(dev, addr, cmd, word) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SMBUS_WORD_DATA_READ, smbus_word_data_read, dev, addr, cmd, word); syscall__retval = smbus_word_data_read(dev, addr, cmd, word); sys_port_trace_syscall_exit(K_SYSCALL_SMBUS_WORD_DATA_READ, smbus_word_data_read, dev, addr, cmd, word, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_smbus_pcall(const struct device * dev, uint16_t addr, uint8_t cmd, uint16_t send_word, uint16_t * recv_word); - -__pinned_func -static inline int smbus_pcall(const struct device * dev, uint16_t addr, uint8_t cmd, uint16_t send_word, uint16_t * recv_word) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint16_t val; } parm1 = { .val = addr }; - union { uintptr_t x; uint8_t val; } parm2 = { .val = cmd }; - union { uintptr_t x; uint16_t val; } parm3 = { .val = send_word }; - union { uintptr_t x; uint16_t * val; } parm4 = { .val = recv_word }; - return (int) arch_syscall_invoke5(parm0.x, parm1.x, parm2.x, parm3.x, parm4.x, K_SYSCALL_SMBUS_PCALL); - } -#endif - compiler_barrier(); - return z_impl_smbus_pcall(dev, addr, cmd, send_word, recv_word); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define smbus_pcall(dev, addr, cmd, send_word, recv_word) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SMBUS_PCALL, smbus_pcall, dev, addr, cmd, send_word, recv_word); syscall__retval = smbus_pcall(dev, addr, cmd, send_word, recv_word); sys_port_trace_syscall_exit(K_SYSCALL_SMBUS_PCALL, smbus_pcall, dev, addr, cmd, send_word, recv_word, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_smbus_block_write(const struct device * dev, uint16_t addr, uint8_t cmd, uint8_t count, uint8_t * buf); - -__pinned_func -static inline int smbus_block_write(const struct device * dev, uint16_t addr, uint8_t cmd, uint8_t count, uint8_t * buf) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint16_t val; } parm1 = { .val = addr }; - union { uintptr_t x; uint8_t val; } parm2 = { .val = cmd }; - union { uintptr_t x; uint8_t val; } parm3 = { .val = count }; - union { uintptr_t x; uint8_t * val; } parm4 = { .val = buf }; - return (int) arch_syscall_invoke5(parm0.x, parm1.x, parm2.x, parm3.x, parm4.x, K_SYSCALL_SMBUS_BLOCK_WRITE); - } -#endif - compiler_barrier(); - return z_impl_smbus_block_write(dev, addr, cmd, count, buf); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define smbus_block_write(dev, addr, cmd, count, buf) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SMBUS_BLOCK_WRITE, smbus_block_write, dev, addr, cmd, count, buf); syscall__retval = smbus_block_write(dev, addr, cmd, count, buf); sys_port_trace_syscall_exit(K_SYSCALL_SMBUS_BLOCK_WRITE, smbus_block_write, dev, addr, cmd, count, buf, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_smbus_block_read(const struct device * dev, uint16_t addr, uint8_t cmd, uint8_t * count, uint8_t * buf); - -__pinned_func -static inline int smbus_block_read(const struct device * dev, uint16_t addr, uint8_t cmd, uint8_t * count, uint8_t * buf) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint16_t val; } parm1 = { .val = addr }; - union { uintptr_t x; uint8_t val; } parm2 = { .val = cmd }; - union { uintptr_t x; uint8_t * val; } parm3 = { .val = count }; - union { uintptr_t x; uint8_t * val; } parm4 = { .val = buf }; - return (int) arch_syscall_invoke5(parm0.x, parm1.x, parm2.x, parm3.x, parm4.x, K_SYSCALL_SMBUS_BLOCK_READ); - } -#endif - compiler_barrier(); - return z_impl_smbus_block_read(dev, addr, cmd, count, buf); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define smbus_block_read(dev, addr, cmd, count, buf) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SMBUS_BLOCK_READ, smbus_block_read, dev, addr, cmd, count, buf); syscall__retval = smbus_block_read(dev, addr, cmd, count, buf); sys_port_trace_syscall_exit(K_SYSCALL_SMBUS_BLOCK_READ, smbus_block_read, dev, addr, cmd, count, buf, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_smbus_block_pcall(const struct device * dev, uint16_t addr, uint8_t cmd, uint8_t snd_count, uint8_t * snd_buf, uint8_t * rcv_count, uint8_t * rcv_buf); - -__pinned_func -static inline int smbus_block_pcall(const struct device * dev, uint16_t addr, uint8_t cmd, uint8_t snd_count, uint8_t * snd_buf, uint8_t * rcv_count, uint8_t * rcv_buf) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint16_t val; } parm1 = { .val = addr }; - union { uintptr_t x; uint8_t val; } parm2 = { .val = cmd }; - union { uintptr_t x; uint8_t val; } parm3 = { .val = snd_count }; - union { uintptr_t x; uint8_t * val; } parm4 = { .val = snd_buf }; - union { uintptr_t x; uint8_t * val; } parm5 = { .val = rcv_count }; - union { uintptr_t x; uint8_t * val; } parm6 = { .val = rcv_buf }; - uintptr_t more[] = { - parm5.x, - parm6.x - }; - return (int) arch_syscall_invoke6(parm0.x, parm1.x, parm2.x, parm3.x, parm4.x, (uintptr_t) &more, K_SYSCALL_SMBUS_BLOCK_PCALL); - } -#endif - compiler_barrier(); - return z_impl_smbus_block_pcall(dev, addr, cmd, snd_count, snd_buf, rcv_count, rcv_buf); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define smbus_block_pcall(dev, addr, cmd, snd_count, snd_buf, rcv_count, rcv_buf) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SMBUS_BLOCK_PCALL, smbus_block_pcall, dev, addr, cmd, snd_count, snd_buf, rcv_count, rcv_buf); syscall__retval = smbus_block_pcall(dev, addr, cmd, snd_count, snd_buf, rcv_count, rcv_buf); sys_port_trace_syscall_exit(K_SYSCALL_SMBUS_BLOCK_PCALL, smbus_block_pcall, dev, addr, cmd, snd_count, snd_buf, rcv_count, rcv_buf, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/socket.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/socket.h deleted file mode 100644 index 1fb8600..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/socket.h +++ /dev/null @@ -1,586 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_SOCKET_H -#define Z_INCLUDE_SYSCALLS_SOCKET_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern void * z_impl_zsock_get_context_object(int sock); - -__pinned_func -static inline void * zsock_get_context_object(int sock) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = sock }; - return (void *) arch_syscall_invoke1(parm0.x, K_SYSCALL_ZSOCK_GET_CONTEXT_OBJECT); - } -#endif - compiler_barrier(); - return z_impl_zsock_get_context_object(sock); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zsock_get_context_object(sock) ({ void * syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZSOCK_GET_CONTEXT_OBJECT, zsock_get_context_object, sock); syscall__retval = zsock_get_context_object(sock); sys_port_trace_syscall_exit(K_SYSCALL_ZSOCK_GET_CONTEXT_OBJECT, zsock_get_context_object, sock, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_zsock_socket(int family, int type, int proto); - -__pinned_func -static inline int zsock_socket(int family, int type, int proto) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = family }; - union { uintptr_t x; int val; } parm1 = { .val = type }; - union { uintptr_t x; int val; } parm2 = { .val = proto }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_ZSOCK_SOCKET); - } -#endif - compiler_barrier(); - return z_impl_zsock_socket(family, type, proto); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zsock_socket(family, type, proto) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZSOCK_SOCKET, zsock_socket, family, type, proto); syscall__retval = zsock_socket(family, type, proto); sys_port_trace_syscall_exit(K_SYSCALL_ZSOCK_SOCKET, zsock_socket, family, type, proto, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_zsock_socketpair(int family, int type, int proto, int * sv); - -__pinned_func -static inline int zsock_socketpair(int family, int type, int proto, int * sv) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = family }; - union { uintptr_t x; int val; } parm1 = { .val = type }; - union { uintptr_t x; int val; } parm2 = { .val = proto }; - union { uintptr_t x; int * val; } parm3 = { .val = sv }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_ZSOCK_SOCKETPAIR); - } -#endif - compiler_barrier(); - return z_impl_zsock_socketpair(family, type, proto, sv); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zsock_socketpair(family, type, proto, sv) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZSOCK_SOCKETPAIR, zsock_socketpair, family, type, proto, sv); syscall__retval = zsock_socketpair(family, type, proto, sv); sys_port_trace_syscall_exit(K_SYSCALL_ZSOCK_SOCKETPAIR, zsock_socketpair, family, type, proto, sv, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_zsock_close(int sock); - -__pinned_func -static inline int zsock_close(int sock) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = sock }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_ZSOCK_CLOSE); - } -#endif - compiler_barrier(); - return z_impl_zsock_close(sock); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zsock_close(sock) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZSOCK_CLOSE, zsock_close, sock); syscall__retval = zsock_close(sock); sys_port_trace_syscall_exit(K_SYSCALL_ZSOCK_CLOSE, zsock_close, sock, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_zsock_shutdown(int sock, int how); - -__pinned_func -static inline int zsock_shutdown(int sock, int how) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = sock }; - union { uintptr_t x; int val; } parm1 = { .val = how }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ZSOCK_SHUTDOWN); - } -#endif - compiler_barrier(); - return z_impl_zsock_shutdown(sock, how); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zsock_shutdown(sock, how) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZSOCK_SHUTDOWN, zsock_shutdown, sock, how); syscall__retval = zsock_shutdown(sock, how); sys_port_trace_syscall_exit(K_SYSCALL_ZSOCK_SHUTDOWN, zsock_shutdown, sock, how, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_zsock_bind(int sock, const struct net_sockaddr * addr, net_socklen_t addrlen); - -__pinned_func -static inline int zsock_bind(int sock, const struct net_sockaddr * addr, net_socklen_t addrlen) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = sock }; - union { uintptr_t x; const struct net_sockaddr * val; } parm1 = { .val = addr }; - union { uintptr_t x; net_socklen_t val; } parm2 = { .val = addrlen }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_ZSOCK_BIND); - } -#endif - compiler_barrier(); - return z_impl_zsock_bind(sock, addr, addrlen); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zsock_bind(sock, addr, addrlen) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZSOCK_BIND, zsock_bind, sock, addr, addrlen); syscall__retval = zsock_bind(sock, addr, addrlen); sys_port_trace_syscall_exit(K_SYSCALL_ZSOCK_BIND, zsock_bind, sock, addr, addrlen, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_zsock_connect(int sock, const struct net_sockaddr * addr, net_socklen_t addrlen); - -__pinned_func -static inline int zsock_connect(int sock, const struct net_sockaddr * addr, net_socklen_t addrlen) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = sock }; - union { uintptr_t x; const struct net_sockaddr * val; } parm1 = { .val = addr }; - union { uintptr_t x; net_socklen_t val; } parm2 = { .val = addrlen }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_ZSOCK_CONNECT); - } -#endif - compiler_barrier(); - return z_impl_zsock_connect(sock, addr, addrlen); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zsock_connect(sock, addr, addrlen) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZSOCK_CONNECT, zsock_connect, sock, addr, addrlen); syscall__retval = zsock_connect(sock, addr, addrlen); sys_port_trace_syscall_exit(K_SYSCALL_ZSOCK_CONNECT, zsock_connect, sock, addr, addrlen, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_zsock_listen(int sock, int backlog); - -__pinned_func -static inline int zsock_listen(int sock, int backlog) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = sock }; - union { uintptr_t x; int val; } parm1 = { .val = backlog }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ZSOCK_LISTEN); - } -#endif - compiler_barrier(); - return z_impl_zsock_listen(sock, backlog); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zsock_listen(sock, backlog) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZSOCK_LISTEN, zsock_listen, sock, backlog); syscall__retval = zsock_listen(sock, backlog); sys_port_trace_syscall_exit(K_SYSCALL_ZSOCK_LISTEN, zsock_listen, sock, backlog, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_zsock_accept(int sock, struct net_sockaddr * addr, net_socklen_t * addrlen); - -__pinned_func -static inline int zsock_accept(int sock, struct net_sockaddr * addr, net_socklen_t * addrlen) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = sock }; - union { uintptr_t x; struct net_sockaddr * val; } parm1 = { .val = addr }; - union { uintptr_t x; net_socklen_t * val; } parm2 = { .val = addrlen }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_ZSOCK_ACCEPT); - } -#endif - compiler_barrier(); - return z_impl_zsock_accept(sock, addr, addrlen); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zsock_accept(sock, addr, addrlen) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZSOCK_ACCEPT, zsock_accept, sock, addr, addrlen); syscall__retval = zsock_accept(sock, addr, addrlen); sys_port_trace_syscall_exit(K_SYSCALL_ZSOCK_ACCEPT, zsock_accept, sock, addr, addrlen, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern ssize_t z_impl_zsock_sendto(int sock, const void * buf, size_t len, int flags, const struct net_sockaddr * dest_addr, net_socklen_t addrlen); - -__pinned_func -static inline ssize_t zsock_sendto(int sock, const void * buf, size_t len, int flags, const struct net_sockaddr * dest_addr, net_socklen_t addrlen) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = sock }; - union { uintptr_t x; const void * val; } parm1 = { .val = buf }; - union { uintptr_t x; size_t val; } parm2 = { .val = len }; - union { uintptr_t x; int val; } parm3 = { .val = flags }; - union { uintptr_t x; const struct net_sockaddr * val; } parm4 = { .val = dest_addr }; - union { uintptr_t x; net_socklen_t val; } parm5 = { .val = addrlen }; - return (ssize_t) arch_syscall_invoke6(parm0.x, parm1.x, parm2.x, parm3.x, parm4.x, parm5.x, K_SYSCALL_ZSOCK_SENDTO); - } -#endif - compiler_barrier(); - return z_impl_zsock_sendto(sock, buf, len, flags, dest_addr, addrlen); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zsock_sendto(sock, buf, len, flags, dest_addr, addrlen) ({ ssize_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZSOCK_SENDTO, zsock_sendto, sock, buf, len, flags, dest_addr, addrlen); syscall__retval = zsock_sendto(sock, buf, len, flags, dest_addr, addrlen); sys_port_trace_syscall_exit(K_SYSCALL_ZSOCK_SENDTO, zsock_sendto, sock, buf, len, flags, dest_addr, addrlen, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern ssize_t z_impl_zsock_sendmsg(int sock, const struct net_msghdr * msg, int flags); - -__pinned_func -static inline ssize_t zsock_sendmsg(int sock, const struct net_msghdr * msg, int flags) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = sock }; - union { uintptr_t x; const struct net_msghdr * val; } parm1 = { .val = msg }; - union { uintptr_t x; int val; } parm2 = { .val = flags }; - return (ssize_t) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_ZSOCK_SENDMSG); - } -#endif - compiler_barrier(); - return z_impl_zsock_sendmsg(sock, msg, flags); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zsock_sendmsg(sock, msg, flags) ({ ssize_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZSOCK_SENDMSG, zsock_sendmsg, sock, msg, flags); syscall__retval = zsock_sendmsg(sock, msg, flags); sys_port_trace_syscall_exit(K_SYSCALL_ZSOCK_SENDMSG, zsock_sendmsg, sock, msg, flags, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern ssize_t z_impl_zsock_recvfrom(int sock, void * buf, size_t max_len, int flags, struct net_sockaddr * src_addr, net_socklen_t * addrlen); - -__pinned_func -static inline ssize_t zsock_recvfrom(int sock, void * buf, size_t max_len, int flags, struct net_sockaddr * src_addr, net_socklen_t * addrlen) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = sock }; - union { uintptr_t x; void * val; } parm1 = { .val = buf }; - union { uintptr_t x; size_t val; } parm2 = { .val = max_len }; - union { uintptr_t x; int val; } parm3 = { .val = flags }; - union { uintptr_t x; struct net_sockaddr * val; } parm4 = { .val = src_addr }; - union { uintptr_t x; net_socklen_t * val; } parm5 = { .val = addrlen }; - return (ssize_t) arch_syscall_invoke6(parm0.x, parm1.x, parm2.x, parm3.x, parm4.x, parm5.x, K_SYSCALL_ZSOCK_RECVFROM); - } -#endif - compiler_barrier(); - return z_impl_zsock_recvfrom(sock, buf, max_len, flags, src_addr, addrlen); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zsock_recvfrom(sock, buf, max_len, flags, src_addr, addrlen) ({ ssize_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZSOCK_RECVFROM, zsock_recvfrom, sock, buf, max_len, flags, src_addr, addrlen); syscall__retval = zsock_recvfrom(sock, buf, max_len, flags, src_addr, addrlen); sys_port_trace_syscall_exit(K_SYSCALL_ZSOCK_RECVFROM, zsock_recvfrom, sock, buf, max_len, flags, src_addr, addrlen, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern ssize_t z_impl_zsock_recvmsg(int sock, struct net_msghdr * msg, int flags); - -__pinned_func -static inline ssize_t zsock_recvmsg(int sock, struct net_msghdr * msg, int flags) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = sock }; - union { uintptr_t x; struct net_msghdr * val; } parm1 = { .val = msg }; - union { uintptr_t x; int val; } parm2 = { .val = flags }; - return (ssize_t) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_ZSOCK_RECVMSG); - } -#endif - compiler_barrier(); - return z_impl_zsock_recvmsg(sock, msg, flags); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zsock_recvmsg(sock, msg, flags) ({ ssize_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZSOCK_RECVMSG, zsock_recvmsg, sock, msg, flags); syscall__retval = zsock_recvmsg(sock, msg, flags); sys_port_trace_syscall_exit(K_SYSCALL_ZSOCK_RECVMSG, zsock_recvmsg, sock, msg, flags, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_zsock_fcntl_impl(int sock, int cmd, int flags); - -__pinned_func -static inline int zsock_fcntl_impl(int sock, int cmd, int flags) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = sock }; - union { uintptr_t x; int val; } parm1 = { .val = cmd }; - union { uintptr_t x; int val; } parm2 = { .val = flags }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_ZSOCK_FCNTL_IMPL); - } -#endif - compiler_barrier(); - return z_impl_zsock_fcntl_impl(sock, cmd, flags); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zsock_fcntl_impl(sock, cmd, flags) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZSOCK_FCNTL_IMPL, zsock_fcntl_impl, sock, cmd, flags); syscall__retval = zsock_fcntl_impl(sock, cmd, flags); sys_port_trace_syscall_exit(K_SYSCALL_ZSOCK_FCNTL_IMPL, zsock_fcntl_impl, sock, cmd, flags, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_zsock_ioctl_impl(int sock, unsigned long request, va_list ap); - -__pinned_func -static inline int zsock_ioctl_impl(int sock, unsigned long request, va_list ap) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = sock }; - union { uintptr_t x; unsigned long val; } parm1 = { .val = request }; - union { uintptr_t x; va_list val; } parm2; - va_copy(parm2.val, ap); - int invoke__retval = arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_ZSOCK_IOCTL_IMPL); - va_end(parm2.val); - return invoke__retval; - } -#endif - compiler_barrier(); - return z_impl_zsock_ioctl_impl(sock, request, ap); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zsock_ioctl_impl(sock, request, ap) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZSOCK_IOCTL_IMPL, zsock_ioctl_impl, sock, request, ap); syscall__retval = zsock_ioctl_impl(sock, request, ap); sys_port_trace_syscall_exit(K_SYSCALL_ZSOCK_IOCTL_IMPL, zsock_ioctl_impl, sock, request, ap, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_zsock_getsockopt(int sock, int level, int optname, void * optval, net_socklen_t * optlen); - -__pinned_func -static inline int zsock_getsockopt(int sock, int level, int optname, void * optval, net_socklen_t * optlen) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = sock }; - union { uintptr_t x; int val; } parm1 = { .val = level }; - union { uintptr_t x; int val; } parm2 = { .val = optname }; - union { uintptr_t x; void * val; } parm3 = { .val = optval }; - union { uintptr_t x; net_socklen_t * val; } parm4 = { .val = optlen }; - return (int) arch_syscall_invoke5(parm0.x, parm1.x, parm2.x, parm3.x, parm4.x, K_SYSCALL_ZSOCK_GETSOCKOPT); - } -#endif - compiler_barrier(); - return z_impl_zsock_getsockopt(sock, level, optname, optval, optlen); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zsock_getsockopt(sock, level, optname, optval, optlen) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZSOCK_GETSOCKOPT, zsock_getsockopt, sock, level, optname, optval, optlen); syscall__retval = zsock_getsockopt(sock, level, optname, optval, optlen); sys_port_trace_syscall_exit(K_SYSCALL_ZSOCK_GETSOCKOPT, zsock_getsockopt, sock, level, optname, optval, optlen, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_zsock_setsockopt(int sock, int level, int optname, const void * optval, net_socklen_t optlen); - -__pinned_func -static inline int zsock_setsockopt(int sock, int level, int optname, const void * optval, net_socklen_t optlen) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = sock }; - union { uintptr_t x; int val; } parm1 = { .val = level }; - union { uintptr_t x; int val; } parm2 = { .val = optname }; - union { uintptr_t x; const void * val; } parm3 = { .val = optval }; - union { uintptr_t x; net_socklen_t val; } parm4 = { .val = optlen }; - return (int) arch_syscall_invoke5(parm0.x, parm1.x, parm2.x, parm3.x, parm4.x, K_SYSCALL_ZSOCK_SETSOCKOPT); - } -#endif - compiler_barrier(); - return z_impl_zsock_setsockopt(sock, level, optname, optval, optlen); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zsock_setsockopt(sock, level, optname, optval, optlen) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZSOCK_SETSOCKOPT, zsock_setsockopt, sock, level, optname, optval, optlen); syscall__retval = zsock_setsockopt(sock, level, optname, optval, optlen); sys_port_trace_syscall_exit(K_SYSCALL_ZSOCK_SETSOCKOPT, zsock_setsockopt, sock, level, optname, optval, optlen, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_zsock_getpeername(int sock, struct net_sockaddr * addr, net_socklen_t * addrlen); - -__pinned_func -static inline int zsock_getpeername(int sock, struct net_sockaddr * addr, net_socklen_t * addrlen) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = sock }; - union { uintptr_t x; struct net_sockaddr * val; } parm1 = { .val = addr }; - union { uintptr_t x; net_socklen_t * val; } parm2 = { .val = addrlen }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_ZSOCK_GETPEERNAME); - } -#endif - compiler_barrier(); - return z_impl_zsock_getpeername(sock, addr, addrlen); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zsock_getpeername(sock, addr, addrlen) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZSOCK_GETPEERNAME, zsock_getpeername, sock, addr, addrlen); syscall__retval = zsock_getpeername(sock, addr, addrlen); sys_port_trace_syscall_exit(K_SYSCALL_ZSOCK_GETPEERNAME, zsock_getpeername, sock, addr, addrlen, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_zsock_getsockname(int sock, struct net_sockaddr * addr, net_socklen_t * addrlen); - -__pinned_func -static inline int zsock_getsockname(int sock, struct net_sockaddr * addr, net_socklen_t * addrlen) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; int val; } parm0 = { .val = sock }; - union { uintptr_t x; struct net_sockaddr * val; } parm1 = { .val = addr }; - union { uintptr_t x; net_socklen_t * val; } parm2 = { .val = addrlen }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_ZSOCK_GETSOCKNAME); - } -#endif - compiler_barrier(); - return z_impl_zsock_getsockname(sock, addr, addrlen); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zsock_getsockname(sock, addr, addrlen) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZSOCK_GETSOCKNAME, zsock_getsockname, sock, addr, addrlen); syscall__retval = zsock_getsockname(sock, addr, addrlen); sys_port_trace_syscall_exit(K_SYSCALL_ZSOCK_GETSOCKNAME, zsock_getsockname, sock, addr, addrlen, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_zsock_gethostname(char * buf, size_t len); - -__pinned_func -static inline int zsock_gethostname(char * buf, size_t len) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; char * val; } parm0 = { .val = buf }; - union { uintptr_t x; size_t val; } parm1 = { .val = len }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_ZSOCK_GETHOSTNAME); - } -#endif - compiler_barrier(); - return z_impl_zsock_gethostname(buf, len); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zsock_gethostname(buf, len) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZSOCK_GETHOSTNAME, zsock_gethostname, buf, len); syscall__retval = zsock_gethostname(buf, len); sys_port_trace_syscall_exit(K_SYSCALL_ZSOCK_GETHOSTNAME, zsock_gethostname, buf, len, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_zsock_inet_pton(net_sa_family_t family, const char * src, void * dst); - -__pinned_func -static inline int zsock_inet_pton(net_sa_family_t family, const char * src, void * dst) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; net_sa_family_t val; } parm0 = { .val = family }; - union { uintptr_t x; const char * val; } parm1 = { .val = src }; - union { uintptr_t x; void * val; } parm2 = { .val = dst }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_ZSOCK_INET_PTON); - } -#endif - compiler_barrier(); - return z_impl_zsock_inet_pton(family, src, dst); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define zsock_inet_pton(family, src, dst) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_ZSOCK_INET_PTON, zsock_inet_pton, family, src, dst); syscall__retval = zsock_inet_pton(family, src, dst); sys_port_trace_syscall_exit(K_SYSCALL_ZSOCK_INET_PTON, zsock_inet_pton, family, src, dst, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_z_zsock_getaddrinfo_internal(const char * host, const char * service, const struct zsock_addrinfo * hints, struct zsock_addrinfo * res); - -__pinned_func -static inline int z_zsock_getaddrinfo_internal(const char * host, const char * service, const struct zsock_addrinfo * hints, struct zsock_addrinfo * res) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const char * val; } parm0 = { .val = host }; - union { uintptr_t x; const char * val; } parm1 = { .val = service }; - union { uintptr_t x; const struct zsock_addrinfo * val; } parm2 = { .val = hints }; - union { uintptr_t x; struct zsock_addrinfo * val; } parm3 = { .val = res }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_Z_ZSOCK_GETADDRINFO_INTERNAL); - } -#endif - compiler_barrier(); - return z_impl_z_zsock_getaddrinfo_internal(host, service, hints, res); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define z_zsock_getaddrinfo_internal(host, service, hints, res) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_Z_ZSOCK_GETADDRINFO_INTERNAL, z_zsock_getaddrinfo_internal, host, service, hints, res); syscall__retval = z_zsock_getaddrinfo_internal(host, service, hints, res); sys_port_trace_syscall_exit(K_SYSCALL_Z_ZSOCK_GETADDRINFO_INTERNAL, z_zsock_getaddrinfo_internal, host, service, hints, res, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/socket_service.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/socket_service.h deleted file mode 100644 index 6660b91..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/socket_service.h +++ /dev/null @@ -1,54 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_SOCKET_SERVICE_H -#define Z_INCLUDE_SYSCALLS_SOCKET_SERVICE_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_net_socket_service_register(const struct net_socket_service_desc * service, struct zsock_pollfd * fds, int len, void * user_data); - -__pinned_func -static inline int net_socket_service_register(const struct net_socket_service_desc * service, struct zsock_pollfd * fds, int len, void * user_data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct net_socket_service_desc * val; } parm0 = { .val = service }; - union { uintptr_t x; struct zsock_pollfd * val; } parm1 = { .val = fds }; - union { uintptr_t x; int val; } parm2 = { .val = len }; - union { uintptr_t x; void * val; } parm3 = { .val = user_data }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_NET_SOCKET_SERVICE_REGISTER); - } -#endif - compiler_barrier(); - return z_impl_net_socket_service_register(service, fds, len, user_data); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define net_socket_service_register(service, fds, len, user_data) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_NET_SOCKET_SERVICE_REGISTER, net_socket_service_register, service, fds, len, user_data); syscall__retval = net_socket_service_register(service, fds, len, user_data); sys_port_trace_syscall_exit(K_SYSCALL_NET_SOCKET_SERVICE_REGISTER, net_socket_service_register, service, fds, len, user_data, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/spi.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/spi.h deleted file mode 100644 index 0737a35..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/spi.h +++ /dev/null @@ -1,78 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_SPI_H -#define Z_INCLUDE_SYSCALLS_SPI_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_spi_transceive(const struct device * dev, const struct spi_config * config, const struct spi_buf_set * tx_bufs, const struct spi_buf_set * rx_bufs); - -__pinned_func -static inline int spi_transceive(const struct device * dev, const struct spi_config * config, const struct spi_buf_set * tx_bufs, const struct spi_buf_set * rx_bufs) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const struct spi_config * val; } parm1 = { .val = config }; - union { uintptr_t x; const struct spi_buf_set * val; } parm2 = { .val = tx_bufs }; - union { uintptr_t x; const struct spi_buf_set * val; } parm3 = { .val = rx_bufs }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_SPI_TRANSCEIVE); - } -#endif - compiler_barrier(); - return z_impl_spi_transceive(dev, config, tx_bufs, rx_bufs); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define spi_transceive(dev, config, tx_bufs, rx_bufs) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SPI_TRANSCEIVE, spi_transceive, dev, config, tx_bufs, rx_bufs); syscall__retval = spi_transceive(dev, config, tx_bufs, rx_bufs); sys_port_trace_syscall_exit(K_SYSCALL_SPI_TRANSCEIVE, spi_transceive, dev, config, tx_bufs, rx_bufs, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_spi_release(const struct device * dev, const struct spi_config * config); - -__pinned_func -static inline int spi_release(const struct device * dev, const struct spi_config * config) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const struct spi_config * val; } parm1 = { .val = config }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_SPI_RELEASE); - } -#endif - compiler_barrier(); - return z_impl_spi_release(dev, config); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define spi_release(dev, config) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SPI_RELEASE, spi_release, dev, config); syscall__retval = spi_release(dev, config); sys_port_trace_syscall_exit(K_SYSCALL_SPI_RELEASE, spi_release, dev, config, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/stepper.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/stepper.h deleted file mode 100644 index db79485..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/stepper.h +++ /dev/null @@ -1,147 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_STEPPER_H -#define Z_INCLUDE_SYSCALLS_STEPPER_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_stepper_enable(const struct device * dev); - -__pinned_func -static inline int stepper_enable(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_STEPPER_ENABLE); - } -#endif - compiler_barrier(); - return z_impl_stepper_enable(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define stepper_enable(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_STEPPER_ENABLE, stepper_enable, dev); syscall__retval = stepper_enable(dev); sys_port_trace_syscall_exit(K_SYSCALL_STEPPER_ENABLE, stepper_enable, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_stepper_disable(const struct device * dev); - -__pinned_func -static inline int stepper_disable(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_STEPPER_DISABLE); - } -#endif - compiler_barrier(); - return z_impl_stepper_disable(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define stepper_disable(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_STEPPER_DISABLE, stepper_disable, dev); syscall__retval = stepper_disable(dev); sys_port_trace_syscall_exit(K_SYSCALL_STEPPER_DISABLE, stepper_disable, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_stepper_set_micro_step_res(const struct device * dev, enum stepper_micro_step_resolution res); - -__pinned_func -static inline int stepper_set_micro_step_res(const struct device * dev, enum stepper_micro_step_resolution res) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum stepper_micro_step_resolution val; } parm1 = { .val = res }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_STEPPER_SET_MICRO_STEP_RES); - } -#endif - compiler_barrier(); - return z_impl_stepper_set_micro_step_res(dev, res); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define stepper_set_micro_step_res(dev, res) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_STEPPER_SET_MICRO_STEP_RES, stepper_set_micro_step_res, dev, res); syscall__retval = stepper_set_micro_step_res(dev, res); sys_port_trace_syscall_exit(K_SYSCALL_STEPPER_SET_MICRO_STEP_RES, stepper_set_micro_step_res, dev, res, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_stepper_get_micro_step_res(const struct device * dev, enum stepper_micro_step_resolution * res); - -__pinned_func -static inline int stepper_get_micro_step_res(const struct device * dev, enum stepper_micro_step_resolution * res) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum stepper_micro_step_resolution * val; } parm1 = { .val = res }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_STEPPER_GET_MICRO_STEP_RES); - } -#endif - compiler_barrier(); - return z_impl_stepper_get_micro_step_res(dev, res); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define stepper_get_micro_step_res(dev, res) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_STEPPER_GET_MICRO_STEP_RES, stepper_get_micro_step_res, dev, res); syscall__retval = stepper_get_micro_step_res(dev, res); sys_port_trace_syscall_exit(K_SYSCALL_STEPPER_GET_MICRO_STEP_RES, stepper_get_micro_step_res, dev, res, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_stepper_set_event_cb(const struct device * dev, stepper_event_cb_t callback, void * user_data); - -__pinned_func -static inline int stepper_set_event_cb(const struct device * dev, stepper_event_cb_t callback, void * user_data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; stepper_event_cb_t val; } parm1 = { .val = callback }; - union { uintptr_t x; void * val; } parm2 = { .val = user_data }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_STEPPER_SET_EVENT_CB); - } -#endif - compiler_barrier(); - return z_impl_stepper_set_event_cb(dev, callback, user_data); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define stepper_set_event_cb(dev, callback, user_data) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_STEPPER_SET_EVENT_CB, stepper_set_event_cb, dev, callback, user_data); syscall__retval = stepper_set_event_cb(dev, callback, user_data); sys_port_trace_syscall_exit(K_SYSCALL_STEPPER_SET_EVENT_CB, stepper_set_event_cb, dev, callback, user_data, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/stepper_ctrl.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/stepper_ctrl.h deleted file mode 100644 index faba21c..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/stepper_ctrl.h +++ /dev/null @@ -1,268 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_STEPPER_CTRL_H -#define Z_INCLUDE_SYSCALLS_STEPPER_CTRL_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_stepper_ctrl_set_reference_position(const struct device * dev, const int32_t value); - -__pinned_func -static inline int stepper_ctrl_set_reference_position(const struct device * dev, const int32_t value) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const int32_t val; } parm1 = { .val = value }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_STEPPER_CTRL_SET_REFERENCE_POSITION); - } -#endif - compiler_barrier(); - return z_impl_stepper_ctrl_set_reference_position(dev, value); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define stepper_ctrl_set_reference_position(dev, value) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_STEPPER_CTRL_SET_REFERENCE_POSITION, stepper_ctrl_set_reference_position, dev, value); syscall__retval = stepper_ctrl_set_reference_position(dev, value); sys_port_trace_syscall_exit(K_SYSCALL_STEPPER_CTRL_SET_REFERENCE_POSITION, stepper_ctrl_set_reference_position, dev, value, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_stepper_ctrl_get_actual_position(const struct device * dev, int32_t * value); - -__pinned_func -static inline int stepper_ctrl_get_actual_position(const struct device * dev, int32_t * value) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; int32_t * val; } parm1 = { .val = value }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_STEPPER_CTRL_GET_ACTUAL_POSITION); - } -#endif - compiler_barrier(); - return z_impl_stepper_ctrl_get_actual_position(dev, value); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define stepper_ctrl_get_actual_position(dev, value) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_STEPPER_CTRL_GET_ACTUAL_POSITION, stepper_ctrl_get_actual_position, dev, value); syscall__retval = stepper_ctrl_get_actual_position(dev, value); sys_port_trace_syscall_exit(K_SYSCALL_STEPPER_CTRL_GET_ACTUAL_POSITION, stepper_ctrl_get_actual_position, dev, value, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_stepper_ctrl_set_event_cb(const struct device * dev, stepper_ctrl_event_callback_t callback, void * user_data); - -__pinned_func -static inline int stepper_ctrl_set_event_cb(const struct device * dev, stepper_ctrl_event_callback_t callback, void * user_data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; stepper_ctrl_event_callback_t val; } parm1 = { .val = callback }; - union { uintptr_t x; void * val; } parm2 = { .val = user_data }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_STEPPER_CTRL_SET_EVENT_CB); - } -#endif - compiler_barrier(); - return z_impl_stepper_ctrl_set_event_cb(dev, callback, user_data); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define stepper_ctrl_set_event_cb(dev, callback, user_data) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_STEPPER_CTRL_SET_EVENT_CB, stepper_ctrl_set_event_cb, dev, callback, user_data); syscall__retval = stepper_ctrl_set_event_cb(dev, callback, user_data); sys_port_trace_syscall_exit(K_SYSCALL_STEPPER_CTRL_SET_EVENT_CB, stepper_ctrl_set_event_cb, dev, callback, user_data, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_stepper_ctrl_set_microstep_interval(const struct device * dev, const uint64_t microstep_interval_ns); - -__pinned_func -static inline int stepper_ctrl_set_microstep_interval(const struct device * dev, const uint64_t microstep_interval_ns) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const uint64_t val; } parm1 = { .val = microstep_interval_ns }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_STEPPER_CTRL_SET_MICROSTEP_INTERVAL); - } -#endif - compiler_barrier(); - return z_impl_stepper_ctrl_set_microstep_interval(dev, microstep_interval_ns); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define stepper_ctrl_set_microstep_interval(dev, microstep_interval_ns) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_STEPPER_CTRL_SET_MICROSTEP_INTERVAL, stepper_ctrl_set_microstep_interval, dev, microstep_interval_ns); syscall__retval = stepper_ctrl_set_microstep_interval(dev, microstep_interval_ns); sys_port_trace_syscall_exit(K_SYSCALL_STEPPER_CTRL_SET_MICROSTEP_INTERVAL, stepper_ctrl_set_microstep_interval, dev, microstep_interval_ns, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_stepper_ctrl_configure_ramp(const struct device * dev, const struct stepper_ctrl_ramp * ramp); - -__pinned_func -static inline int stepper_ctrl_configure_ramp(const struct device * dev, const struct stepper_ctrl_ramp * ramp) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const struct stepper_ctrl_ramp * val; } parm1 = { .val = ramp }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_STEPPER_CTRL_CONFIGURE_RAMP); - } -#endif - compiler_barrier(); - return z_impl_stepper_ctrl_configure_ramp(dev, ramp); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define stepper_ctrl_configure_ramp(dev, ramp) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_STEPPER_CTRL_CONFIGURE_RAMP, stepper_ctrl_configure_ramp, dev, ramp); syscall__retval = stepper_ctrl_configure_ramp(dev, ramp); sys_port_trace_syscall_exit(K_SYSCALL_STEPPER_CTRL_CONFIGURE_RAMP, stepper_ctrl_configure_ramp, dev, ramp, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_stepper_ctrl_move_by(const struct device * dev, const int32_t micro_steps); - -__pinned_func -static inline int stepper_ctrl_move_by(const struct device * dev, const int32_t micro_steps) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const int32_t val; } parm1 = { .val = micro_steps }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_STEPPER_CTRL_MOVE_BY); - } -#endif - compiler_barrier(); - return z_impl_stepper_ctrl_move_by(dev, micro_steps); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define stepper_ctrl_move_by(dev, micro_steps) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_STEPPER_CTRL_MOVE_BY, stepper_ctrl_move_by, dev, micro_steps); syscall__retval = stepper_ctrl_move_by(dev, micro_steps); sys_port_trace_syscall_exit(K_SYSCALL_STEPPER_CTRL_MOVE_BY, stepper_ctrl_move_by, dev, micro_steps, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_stepper_ctrl_move_to(const struct device * dev, const int32_t micro_steps); - -__pinned_func -static inline int stepper_ctrl_move_to(const struct device * dev, const int32_t micro_steps) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const int32_t val; } parm1 = { .val = micro_steps }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_STEPPER_CTRL_MOVE_TO); - } -#endif - compiler_barrier(); - return z_impl_stepper_ctrl_move_to(dev, micro_steps); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define stepper_ctrl_move_to(dev, micro_steps) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_STEPPER_CTRL_MOVE_TO, stepper_ctrl_move_to, dev, micro_steps); syscall__retval = stepper_ctrl_move_to(dev, micro_steps); sys_port_trace_syscall_exit(K_SYSCALL_STEPPER_CTRL_MOVE_TO, stepper_ctrl_move_to, dev, micro_steps, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_stepper_ctrl_run(const struct device * dev, const enum stepper_ctrl_direction direction); - -__pinned_func -static inline int stepper_ctrl_run(const struct device * dev, const enum stepper_ctrl_direction direction) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const enum stepper_ctrl_direction val; } parm1 = { .val = direction }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_STEPPER_CTRL_RUN); - } -#endif - compiler_barrier(); - return z_impl_stepper_ctrl_run(dev, direction); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define stepper_ctrl_run(dev, direction) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_STEPPER_CTRL_RUN, stepper_ctrl_run, dev, direction); syscall__retval = stepper_ctrl_run(dev, direction); sys_port_trace_syscall_exit(K_SYSCALL_STEPPER_CTRL_RUN, stepper_ctrl_run, dev, direction, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_stepper_ctrl_stop(const struct device * dev); - -__pinned_func -static inline int stepper_ctrl_stop(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_STEPPER_CTRL_STOP); - } -#endif - compiler_barrier(); - return z_impl_stepper_ctrl_stop(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define stepper_ctrl_stop(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_STEPPER_CTRL_STOP, stepper_ctrl_stop, dev); syscall__retval = stepper_ctrl_stop(dev); sys_port_trace_syscall_exit(K_SYSCALL_STEPPER_CTRL_STOP, stepper_ctrl_stop, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_stepper_ctrl_is_moving(const struct device * dev, bool * is_moving); - -__pinned_func -static inline int stepper_ctrl_is_moving(const struct device * dev, bool * is_moving) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; bool * val; } parm1 = { .val = is_moving }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_STEPPER_CTRL_IS_MOVING); - } -#endif - compiler_barrier(); - return z_impl_stepper_ctrl_is_moving(dev, is_moving); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define stepper_ctrl_is_moving(dev, is_moving) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_STEPPER_CTRL_IS_MOVING, stepper_ctrl_is_moving, dev, is_moving); syscall__retval = stepper_ctrl_is_moving(dev, is_moving); sys_port_trace_syscall_exit(K_SYSCALL_STEPPER_CTRL_IS_MOVING, stepper_ctrl_is_moving, dev, is_moving, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/swdp.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/swdp.h deleted file mode 100644 index 4bba1b1..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/swdp.h +++ /dev/null @@ -1,249 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_SWDP_H -#define Z_INCLUDE_SYSCALLS_SWDP_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_swdp_output_sequence(const struct device * dev, const uint32_t count, const uint8_t *const data); - -__pinned_func -static inline int swdp_output_sequence(const struct device * dev, const uint32_t count, const uint8_t *const data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const uint32_t val; } parm1 = { .val = count }; - union { uintptr_t x; const uint8_t *const val; } parm2 = { .val = data }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_SWDP_OUTPUT_SEQUENCE); - } -#endif - compiler_barrier(); - return z_impl_swdp_output_sequence(dev, count, data); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define swdp_output_sequence(dev, count, data) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SWDP_OUTPUT_SEQUENCE, swdp_output_sequence, dev, count, data); syscall__retval = swdp_output_sequence(dev, count, data); sys_port_trace_syscall_exit(K_SYSCALL_SWDP_OUTPUT_SEQUENCE, swdp_output_sequence, dev, count, data, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_swdp_input_sequence(const struct device * dev, const uint32_t count, uint8_t *const buf); - -__pinned_func -static inline int swdp_input_sequence(const struct device * dev, const uint32_t count, uint8_t *const buf) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const uint32_t val; } parm1 = { .val = count }; - union { uintptr_t x; uint8_t *const val; } parm2 = { .val = buf }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_SWDP_INPUT_SEQUENCE); - } -#endif - compiler_barrier(); - return z_impl_swdp_input_sequence(dev, count, buf); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define swdp_input_sequence(dev, count, buf) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SWDP_INPUT_SEQUENCE, swdp_input_sequence, dev, count, buf); syscall__retval = swdp_input_sequence(dev, count, buf); sys_port_trace_syscall_exit(K_SYSCALL_SWDP_INPUT_SEQUENCE, swdp_input_sequence, dev, count, buf, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_swdp_transfer(const struct device * dev, const uint8_t request, uint32_t *const data, const uint8_t idle_cycles, uint8_t *const response); - -__pinned_func -static inline int swdp_transfer(const struct device * dev, const uint8_t request, uint32_t *const data, const uint8_t idle_cycles, uint8_t *const response) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const uint8_t val; } parm1 = { .val = request }; - union { uintptr_t x; uint32_t *const val; } parm2 = { .val = data }; - union { uintptr_t x; const uint8_t val; } parm3 = { .val = idle_cycles }; - union { uintptr_t x; uint8_t *const val; } parm4 = { .val = response }; - return (int) arch_syscall_invoke5(parm0.x, parm1.x, parm2.x, parm3.x, parm4.x, K_SYSCALL_SWDP_TRANSFER); - } -#endif - compiler_barrier(); - return z_impl_swdp_transfer(dev, request, data, idle_cycles, response); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define swdp_transfer(dev, request, data, idle_cycles, response) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SWDP_TRANSFER, swdp_transfer, dev, request, data, idle_cycles, response); syscall__retval = swdp_transfer(dev, request, data, idle_cycles, response); sys_port_trace_syscall_exit(K_SYSCALL_SWDP_TRANSFER, swdp_transfer, dev, request, data, idle_cycles, response, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_swdp_set_pins(const struct device * dev, const uint8_t pins, const uint8_t value); - -__pinned_func -static inline int swdp_set_pins(const struct device * dev, const uint8_t pins, const uint8_t value) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const uint8_t val; } parm1 = { .val = pins }; - union { uintptr_t x; const uint8_t val; } parm2 = { .val = value }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_SWDP_SET_PINS); - } -#endif - compiler_barrier(); - return z_impl_swdp_set_pins(dev, pins, value); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define swdp_set_pins(dev, pins, value) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SWDP_SET_PINS, swdp_set_pins, dev, pins, value); syscall__retval = swdp_set_pins(dev, pins, value); sys_port_trace_syscall_exit(K_SYSCALL_SWDP_SET_PINS, swdp_set_pins, dev, pins, value, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_swdp_get_pins(const struct device * dev, uint8_t *const state); - -__pinned_func -static inline int swdp_get_pins(const struct device * dev, uint8_t *const state) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t *const val; } parm1 = { .val = state }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_SWDP_GET_PINS); - } -#endif - compiler_barrier(); - return z_impl_swdp_get_pins(dev, state); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define swdp_get_pins(dev, state) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SWDP_GET_PINS, swdp_get_pins, dev, state); syscall__retval = swdp_get_pins(dev, state); sys_port_trace_syscall_exit(K_SYSCALL_SWDP_GET_PINS, swdp_get_pins, dev, state, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_swdp_set_clock(const struct device * dev, const uint32_t clock); - -__pinned_func -static inline int swdp_set_clock(const struct device * dev, const uint32_t clock) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const uint32_t val; } parm1 = { .val = clock }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_SWDP_SET_CLOCK); - } -#endif - compiler_barrier(); - return z_impl_swdp_set_clock(dev, clock); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define swdp_set_clock(dev, clock) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SWDP_SET_CLOCK, swdp_set_clock, dev, clock); syscall__retval = swdp_set_clock(dev, clock); sys_port_trace_syscall_exit(K_SYSCALL_SWDP_SET_CLOCK, swdp_set_clock, dev, clock, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_swdp_port_on(const struct device * dev); - -__pinned_func -static inline int swdp_port_on(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_SWDP_PORT_ON); - } -#endif - compiler_barrier(); - return z_impl_swdp_port_on(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define swdp_port_on(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SWDP_PORT_ON, swdp_port_on, dev); syscall__retval = swdp_port_on(dev); sys_port_trace_syscall_exit(K_SYSCALL_SWDP_PORT_ON, swdp_port_on, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_swdp_port_off(const struct device * dev); - -__pinned_func -static inline int swdp_port_off(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_SWDP_PORT_OFF); - } -#endif - compiler_barrier(); - return z_impl_swdp_port_off(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define swdp_port_off(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SWDP_PORT_OFF, swdp_port_off, dev); syscall__retval = swdp_port_off(dev); sys_port_trace_syscall_exit(K_SYSCALL_SWDP_PORT_OFF, swdp_port_off, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_swdp_configure(const struct device * dev, const uint8_t turnaround, const bool data_phase); - -__pinned_func -static inline int swdp_configure(const struct device * dev, const uint8_t turnaround, const bool data_phase) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const uint8_t val; } parm1 = { .val = turnaround }; - union { uintptr_t x; const bool val; } parm2 = { .val = data_phase }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_SWDP_CONFIGURE); - } -#endif - compiler_barrier(); - return z_impl_swdp_configure(dev, turnaround, data_phase); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define swdp_configure(dev, turnaround, data_phase) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SWDP_CONFIGURE, swdp_configure, dev, turnaround, data_phase); syscall__retval = swdp_configure(dev, turnaround, data_phase); sys_port_trace_syscall_exit(K_SYSCALL_SWDP_CONFIGURE, swdp_configure, dev, turnaround, data_phase, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/syscon.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/syscon.h deleted file mode 100644 index 991e632..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/syscon.h +++ /dev/null @@ -1,152 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_SYSCON_H -#define Z_INCLUDE_SYSCALLS_SYSCON_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_syscon_get_base(const struct device * dev, uintptr_t * addr); - -__pinned_func -static inline int syscon_get_base(const struct device * dev, uintptr_t * addr) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uintptr_t * val; } parm1 = { .val = addr }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_SYSCON_GET_BASE); - } -#endif - compiler_barrier(); - return z_impl_syscon_get_base(dev, addr); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define syscon_get_base(dev, addr) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SYSCON_GET_BASE, syscon_get_base, dev, addr); syscall__retval = syscon_get_base(dev, addr); sys_port_trace_syscall_exit(K_SYSCALL_SYSCON_GET_BASE, syscon_get_base, dev, addr, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_syscon_read_reg(const struct device * dev, uint32_t reg, uint32_t * val); - -__pinned_func -static inline int syscon_read_reg(const struct device * dev, uint32_t reg, uint32_t * val) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = reg }; - union { uintptr_t x; uint32_t * val; } parm2 = { .val = val }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_SYSCON_READ_REG); - } -#endif - compiler_barrier(); - return z_impl_syscon_read_reg(dev, reg, val); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define syscon_read_reg(dev, reg, val) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SYSCON_READ_REG, syscon_read_reg, dev, reg, val); syscall__retval = syscon_read_reg(dev, reg, val); sys_port_trace_syscall_exit(K_SYSCALL_SYSCON_READ_REG, syscon_read_reg, dev, reg, val, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_syscon_write_reg(const struct device * dev, uint32_t reg, uint32_t val); - -__pinned_func -static inline int syscon_write_reg(const struct device * dev, uint32_t reg, uint32_t val) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = reg }; - union { uintptr_t x; uint32_t val; } parm2 = { .val = val }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_SYSCON_WRITE_REG); - } -#endif - compiler_barrier(); - return z_impl_syscon_write_reg(dev, reg, val); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define syscon_write_reg(dev, reg, val) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SYSCON_WRITE_REG, syscon_write_reg, dev, reg, val); syscall__retval = syscon_write_reg(dev, reg, val); sys_port_trace_syscall_exit(K_SYSCALL_SYSCON_WRITE_REG, syscon_write_reg, dev, reg, val, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_syscon_update_bits(const struct device * dev, uint32_t reg, uint32_t mask, uint32_t val); - -__pinned_func -static inline int syscon_update_bits(const struct device * dev, uint32_t reg, uint32_t mask, uint32_t val) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = reg }; - union { uintptr_t x; uint32_t val; } parm2 = { .val = mask }; - union { uintptr_t x; uint32_t val; } parm3 = { .val = val }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_SYSCON_UPDATE_BITS); - } -#endif - compiler_barrier(); - return z_impl_syscon_update_bits(dev, reg, mask, val); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define syscon_update_bits(dev, reg, mask, val) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SYSCON_UPDATE_BITS, syscon_update_bits, dev, reg, mask, val); syscall__retval = syscon_update_bits(dev, reg, mask, val); sys_port_trace_syscall_exit(K_SYSCALL_SYSCON_UPDATE_BITS, syscon_update_bits, dev, reg, mask, val, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_syscon_get_size(const struct device * dev, size_t * size); - -__pinned_func -static inline int syscon_get_size(const struct device * dev, size_t * size) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; size_t * val; } parm1 = { .val = size }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_SYSCON_GET_SIZE); - } -#endif - compiler_barrier(); - return z_impl_syscon_get_size(dev, size); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define syscon_get_size(dev, size) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SYSCON_GET_SIZE, syscon_get_size, dev, size); syscall__retval = syscon_get_size(dev, size); sys_port_trace_syscall_exit(K_SYSCALL_SYSCON_GET_SIZE, syscon_get_size, dev, size, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/tee.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/tee.h deleted file mode 100644 index e579353..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/tee.h +++ /dev/null @@ -1,307 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_TEE_H -#define Z_INCLUDE_SYSCALLS_TEE_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_tee_get_version(const struct device * dev, struct tee_version_info * info); - -__pinned_func -static inline int tee_get_version(const struct device * dev, struct tee_version_info * info) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct tee_version_info * val; } parm1 = { .val = info }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_TEE_GET_VERSION); - } -#endif - compiler_barrier(); - return z_impl_tee_get_version(dev, info); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define tee_get_version(dev, info) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_TEE_GET_VERSION, tee_get_version, dev, info); syscall__retval = tee_get_version(dev, info); sys_port_trace_syscall_exit(K_SYSCALL_TEE_GET_VERSION, tee_get_version, dev, info, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_tee_open_session(const struct device * dev, struct tee_open_session_arg * arg, unsigned int num_param, struct tee_param * param, uint32_t * session_id); - -__pinned_func -static inline int tee_open_session(const struct device * dev, struct tee_open_session_arg * arg, unsigned int num_param, struct tee_param * param, uint32_t * session_id) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct tee_open_session_arg * val; } parm1 = { .val = arg }; - union { uintptr_t x; unsigned int val; } parm2 = { .val = num_param }; - union { uintptr_t x; struct tee_param * val; } parm3 = { .val = param }; - union { uintptr_t x; uint32_t * val; } parm4 = { .val = session_id }; - return (int) arch_syscall_invoke5(parm0.x, parm1.x, parm2.x, parm3.x, parm4.x, K_SYSCALL_TEE_OPEN_SESSION); - } -#endif - compiler_barrier(); - return z_impl_tee_open_session(dev, arg, num_param, param, session_id); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define tee_open_session(dev, arg, num_param, param, session_id) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_TEE_OPEN_SESSION, tee_open_session, dev, arg, num_param, param, session_id); syscall__retval = tee_open_session(dev, arg, num_param, param, session_id); sys_port_trace_syscall_exit(K_SYSCALL_TEE_OPEN_SESSION, tee_open_session, dev, arg, num_param, param, session_id, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_tee_close_session(const struct device * dev, uint32_t session_id); - -__pinned_func -static inline int tee_close_session(const struct device * dev, uint32_t session_id) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = session_id }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_TEE_CLOSE_SESSION); - } -#endif - compiler_barrier(); - return z_impl_tee_close_session(dev, session_id); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define tee_close_session(dev, session_id) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_TEE_CLOSE_SESSION, tee_close_session, dev, session_id); syscall__retval = tee_close_session(dev, session_id); sys_port_trace_syscall_exit(K_SYSCALL_TEE_CLOSE_SESSION, tee_close_session, dev, session_id, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_tee_cancel(const struct device * dev, uint32_t session_id, uint32_t cancel_id); - -__pinned_func -static inline int tee_cancel(const struct device * dev, uint32_t session_id, uint32_t cancel_id) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = session_id }; - union { uintptr_t x; uint32_t val; } parm2 = { .val = cancel_id }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_TEE_CANCEL); - } -#endif - compiler_barrier(); - return z_impl_tee_cancel(dev, session_id, cancel_id); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define tee_cancel(dev, session_id, cancel_id) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_TEE_CANCEL, tee_cancel, dev, session_id, cancel_id); syscall__retval = tee_cancel(dev, session_id, cancel_id); sys_port_trace_syscall_exit(K_SYSCALL_TEE_CANCEL, tee_cancel, dev, session_id, cancel_id, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_tee_invoke_func(const struct device * dev, struct tee_invoke_func_arg * arg, unsigned int num_param, struct tee_param * param); - -__pinned_func -static inline int tee_invoke_func(const struct device * dev, struct tee_invoke_func_arg * arg, unsigned int num_param, struct tee_param * param) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct tee_invoke_func_arg * val; } parm1 = { .val = arg }; - union { uintptr_t x; unsigned int val; } parm2 = { .val = num_param }; - union { uintptr_t x; struct tee_param * val; } parm3 = { .val = param }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_TEE_INVOKE_FUNC); - } -#endif - compiler_barrier(); - return z_impl_tee_invoke_func(dev, arg, num_param, param); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define tee_invoke_func(dev, arg, num_param, param) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_TEE_INVOKE_FUNC, tee_invoke_func, dev, arg, num_param, param); syscall__retval = tee_invoke_func(dev, arg, num_param, param); sys_port_trace_syscall_exit(K_SYSCALL_TEE_INVOKE_FUNC, tee_invoke_func, dev, arg, num_param, param, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_tee_shm_register(const struct device * dev, void * addr, size_t size, uint32_t flags, struct tee_shm ** shm); - -__pinned_func -static inline int tee_shm_register(const struct device * dev, void * addr, size_t size, uint32_t flags, struct tee_shm ** shm) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; void * val; } parm1 = { .val = addr }; - union { uintptr_t x; size_t val; } parm2 = { .val = size }; - union { uintptr_t x; uint32_t val; } parm3 = { .val = flags }; - union { uintptr_t x; struct tee_shm ** val; } parm4 = { .val = shm }; - return (int) arch_syscall_invoke5(parm0.x, parm1.x, parm2.x, parm3.x, parm4.x, K_SYSCALL_TEE_SHM_REGISTER); - } -#endif - compiler_barrier(); - return z_impl_tee_shm_register(dev, addr, size, flags, shm); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define tee_shm_register(dev, addr, size, flags, shm) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_TEE_SHM_REGISTER, tee_shm_register, dev, addr, size, flags, shm); syscall__retval = tee_shm_register(dev, addr, size, flags, shm); sys_port_trace_syscall_exit(K_SYSCALL_TEE_SHM_REGISTER, tee_shm_register, dev, addr, size, flags, shm, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_tee_shm_unregister(const struct device * dev, struct tee_shm * shm); - -__pinned_func -static inline int tee_shm_unregister(const struct device * dev, struct tee_shm * shm) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct tee_shm * val; } parm1 = { .val = shm }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_TEE_SHM_UNREGISTER); - } -#endif - compiler_barrier(); - return z_impl_tee_shm_unregister(dev, shm); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define tee_shm_unregister(dev, shm) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_TEE_SHM_UNREGISTER, tee_shm_unregister, dev, shm); syscall__retval = tee_shm_unregister(dev, shm); sys_port_trace_syscall_exit(K_SYSCALL_TEE_SHM_UNREGISTER, tee_shm_unregister, dev, shm, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_tee_shm_alloc(const struct device * dev, size_t size, uint32_t flags, struct tee_shm ** shm); - -__pinned_func -static inline int tee_shm_alloc(const struct device * dev, size_t size, uint32_t flags, struct tee_shm ** shm) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; size_t val; } parm1 = { .val = size }; - union { uintptr_t x; uint32_t val; } parm2 = { .val = flags }; - union { uintptr_t x; struct tee_shm ** val; } parm3 = { .val = shm }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_TEE_SHM_ALLOC); - } -#endif - compiler_barrier(); - return z_impl_tee_shm_alloc(dev, size, flags, shm); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define tee_shm_alloc(dev, size, flags, shm) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_TEE_SHM_ALLOC, tee_shm_alloc, dev, size, flags, shm); syscall__retval = tee_shm_alloc(dev, size, flags, shm); sys_port_trace_syscall_exit(K_SYSCALL_TEE_SHM_ALLOC, tee_shm_alloc, dev, size, flags, shm, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_tee_shm_free(const struct device * dev, struct tee_shm * shm); - -__pinned_func -static inline int tee_shm_free(const struct device * dev, struct tee_shm * shm) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct tee_shm * val; } parm1 = { .val = shm }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_TEE_SHM_FREE); - } -#endif - compiler_barrier(); - return z_impl_tee_shm_free(dev, shm); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define tee_shm_free(dev, shm) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_TEE_SHM_FREE, tee_shm_free, dev, shm); syscall__retval = tee_shm_free(dev, shm); sys_port_trace_syscall_exit(K_SYSCALL_TEE_SHM_FREE, tee_shm_free, dev, shm, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_tee_suppl_recv(const struct device * dev, uint32_t * func, unsigned int * num_params, struct tee_param * param); - -__pinned_func -static inline int tee_suppl_recv(const struct device * dev, uint32_t * func, unsigned int * num_params, struct tee_param * param) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t * val; } parm1 = { .val = func }; - union { uintptr_t x; unsigned int * val; } parm2 = { .val = num_params }; - union { uintptr_t x; struct tee_param * val; } parm3 = { .val = param }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_TEE_SUPPL_RECV); - } -#endif - compiler_barrier(); - return z_impl_tee_suppl_recv(dev, func, num_params, param); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define tee_suppl_recv(dev, func, num_params, param) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_TEE_SUPPL_RECV, tee_suppl_recv, dev, func, num_params, param); syscall__retval = tee_suppl_recv(dev, func, num_params, param); sys_port_trace_syscall_exit(K_SYSCALL_TEE_SUPPL_RECV, tee_suppl_recv, dev, func, num_params, param, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_tee_suppl_send(const struct device * dev, unsigned int ret, unsigned int num_params, struct tee_param * param); - -__pinned_func -static inline int tee_suppl_send(const struct device * dev, unsigned int ret, unsigned int num_params, struct tee_param * param) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; unsigned int val; } parm1 = { .val = ret }; - union { uintptr_t x; unsigned int val; } parm2 = { .val = num_params }; - union { uintptr_t x; struct tee_param * val; } parm3 = { .val = param }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_TEE_SUPPL_SEND); - } -#endif - compiler_barrier(); - return z_impl_tee_suppl_send(dev, ret, num_params, param); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define tee_suppl_send(dev, ret, num_params, param) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_TEE_SUPPL_SEND, tee_suppl_send, dev, ret, num_params, param); syscall__retval = tee_suppl_send(dev, ret, num_params, param); sys_port_trace_syscall_exit(K_SYSCALL_TEE_SUPPL_SEND, tee_suppl_send, dev, ret, num_params, param, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/time_units.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/time_units.h deleted file mode 100644 index 4d6fb28..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/time_units.h +++ /dev/null @@ -1,50 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_TIME_UNITS_H -#define Z_INCLUDE_SYSCALLS_TIME_UNITS_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern unsigned int z_impl_sys_clock_hw_cycles_per_sec_runtime_get(void); - -__pinned_func -static inline unsigned int sys_clock_hw_cycles_per_sec_runtime_get(void) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - return (unsigned int) arch_syscall_invoke0(K_SYSCALL_SYS_CLOCK_HW_CYCLES_PER_SEC_RUNTIME_GET); - } -#endif - compiler_barrier(); - return z_impl_sys_clock_hw_cycles_per_sec_runtime_get(); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define sys_clock_hw_cycles_per_sec_runtime_get() ({ unsigned int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_SYS_CLOCK_HW_CYCLES_PER_SEC_RUNTIME_GET, sys_clock_hw_cycles_per_sec_runtime_get); syscall__retval = sys_clock_hw_cycles_per_sec_runtime_get(); sys_port_trace_syscall_exit(K_SYSCALL_SYS_CLOCK_HW_CYCLES_PER_SEC_RUNTIME_GET, sys_clock_hw_cycles_per_sec_runtime_get, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/timeaware_gpio.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/timeaware_gpio.h deleted file mode 100644 index 2b97560..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/timeaware_gpio.h +++ /dev/null @@ -1,182 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_TIMEAWARE_GPIO_H -#define Z_INCLUDE_SYSCALLS_TIMEAWARE_GPIO_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_tgpio_port_get_time(const struct device * dev, uint64_t * current_time); - -__pinned_func -static inline int tgpio_port_get_time(const struct device * dev, uint64_t * current_time) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint64_t * val; } parm1 = { .val = current_time }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_TGPIO_PORT_GET_TIME); - } -#endif - compiler_barrier(); - return z_impl_tgpio_port_get_time(dev, current_time); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define tgpio_port_get_time(dev, current_time) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_TGPIO_PORT_GET_TIME, tgpio_port_get_time, dev, current_time); syscall__retval = tgpio_port_get_time(dev, current_time); sys_port_trace_syscall_exit(K_SYSCALL_TGPIO_PORT_GET_TIME, tgpio_port_get_time, dev, current_time, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_tgpio_port_get_cycles_per_second(const struct device * dev, uint32_t * cycles); - -__pinned_func -static inline int tgpio_port_get_cycles_per_second(const struct device * dev, uint32_t * cycles) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t * val; } parm1 = { .val = cycles }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_TGPIO_PORT_GET_CYCLES_PER_SECOND); - } -#endif - compiler_barrier(); - return z_impl_tgpio_port_get_cycles_per_second(dev, cycles); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define tgpio_port_get_cycles_per_second(dev, cycles) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_TGPIO_PORT_GET_CYCLES_PER_SECOND, tgpio_port_get_cycles_per_second, dev, cycles); syscall__retval = tgpio_port_get_cycles_per_second(dev, cycles); sys_port_trace_syscall_exit(K_SYSCALL_TGPIO_PORT_GET_CYCLES_PER_SECOND, tgpio_port_get_cycles_per_second, dev, cycles, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_tgpio_pin_disable(const struct device * dev, uint32_t pin); - -__pinned_func -static inline int tgpio_pin_disable(const struct device * dev, uint32_t pin) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = pin }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_TGPIO_PIN_DISABLE); - } -#endif - compiler_barrier(); - return z_impl_tgpio_pin_disable(dev, pin); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define tgpio_pin_disable(dev, pin) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_TGPIO_PIN_DISABLE, tgpio_pin_disable, dev, pin); syscall__retval = tgpio_pin_disable(dev, pin); sys_port_trace_syscall_exit(K_SYSCALL_TGPIO_PIN_DISABLE, tgpio_pin_disable, dev, pin, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_tgpio_pin_config_ext_timestamp(const struct device * dev, uint32_t pin, uint32_t event_polarity); - -__pinned_func -static inline int tgpio_pin_config_ext_timestamp(const struct device * dev, uint32_t pin, uint32_t event_polarity) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = pin }; - union { uintptr_t x; uint32_t val; } parm2 = { .val = event_polarity }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_TGPIO_PIN_CONFIG_EXT_TIMESTAMP); - } -#endif - compiler_barrier(); - return z_impl_tgpio_pin_config_ext_timestamp(dev, pin, event_polarity); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define tgpio_pin_config_ext_timestamp(dev, pin, event_polarity) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_TGPIO_PIN_CONFIG_EXT_TIMESTAMP, tgpio_pin_config_ext_timestamp, dev, pin, event_polarity); syscall__retval = tgpio_pin_config_ext_timestamp(dev, pin, event_polarity); sys_port_trace_syscall_exit(K_SYSCALL_TGPIO_PIN_CONFIG_EXT_TIMESTAMP, tgpio_pin_config_ext_timestamp, dev, pin, event_polarity, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_tgpio_pin_periodic_output(const struct device * dev, uint32_t pin, uint64_t start_time, uint64_t repeat_interval, bool periodic_enable); - -__pinned_func -static inline int tgpio_pin_periodic_output(const struct device * dev, uint32_t pin, uint64_t start_time, uint64_t repeat_interval, bool periodic_enable) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = pin }; - union { struct { uintptr_t lo, hi; } split; uint64_t val; } parm2 = { .val = start_time }; - union { struct { uintptr_t lo, hi; } split; uint64_t val; } parm3 = { .val = repeat_interval }; - union { uintptr_t x; bool val; } parm4 = { .val = periodic_enable }; - uintptr_t more[] = { - parm3.split.hi, - parm4.x - }; - return (int) arch_syscall_invoke6(parm0.x, parm1.x, parm2.split.lo, parm2.split.hi, parm3.split.lo, (uintptr_t) &more, K_SYSCALL_TGPIO_PIN_PERIODIC_OUTPUT); - } -#endif - compiler_barrier(); - return z_impl_tgpio_pin_periodic_output(dev, pin, start_time, repeat_interval, periodic_enable); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define tgpio_pin_periodic_output(dev, pin, start_time, repeat_interval, periodic_enable) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_TGPIO_PIN_PERIODIC_OUTPUT, tgpio_pin_periodic_output, dev, pin, start_time, repeat_interval, periodic_enable); syscall__retval = tgpio_pin_periodic_output(dev, pin, start_time, repeat_interval, periodic_enable); sys_port_trace_syscall_exit(K_SYSCALL_TGPIO_PIN_PERIODIC_OUTPUT, tgpio_pin_periodic_output, dev, pin, start_time, repeat_interval, periodic_enable, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_tgpio_pin_read_ts_ec(const struct device * dev, uint32_t pin, uint64_t * timestamp, uint64_t * event_count); - -__pinned_func -static inline int tgpio_pin_read_ts_ec(const struct device * dev, uint32_t pin, uint64_t * timestamp, uint64_t * event_count) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = pin }; - union { uintptr_t x; uint64_t * val; } parm2 = { .val = timestamp }; - union { uintptr_t x; uint64_t * val; } parm3 = { .val = event_count }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_TGPIO_PIN_READ_TS_EC); - } -#endif - compiler_barrier(); - return z_impl_tgpio_pin_read_ts_ec(dev, pin, timestamp, event_count); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define tgpio_pin_read_ts_ec(dev, pin, timestamp, event_count) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_TGPIO_PIN_READ_TS_EC, tgpio_pin_read_ts_ec, dev, pin, timestamp, event_count); syscall__retval = tgpio_pin_read_ts_ec(dev, pin, timestamp, event_count); sys_port_trace_syscall_exit(K_SYSCALL_TGPIO_PIN_READ_TS_EC, tgpio_pin_read_ts_ec, dev, pin, timestamp, event_count, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/uart.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/uart.h deleted file mode 100644 index d7094ca..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/uart.h +++ /dev/null @@ -1,612 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_UART_H -#define Z_INCLUDE_SYSCALLS_UART_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_uart_err_check(const struct device * dev); - -__pinned_func -static inline int uart_err_check(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_UART_ERR_CHECK); - } -#endif - compiler_barrier(); - return z_impl_uart_err_check(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define uart_err_check(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_UART_ERR_CHECK, uart_err_check, dev); syscall__retval = uart_err_check(dev); sys_port_trace_syscall_exit(K_SYSCALL_UART_ERR_CHECK, uart_err_check, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_uart_poll_in(const struct device * dev, unsigned char * p_char); - -__pinned_func -static inline int uart_poll_in(const struct device * dev, unsigned char * p_char) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; unsigned char * val; } parm1 = { .val = p_char }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_UART_POLL_IN); - } -#endif - compiler_barrier(); - return z_impl_uart_poll_in(dev, p_char); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define uart_poll_in(dev, p_char) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_UART_POLL_IN, uart_poll_in, dev, p_char); syscall__retval = uart_poll_in(dev, p_char); sys_port_trace_syscall_exit(K_SYSCALL_UART_POLL_IN, uart_poll_in, dev, p_char, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_uart_poll_in_u16(const struct device * dev, uint16_t * p_u16); - -__pinned_func -static inline int uart_poll_in_u16(const struct device * dev, uint16_t * p_u16) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint16_t * val; } parm1 = { .val = p_u16 }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_UART_POLL_IN_U16); - } -#endif - compiler_barrier(); - return z_impl_uart_poll_in_u16(dev, p_u16); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define uart_poll_in_u16(dev, p_u16) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_UART_POLL_IN_U16, uart_poll_in_u16, dev, p_u16); syscall__retval = uart_poll_in_u16(dev, p_u16); sys_port_trace_syscall_exit(K_SYSCALL_UART_POLL_IN_U16, uart_poll_in_u16, dev, p_u16, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern void z_impl_uart_poll_out(const struct device * dev, unsigned char out_char); - -__pinned_func -static inline void uart_poll_out(const struct device * dev, unsigned char out_char) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; unsigned char val; } parm1 = { .val = out_char }; - (void) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_UART_POLL_OUT); - return; - } -#endif - compiler_barrier(); - z_impl_uart_poll_out(dev, out_char); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define uart_poll_out(dev, out_char) do { sys_port_trace_syscall_enter(K_SYSCALL_UART_POLL_OUT, uart_poll_out, dev, out_char); uart_poll_out(dev, out_char); sys_port_trace_syscall_exit(K_SYSCALL_UART_POLL_OUT, uart_poll_out, dev, out_char); } while(false) -#endif -#endif - - -extern void z_impl_uart_poll_out_u16(const struct device * dev, uint16_t out_u16); - -__pinned_func -static inline void uart_poll_out_u16(const struct device * dev, uint16_t out_u16) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint16_t val; } parm1 = { .val = out_u16 }; - (void) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_UART_POLL_OUT_U16); - return; - } -#endif - compiler_barrier(); - z_impl_uart_poll_out_u16(dev, out_u16); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define uart_poll_out_u16(dev, out_u16) do { sys_port_trace_syscall_enter(K_SYSCALL_UART_POLL_OUT_U16, uart_poll_out_u16, dev, out_u16); uart_poll_out_u16(dev, out_u16); sys_port_trace_syscall_exit(K_SYSCALL_UART_POLL_OUT_U16, uart_poll_out_u16, dev, out_u16); } while(false) -#endif -#endif - - -extern int z_impl_uart_configure(const struct device * dev, const struct uart_config * cfg); - -__pinned_func -static inline int uart_configure(const struct device * dev, const struct uart_config * cfg) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const struct uart_config * val; } parm1 = { .val = cfg }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_UART_CONFIGURE); - } -#endif - compiler_barrier(); - return z_impl_uart_configure(dev, cfg); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define uart_configure(dev, cfg) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_UART_CONFIGURE, uart_configure, dev, cfg); syscall__retval = uart_configure(dev, cfg); sys_port_trace_syscall_exit(K_SYSCALL_UART_CONFIGURE, uart_configure, dev, cfg, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_uart_config_get(const struct device * dev, struct uart_config * cfg); - -__pinned_func -static inline int uart_config_get(const struct device * dev, struct uart_config * cfg) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; struct uart_config * val; } parm1 = { .val = cfg }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_UART_CONFIG_GET); - } -#endif - compiler_barrier(); - return z_impl_uart_config_get(dev, cfg); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define uart_config_get(dev, cfg) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_UART_CONFIG_GET, uart_config_get, dev, cfg); syscall__retval = uart_config_get(dev, cfg); sys_port_trace_syscall_exit(K_SYSCALL_UART_CONFIG_GET, uart_config_get, dev, cfg, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern void z_impl_uart_irq_tx_enable(const struct device * dev); - -__pinned_func -static inline void uart_irq_tx_enable(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_UART_IRQ_TX_ENABLE); - return; - } -#endif - compiler_barrier(); - z_impl_uart_irq_tx_enable(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define uart_irq_tx_enable(dev) do { sys_port_trace_syscall_enter(K_SYSCALL_UART_IRQ_TX_ENABLE, uart_irq_tx_enable, dev); uart_irq_tx_enable(dev); sys_port_trace_syscall_exit(K_SYSCALL_UART_IRQ_TX_ENABLE, uart_irq_tx_enable, dev); } while(false) -#endif -#endif - - -extern void z_impl_uart_irq_tx_disable(const struct device * dev); - -__pinned_func -static inline void uart_irq_tx_disable(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_UART_IRQ_TX_DISABLE); - return; - } -#endif - compiler_barrier(); - z_impl_uart_irq_tx_disable(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define uart_irq_tx_disable(dev) do { sys_port_trace_syscall_enter(K_SYSCALL_UART_IRQ_TX_DISABLE, uart_irq_tx_disable, dev); uart_irq_tx_disable(dev); sys_port_trace_syscall_exit(K_SYSCALL_UART_IRQ_TX_DISABLE, uart_irq_tx_disable, dev); } while(false) -#endif -#endif - - -extern void z_impl_uart_irq_rx_enable(const struct device * dev); - -__pinned_func -static inline void uart_irq_rx_enable(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_UART_IRQ_RX_ENABLE); - return; - } -#endif - compiler_barrier(); - z_impl_uart_irq_rx_enable(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define uart_irq_rx_enable(dev) do { sys_port_trace_syscall_enter(K_SYSCALL_UART_IRQ_RX_ENABLE, uart_irq_rx_enable, dev); uart_irq_rx_enable(dev); sys_port_trace_syscall_exit(K_SYSCALL_UART_IRQ_RX_ENABLE, uart_irq_rx_enable, dev); } while(false) -#endif -#endif - - -extern void z_impl_uart_irq_rx_disable(const struct device * dev); - -__pinned_func -static inline void uart_irq_rx_disable(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_UART_IRQ_RX_DISABLE); - return; - } -#endif - compiler_barrier(); - z_impl_uart_irq_rx_disable(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define uart_irq_rx_disable(dev) do { sys_port_trace_syscall_enter(K_SYSCALL_UART_IRQ_RX_DISABLE, uart_irq_rx_disable, dev); uart_irq_rx_disable(dev); sys_port_trace_syscall_exit(K_SYSCALL_UART_IRQ_RX_DISABLE, uart_irq_rx_disable, dev); } while(false) -#endif -#endif - - -extern void z_impl_uart_irq_err_enable(const struct device * dev); - -__pinned_func -static inline void uart_irq_err_enable(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_UART_IRQ_ERR_ENABLE); - return; - } -#endif - compiler_barrier(); - z_impl_uart_irq_err_enable(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define uart_irq_err_enable(dev) do { sys_port_trace_syscall_enter(K_SYSCALL_UART_IRQ_ERR_ENABLE, uart_irq_err_enable, dev); uart_irq_err_enable(dev); sys_port_trace_syscall_exit(K_SYSCALL_UART_IRQ_ERR_ENABLE, uart_irq_err_enable, dev); } while(false) -#endif -#endif - - -extern void z_impl_uart_irq_err_disable(const struct device * dev); - -__pinned_func -static inline void uart_irq_err_disable(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - (void) arch_syscall_invoke1(parm0.x, K_SYSCALL_UART_IRQ_ERR_DISABLE); - return; - } -#endif - compiler_barrier(); - z_impl_uart_irq_err_disable(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define uart_irq_err_disable(dev) do { sys_port_trace_syscall_enter(K_SYSCALL_UART_IRQ_ERR_DISABLE, uart_irq_err_disable, dev); uart_irq_err_disable(dev); sys_port_trace_syscall_exit(K_SYSCALL_UART_IRQ_ERR_DISABLE, uart_irq_err_disable, dev); } while(false) -#endif -#endif - - -extern int z_impl_uart_irq_is_pending(const struct device * dev); - -__pinned_func -static inline int uart_irq_is_pending(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_UART_IRQ_IS_PENDING); - } -#endif - compiler_barrier(); - return z_impl_uart_irq_is_pending(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define uart_irq_is_pending(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_UART_IRQ_IS_PENDING, uart_irq_is_pending, dev); syscall__retval = uart_irq_is_pending(dev); sys_port_trace_syscall_exit(K_SYSCALL_UART_IRQ_IS_PENDING, uart_irq_is_pending, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_uart_irq_update(const struct device * dev); - -__pinned_func -static inline int uart_irq_update(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_UART_IRQ_UPDATE); - } -#endif - compiler_barrier(); - return z_impl_uart_irq_update(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define uart_irq_update(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_UART_IRQ_UPDATE, uart_irq_update, dev); syscall__retval = uart_irq_update(dev); sys_port_trace_syscall_exit(K_SYSCALL_UART_IRQ_UPDATE, uart_irq_update, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_uart_tx(const struct device * dev, const uint8_t * buf, size_t len, int32_t timeout); - -__pinned_func -static inline int uart_tx(const struct device * dev, const uint8_t * buf, size_t len, int32_t timeout) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const uint8_t * val; } parm1 = { .val = buf }; - union { uintptr_t x; size_t val; } parm2 = { .val = len }; - union { uintptr_t x; int32_t val; } parm3 = { .val = timeout }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_UART_TX); - } -#endif - compiler_barrier(); - return z_impl_uart_tx(dev, buf, len, timeout); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define uart_tx(dev, buf, len, timeout) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_UART_TX, uart_tx, dev, buf, len, timeout); syscall__retval = uart_tx(dev, buf, len, timeout); sys_port_trace_syscall_exit(K_SYSCALL_UART_TX, uart_tx, dev, buf, len, timeout, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_uart_tx_u16(const struct device * dev, const uint16_t * buf, size_t len, int32_t timeout); - -__pinned_func -static inline int uart_tx_u16(const struct device * dev, const uint16_t * buf, size_t len, int32_t timeout) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const uint16_t * val; } parm1 = { .val = buf }; - union { uintptr_t x; size_t val; } parm2 = { .val = len }; - union { uintptr_t x; int32_t val; } parm3 = { .val = timeout }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_UART_TX_U16); - } -#endif - compiler_barrier(); - return z_impl_uart_tx_u16(dev, buf, len, timeout); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define uart_tx_u16(dev, buf, len, timeout) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_UART_TX_U16, uart_tx_u16, dev, buf, len, timeout); syscall__retval = uart_tx_u16(dev, buf, len, timeout); sys_port_trace_syscall_exit(K_SYSCALL_UART_TX_U16, uart_tx_u16, dev, buf, len, timeout, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_uart_tx_abort(const struct device * dev); - -__pinned_func -static inline int uart_tx_abort(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_UART_TX_ABORT); - } -#endif - compiler_barrier(); - return z_impl_uart_tx_abort(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define uart_tx_abort(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_UART_TX_ABORT, uart_tx_abort, dev); syscall__retval = uart_tx_abort(dev); sys_port_trace_syscall_exit(K_SYSCALL_UART_TX_ABORT, uart_tx_abort, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_uart_rx_enable(const struct device * dev, uint8_t * buf, size_t len, int32_t timeout); - -__pinned_func -static inline int uart_rx_enable(const struct device * dev, uint8_t * buf, size_t len, int32_t timeout) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t * val; } parm1 = { .val = buf }; - union { uintptr_t x; size_t val; } parm2 = { .val = len }; - union { uintptr_t x; int32_t val; } parm3 = { .val = timeout }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_UART_RX_ENABLE); - } -#endif - compiler_barrier(); - return z_impl_uart_rx_enable(dev, buf, len, timeout); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define uart_rx_enable(dev, buf, len, timeout) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_UART_RX_ENABLE, uart_rx_enable, dev, buf, len, timeout); syscall__retval = uart_rx_enable(dev, buf, len, timeout); sys_port_trace_syscall_exit(K_SYSCALL_UART_RX_ENABLE, uart_rx_enable, dev, buf, len, timeout, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_uart_rx_enable_u16(const struct device * dev, uint16_t * buf, size_t len, int32_t timeout); - -__pinned_func -static inline int uart_rx_enable_u16(const struct device * dev, uint16_t * buf, size_t len, int32_t timeout) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint16_t * val; } parm1 = { .val = buf }; - union { uintptr_t x; size_t val; } parm2 = { .val = len }; - union { uintptr_t x; int32_t val; } parm3 = { .val = timeout }; - return (int) arch_syscall_invoke4(parm0.x, parm1.x, parm2.x, parm3.x, K_SYSCALL_UART_RX_ENABLE_U16); - } -#endif - compiler_barrier(); - return z_impl_uart_rx_enable_u16(dev, buf, len, timeout); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define uart_rx_enable_u16(dev, buf, len, timeout) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_UART_RX_ENABLE_U16, uart_rx_enable_u16, dev, buf, len, timeout); syscall__retval = uart_rx_enable_u16(dev, buf, len, timeout); sys_port_trace_syscall_exit(K_SYSCALL_UART_RX_ENABLE_U16, uart_rx_enable_u16, dev, buf, len, timeout, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_uart_rx_disable(const struct device * dev); - -__pinned_func -static inline int uart_rx_disable(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_UART_RX_DISABLE); - } -#endif - compiler_barrier(); - return z_impl_uart_rx_disable(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define uart_rx_disable(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_UART_RX_DISABLE, uart_rx_disable, dev); syscall__retval = uart_rx_disable(dev); sys_port_trace_syscall_exit(K_SYSCALL_UART_RX_DISABLE, uart_rx_disable, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_uart_line_ctrl_set(const struct device * dev, uint32_t ctrl, uint32_t val); - -__pinned_func -static inline int uart_line_ctrl_set(const struct device * dev, uint32_t ctrl, uint32_t val) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = ctrl }; - union { uintptr_t x; uint32_t val; } parm2 = { .val = val }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_UART_LINE_CTRL_SET); - } -#endif - compiler_barrier(); - return z_impl_uart_line_ctrl_set(dev, ctrl, val); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define uart_line_ctrl_set(dev, ctrl, val) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_UART_LINE_CTRL_SET, uart_line_ctrl_set, dev, ctrl, val); syscall__retval = uart_line_ctrl_set(dev, ctrl, val); sys_port_trace_syscall_exit(K_SYSCALL_UART_LINE_CTRL_SET, uart_line_ctrl_set, dev, ctrl, val, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_uart_line_ctrl_get(const struct device * dev, uint32_t ctrl, uint32_t * val); - -__pinned_func -static inline int uart_line_ctrl_get(const struct device * dev, uint32_t ctrl, uint32_t * val) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = ctrl }; - union { uintptr_t x; uint32_t * val; } parm2 = { .val = val }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_UART_LINE_CTRL_GET); - } -#endif - compiler_barrier(); - return z_impl_uart_line_ctrl_get(dev, ctrl, val); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define uart_line_ctrl_get(dev, ctrl, val) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_UART_LINE_CTRL_GET, uart_line_ctrl_get, dev, ctrl, val); syscall__retval = uart_line_ctrl_get(dev, ctrl, val); sys_port_trace_syscall_exit(K_SYSCALL_UART_LINE_CTRL_GET, uart_line_ctrl_get, dev, ctrl, val, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_uart_drv_cmd(const struct device * dev, uint32_t cmd, uint32_t p); - -__pinned_func -static inline int uart_drv_cmd(const struct device * dev, uint32_t cmd, uint32_t p) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint32_t val; } parm1 = { .val = cmd }; - union { uintptr_t x; uint32_t val; } parm2 = { .val = p }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_UART_DRV_CMD); - } -#endif - compiler_barrier(); - return z_impl_uart_drv_cmd(dev, cmd, p); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define uart_drv_cmd(dev, cmd, p) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_UART_DRV_CMD, uart_drv_cmd, dev, cmd, p); syscall__retval = uart_drv_cmd(dev, cmd, p); sys_port_trace_syscall_exit(K_SYSCALL_UART_DRV_CMD, uart_drv_cmd, dev, cmd, p, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/updatehub.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/updatehub.h deleted file mode 100644 index 1307ab4..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/updatehub.h +++ /dev/null @@ -1,161 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_UPDATEHUB_H -#define Z_INCLUDE_SYSCALLS_UPDATEHUB_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern void z_impl_updatehub_autohandler(void); - -__pinned_func -static inline void updatehub_autohandler(void) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - (void) arch_syscall_invoke0(K_SYSCALL_UPDATEHUB_AUTOHANDLER); - return; - } -#endif - compiler_barrier(); - z_impl_updatehub_autohandler(); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define updatehub_autohandler() do { sys_port_trace_syscall_enter(K_SYSCALL_UPDATEHUB_AUTOHANDLER, updatehub_autohandler); updatehub_autohandler(); sys_port_trace_syscall_exit(K_SYSCALL_UPDATEHUB_AUTOHANDLER, updatehub_autohandler); } while(false) -#endif -#endif - - -extern enum updatehub_response z_impl_updatehub_probe(void); - -__pinned_func -static inline enum updatehub_response updatehub_probe(void) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - return (enum updatehub_response) arch_syscall_invoke0(K_SYSCALL_UPDATEHUB_PROBE); - } -#endif - compiler_barrier(); - return z_impl_updatehub_probe(); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define updatehub_probe() ({ enum updatehub_response syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_UPDATEHUB_PROBE, updatehub_probe); syscall__retval = updatehub_probe(); sys_port_trace_syscall_exit(K_SYSCALL_UPDATEHUB_PROBE, updatehub_probe, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern enum updatehub_response z_impl_updatehub_update(void); - -__pinned_func -static inline enum updatehub_response updatehub_update(void) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - return (enum updatehub_response) arch_syscall_invoke0(K_SYSCALL_UPDATEHUB_UPDATE); - } -#endif - compiler_barrier(); - return z_impl_updatehub_update(); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define updatehub_update() ({ enum updatehub_response syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_UPDATEHUB_UPDATE, updatehub_update); syscall__retval = updatehub_update(); sys_port_trace_syscall_exit(K_SYSCALL_UPDATEHUB_UPDATE, updatehub_update, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_updatehub_confirm(void); - -__pinned_func -static inline int updatehub_confirm(void) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - return (int) arch_syscall_invoke0(K_SYSCALL_UPDATEHUB_CONFIRM); - } -#endif - compiler_barrier(); - return z_impl_updatehub_confirm(); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define updatehub_confirm() ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_UPDATEHUB_CONFIRM, updatehub_confirm); syscall__retval = updatehub_confirm(); sys_port_trace_syscall_exit(K_SYSCALL_UPDATEHUB_CONFIRM, updatehub_confirm, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_updatehub_reboot(void); - -__pinned_func -static inline int updatehub_reboot(void) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - return (int) arch_syscall_invoke0(K_SYSCALL_UPDATEHUB_REBOOT); - } -#endif - compiler_barrier(); - return z_impl_updatehub_reboot(); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define updatehub_reboot() ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_UPDATEHUB_REBOOT, updatehub_reboot); syscall__retval = updatehub_reboot(); sys_port_trace_syscall_exit(K_SYSCALL_UPDATEHUB_REBOOT, updatehub_reboot, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_updatehub_report_error(void); - -__pinned_func -static inline int updatehub_report_error(void) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - return (int) arch_syscall_invoke0(K_SYSCALL_UPDATEHUB_REPORT_ERROR); - } -#endif - compiler_barrier(); - return z_impl_updatehub_report_error(); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define updatehub_report_error() ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_UPDATEHUB_REPORT_ERROR, updatehub_report_error); syscall__retval = updatehub_report_error(); sys_port_trace_syscall_exit(K_SYSCALL_UPDATEHUB_REPORT_ERROR, updatehub_report_error, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/usb_bc12.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/usb_bc12.h deleted file mode 100644 index 7a6ff29..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/usb_bc12.h +++ /dev/null @@ -1,77 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_USB_BC12_H -#define Z_INCLUDE_SYSCALLS_USB_BC12_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_bc12_set_role(const struct device * dev, enum bc12_role role); - -__pinned_func -static inline int bc12_set_role(const struct device * dev, enum bc12_role role) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum bc12_role val; } parm1 = { .val = role }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_BC12_SET_ROLE); - } -#endif - compiler_barrier(); - return z_impl_bc12_set_role(dev, role); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define bc12_set_role(dev, role) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_BC12_SET_ROLE, bc12_set_role, dev, role); syscall__retval = bc12_set_role(dev, role); sys_port_trace_syscall_exit(K_SYSCALL_BC12_SET_ROLE, bc12_set_role, dev, role, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_bc12_set_result_cb(const struct device * dev, bc12_callback_t cb, void * user_data); - -__pinned_func -static inline int bc12_set_result_cb(const struct device * dev, bc12_callback_t cb, void * user_data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; bc12_callback_t val; } parm1 = { .val = cb }; - union { uintptr_t x; void * val; } parm2 = { .val = user_data }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_BC12_SET_RESULT_CB); - } -#endif - compiler_barrier(); - return z_impl_bc12_set_result_cb(dev, cb, user_data); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define bc12_set_result_cb(dev, cb, user_data) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_BC12_SET_RESULT_CB, bc12_set_result_cb, dev, cb, user_data); syscall__retval = bc12_set_result_cb(dev, cb, user_data); sys_port_trace_syscall_exit(K_SYSCALL_BC12_SET_RESULT_CB, bc12_set_result_cb, dev, cb, user_data, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/w1.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/w1.h deleted file mode 100644 index 4fdd7a9..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/w1.h +++ /dev/null @@ -1,294 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_W1_H -#define Z_INCLUDE_SYSCALLS_W1_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_w1_change_bus_lock(const struct device * dev, bool lock); - -__pinned_func -static inline int w1_change_bus_lock(const struct device * dev, bool lock) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; bool val; } parm1 = { .val = lock }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_W1_CHANGE_BUS_LOCK); - } -#endif - compiler_barrier(); - return z_impl_w1_change_bus_lock(dev, lock); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define w1_change_bus_lock(dev, lock) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_W1_CHANGE_BUS_LOCK, w1_change_bus_lock, dev, lock); syscall__retval = w1_change_bus_lock(dev, lock); sys_port_trace_syscall_exit(K_SYSCALL_W1_CHANGE_BUS_LOCK, w1_change_bus_lock, dev, lock, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_w1_reset_bus(const struct device * dev); - -__pinned_func -static inline int w1_reset_bus(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_W1_RESET_BUS); - } -#endif - compiler_barrier(); - return z_impl_w1_reset_bus(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define w1_reset_bus(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_W1_RESET_BUS, w1_reset_bus, dev); syscall__retval = w1_reset_bus(dev); sys_port_trace_syscall_exit(K_SYSCALL_W1_RESET_BUS, w1_reset_bus, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_w1_read_bit(const struct device * dev); - -__pinned_func -static inline int w1_read_bit(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_W1_READ_BIT); - } -#endif - compiler_barrier(); - return z_impl_w1_read_bit(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define w1_read_bit(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_W1_READ_BIT, w1_read_bit, dev); syscall__retval = w1_read_bit(dev); sys_port_trace_syscall_exit(K_SYSCALL_W1_READ_BIT, w1_read_bit, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_w1_write_bit(const struct device * dev, const bool bit); - -__pinned_func -static inline int w1_write_bit(const struct device * dev, const bool bit) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const bool val; } parm1 = { .val = bit }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_W1_WRITE_BIT); - } -#endif - compiler_barrier(); - return z_impl_w1_write_bit(dev, bit); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define w1_write_bit(dev, bit) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_W1_WRITE_BIT, w1_write_bit, dev, bit); syscall__retval = w1_write_bit(dev, bit); sys_port_trace_syscall_exit(K_SYSCALL_W1_WRITE_BIT, w1_write_bit, dev, bit, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_w1_read_byte(const struct device * dev); - -__pinned_func -static inline int w1_read_byte(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_W1_READ_BYTE); - } -#endif - compiler_barrier(); - return z_impl_w1_read_byte(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define w1_read_byte(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_W1_READ_BYTE, w1_read_byte, dev); syscall__retval = w1_read_byte(dev); sys_port_trace_syscall_exit(K_SYSCALL_W1_READ_BYTE, w1_read_byte, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_w1_write_byte(const struct device * dev, uint8_t byte); - -__pinned_func -static inline int w1_write_byte(const struct device * dev, uint8_t byte) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t val; } parm1 = { .val = byte }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_W1_WRITE_BYTE); - } -#endif - compiler_barrier(); - return z_impl_w1_write_byte(dev, byte); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define w1_write_byte(dev, byte) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_W1_WRITE_BYTE, w1_write_byte, dev, byte); syscall__retval = w1_write_byte(dev, byte); sys_port_trace_syscall_exit(K_SYSCALL_W1_WRITE_BYTE, w1_write_byte, dev, byte, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_w1_read_block(const struct device * dev, uint8_t * buffer, size_t len); - -__pinned_func -static inline int w1_read_block(const struct device * dev, uint8_t * buffer, size_t len) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t * val; } parm1 = { .val = buffer }; - union { uintptr_t x; size_t val; } parm2 = { .val = len }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_W1_READ_BLOCK); - } -#endif - compiler_barrier(); - return z_impl_w1_read_block(dev, buffer, len); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define w1_read_block(dev, buffer, len) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_W1_READ_BLOCK, w1_read_block, dev, buffer, len); syscall__retval = w1_read_block(dev, buffer, len); sys_port_trace_syscall_exit(K_SYSCALL_W1_READ_BLOCK, w1_read_block, dev, buffer, len, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_w1_write_block(const struct device * dev, const uint8_t * buffer, size_t len); - -__pinned_func -static inline int w1_write_block(const struct device * dev, const uint8_t * buffer, size_t len) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; const uint8_t * val; } parm1 = { .val = buffer }; - union { uintptr_t x; size_t val; } parm2 = { .val = len }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_W1_WRITE_BLOCK); - } -#endif - compiler_barrier(); - return z_impl_w1_write_block(dev, buffer, len); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define w1_write_block(dev, buffer, len) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_W1_WRITE_BLOCK, w1_write_block, dev, buffer, len); syscall__retval = w1_write_block(dev, buffer, len); sys_port_trace_syscall_exit(K_SYSCALL_W1_WRITE_BLOCK, w1_write_block, dev, buffer, len, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern size_t z_impl_w1_get_slave_count(const struct device * dev); - -__pinned_func -static inline size_t w1_get_slave_count(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (size_t) arch_syscall_invoke1(parm0.x, K_SYSCALL_W1_GET_SLAVE_COUNT); - } -#endif - compiler_barrier(); - return z_impl_w1_get_slave_count(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define w1_get_slave_count(dev) ({ size_t syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_W1_GET_SLAVE_COUNT, w1_get_slave_count, dev); syscall__retval = w1_get_slave_count(dev); sys_port_trace_syscall_exit(K_SYSCALL_W1_GET_SLAVE_COUNT, w1_get_slave_count, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_w1_configure(const struct device * dev, enum w1_settings_type type, uint32_t value); - -__pinned_func -static inline int w1_configure(const struct device * dev, enum w1_settings_type type, uint32_t value) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; enum w1_settings_type val; } parm1 = { .val = type }; - union { uintptr_t x; uint32_t val; } parm2 = { .val = value }; - return (int) arch_syscall_invoke3(parm0.x, parm1.x, parm2.x, K_SYSCALL_W1_CONFIGURE); - } -#endif - compiler_barrier(); - return z_impl_w1_configure(dev, type, value); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define w1_configure(dev, type, value) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_W1_CONFIGURE, w1_configure, dev, type, value); syscall__retval = w1_configure(dev, type, value); sys_port_trace_syscall_exit(K_SYSCALL_W1_CONFIGURE, w1_configure, dev, type, value, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_w1_search_bus(const struct device * dev, uint8_t command, uint8_t family, w1_search_callback_t callback, void * user_data); - -__pinned_func -static inline int w1_search_bus(const struct device * dev, uint8_t command, uint8_t family, w1_search_callback_t callback, void * user_data) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t val; } parm1 = { .val = command }; - union { uintptr_t x; uint8_t val; } parm2 = { .val = family }; - union { uintptr_t x; w1_search_callback_t val; } parm3 = { .val = callback }; - union { uintptr_t x; void * val; } parm4 = { .val = user_data }; - return (int) arch_syscall_invoke5(parm0.x, parm1.x, parm2.x, parm3.x, parm4.x, K_SYSCALL_W1_SEARCH_BUS); - } -#endif - compiler_barrier(); - return z_impl_w1_search_bus(dev, command, family, callback, user_data); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define w1_search_bus(dev, command, family, callback, user_data) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_W1_SEARCH_BUS, w1_search_bus, dev, command, family, callback, user_data); syscall__retval = w1_search_bus(dev, command, family, callback, user_data); sys_port_trace_syscall_exit(K_SYSCALL_W1_SEARCH_BUS, w1_search_bus, dev, command, family, callback, user_data, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/watchdog.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/watchdog.h deleted file mode 100644 index 7bfc784..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/syscalls/watchdog.h +++ /dev/null @@ -1,99 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#ifndef Z_INCLUDE_SYSCALLS_WATCHDOG_H -#define Z_INCLUDE_SYSCALLS_WATCHDOG_H - - -#include - -#ifndef _ASMLANGUAGE - -#include - -#include -#include - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -extern int z_impl_wdt_setup(const struct device * dev, uint8_t options); - -__pinned_func -static inline int wdt_setup(const struct device * dev, uint8_t options) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; uint8_t val; } parm1 = { .val = options }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_WDT_SETUP); - } -#endif - compiler_barrier(); - return z_impl_wdt_setup(dev, options); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define wdt_setup(dev, options) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_WDT_SETUP, wdt_setup, dev, options); syscall__retval = wdt_setup(dev, options); sys_port_trace_syscall_exit(K_SYSCALL_WDT_SETUP, wdt_setup, dev, options, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_wdt_disable(const struct device * dev); - -__pinned_func -static inline int wdt_disable(const struct device * dev) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - return (int) arch_syscall_invoke1(parm0.x, K_SYSCALL_WDT_DISABLE); - } -#endif - compiler_barrier(); - return z_impl_wdt_disable(dev); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define wdt_disable(dev) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_WDT_DISABLE, wdt_disable, dev); syscall__retval = wdt_disable(dev); sys_port_trace_syscall_exit(K_SYSCALL_WDT_DISABLE, wdt_disable, dev, syscall__retval); syscall__retval; }) -#endif -#endif - - -extern int z_impl_wdt_feed(const struct device * dev, int channel_id); - -__pinned_func -static inline int wdt_feed(const struct device * dev, int channel_id) -{ -#ifdef CONFIG_USERSPACE - if (z_syscall_trap()) { - union { uintptr_t x; const struct device * val; } parm0 = { .val = dev }; - union { uintptr_t x; int val; } parm1 = { .val = channel_id }; - return (int) arch_syscall_invoke2(parm0.x, parm1.x, K_SYSCALL_WDT_FEED); - } -#endif - compiler_barrier(); - return z_impl_wdt_feed(dev, channel_id); -} - -#if defined(CONFIG_TRACING_SYSCALL) -#ifndef DISABLE_SYSCALL_TRACING - -#define wdt_feed(dev, channel_id) ({ int syscall__retval; sys_port_trace_syscall_enter(K_SYSCALL_WDT_FEED, wdt_feed, dev, channel_id); syscall__retval = wdt_feed(dev, channel_id); sys_port_trace_syscall_exit(K_SYSCALL_WDT_FEED, wdt_feed, dev, channel_id, syscall__retval); syscall__retval; }) -#endif -#endif - - -#ifdef __cplusplus -} -#endif - -#endif -#endif /* include guard */ diff --git a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/version.h b/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/version.h deleted file mode 100644 index 56ffb01..0000000 --- a/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/version.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef _KERNEL_VERSION_H_ -#define _KERNEL_VERSION_H_ - -/* The template values come from cmake/modules/version.cmake - * BUILD_VERSION related template values will be 'git describe', - * alternatively user defined BUILD_VERSION. - */ - -#define ZEPHYR_VERSION_CODE 263267 -#define ZEPHYR_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) - -#define KERNELVERSION 0x4046300 -#define KERNEL_VERSION_NUMBER 0x40463 -#define KERNEL_VERSION_MAJOR 4 -#define KERNEL_VERSION_MINOR 4 -#define KERNEL_PATCHLEVEL 99 -#define KERNEL_TWEAK 0 -#define KERNEL_EXTRAVERSION -#define KERNEL_VERSION_STRING "4.4.99" -#define KERNEL_VERSION_EXTENDED_STRING "4.4.99+0" -#define KERNEL_VERSION_TWEAK_STRING "4.4.99+0" - -#define BUILD_VERSION v4.4.0-2773-g4424aa681e0b - - -#endif /* _KERNEL_VERSION_H_ */ diff --git a/zephyrproject/build/mcuboot/zephyr/isr_tables.c b/zephyrproject/build/mcuboot/zephyr/isr_tables.c deleted file mode 100644 index 1a6681e..0000000 --- a/zephyrproject/build/mcuboot/zephyr/isr_tables.c +++ /dev/null @@ -1,198 +0,0 @@ - -/* AUTO-GENERATED by gen_isr_tables.py, do not edit! */ - -#include -#include -#include -#include - -typedef void (* ISR)(const void *); -const uintptr_t __irq_vector_table _irq_vector_table[92] = { - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), - ((uintptr_t)&_isr_wrapper), -}; - -const struct _isr_table_entry __sw_isr_table _sw_isr_table[92] = { - {(const void *)0x0, (ISR)z_irq_spurious}, /* 0 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 1 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 2 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 3 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 4 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 5 */ - {(const void *)0x80052da, (ISR)0x8001d21}, /* 6 */ - {(const void *)0x80052d8, (ISR)0x8001d21}, /* 7 */ - {(const void *)0x80052d6, (ISR)0x8001d21}, /* 8 */ - {(const void *)0x80052d4, (ISR)0x8001d21}, /* 9 */ - {(const void *)0x80052d2, (ISR)0x8001d21}, /* 10 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 11 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 12 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 13 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 14 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 15 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 16 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 17 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 18 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 19 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 20 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 21 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 22 */ - {(const void *)0x80052d0, (ISR)0x8001d21}, /* 23 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 24 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 25 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 26 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 27 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 28 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 29 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 30 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 31 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 32 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 33 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 34 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 35 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 36 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 37 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 38 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 39 */ - {(const void *)0x80052ce, (ISR)0x8001d21}, /* 40 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 41 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 42 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 43 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 44 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 45 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 46 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 47 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 48 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 49 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 50 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 51 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 52 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 53 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 54 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 55 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 56 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 57 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 58 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 59 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 60 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 61 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 62 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 63 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 64 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 65 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 66 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 67 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 68 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 69 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 70 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 71 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 72 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 73 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 74 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 75 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 76 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 77 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 78 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 79 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 80 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 81 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 82 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 83 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 84 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 85 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 86 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 87 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 88 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 89 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 90 */ - {(const void *)0x0, (ISR)z_irq_spurious}, /* 91 */ -}; diff --git a/zephyrproject/build/mcuboot/zephyr/isr_tables_swi.ld b/zephyrproject/build/mcuboot/zephyr/isr_tables_swi.ld deleted file mode 100644 index 710cecc..0000000 --- a/zephyrproject/build/mcuboot/zephyr/isr_tables_swi.ld +++ /dev/null @@ -1 +0,0 @@ -/* Empty */ diff --git a/zephyrproject/build/mcuboot/zephyr/isr_tables_vt.ld b/zephyrproject/build/mcuboot/zephyr/isr_tables_vt.ld deleted file mode 100644 index 710cecc..0000000 --- a/zephyrproject/build/mcuboot/zephyr/isr_tables_vt.ld +++ /dev/null @@ -1 +0,0 @@ -/* Empty */ diff --git a/zephyrproject/build/mcuboot/zephyr/kconfig/sources.txt b/zephyrproject/build/mcuboot/zephyr/kconfig/sources.txt deleted file mode 100644 index 13b5489..0000000 --- a/zephyrproject/build/mcuboot/zephyr/kconfig/sources.txt +++ /dev/null @@ -1,4667 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/Kconfig -/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/Kconfig.firmware_loader -/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/Kconfig.serial_recovery -/home/jeremy/utat-dev/zephyrproject/bootloader/mcuboot/boot/zephyr/VERSION -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/Kconfig/Kconfig.dts -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/Kconfig/Kconfig.modules -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/Kconfig/arch/Kconfig -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/Kconfig/boards/Kconfig -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/Kconfig/boards/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/Kconfig/boards/Kconfig.nucleo_g431rb -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/Kconfig/soc/Kconfig -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/Kconfig/soc/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/Kconfig/soc/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/DFM/kernelports/Zephyr/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/DFM/kernelports/Zephyr/storageports/Filesystem/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/DFM/kernelports/Zephyr/storageports/Flash/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.BufferAllocation -/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.Debug -/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.EntryTable -/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.ISR -/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.InternalBuffer -/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.StackMonitor -/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.StartMode -/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.StreamPort -/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.TraceControl -/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/config/Kconfig/Kconfig.TraceCoverage -/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/kernelports/ESP-IDF_FreeRTOS/streamports/ESP_IDF_APPTRACE/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/kernelports/Zephyr/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/kernelports/Zephyr/streamports/Semihost/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/streamports/ARM_ITM/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/streamports/File/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/streamports/Jlink_RTT/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/streamports/RingBuffer/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/streamports/STM32_USB_CDC/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/streamports/TCPIP/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/TraceRecorder/streamports/UDP/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/debug/percepio/zephyr/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/components/soc/esp32/include/soc/Kconfig.soc_caps.in -/home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/components/soc/esp32c2/include/soc/Kconfig.soc_caps.in -/home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/components/soc/esp32c3/include/soc/Kconfig.soc_caps.in -/home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/components/soc/esp32c5/include/soc/Kconfig.soc_caps.in -/home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/components/soc/esp32c6/include/soc/Kconfig.soc_caps.in -/home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/components/soc/esp32h2/include/soc/Kconfig.soc_caps.in -/home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/components/soc/esp32s2/include/soc/Kconfig.soc_caps.in -/home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/components/soc/esp32s3/include/soc/Kconfig.soc_caps.in -/home/jeremy/utat-dev/zephyrproject/modules/hal/espressif/zephyr/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/intel/zephyr/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/intel/zephyr/bsp_sedi/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/intel/zephyr/subsys/logging/backends/Kconfig.i2c -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/ameba/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/ameba/amebad/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/ameba/amebadplus/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/ameba/amebag2/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/ameba/common/wifi/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/adc/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/bluetooth/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/can/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/codec/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/dma/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/gpio/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/i2c/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/i2s/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/ir/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/irq/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/keyscan/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/mac_802154/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/pinmux/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/pwm/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/qdec/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/rcc/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/rtc/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/sdhc/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/spi/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/timer/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/uart/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/usb/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/realtek/bee/drivers/wdt/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/telink/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/hal/telink/tlsr9/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/lib/gui/lvgl/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/lib/gui/lvgl/zephyr/Kconfig -/home/jeremy/utat-dev/zephyrproject/modules/lib/picolibc/zephyr/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/Kconfig.constants -/home/jeremy/utat-dev/zephyrproject/zephyr/Kconfig.zephyr -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arc/core/dsp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arc/core/mpu/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/Kconfig.vfp -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/arm9/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_a_r/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/cortex_m/tz/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/mmu/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm/core/mpu/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm64/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm64/core/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm64/core/cortex_r/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/arm64/core/xen/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/common/acpi/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/mips/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/openrisc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/posix/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/posix/Kconfig.natsim_optional -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/riscv/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/riscv/Kconfig.isa -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/riscv/custom/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/riscv/custom/andes/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/riscv/custom/thead/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/riscv/custom/thead/Kconfig.core -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/riscv/custom/vexriscv/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/rx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/sparc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/x86/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/x86/core/Kconfig.ia32 -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/x86/core/Kconfig.intel64 -/home/jeremy/utat-dev/zephyrproject/zephyr/arch/xtensa/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/Kconfig.v2 -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/Kconfig.whisper -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/abrobot_esp32c3_oled/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ad_apardpfw_sl/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ad_apardpfw_sl/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_24lc32/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_2_8_tft_touch_v2/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_2_8_tft_touch_v2/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_8chan_solenoid/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_ad5693r/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_adalogger_featherwing/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_aht20/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_apds9960/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_aw9523/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_data_logger/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_dps310/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_drv2605l/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_ds2484/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_featherwing_128x32_oled/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_featherwing_128x32_oled/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_featherwing_128x64_oled/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_featherwing_128x64_oled/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_ht16k33/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_hts221/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_ina219/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_ina228/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_ina237/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_ina3221/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_lis2mdl/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_lis3dh/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_lis3mdl/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_lps22/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_ltr329/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_max17048/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_mcp4728/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_mcp9808/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_neopixel_grid_bff/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_neopixel_grid_bff/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_pca9685/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_pcf8523/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_sht4x/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_tsl2591/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_vcnl4040/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_veml7700/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_winc1500/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/adafruit_winc1500/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/amg88xx/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arceli_eth_w5500/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arceli_eth_w5500/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arducam_cu450_ov5640/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arduino_giga_display_shield/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arduino_giga_display_shield/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arduino_modulino_buttons/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arduino_modulino_latch_relay/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arduino_modulino_movement/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arduino_modulino_pixels/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arduino_modulino_thermo/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/arduino_uno_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/atmel_rf2xx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/atmel_rf2xx/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/boostxl_ulpsense/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/canis_canpico/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/dac80508_evm/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/dvp_20pin_ov7670/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/dvp_fpc24_mt9m114/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ek_ra8d1_rtk7eka6m3b00001bu/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/esp_8266/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/esp_8266/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/esp_8266/boards/disco_l475_iot1.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/esp_8266/boards/sam4e_xpro.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/esp_threadbr_ethernet/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/esp_threadbr_ethernet/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/eval_ad4052_ardz/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/eval_adxl362_ardz/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/eval_adxl367_ardz/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/eval_adxl372_ardz/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/eval_cn0391_ardz/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/frdm_cr20a/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/frdm_cr20a/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/frdm_cr20a/boards/frdm_k64f.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/frdm_kw41z/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/frdm_stbc_agm01/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ftdi_vm800c/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/g1120b0mipi/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/g1120b0mipi/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/inventek_eswifi/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/inventek_eswifi/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/inventek_eswifi/boards/frdm_k64f.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/inventek_eswifi/boards/nucleo_f767zi.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/lcd_par_s035/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/lcd_par_s035/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/link_board_eth/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/link_board_eth/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/lmp90100_evb/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/lmp90100_evb/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ls0xx_generic/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ls0xx_generic/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/m5stack_cardputer/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/m5stack_cardputer/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/m5stack_core2_ext/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/m5stack_unit_gesture/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/m5stack_unit_minioled/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/m5stack_unit_minioled/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/max3421e/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/max7219/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mchp_rnbd451_bt/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mchp_rnbd451_bt/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mcp2515/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_3d_hall_3_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_accel13_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_accel4_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_adc_click/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_adc_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_air_quality_3_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_ambient_2_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_ble_tiny_click/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_ble_tiny_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_can_fd_6_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_eeprom_13_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_eth3_click/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_eth3_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_eth_click/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_eth_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_flash_5_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_flash_6_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_flash_8_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_h_bridge_4_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_illuminance_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_ir_gesture_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_lsm6dsl_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_lte_iot10_click/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_lte_iot10_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_lte_iot7_click/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_lte_iot7_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_mcp251x_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_mcp251xfd_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_pressure_3_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_proximity_9_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_rs485_isolator_5_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_rtc_18_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_stepper_18_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_stepper_19_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_temp_hum_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_weather_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_wifi_bt_click/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/mikroe_wifi_bt_click/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/npm1100_ek/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/npm1300_ek/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/npm1304_ek/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/npm2100_ek/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/npm6001_ek/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nrf7002eb/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nrf7002eb2/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nrf7002ek/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_adtja1101/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_btb44_ov5640/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_m2_wifi_bt/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_m2_wifi_bt/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_mx8_dsi_oled1a/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_mx8_dsi_oled1a/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_mx9_dsi_oled/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_mx9_dsi_oled/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/nxp_s32k5xx_mb/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/olimex_shield_midi/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/openthread_rcp_arduino/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/openthread_rcp_arduino/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/p3t1755dp_ard_i2c/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/p3t1755dp_ard_i3c/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/pmod_acl/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/pmod_sd/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/raspberry_pi_camera_module_2/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/renesas_aik_ov2640_cam/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/renesas_us159_da14531evz/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/reyax_lora/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rk043fn02h_ct/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rk043fn02h_ct/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rk043fn66hs_ctg/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rk043fn66hs_ctg/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rk055hdmipi4m/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rk055hdmipi4m/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rk055hdmipi4ma0/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rk055hdmipi4ma0/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rpi_pico_uno_flexypin/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtk0eg0019b01002bj/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtk0eg0019b01002bj/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtk7eka6m3b00001bu/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtk7eka6m3b00001bu/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtk7eka6m3b00001bu/boards/ek_ra8d1.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtklcdpar1s00001be/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtklcdpar1s00001be/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtklcdpar1s00001be/boards/ek_ra8d2_r7ka8d2kflcac_cm85.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtklcdpar1s00001be/boards/ek_ra8p1_r7ka8p1kflcac_cm85.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtkmipilcdb00000be/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtkmipilcdb00000be/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtkmipilcdb00000be/boards/aik_ra8d1.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtkmipilcdb00000be/boards/ek_ra8d1.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/rtkmipilcdb00000be/boards/ek_ra8p1_r7ka8p1kflcac_cm85.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/seeed_w5500/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/seeed_w5500/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/seeed_xiao_cob_led/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/seeed_xiao_expansion_board/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/seeed_xiao_expansion_board/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/seeed_xiao_hsp24/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/seeed_xiao_round_display/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/seeed_xiao_round_display/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/semtech_sx1261mb2bas/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/semtech_sx1262mb2das/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/semtech_sx1272mb2das/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/semtech_sx1276mb1mas/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/sparkfun_carrier_asset_tracker/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/sparkfun_environmental_combo/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/sparkfun_rv8803/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/sparkfun_sara_r4/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/sparkfun_sara_r4/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/sparkfun_shtc3/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ssd1306/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ssd1306/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st7735r/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st7735r/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st7789v_generic/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st7789v_generic/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st87mxx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st87mxx/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_b_cams_imx_mb1854/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_b_cams_imx_mb1854/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_b_cams_omv_mb1683/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_b_dsi_mb1314/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_b_lcd40_dsi1_mb1166/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_b_lcd40_dsi1_mb1166/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_b_lcd40_dsi1_mb1166/boards/stm32h747i_disco_stm32h747xx_m7.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_b_lcd40_dsi1_mb1166/boards/stm32h757i_eval_stm32h757xx_m7.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_lcd_dsi_mb1835/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_mb1897_cam/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/st_stm32f4dis_cam/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/swir_hl78xx_ev_kit/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/tcan4550evm/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/ti_bp_bassensorsmkii/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/v2c_daplink/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_dsi_lcd/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_dsi_lcd/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_epaper/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_epaper/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_pico_lcd_1_14/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_pico_lcd_1_14/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_pico_oled_1_3/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_pico_oled_1_3/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/waveshare_ups/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/weact_ov2640_cam_module/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/wiznet_w5500/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/wiznet_w5500/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/wnc_m14a2a/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/wnc_m14a2a/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_53l0a1/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_53l0a1/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_bnrg2a1/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_bnrg2a1/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_eeprma2/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_eeprma2/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_gfx01m2/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_gfx01m2/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_gnss1a1/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_gnss1a1/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_idb05a1/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_idb05a1/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_iks01a1/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_iks01a2/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_iks01a3/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_iks02a1/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_iks4a1/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_iks5a1/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_wb05kn1/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/x_nucleo_wb05kn1/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/zc143ac72mipi/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/zc143ac72mipi/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/shields/zhaw_lumamatrix/Kconfig.shield -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/st/nucleo_g431rb/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/boards/st/nucleo_g431rb/Kconfig.nucleo_g431rb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ad405x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ad4114 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ad4130 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ad4170 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ad559x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ad7124 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.adc_emul -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ads1112 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ads1119 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ads131m02 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ads1x1x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ads1x4s0x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ads7052 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ads79xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ambiq -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.b91 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.bflb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.cc13xx_cc26xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.cc23x0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.cc32xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ch32v00x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ene -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.gd32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.infineon -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.infineon_autanalog_sar -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.infineon_hppass_sar -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.infineon_sar -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.it51xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.it8xxx2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.lmp90xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ltc2451 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.max11102_17 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.max1125x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.max2253x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.max32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.mchp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.mcp320x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.mcp3221 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.mcp356xr -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.mcux -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.mspm0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.npcx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.nrfx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.numaker -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.nxp_s32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.renesas_ra -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.renesas_rx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.renesas_rz -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.rpi_pico -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.rts5912 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.sam -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.sam0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.sam_afec -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.sf32lb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.silabs -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.smartbond -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.test -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.ti_am335x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.tla202x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.vf610 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.xec -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/adc/Kconfig.xmc4xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.aw88298 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.cs43l22 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.da7212 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.dmic_ambiq_pdm -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.dmic_infineon -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.dmic_mcux -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.dmic_mpxxdtyy -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.dmic_nxp_micfil -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.dmic_pdm_nrfx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.max98091 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.pcm1681 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.sf32lb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.tas2563 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.tas6422dac -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.tlv320aic3110 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.tlv320dac -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.wm8904 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/Kconfig.wm8962 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/audio/mic_privacy/intel/Kconfig.mic_privacy -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/auxdisplay/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/auxdisplay/Kconfig.gpio -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/auxdisplay/Kconfig.hd44780 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/auxdisplay/Kconfig.itron -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/auxdisplay/Kconfig.jhd1313 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/auxdisplay/Kconfig.pt6314 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/auxdisplay/Kconfig.serlcd -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/auxdisplay/Kconfig.tm1637 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig.bbram_emul -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig.it8xxx2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig.mc146818 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig.microchip -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig.npcx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig.rts5912 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bbram/Kconfig.xec -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/biometrics/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/biometrics/Kconfig.emul -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/biometrics/Kconfig.gt5x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/biometrics/Kconfig.zfm_x0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/hci/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/hci/Kconfig.bee -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/hci/Kconfig.bflb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/hci/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/hci/Kconfig.infineon -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/hci/Kconfig.nxp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/hci/Kconfig.silabs -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/bluetooth/hci/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig.andes -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig.aspeed -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig.bflb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig.nrf -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig.nxp_lmem_cache -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig.nxp_syscon_lpcac -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig.nxp_xcache -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/cache/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.fake -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.infineon -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.kvaser -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.loopback -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.max32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.mcan -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.mcp2515 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.mcp251xfd -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.mcux -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.mspm0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.native_linux -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.nrf -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.numaker -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.nxp_lpc_mcan -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.nxp_s32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.rcar -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.renesas_ra -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.renesas_rz -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.sam -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.sam0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.sja1000 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.tcan4x5x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/Kconfig.xmc4xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/can/transceiver/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.adp5360 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.axp2101 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.bq24190 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.bq2518x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.bq25713 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.gpio -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.max20335 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.npm10xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.pca9422 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.pf1550 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.sbs_charger -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/charger/Kconfig.sy6974b -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.agilex5 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.alif -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.ambiq -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.ameba -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.arm_scmi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.aspeed -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.bee -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.beetle -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.bflb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.cavs -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.fixed -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.focaltech -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.gd32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.infineon -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.it51xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.litex -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.lpc11u6x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.max32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.mchp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.mspm0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.npcm -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.npcx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.nrf -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.numaker -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.nxp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.pwm -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.rcar -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.renesas_ra_cgc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.renesas_rx_cgc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.renesas_rz_cgc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.renesas_rz_cpg -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.rpi_pico -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.rts5817 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.rts5912 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.rv32m1 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.sam -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.sf32lb_hxt48 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.sf32lb_rcc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.si32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.silabs -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.siwx91x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.smartbond -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.syna_sr100 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.tisci -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.wch_rcc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/clock_control/Kconfig.xec -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.fake_comp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.infineon_lpcomp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.it51xxx_vcmp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.mchp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.mcux_acmp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.mspm0_comp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.nrf_comp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.nrf_lpcomp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.nxp_acomp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.nxp_cmp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.nxp_hscmp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.nxp_lpcmp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.renesas_ra -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.renesas_rx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.shell -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.silabs_acmp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/comparator/Kconfig.stm32_comp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/console/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/coredump/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.ace -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.ambiq -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.andes_atcpit100 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.bee_rtc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.bee_timer -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.bflb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.cc23x0_lgpt -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.cc23x0_rtc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.cmos -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.dtmr_cmsdk_apb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.dw -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.esp32_rtc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.esp32_tmr -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.gd32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.imx_epit -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.infineon -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.infineon_tcpwm -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.ite_it51xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.ite_it8xxx2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.max32_rtc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.max32_timer -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.max32_wut -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.maxim_ds3231 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mchp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mchp_sam_pit64b -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcp7940n -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_ctimer -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_ftm -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_gpt -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_lpc_rtc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_lpit -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_lptmr -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_qtmr -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_rtc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_rtc_jdp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_snvs -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_stm -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_sysctr -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mcux_tpm -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.mspm0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.native_sim -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.neorv32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.npcx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.nrfx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.nxp_mrt -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.nxp_pit -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.nxp_s32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.renesas_ra -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.renesas_rz -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.rpi_pico -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.rpi_pico_pit -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.rts5912 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.rts5912_slwtmr -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.rv3032_counter -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.sam -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.sam0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.silabs -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.smartbond_timer -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.stm32_rtc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.stm32_timer -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.tmr_cmsdk_apb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.xec -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/counter/Kconfig.xlnx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crc/Kconfig.nxp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crc/Kconfig.renesas_ra -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crc/Kconfig.sf32lb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crc/Kconfig.silabs -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crc/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.ataes132a -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.bflb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.cc23x0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.intel -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.it51xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.it8xxx2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.mchp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.mcux_dcp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.mspm0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.npcx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.nrf_ecb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.nxp_s32_hse -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.rpi_pico -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.rts5912 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.sf32lb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.si32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.smartbond -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/crypto/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.ad559x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.ad569x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.ad56x1 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.ad56xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.dac161s997 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.dac_emul -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.dacx0501 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.dacx0508 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.dacx311 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.dacx3608 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.gd32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.ltc166x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.max22017 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.mchp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.mcp4725 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.mcp4728 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.mcux -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.mspm0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.renesas_ra -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.sam -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.sam0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.samd5x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.silabs -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dac/Kconfig.test -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/amd/sdw/Kconfig.acp_sdw_dai -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/intel/alh/Kconfig.alh -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/intel/dmic/Kconfig.dmic -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/intel/hda/Kconfig.hda -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/intel/ssp/Kconfig.ssp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/intel/uaol/Kconfig.uaol -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/nxp/esai/Kconfig.esai -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/nxp/micfil/Kconfig.micfil -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dai/nxp/sai/Kconfig.sai -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/debug/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/debug/Kconfig.nrf -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/debug/Kconfig.silabs -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/disk/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/disk/Kconfig.flash -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/disk/Kconfig.ftl -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/disk/Kconfig.loopback -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/disk/Kconfig.mmc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/disk/Kconfig.ram -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/disk/Kconfig.sdmmc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/disk/nvme/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ac057tc1 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.co5300 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.dummy -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ed2208_gca -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.gc9x01x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.hub12 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.hx8379c -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.hx8394 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ili9806e_dsi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ili9xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.intel_multibootfb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ist3931 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.led_strip_matrix -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.lpm013m126 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ls0xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.max7219 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.mcux_dcnano_lcdif -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.mcux_elcdif -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.mcux_lcdifv2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.mcux_lcdifv3 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.microbit -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.nrf_led_matrix -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.nt35510 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.otm8009a -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.qemu_ramfb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.renesas_lcdc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.renesas_ra -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.rm67162 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.rm67199 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.rm68200 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.rm692c9 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.sdl -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.sh1122 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ssd1306 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ssd1320 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ssd1322 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ssd1327_5 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ssd1331 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ssd135x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ssd1363 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.ssd16xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.st730x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.st75256 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.st7567 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.st7586s -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.st7701 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.st7735r -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.st7789v -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.st7796s -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.stm32_ltdc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.uc81xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/display/Kconfig.waveshare_dsi2dpi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.acp_host -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.acp_sdw -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.ameba -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.andes_atcdmacx00 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.bee -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.bflb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.dma_pl330 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.dw -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.dw_axi_dmac -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.dw_common -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.emul -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.gd32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.infineon -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.intel_adsp_gpdma -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.intel_adsp_hda -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.intel_lpss -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.iproc_pax -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.max32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.mchp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.mcux_edma -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.mcux_lpc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.mcux_pxp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.mcux_smartdma -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.nios2_msgdma -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.npcx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.nxp_4ch_dma -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.nxp_edma -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.nxp_gdma -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.nxp_sdma -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.nxp_sof_host_dma -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.renesas_ra -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.renesas_rz -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.rpi_pico -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.sam0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.sam_xdmac -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.sedi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.sf32lb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.si32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.silabs -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.siwx91x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.smartbond -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.ti_cc23x0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.ti_mspm0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.wch -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.xec -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.xilinx_axi_dma -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dma/Kconfig.xmc4xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/dp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/edac/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/edac/Kconfig.mcux_erm -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig.eeprom_emu -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig.fm25xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig.lpc11u6x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig.mb85rcxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig.mb85rsxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig.tmp11x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/eeprom/Kconfig.xec -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.ambiq -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.arm64 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.b91 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.bee -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.bflb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.bt_hci -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.cc13xx_cc26xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.gd32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.gecko -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.iproc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.litex -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.max32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.maxq10xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.mchp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.mcux -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.mspm0_trng -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.native_sim -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.neorv32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.npcx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.nrf5 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.nrf_cracen -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.nxp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.psa_crypto -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.renesas_ra -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.rpi_pico -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.rv32m1 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.sam -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.sf32lb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.siwx91x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.smartbond -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.sy1xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.virtio -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/entropy/Kconfig.wch -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/espi/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/espi/Kconfig.espi_emul -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/espi/Kconfig.it8xxx2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/espi/Kconfig.npcx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/espi/Kconfig.rts5912 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/espi/Kconfig.xec -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.adin2111 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.cyclonev -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.dm9051 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.dwmac -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.e1000 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.enc28j60 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.enc424j600 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.gecko -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.ivshmem -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.lan865x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.lan9250 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.litex -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.native_tap -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.numaker -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.nxp_enet -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.nxp_s32_gmac -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.nxp_s32_netc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.renesas_ra -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.renesas_ra_rmac -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.sam_gmac -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.smsc911x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.smsc91x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.stellaris -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.stm32_hal -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.sy1xx_mac -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.test -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.virtio_net -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.w5500 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.w6100 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.wch -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.xilinx_axi_ethernet_lite -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.xilinx_axienet -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.xlnx_gem -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/Kconfig.xmc4xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/dsa/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/dwc_xgmac/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/eth_nxp_enet_qos/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/intel/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/intel/Kconfig.intel_igc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.adin2111 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.dwcxgmac -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.dwmac -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.gpio -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.intel_igc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.lan865x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.litex -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.nxp_enet -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.nxp_enet_qos -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.nxp_imx_netc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.nxp_s32_gmac -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.nxp_s32_netc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.renesas_ra -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.sam -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.stm32_hal -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.sy1xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.wch -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.xilinx_axi_ethernet_lite -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.xilinx_axienet -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/mdio/Kconfig.xmc4xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/nxp_imx_netc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/phy/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/phy/Kconfig.dm8806 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/phy/Kconfig.microchip_t1s -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/phy/Kconfig.nxp_t1s -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/phy/Kconfig.tja1103 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ethernet/phy/Kconfig.tja11xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/firmware/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/firmware/qemu_fwcfg/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/firmware/scmi/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/firmware/scmi/nxp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/firmware/scmi/shell/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/firmware/tisci/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.adi_max32_spixf -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.ambiq -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.andes -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.at25xv021a -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.at45 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.b91 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.bflb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.cadence_nand -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.cadence_qspi_nor -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.cc13xx_cc26xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.cc23x0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.gd32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.gecko -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.infineon -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.it51xxx_m1k -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.it8xxx2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.lpc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.max32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.mchp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.mcux -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.mspi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nand -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nor -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nordic_qspi_nor -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.npcx_fiu -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nrf -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nrf_mram -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nrf_mramc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nrf_rram -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.numaker -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.numaker_rmc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nxp_s32_qspi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.nxp_s32_xspi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.renesas_ra -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.renesas_ra_ospi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.renesas_ra_qspi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.renesas_rx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.renesas_rz_qspi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.rpi_pico -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.rts5912 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.rv32m1 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.s3axx04 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.sam -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.sam0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.sf32lb_mpi_qspi_nor -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.si32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.silabs -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.simulator -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.siwx91x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.smartbond -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.stm32_ospi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.stm32_qspi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.stm32_xspi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/flash/Kconfig.xmc4xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fpga/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fpga/Kconfig.altera_agilex_bridge -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fpga/Kconfig.eos_s3 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fpga/Kconfig.ice40 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fpga/Kconfig.mpfs -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fpga/Kconfig.slg471x5 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fpga/Kconfig.slg47910 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fpga/Kconfig.zynqmp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/adp5360/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/axp2101/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/bq27z746/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/bq40z50/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/composite/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/hy4245/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/lc709203f/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/ltc2959/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/max17048/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/sbs_gauge/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/sbs_gauge/Kconfig.emul_sbs_gauge -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/fuel_gauge/sy24561/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/Kconfig.emul -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/Kconfig.generic -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/Kconfig.globaltop_pa6h -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/Kconfig.luatos_air530z -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/Kconfig.quectel_lcx6g -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/u_blox/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/u_blox/Kconfig.u_blox_common -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/u_blox/Kconfig.u_blox_f9p -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gnss/u_blox/Kconfig.u_blox_m8 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.ad559x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.adp5585 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.ads1x4s0x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.aesc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.altera -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.ambiq -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.ameba -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.andes_atcgpio100 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.aw9523b -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.axp192 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.b91 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.bcm2711 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.bd8lb600fs -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.bee -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.bflb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.brcmstb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.cc13xx_cc26xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.cc23x0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.cc32xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.cmsdk_ahb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.creg_gpio -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.cy8c95xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.cyw43 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.davinci -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.dw -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.efinix_sapphire -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.emul -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.emul_sdl -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.ene -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.eos_s3 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.fxl6408 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.gd32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.gecko -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.grgpio -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.imx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.infineon -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.intel -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.iproc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.it51xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.it8801 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.it8xxx2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.litex -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.lmp90xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.lpc11u6x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.max14906 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.max14916 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.max14917 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.max22017 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.max2219x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.max32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mchp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mchp_mss -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mcp23xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mcux -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mcux_igpio -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mcux_lpc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mcux_rgpio -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mfxstm32l152 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mmio32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mmio_latch -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.mspm0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.nct38xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.neorv32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.npcx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.npm10xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.npm13xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.npm2100 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.npm6001 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.nrfx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.numaker -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.numicro -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.nxp_siul2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.pca953x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.pca95xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.pca_series -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.pcal64xxa -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.pcal9722 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.pcf857x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.psoc6 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.rcar -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.renesas_ra_ioport -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.renesas_rx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.renesas_rz -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.renesas_rza2m -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.rp1 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.rpi_pico -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.rt1718s -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.rts5912 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.rv32m1 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.rzt2m -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sam -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sam0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sc18im704 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sc18is606 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sedi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sf32lb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.si32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sifive -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.silabs -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.siwx91x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.smartbond -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sn74hc595 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.stellaris -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.stmpe1600 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sx1509b -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.sy1xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.tca6424a -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.test -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.tle9104 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.wch_ch32v00x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.xec -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.xlnx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.xlnx_ps -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/gpio/Kconfig.xmc4xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/haptics/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/haptics/cirrus/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/haptics/cirrus/Kconfig.cs40l26 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/haptics/cirrus/Kconfig.cs40l5x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/haptics/ti/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/haptics/ti/Kconfig.drv2605 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hdlc_rcp_if/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hdlc_rcp_if/Kconfig.nxp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hdlc_rcp_if/Kconfig.spi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hdlc_rcp_if/Kconfig.uart -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.ambiq -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.andes -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.bflb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.cc13xx_cc26xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.cc23x0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.gd32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.gecko -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.imxrt -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.infineon -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.litex -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.max32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mchp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mcux_mcx_cmc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mcux_rcm -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mcux_rstctl -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mcux_sim -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mcux_src -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mcux_src_rev2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mcux_syscon -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.mspm0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.native -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.nrf -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.numaker -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.numaker_rmc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.psoc6 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.renesas_ra -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.rpi_pico -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.rw61x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.sam -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.sam0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.sam4l -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.sam_rstc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.silabs_series2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.smartbond -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwinfo/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwspinlock/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwspinlock/Kconfig.nxp_sema42 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwspinlock/Kconfig.sqn -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/hwspinlock/Kconfig.test -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.ambiq -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.andes_atciic100 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.b91 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.bcm_iproc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.bee -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.bflb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.cc13xx_cc26xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.cc23x0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.cdns -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.dw -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.ene -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.gd32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.gpio -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.i2c_emul -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.infineon -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.infineon_xmc4 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.it51xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.it8xxx2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.litex -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.lpc11u6x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.max32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.mchp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.mchp_mss -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.mchp_xec -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.mcux -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.npcx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.nrfx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.numaker -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.omap -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.rcar -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.renesas_ra -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.renesas_rx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.renesas_rz -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.rts5912 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.sam0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.sam_twihs -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.sbcon -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.sc18im704 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.sedi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.sf32lb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.sifive -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.silabs -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.smartbond -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.sy1xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.tca954x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.test -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.wch -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/Kconfig.xilinx_axi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/target/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2c/target/Kconfig.eeprom -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.ambiq -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.infineon -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.litex -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.max32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.mcux -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.mcux_flexcomm -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.nrfx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.renesas_ra -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.sam_ssc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.siwx91x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i2s/Kconfig.test -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.cdns -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.dw -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.it51xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.max32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.npcx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.nxp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.renesas -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/i3c/Kconfig.test -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.b91 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.cc1200 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.cc13xx_cc26xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.cc2520 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.dw1000 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.kw41z -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.mcr20a -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.mcxw -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.nrf5 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.rf2xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.stm32wba -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ieee802154/Kconfig.uart_pipe -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.adafruit_seesaw_gamepad -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.adc_keys -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.analog_axis -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.bee_keyscan -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.bflb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.cap12xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.cf1133 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.ch9350l -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.chsc5x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.chsc6x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.crsf -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.cst8xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.cy8cmbr3xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.evdev -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.ft5336 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.ft6146 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.gpio_kbd_matrix -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.gpio_keys -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.gpio_qdec -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.gt911 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.ili2132a -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.it51xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.it8801 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.it8xxx2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.kbd_matrix -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.mcux_kpp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.mcux_tsi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.modulino -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.npcx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.nunchuk -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.pat912x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.paw32xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.pinnacle -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.pmw3610 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.renesas_ra -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.renesas_rx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.rts5912 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.sbus -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.sdl -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.stmpe811 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.tma525b -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.touch -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.tsc_keys -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.vs1838b -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.xec -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/input/Kconfig.xpt2046 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.acp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.cavs -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.clic -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.dw -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.gd32_exti -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.gic -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.intel_vtd -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.it51xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.it8xxx2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.loapic -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.max32_rv32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.mchp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.mtk_adsp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.multilevel -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.multilevel.aggregator_template -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.npcx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.nxp_gint -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.nxp_irqsteer -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.nxp_pint -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.nxp_s32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.nxp_siul2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.plic -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.renesas_rx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.renesas_rz -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.riscv_aia -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.rv32m1 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.sam0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.shared_irq -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.swerv -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.vim -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.wch_exti -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.wch_pfic -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.xec -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/interrupt_controller/Kconfig.xmc4xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ipm/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ipm/Kconfig.imx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ipm/Kconfig.ivshmem -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ipm/Kconfig.nrfx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ipm/Kconfig.nrfx_ipc_channel -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ipm/Kconfig.sedi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ipm/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.axp192 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.dac -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.gpio -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.ht16k33 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.is31fl319x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.is31fl3216a -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.is31fl3733 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.leds-group-multicolor -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.lp3943 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.lp50xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.lp5562 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.lp5569 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.modulino -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.ncp5623 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.npm13xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.pca9533 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.pca9633 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.pwm -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.sct2024 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.tlc59108 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led/Kconfig.xec -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led_strip/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led_strip/Kconfig.apa102 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led_strip/Kconfig.lpd880x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led_strip/Kconfig.modulino -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led_strip/Kconfig.tlc5971 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led_strip/Kconfig.tlc59731 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/led_strip/Kconfig.ws2812 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/lora/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/lora/Kconfig.rylrxxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/lora/Kconfig.sx12xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/lora/lora-basics-modem/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/lora/native/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/lora/native/sx126x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.adi_max32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.andes -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.ivshmem -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.mhuv3 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.nrf_bellboard -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.nrf_vevif_event -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.nrf_vevif_task -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.nrfx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.nxp_imx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.nxp_mailbox -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.nxp_s32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.renesas_ra -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.renesas_rz -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.rpi_pico -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.stm32_hsem -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.ti_omap -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.ti_secproxy -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mbox/Kconfig.xlnx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.bflb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.max32_hpb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.mcux -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.mspi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.nxp_s32_qspi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.nxp_s32_xspi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.renesas_ra -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.sam -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.sifive -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.siwx91x_qspi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.smartbond -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/memc/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.ad559x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.adp5360 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.adp5585 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.aw9523b -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.axp192 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.axp2101 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.bd8lb600fs -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.ds3231 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.infineon_autanalog -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.it8801 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.lpflexcomm -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.max20335 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.max22017 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.max2221x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.max31790 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.maxq10xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.mc146818 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.mchp_sam -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.nct38xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.npm10xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.npm13xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.npm2100 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.npm6001 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.pca9422 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.pf1550 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.rv3032_mfd -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.sc18is606_mfd -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mfd/Kconfig.tle9104 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.bflb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.bitbang -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.nxp_dcnano_lcdif -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.nxp_flexio_lcdif -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.nxp_lcdic -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.rpi_pico -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.sf32lb_lcdc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.smartbond -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.spi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dbi/Kconfig.stm32_fmc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dsi/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dsi/Kconfig.mcux -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dsi/Kconfig.renesas_ra -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dsi/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mipi_dsi/Kconfig.test -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/devmux/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/ethos_u/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/ft8xx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/grove_lcd_rgb/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/interconn/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/interconn/renesas_elc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/interconn/renesas_elc/Kconfig.renesas_ra_elc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/max2221x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/mcux_flexio/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/nordic_vpr_launcher/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/nxp_flexram/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/nxp_imx93_mediamix/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/nxp_inputmux/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/nxp_rtxxx_dsp_ctrl/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/nxp_s32_emios/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/pio_rpi_pico/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/renesas_drw/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/renesas_drw/Kconfig.renesas_ra_drw -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/renesas_ra_external_interrupt/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/renesas_rx_dtc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/renesas_rx_external_interrupt/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/misc/stm32n6_axisram/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mm/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/Kconfig.at_shell -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/Kconfig.cellular -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/Kconfig.hl7800 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/Kconfig.quectel-bg9x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/Kconfig.st87mxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/Kconfig.ublox-sara-r4 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/Kconfig.wncm14a2a -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/hl78xx/Kconfig.hl78xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/hl78xx/hl78xx_evt_monitor/Kconfig.hl78xx_evt_monitor -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/simcom/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/modem/simcom/sim7080/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mspi/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mspi/Kconfig.ambiq -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mspi/Kconfig.dw -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mspi/Kconfig.mspi_emul -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/mspi/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/net/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/opamp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/opamp/Kconfig.mcux_opamp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/opamp/Kconfig.mcux_opamp_fast -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/opamp/Kconfig.stm32_opamp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/otp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/otp/Kconfig.emu -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/otp/Kconfig.mcux_ocotp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/otp/Kconfig.nxp_rt7xx_ocotp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/otp/Kconfig.sifli -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/otp/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pcie/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pcie/controller/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pcie/controller/Kconfig.brcmstb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pcie/controller/Kconfig.ecam -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pcie/endpoint/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pcie/endpoint/Kconfig.iproc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pcie/host/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/peci/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/peci/Kconfig.espi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/peci/Kconfig.it8xxx2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/peci/Kconfig.npcx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/peci/Kconfig.xec -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.alif -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.ambiq -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.ameba -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.arm_mps2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.arm_mps3 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.arm_mps4 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.arm_v2m_beetle -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.b91 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.bcm2711 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.bee -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.bflb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.cc13xx_cc26xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.cc23x0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.emsdp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.ene -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.eos_s3 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.gd32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.gecko -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.imx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.infineon -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.it8xxx2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.lpc_iocon -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.max32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.mchp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.mci_io_mux -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.mspm0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.npcx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.nrf -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.numaker -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.numicro -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.nxp_port -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.nxp_siul2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.realtek_rts5912 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.rpi_pico -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.rts5817 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.rv32m1 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.sam -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.sam0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.sf32lb52x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.sifive -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.silabs_dbus -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.siwx91x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.sy1xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.syna_sr100 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.ti_cc32xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.ti_k3 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.wch_00x_afio -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.wch_20x_30x_afio -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.wch_afio -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.xec -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.xlnx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.xmc4xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/Kconfig.zynqmp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/renesas/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/renesas/ra/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/renesas/rcar/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/renesas/rx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/renesas/rz/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pinctrl/renesas/smartbond/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pm_cpu_ops/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/power_domain/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/power_domain/Kconfig.nrfs_gdpwr -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/power_domain/Kconfig.nrfs_swext -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/power_domain/Kconfig.silabs_siwx91x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ps2/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ps2/Kconfig.it51xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ps2/Kconfig.npcx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ps2/Kconfig.xec -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/psi5/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/psi5/Kconfig.nxp_s32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ptp_clock/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ptp_clock/Kconfig.nxp_enet -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ptp_clock/Kconfig.nxp_enet_qos -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/ptp_clock/Kconfig.nxp_netc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.ambiq_timer -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.b91 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.bee -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.bflb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.bitbang -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.cc13xx_cc26xx_timer -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.cc23x0_timer -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.ene -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.fake -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.gd32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.gecko -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.imx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.infineon_tcpwm -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.intel_blinky -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.it51xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.it8801 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.it8xxx2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.litex -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.max2221x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.max31790 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.max32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mchp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mcux -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mcux_ctimer -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mcux_ftm -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mcux_pwt -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mcux_qtmr -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mcux_sctimer -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mcux_tpm -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.mspm0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.neorv32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.npcx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.nrf_sw -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.nrfx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.numaker -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.nxp_flexio -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.nxp_s32_emios -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.pca9685 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.rcar -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.renesas_ra -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.renesas_rx_mtu -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.renesas_rz -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.rpi_pico -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.rts5912 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.rv32m1_tpm -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.sam -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.sam0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.sam0_tc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.sf32lb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.sifive -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.silabs -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.siwx91x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.test -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.wch -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.xec -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.xlnx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.xmc4xxx_ccu4 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/pwm/Kconfig.xmc4xxx_ccu8 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.adp5360 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.axp192 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.bflb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.cp9314 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.da1469x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.fake -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.fixed -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.gd32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.gpio -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.max20335 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.modulino_latch_relay -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.mpm54304 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.mspm0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.npm10xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.npm1100 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.npm13xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.npm2100 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.npm6001 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.nrf_vregusb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.nxp_vref -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.nxp_vrefv1 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.pca9420 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.pca9422 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.pf1550 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.rpi_pico -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.stm32_vrefbuf -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/regulator/Kconfig.tps55287 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.aspeed -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.focaltech -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.gd32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.intel_socfpga -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.lpc_syscon -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.mchp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.mchp_mss -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.mmio -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.npcx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.numaker -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.nxp_mrcc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.nxp_rstctl -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.rpi_pico -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.rts5817 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.sf32lb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/reset/Kconfig.syna_sr100 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/retained_mem/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/retained_mem/Kconfig.gd32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/retained_mem/Kconfig.nrf -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/retained_mem/Kconfig.silabs -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/retained_mem/Kconfig.zephyr -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.am1805 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.ambiq -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.ameba -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.bq32002 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.counter -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.ds1302 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.ds1307 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.ds1337 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.ds3231 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.emul -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.fake -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.infineon -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.it8xxx2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.max31331 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.mc146818 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.mchp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.mchp_xec -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.numaker -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.nxp_irtc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.nxp_rtc_analog -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.pcf2123 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.pcf85063a -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.pcf8523 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.pcf8563 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.renesas_ra -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.rpi_pico -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.rts5912 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.rv3028 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.rv3032 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.rv8263 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.rv8803 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.rx8130ce -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.sam -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.sam0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.sf32lb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.siwx91x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.smartbond -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.ti_mspm0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/rtc/Kconfig.xmc4xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.ambiq -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.bflb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.imx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.infineon -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.intel -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.litex -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.max32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.mcux_sdif -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.numaker -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.rcar -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.renesas_ra -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.sam_hsmci -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.sam_sdmmc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.sdhc_cdns -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.spi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sdhc/Kconfig.xlnx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/Kconfig.sensor_clock -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/Kconfig.trigger_template -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/a01nyub/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/ad2s1210/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/ade7978/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/adltc2990/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/adt7310/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/adt7420/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/adxl345/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/adxl355/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/adxl362/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/adxl367/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/adxl372/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/max30210/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/adi/max32664c/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/als31300/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/amd_sb_tsi/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/amg88xx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/ams_as5048/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/ams_as5600/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/ams_iAQcore/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/ccs811/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/ens210/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/tcs3400/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/tmd2620/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/tsl2540/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/tsl2561/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ams/tsl2591/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/aosong/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/aosong/ags10/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/aosong/dht/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/aosong/dht20/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/apds9253/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/apds9306/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/apds9960/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/asahi_kasei/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/asahi_kasei/ak8975/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/asahi_kasei/akm09918c/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bflb/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bflb/bflb_tsen/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bma280/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bma4xx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmc150_magn/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bme280/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bme680/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmg160/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmi08x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmi160/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmi270/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmi323/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmm150/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmm350/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmp180/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmp388/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/bosch/bmp581/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/broadcom/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/broadcom/afbr_s50/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/cht8315/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/current_amp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ene/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ene/kb106x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ene_tach_kb1200/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ens160/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/espressif/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/espressif/esp32_temp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/espressif/pcnt_esp32/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/everlight/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/everlight/als_pt19/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/explorir_m/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/f75303/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/fcx_mldx5/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/grow_r502a/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/hc_sr04/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/honeywell/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/honeywell/hmc5883l/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/honeywell/mpr/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/honeywell/sm351lt/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/hp206c/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/hx711_spi/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/iclegend/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/iclegend/s3km1110/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/infineon/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/infineon/dps310/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/infineon/tle9104/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/infineon/xmc4xxx_temp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ist8310/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ite/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ite/ite_tach_it51xxx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ite/ite_tach_it8xxx2/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ite/ite_vcmp_it8xxx2/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/jedec/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/jedec/jc42/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/liteon/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/liteon/ltr55x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/liteon/ltrf216a/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/lm35/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/lm75/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/lm77/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/ds18b20/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/ds3231/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max17055/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max17262/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max30101/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max31790/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max31855/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max31865/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max31875/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max44009/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/maxim/max6675/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/mb7040/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/meas/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/meas/htu31d/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/meas/ms5607/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/meas/ms5637/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/meas/ms5837/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/melexis/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/melexis/mlx90394/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/memsic/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/memsic/mc3419/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/memsic/mmc56x3/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/mhz19b/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/microchip/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/microchip/mchp_tach_xec/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/microchip/mcp9600/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/microchip/mcp970x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/microchip/mtch9010/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/microchip/pac194x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/microchip/tcn75a/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nct75/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nordic/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nordic/npm10xx_adc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nordic/npm13xx_charger/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nordic/npm2100_vbat/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nordic/qdec_nrfx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nordic/temp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nordic/vbat/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ntc_thermistor/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nuvoton/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nuvoton/nuvoton_adc_cmp_npcx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nuvoton/nuvoton_adc_v2t_npcx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nuvoton/nuvoton_tach_npcx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/fxas21002/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/fxls8974/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/fxos8700/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/mcux_acmp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/mcux_lpcmp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/nxp_kinetis_temp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/nxp_lpadc_temp40/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/nxp_pmc_tmpsns/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/nxp_tempmon/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/nxp_tempsense/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/nxp_tmpsns/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/p3t1755/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/qdc_mcux/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/qdec_mcux/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/qdec_nxp_s32/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/nxp/qdec_tpm/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/omron/2smpb_02e/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/omron/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/omron/d6f/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/pixart/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/pixart/paa3905/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/pixart/paj7620/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/pixart/pat9136/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/pms7003/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/pni/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/pni/rm3100/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/pzem004t/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/qdec_sam/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/qst/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/qst/qmi8658a/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/realtek/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/realtek/qdec_bee/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/realtek/rts5912/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/renesas/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/renesas/hs300x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/renesas/hs400x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/renesas/isl29035/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/rohm/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/rohm/bd8lb600fs/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/rohm/bh1730/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/rohm/bh1750/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/rohm/bh1790/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/rpi_pico_temp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/rv3032_temp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/s11059/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sbs_gauge/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/seeed/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/seeed/grove/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/seeed/hm330x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sensirion/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sensirion/scd4x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sensirion/sgp40/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sensirion/sht3xd/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sensirion/sht4x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sensirion/shtcx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sensirion/stcc4/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sensirion/sts4x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sifli/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sifli/sf32lb_tsen/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/silabs/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/silabs/si7006/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/silabs/si7055/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/silabs/si7060/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/silabs/si7210/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/hts221/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/i3g4250d/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/iis2dh/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/iis2dlpc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/iis2iclx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/iis2mdc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/iis328dq/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/iis3dhhc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/iis3dwb/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/ism330dhcx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lis2de12/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lis2dh/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lis2ds12/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lis2du12/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lis2dux12/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lis2dw12/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lis2mdl/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lis3mdl/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lps22hb/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lps22hh/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lps25hb/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lps2xdf/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm303dlhc_magn/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm6ds0/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm6dsl/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm6dso/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm6dso16is/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm6dsv16x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm6dsvxxx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm9ds0_gyro/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm9ds0_mfd/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm9ds1/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/lsm9ds1_mag/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/qdec_stm32/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/stm32_digi_temp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/stm32_temp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/stm32_vbat/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/stm32_vref/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/stmemsc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/stts22h/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/stts751/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/vl53l0x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/st/vl53l1x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/sx9500/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tach_gpio/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/icm40627/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/icm42605/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/icm4268x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/icm42x70/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/icm45686/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/icp101xx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/icp201xx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/mpu6050/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tdk/mpu9250/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/th02/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/bq274xx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/fdc1004/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/fdc2x1x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/ina219/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/ina2xx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/ina3221/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/ina7xx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/lm95234/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/opt300x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/ti_hdc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/ti_hdc20xx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/ti_hdc302x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmag5170/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmag5273/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmp007/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmp1075/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmp108/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmp112/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmp114/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmp11x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/ti/tmp435/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/tsic_xx6/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/veaa_x_3/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/vishay/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/vishay/vcnl36825t/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/vishay/vcnl4040/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/vishay/veml6031/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/vishay/veml6046/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/vishay/veml7700/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/voltage_divider/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/wsen/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/wsen/wsen_hids_2525020210002/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/wsen/wsen_isds_2536030320001/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/wsen/wsen_itds_2533020201601/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/wsen/wsen_pads_2511020213301/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/wsen/wsen_pdms_25131308XXX05/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/wsen/wsen_pdus_25131308XXXXX/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/wsen/wsen_tids_2521020222501/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sensor/xbr818/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sent/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sent/Kconfig.nxp_s32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.aesc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.altera -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.altera_jtag -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.ambiq -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.ameba_loguart -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.apbuart -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.b91 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.bcm2711 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.bee -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.bflb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.bitbang -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.bridge -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.bt -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.cc13xx_cc26xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.cc23x0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.cc32xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.cdns -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.cmsdk_apb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.efinix_sapphire -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.emul -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.ene -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.focaltech -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.gd32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.gecko -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.hostlink -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.imx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.infineon -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.intel_lw -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.it51xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.it8xxx2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.leuart_gecko -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.litex -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.lpc11u6x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.max32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.mchp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.mcux -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.mcux_flexcomm -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.mcux_iuart -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.mcux_lpsci -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.mcux_lpuart -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.miv -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.msp432p4xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.mspm0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.native_pty -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.native_tty -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.neorv32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.npcx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.nrfx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.nrfx_uart_instance -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.ns16550 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.numaker -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.numicro -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.nxp_s32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.opentitan -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.pl011 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.psoc6 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.ql_usbserialport_s3b -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.rcar -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.realtek_rts5912 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.renesas_ra -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.renesas_ra8 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.renesas_rx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.renesas_rx_qemu -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.renesas_rz -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.rpi_pico -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.rpmsg -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.rtt -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.rv32m1_lpuart -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.rzt2m -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.sam0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.sedi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.sf32lb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.si32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.sifive -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.silabs_eusart -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.silabs_usart -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.smartbond -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.stellaris -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.sy1xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.test -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.uart_sam -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.usart_sam -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.virtio_console -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.wch_usart -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.xec -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.xen -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.xlnx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/serial/Kconfig.xmc4xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sip_svc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/sip_svc/Kconfig.sip_smc_agilex -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/smbus/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.ambiq -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.andes_atcspi200 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.b91 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.bflb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.bitbang -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.cc13xx_cc26xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.cc23x0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.cdns -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.dw -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.egis_et171 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.gd32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.grlib_spimctrl -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.infineon -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.it51xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.it8xxx2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.litex -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.max32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.mchp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.mchp_mss -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.mchp_mss_qspi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.mcux_dspi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.mcux_ecspi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.mcux_flexcomm -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.mcux_flexio -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.mspm0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.npcx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.nrfx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.numaker -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.nxp_s32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.oc_simple -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.omap -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.opentitan -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.pl022 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.psoc6 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.pw -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.renesas_ra -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.renesas_ra8 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.renesas_rx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.renesas_rz -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.rpi_pico -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.rts5912 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.rv32m1_lpspi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.sam -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.sam0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.sc18is606 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.sedi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.sf32lb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.sifive -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.silabs_eusart -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.silabs_siwx91x_gspi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.silabs_usart -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.smartbond -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.spi_emul -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.sy1xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.test -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.wch -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.xec_qmspi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.xlnx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/Kconfig.xmc4xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/spi/spi_nxp_lpspi/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/Kconfig.fake -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/adi_tmc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/adi_tmc/Kconfig.tmc_rampgen_template -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/adi_tmc/bus/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/adi_tmc/tmc22xx/Kconfig.tmc22xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/adi_tmc/tmc50xx/Kconfig.tmc50xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/adi_tmc/tmc51xx/Kconfig.tmc51xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/adi_tmc/tmcm3216/Kconfig.tmcm3216 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/allegro/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/allegro/Kconfig.a4979 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/event_handler/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/gpio_stepper/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/gpio_stepper/Kconfig.gpio_step_dir -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/gpio_stepper/Kconfig.h_bridge -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/gpio_stepper/common/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/step_dir/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/ti/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/stepper/ti/Kconfig.drv84xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/syscon/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/syscon/Kconfig.bflb_efuse -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/tee/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/tee/optee/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timeaware_gpio/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timeaware_gpio/Kconfig.intel -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.ambiq -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.arcv2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.arm_arch -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.cavs -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.cc13xx_cc26xx_rtc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.cc23x0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.cortex_m_systick -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.gecko -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.infineon_lp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.it51xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.ite_it8xxx2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.leon_gptimer -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.litex -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.max32_rv32_sys_timer -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.max32_wut -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.mchp_sam -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.mchp_xec_rtos -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.mcux_gpt -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.mcux_lptmr -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.mcux_os -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.mips_cp0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.mtk_adsp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.native_sim -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.npcx_itim -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.nrf_grtc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.nrf_rtc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.nrf_xrtc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.openrisc_tick -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.rcar_cmt -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.realtek_rts5912_rtmr -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.renesas_ra_ulpt -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.renesas_rx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.renesas_rz -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.renesas_rza2m -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.riscv_machine -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.riscv_supervisor -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.rv32m1_lptmr -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.sam0_rtc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.silabs -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.smartbond -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.stm32_lptim -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.stm32wb0_radio_timer -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.sy1xx_sys_timer -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.system_timer_lpm -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.ti_dm_timer -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.wch_ch32v00x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.x86 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.xlnx_psttc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/timer/Kconfig.xtensa -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/uaol/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/bc12/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/bc12/Kconfig.pi3usb9201 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/common/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/common/nrf_usbd_common/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/common/stm32/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/device/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.ambiq -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.bflb_v1 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.dwc2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.it82xx2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.kinetis -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.max32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.mcux -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.nrf -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.numaker -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.renesas_ra -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.rpi_pico -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.sam0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.sam_udp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.sam_usbc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.sam_usbhs -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.skeleton -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.smartbond -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/udc/Kconfig.virtual -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/uhc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/uhc/Kconfig.max3421e -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/uhc/Kconfig.mcux -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/uhc/Kconfig.virtual -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb/uvb/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/ppc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/ppc/Kconfig.numaker -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/ppc/Kconfig.nxp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/tcpc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/tcpc/Kconfig.tcpc_fusb307 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/tcpc/Kconfig.tcpc_numaker -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/tcpc/Kconfig.tcpc_ps8xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/tcpc/Kconfig.tcpc_rt1715 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/tcpc/Kconfig.tcpc_stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/tcpc/Kconfig.tcpc_tcpci -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/vbus/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/vbus/Kconfig.numaker -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/vbus/Kconfig.usbc_vbus_adc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/usb_c/vbus/Kconfig.usbc_vbus_tcpci -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.arducam_mega -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.emul_imager -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.emul_rx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.esp32_dvp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.gc2145 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.hm01b0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.hm0360 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.imx219 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.imx335 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.mcux_csi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.mcux_mipi_csi2rx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.mcux_sdma -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.mt9m114 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.ov2640 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.ov5640 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.ov5642 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.ov767x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.ov7725 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.ov9655 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.renesas_ra_ceu -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.shell -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.st_mipid02 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.stm32_dcmi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.stm32_dcmipp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.stm32_jpeg -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.stm32_venc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/video/Kconfig.sw_generator -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/virtio/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/virtualization/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig.ds2477_85 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig.ds2482-800 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig.ds2484 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig.ds2485 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig.max32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig.test -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig.zephyr_gpio -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/w1/Kconfig.zephyr_serial -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.adi_max42500 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.ambiq -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.andes_atcwdt200 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.bflb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.cc13xx_cc26xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.cc23x0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.cc32xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.cmsdk_apb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.dw -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.ene -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.gd32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.gecko -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.infineon -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.intel_adsp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.it51xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.it8xxx2 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.litex -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.max32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.mchp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.mcux -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.mcux_imx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.mspm0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.npcx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.npm13xx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.npm2100 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.npm6001 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.nrfx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.numaker -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.nxp_ewm -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.nxp_fs26 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.nxp_s32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.opentitan -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.renesas_ra -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.renesas_rx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.renesas_rz -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.rpi_pico -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.rts5817 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.rts5912 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.sam -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.sam0 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.sam4l -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.sf32lb -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.shell -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.sifive -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.siwx91x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.smartbond -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.tco -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.ti_rti -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.ti_tps382x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.wch -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.xec -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.xilinx_wwdt -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.xlnx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/watchdog/Kconfig.xmc4xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/esp32/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/esp_at/Kconfig.esp_at -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/esp_hosted/Kconfig.esp_hosted -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/eswifi/Kconfig.eswifi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/infineon/Kconfig.airoc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/nrf_wifi/Kconfig.nrfwifi -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/nxp/Kconfig.nxp -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/simplelink/Kconfig.simplelink -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/siwx91x/Kconfig.siwx91x -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wifi/winc1500/Kconfig.winc1500 -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wuc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/wuc/Kconfig.mcux_wuc -/home/jeremy/utat-dev/zephyrproject/zephyr/drivers/xen/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/dts/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/Kconfig.device -/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/Kconfig.init -/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/Kconfig.obj_core -/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/Kconfig.vm -/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/smp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/userspace/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/kernel/userspace/Kconfig.mem_domain -/home/jeremy/utat-dev/zephyrproject/zephyr/lib/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/lib/cpp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/lib/hash/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/lib/hash/Kconfig.hash_func -/home/jeremy/utat-dev/zephyrproject/zephyr/lib/hash/Kconfig.hash_map -/home/jeremy/utat-dev/zephyrproject/zephyr/lib/heap/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/minimal/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/newlib/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/lib/mem_blocks/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/lib/midi2/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/lib/min_heap/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/lib/net_buf/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/Kconfig.atomics -/home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/Kconfig.cbprintf -/home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/cpu_load/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/lib/os/zvfs/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/lib/runtime/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/lib/smf/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/lib/uuid/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.atmel -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.chre -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.cypress -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.eos_s3 -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.esp32 -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.infineon -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.intel -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.libmetal -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.mcuboot -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.microchip -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.mspm0 -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.nuvoton -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.open-amp -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.picolibc -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.renesas -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.rust -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.simplelink -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.stm32 -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.syst -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.telink -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.vega -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.wurthelektronik -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/Kconfig.xtensa -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/acpica/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis-dsp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis-nn/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/cmsis_6/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/dhara/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/fatfs/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_afbr/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_ambiq/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_ambiq/Kconfig.components -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_ambiq/Kconfig.hal -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_bouffalolab/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_espressif/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_ethos_u/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_gigadevice/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_infineon/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/Kconfig.nrf_regtool -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/ironside/se/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/nrfs/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/nrfs/backends/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/nrfs/dvfs/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/nrfx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nordic/nrfx/Kconfig.logging -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nxp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nxp/imx/Kconfig.imx -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nxp/mcux/Kconfig.mcux -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_nxp/s32/Kconfig.nxp_s32 -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_realtek/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_realtek/ameba/Kconfig.ameba -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_realtek/bee/Kconfig.bee -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_rpi_pico/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_sifli/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_silabs/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_silabs/gecko/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_silabs/simplicity_sdk/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_silabs/wiseconnect/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_st/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_tdk/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hal_wch/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/hostap/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/liblc3/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/libsbc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/littlefs/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/lora-basics-modem/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/loramac-node/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/lvgl/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/lvgl/Kconfig.input -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/lvgl/Kconfig.memory -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/lvgl/Kconfig.shell -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/Kconfig.ciphersuites -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/Kconfig.deprecated -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/Kconfig.mbedtls -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/Kconfig.psa.auto -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/Kconfig.psa.logic -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/mbedtls/Kconfig.tf-psa-crypto -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/nanopb/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/nrf_wifi/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/nrf_wifi/bus/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/openthread/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/openthread/Kconfig.features -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/openthread/Kconfig.thread -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/percepio/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/segger/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/tflite-micro/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-a/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-m/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-m/Kconfig.tfm -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-m/Kconfig.tfm.crypto -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-m/Kconfig.tfm.partitions -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/trusted-firmware-m/Kconfig.tfm.ps -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/uoscore-uedhoc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/modules/zcbor/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/Kconfig.v2 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32650 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32655 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32657 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32660 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32662 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32666 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32670 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32672 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32675 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32680 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max32690 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max78000 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig.max78002 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/adi/max32/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/aesc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/aesc/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/aesc/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/aesc/nitrogen/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/aesc/nitrogen/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/aesc/nitrogen/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/balletto/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/balletto/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/balletto/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/balletto/b1/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/balletto/b1/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/balletto/b1/Kconfig.defconfig.ab1c1f4m51820ph0 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/balletto/b1/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e1c/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e1c/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e1c/Kconfig.defconfig.ae1c1f4051920ph0_rtss_he -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e1c/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e4/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e4/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e4/Kconfig.defconfig.ae402fa0e5597le0_rtss_he -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e4/Kconfig.defconfig.ae402fa0e5597le0_rtss_hp -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e4/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e6/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e6/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e6/Kconfig.defconfig.ae612fa0e5597ls0_rtss_he -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e6/Kconfig.defconfig.ae612fa0e5597ls0_rtss_hp -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e6/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e8/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e8/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e8/Kconfig.defconfig.ae822fa0e5597ls0_rtss_he -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e8/Kconfig.defconfig.ae822fa0e5597ls0_rtss_hp -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/alif/ensemble/e8/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/allwinner/sun8i_h3/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/allwinner/sun8i_h3/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/allwinner/sun8i_h3/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo2x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo2x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo2x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo3x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo3x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo3x/Kconfig.defconfig.apollo3_blue -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo3x/Kconfig.defconfig.apollo3p_blue -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo3x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo4x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo4x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo4x/Kconfig.defconfig.apollo4p -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo4x/Kconfig.defconfig.apollo4p_blue -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo4x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo5x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo5x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo5x/Kconfig.defconfig.apollo510 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ambiq/apollo5x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/amd/acp_6_0/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/amd/acp_6_0/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/amd/acp_6_0/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/amd/acp_7_0/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/amd/acp_7_0/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/amd/acp_7_0/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/andestech/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/andestech/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/andestech/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/andestech/ae350/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/andestech/ae350/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/andestech/ae350/Kconfig.defconfig.ae350 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/andestech/ae350/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/antmicro/myra/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/antmicro/myra/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/beetle/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/beetle/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/beetle/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/designstart/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/designstart/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/fvp_aem/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/fvp_aem/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/fvp_aem/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/fvp_aemv8r/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/fvp_aemv8r/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/fvp_aemv8r/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps2/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps2/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps2/Kconfig.defconfig.an383 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps2/Kconfig.defconfig.an385 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps2/Kconfig.defconfig.an386 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps2/Kconfig.defconfig.an500 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps2/Kconfig.defconfig.an521 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps2/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps3/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps3/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps3/Kconfig.defconfig.mps3_corstone300 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps3/Kconfig.defconfig.mps3_corstone310 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps3/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps4/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps4/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps4/Kconfig.defconfig.mps4_corstone315 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps4/Kconfig.defconfig.mps4_corstone320 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/mps4/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/musca/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/musca/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/musca/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/qemu_cortex_a53/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/qemu_cortex_a53/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/qemu_cortex_a53/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/qemu_virt_arm64/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/qemu_virt_arm64/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/arm/qemu_virt_arm64/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/aspeed/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/aspeed/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/aspeed/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/aspeed/ast10x0/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/aspeed/ast10x0/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/aspeed/ast10x0/Kconfig.defconfig.ast1030 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/aspeed/ast10x0/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/common/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam3x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam3x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam3x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4e/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4e/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4e/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4l/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4l/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4l/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4s/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4s/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/sam4s/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/samx7x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/samx7x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/samx7x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/samx7x/Kconfig.soc.same70 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam/samx7x/Kconfig.soc.samv71 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/common/Kconfig.samd2x -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/common/Kconfig.samd5x -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/common/Kconfig.saml2x -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samc20/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samc20/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samc20/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samc21/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samc21/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samc21/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd20/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd20/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd20/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd21/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd21/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd21/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd51/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd51/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samd51/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same51/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same51/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same51/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same53/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same53/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same53/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same54/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same54/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/same54/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/saml21/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/saml21/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/saml21/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr21/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr21/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr21/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr34/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr34/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr34/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr35/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr35/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/atmel/sam0/samr35/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl60x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl60x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl60x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl61x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl61x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl61x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl70x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl70x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl70x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl70xl/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl70xl/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl70xl/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl808/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl808/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/bflb/bl808/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/blackberry/qnxhv_vm/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/blackberry/qnxhv_vm/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/blackberry/qnxhv_vm/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcm2711/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcm2711/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcm2711/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcm2712/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcm2712/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcm2712/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/valkyrie/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/valkyrie/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/valkyrie/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/viper/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/viper/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/viper/Kconfig.defconfig.viper_bcm58402_a72 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/viper/Kconfig.defconfig.viper_bcm58402_m7 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/brcm/bcmvk/viper/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/dc233c/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/dc233c/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/dc233c/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/sample_controller32/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/sample_controller32/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/sample_controller32/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/swerv/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/swerv/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/swerv/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/swerv/s400/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/swerv/s400/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/swerv/s420/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/swerv/s420/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/swerv/s420/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/xtensa_sample_controller/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/cdns/xtensa_sample_controller/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/common/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/common/riscv-privileged/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/efinix/sapphire/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/efinix/sapphire/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/efinix/sapphire/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/egis/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/egis/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/egis/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/egis/et171/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/egis/et171/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/egis/et171/Kconfig.defconfig.et171 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/egis/et171/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/elan/em32f967/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/elan/em32f967/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/elan/em32f967/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb106x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb106x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb106x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb106x/kb106x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb106x/kb106x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb106x/kb106x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb1200/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb1200/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ene/kb1200/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/Kconfig.ulp -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig.amp -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig.console -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig.efuse -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig.esptool -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig.flash -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig.lcd_cam -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/common/Kconfig.spiram -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32/Kconfig.mac -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c2/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c2/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c2/Kconfig.mac -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c2/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c3/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c3/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c3/Kconfig.mac -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c3/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c5/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c5/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c5/Kconfig.mac -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c5/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c6/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c6/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c6/Kconfig.mac -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32c6/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32h2/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32h2/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32h2/Kconfig.mac -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32h2/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32s2/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32s2/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32s2/Kconfig.mac -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32s2/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32s3/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32s3/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32s3/Kconfig.mac -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/espressif/esp32s3/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/focaltech/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/focaltech/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/focaltech/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/focaltech/ft9001/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/focaltech/ft9001/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/focaltech/ft9001/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gaisler/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gaisler/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gaisler/gr716a/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gaisler/gr716a/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gaisler/gr716a/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gaisler/leon3/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gaisler/leon3/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gaisler/leon3/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/common/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32a50x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32a50x/Kconfig.defconfig.gd32a503 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32a50x/Kconfig.defconfig.series -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32a50x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32e10x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32e10x/Kconfig.defconfig.gd32e103 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32e10x/Kconfig.defconfig.series -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32e10x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32e50x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32e50x/Kconfig.defconfig.gd32e507 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32e50x/Kconfig.defconfig.series -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32e50x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f3x0/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f3x0/Kconfig.defconfig.gd32f350 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f3x0/Kconfig.defconfig.series -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f3x0/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f403/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f403/Kconfig.defconfig.gd32f403 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f403/Kconfig.defconfig.series -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f403/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f4xx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f405 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f407 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f450 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f470 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.series -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32f4xx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32l23x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32l23x/Kconfig.defconfig.gd32l233 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32l23x/Kconfig.defconfig.series -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32l23x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32vf103/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32vf103/Kconfig.defconfig.gd32vf103 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32vf103/Kconfig.defconfig.series -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/gd/gd32/gd32vf103/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_01/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_01/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_02/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_02/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_03/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_03/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_04/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_04/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_legacy/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1a/psoc6_legacy/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/cyw20829/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/cyw20829/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/cyw20829/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/psc3/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/psc3/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1b/psc3/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1c/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1c/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1c/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1c/xmc7200/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1c/xmc7200/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat1c/xmc7200/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat3/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat3/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat3/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig.defconfig.xmc4500 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig.defconfig.xmc4700 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/cat3/xmc4xxx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/edge/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/edge/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/edge/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/edge/pse84/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/edge/pse84/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/edge/pse84/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/psoc4100smax/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/psoc4100smax/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/psoc4100smax/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/psoc4100tp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/psoc4100tp/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/infineon/psoc4/psoc4100tp/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/alder_lake/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/alder_lake/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/alder_lake/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/apollo_lake/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/apollo_lake/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/apollo_lake/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/atom/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/atom/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/atom/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/elkhart_lake/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/elkhart_lake/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/elkhart_lake/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/ace/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/ace/Kconfig.defconfig.ace15_mtpm -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/ace/Kconfig.defconfig.ace20_lnl -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/ace/Kconfig.defconfig.ace30 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/ace/Kconfig.defconfig.ace40 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/ace/Kconfig.defconfig.series -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/ace/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/cavs/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/cavs/Kconfig.defconfig.cavs_v25 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/cavs/Kconfig.defconfig.series -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_adsp/cavs/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_ish/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_ish/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_ish/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_ish/intel_ish5/Kconfig.defconfig.series -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_ish/intel_ish5/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_ish/intel_ish5/pm/Kconfig.pm -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_niosv/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_niosv/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_niosv/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_niosv/niosv/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_niosv/niosv/Kconfig.defconfig.series -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_niosv/niosv/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/agilex/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/agilex/Kconfig.defconfig.agilex -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/agilex/Kconfig.defconfig.series -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/agilex/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/agilex5/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/agilex5/Kconfig.defconfig.agilex5 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/agilex5/Kconfig.defconfig.series -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga/agilex5/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga_std/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga_std/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga_std/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga_std/cyclonev/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga_std/cyclonev/Kconfig.defconfig.cyclonev -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga_std/cyclonev/Kconfig.defconfig.series -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/intel_socfpga_std/cyclonev/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/lakemont/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/lakemont/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/lakemont/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/panther_lake/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/panther_lake/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/panther_lake/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/raptor_lake/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/raptor_lake/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/raptor_lake/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/wildcat_lake/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/wildcat_lake/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/intel/wildcat_lake/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it51xxx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it51xxx/Kconfig.defconfig.series -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it51xxx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81202bx -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81202cx -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81202dx -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81302bx -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81302cx -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it81302dx -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82000bw -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82002aw -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82002bw -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82202ax -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82202bw -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82302ax -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.it82302bw -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.defconfig.series -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ite/ec/it8xxx2/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/litex/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/litex/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/litex/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/litex/litex_vexriscv/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/litex/litex_vexriscv/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/litex/litex_vexriscv/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/lowrisc/opentitan/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/lowrisc/opentitan/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/lowrisc/opentitan/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/mediatek/mt8xxx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/mediatek/mt8xxx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/mediatek/mt8xxx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/mediatek/mt8xxx/mt8186/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/mediatek/mt8xxx/mt8188/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/mediatek/mt8xxx/mt8195/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/mediatek/mt8xxx/mt8196/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/mediatek/mt8xxx/mt8365/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec15xx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec15xx/Kconfig.defconfig.mec1501hsz -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec15xx/Kconfig.defconfig.series -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec15xx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec165xb/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec165xb/Kconfig.defconfig.series -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec165xb/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec172x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec172x/Kconfig.defconfig.mec172xnlj -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec172x/Kconfig.defconfig.mec172xnsz -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec172x/Kconfig.defconfig.series -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec172x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec174x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec174x/Kconfig.defconfig.series -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec174x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec175x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec175x/Kconfig.defconfig.series -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/mec/mec175x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/miv/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/miv/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/miv/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/polarfire/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/polarfire/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/polarfire/Kconfig.defconfig.polarfire_u54 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/miv/polarfire/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32ck_sg_gc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32ck_sg_gc/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32ck_sg_gc/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32ck_sg_gc/pic32ck_gc00/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32ck_sg_gc/pic32ck_gc01/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_jh/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_jh/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_jh/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_jh/pic32cm_jh00/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_jh/pic32cm_jh01/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_pl/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_pl/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_pl/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_pl/pic32cm_pl10/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_sg_gc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_sg_gc/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_sg_gc/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_sg_gc/pic32cm_gc00/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_sg_gc/pic32cm_sg00/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cx_sg/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cx_sg/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cx_sg/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cx_sg/pic32cx_sg41/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cx_sg/pic32cx_sg60/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cx_sg/pic32cx_sg61/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cz_ca/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cz_ca/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cz_ca/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cz_ca/pic32cz_ca80/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cz_ca/pic32cz_ca90/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic32c/pic32cz_ca/pic32cz_ca91/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic64/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic64/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic64/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic64/pic64gx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic64/pic64gx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic64/pic64gx/Kconfig.defconfig.pic64gx1000_u54 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/pic64/pic64gx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sam_d5x_e5x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sam_d5x_e5x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sam_d5x_e5x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sam_d5x_e5x/atsamd51/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sam_d5x_e5x/atsame51/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sam_d5x_e5x/atsame53/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sam_d5x_e5x/atsame54/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sama7/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sama7/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sama7/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sama7/sama7d6/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sama7/sama7d6/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sama7/sama7g5/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/microchip/sam/sama7/sama7g5/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/native/inf_clock/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/native/inf_clock/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/neorv32/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/neorv32/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/neorv32/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/Kconfig.peripherals -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/Kconfig.tfm -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/uicr/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/uicr/Kconfig.gen_uicr -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/uicr/Kconfig.template.gen_uicr_snapshot_region -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/vpr/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/common/vpr/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf51/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf51/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf51/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52805_CAAA -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52810_QFAA -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52811_QFAA -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52820_QDAA -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52832_CIAA -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52832_QFAA -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52832_QFAB -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52833_QDAA -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52833_QIAA -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52840_QFAA -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.defconfig.nrf52840_QIAA -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf52/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf53/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf53/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf53/Kconfig.defconfig.nrf5340_CPUAPP_QKAA -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf53/Kconfig.defconfig.nrf5340_CPUNET_QKAA -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf53/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf53/Kconfig.sync_rtc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf53/Kconfig.sync_rtc_ipm -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54h/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54h/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54h/Kconfig.defconfig.nrf54h20_cpuapp -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54h/Kconfig.defconfig.nrf54h20_cpuflpr -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54h/Kconfig.defconfig.nrf54h20_cpuppr -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54h/Kconfig.defconfig.nrf54h20_cpurad -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54h/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54h/bicr/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54l/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54l/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54l/Kconfig.defconfig.nrf54l_05_10_15_cpuapp -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54l/Kconfig.defconfig.nrf54l_05_10_15_cpuflpr -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54l/Kconfig.defconfig.nrf54lm20_a_b_cpuapp -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54l/Kconfig.defconfig.nrf54lm20_a_b_cpuflpr -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf54l/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf71/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf71/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf71/Kconfig.defconfig.nrf7120_enga_cpuapp -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf71/Kconfig.defconfig.nrf7120_enga_cpuflpr -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf71/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf91/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf91/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf91/Kconfig.defconfig.nrf9131_LACA -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf91/Kconfig.defconfig.nrf9151_LACA -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf91/Kconfig.defconfig.nrf9160_SICA -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf91/Kconfig.defconfig.nrf9161_LACA -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf91/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf92/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf92/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf92/Kconfig.defconfig.nrf9280_cpuapp -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf92/Kconfig.defconfig.nrf9280_cpuppr -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf92/Kconfig.defconfig.nrf9280_cpurad -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nordic/nrf92/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcm/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcm/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcm/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcm/npcm4/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcm/npcm4/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcm/npcm4/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npck3/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npck3/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npck3/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx4/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx4/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx4/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx7/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx7/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx7/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx9/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx9/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/npcx/npcx9/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m2l31x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m2l31x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m2l31x/Kconfig.defconfig.m2l31xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m2l31x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m333x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m333x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m333x/Kconfig.defconfig.m333xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m333x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m335x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m335x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m335x/Kconfig.defconfig.m335xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m335x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m46x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m46x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m46x/Kconfig.defconfig.m467 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m46x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m55m1x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m55m1x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m55m1x/Kconfig.defconfig.m55m1xxx -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numaker/m55m1x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numicro/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numicro/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numicro/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numicro/m48x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numicro/m48x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numicro/m48x/Kconfig.defconfig.m487 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nuvoton/numicro/m48x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/common/Kconfig.flexspi_xip -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/common/Kconfig.nbu -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/common/Kconfig.rom_loader -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/common/Kconfig.xspi_xip -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx6sx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx6sx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx6sx/Kconfig.defconfig.mcimx6x_m4 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx6sx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx7d/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx7d/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx7d/Kconfig.defconfig.mcimx7d_m4 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx7d/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8ml8_a53 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8ml8_adsp -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8ml8_m7 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8mm6_a53 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8mm6_m4 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8mn6_a53 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8mq6_m4 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8m/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8ulp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8ulp/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8ulp/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx8x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx91/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx91/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx91/Kconfig.defconfig.mimx91 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx91/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx93/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx93/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx93/Kconfig.defconfig.mimx93.a55 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx93/Kconfig.defconfig.mimx93.m33 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx93/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx943/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx943/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx943/Kconfig.defconfig.mimx94398.a55 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx943/Kconfig.defconfig.mimx94398.m33 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx943/Kconfig.defconfig.mimx94398.m7_0 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx943/Kconfig.defconfig.mimx94398.m7_1 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx943/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx95/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx95/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx95/Kconfig.defconfig.mimx95.a55 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx95/Kconfig.defconfig.mimx95.m7 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imx/imx9/imx95/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt10xx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt10xx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt10xx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt118x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt118x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt118x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt11xx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt11xx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt11xx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt5xx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt5xx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt5xx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt6xx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt6xx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt6xx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/cm33/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/cm33/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/hifi1/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/hifi1/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/hifi4/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/imxrt/imxrt7xx/hifi4/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k2x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k2x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k2x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k32lx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k32lx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k32lx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k6x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k6x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k6x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k8x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k8x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/k8x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/ke1xf/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/ke1xf/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/ke1xf/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/ke1xz/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/ke1xz/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/ke1xz/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kl2x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kl2x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kl2x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kv5x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kv5x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kv5x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kwx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kwx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/kinetis/kwx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/layerscape/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/layerscape/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/layerscape/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/layerscape/ls1046a/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/layerscape/ls1046a/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/layerscape/ls1046a/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc11u6x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc11u6x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc11u6x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc51u68/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc51u68/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc51u68/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc54xxx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc54xxx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc54xxx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc55xxx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc55xxx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/lpc/lpc55xxx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxa/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxa/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxa/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxc/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxc/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/mcxe24x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/mcxe24x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/mcxe24x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/mcxe31x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/mcxe31x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxe/mcxe31x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxl/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxl/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxl/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxn/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxn/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxn/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/mcxw2xx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/mcxw2xx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/mcxw2xx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/mcxw7xx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/mcxw7xx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/mcx/mcxw/mcxw7xx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/rw/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/rw/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/rw/Kconfig.defconfig.wifi -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/rw/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k1/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k1/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k1/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k3/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k3/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k3/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k5/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k5/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k5/Kconfig.defconfig.s32k566.m7 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k5/Kconfig.defconfig.s32k566.r52 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32k5/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32ze/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32ze/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/nxp/s32/s32ze/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/oct/osd32mp15x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/oct/osd32mp15x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/openhwgroup/cva6/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/openhwgroup/cva6/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/openhwgroup/cva6/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/openhwgroup/cva6/cv32a6/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/openhwgroup/cva6/cv32a6/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/openhwgroup/cva6/cv64a6/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/openhwgroup/cva6/cv64a6/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/openisa/rv32m1/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/openisa/rv32m1/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/openisa/rv32m1/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/malta/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/malta/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/malta/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/or1k/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/or1k/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/or1k/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv32/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv32/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv32e/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv32e/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv64/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/qemu/virt_riscv/qemu_virt_riscv64/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/quicklogic/eos_s3/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/quicklogic/eos_s3/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/quicklogic/eos_s3/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/common/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/common/Kconfig.binary_info -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/rp2040/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/rp2040/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/rp2040/Kconfig.defconfig.rp2040 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/rp2040/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/rp2350/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/rp2350/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/rp2350/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebad/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebad/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebad/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebadplus/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebadplus/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebadplus/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebag2/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebag2/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ameba/amebag2/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/rtl8752h/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/rtl8752h/Kconfig.defconfig.series -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/rtl8752h/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/rtl87x2g/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/rtl87x2g/Kconfig.defconfig.series -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/bee/rtl87x2g/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ec/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ec/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ec/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ec/rts5912/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ec/rts5912/Kconfig.defconfig.rts5912 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ec/rts5912/Kconfig.defconfig.series -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/ec/rts5912/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/fingerprint/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/fingerprint/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/fingerprint/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/fingerprint/rts5817/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/fingerprint/rts5817/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/realtek/fingerprint/rts5817/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra0e1/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra0e1/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra0e1/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra2a1/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra2a1/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra2a1/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra2l1/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra2l1/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra2l1/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4c1/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4c1/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4c1/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4e1/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4e1/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4e1/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4e2/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4e2/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4e2/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4l1/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4l1/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4l1/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m1/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m1/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m1/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m2/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m2/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m2/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m3/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m3/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4m3/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4t1/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4t1/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4t1/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4w1/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4w1/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra4w1/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6e1/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6e1/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6e1/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6e2/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6e2/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6e2/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m1/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m1/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m1/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m2/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m2/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m2/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m3/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m3/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m3/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m4/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m4/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m4/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m5/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m5/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra6m5/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8d1/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8d1/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8d1/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8d2/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8d2/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8d2/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8e1/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8e1/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8e1/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8m1/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8m1/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8m1/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8m2/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8m2/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8m2/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8p1/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8p1/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8p1/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8t1/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8t1/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8t1/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8t2/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8t2/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/ra/ra8t2/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/rcar_gen3/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/rcar_gen3/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/rcar_gen3/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig.defconfig.r8a779f0 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig.defconfig.r8a779g0 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rcar/rcar_gen4/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx130/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx130/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx130/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx140/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx140/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx140/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx14t/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx14t/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx14t/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx261/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx261/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx261/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx26t/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx26t/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx26t/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx62n/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx62n/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rx/rx62n/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rza2m/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rza2m/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rza2m/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rza3ul/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rza3ul/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rza3ul/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg2l/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg2l/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg2l/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg2ul/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg2ul/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg2ul/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg3e/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg3e/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg3e/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg3s/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg3s/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzg3s/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzn2h/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzn2h/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzn2h/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzn2l/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzn2l/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzn2l/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2h/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2h/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2h/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2l/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2l/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2l/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2m/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2m/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzt2m/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2h/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2h/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2h/Kconfig.defconfig.rzv2h_cm33 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2h/Kconfig.defconfig.rzv2h_cr8 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2h/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2l/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2l/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2l/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2n/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2n/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/rz/rzv2n/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/smartbond/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/smartbond/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/smartbond/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/smartbond/da1469x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/smartbond/da1469x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renesas/smartbond/da1469x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renode/cortex_r8_virtual/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renode/cortex_r8_virtual/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renode/cortex_r8_virtual/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renode/riscv_virtual/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renode/riscv_virtual/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/renode/riscv_virtual/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk3399/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk3399/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk3399/Kconfig.defconfig.rk3399 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk3399/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3568/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3568/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3568/Kconfig.defconfig.rk3568 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3568/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3588/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3588/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3588/Kconfig.defconfig.rk3588 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3588/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3588s/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3588s/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3588s/Kconfig.defconfig.rk3588s -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rk35/rk3588s/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rv1106/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rv1106/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/rockchip/rv1106/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/ganymed/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/ganymed/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/ganymed/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/ganymed/sy1xx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/ganymed/sy1xx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sensry/ganymed/sy1xx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fe300/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fe300/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fe300/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fu500/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fu500/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fu500/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fu700/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fu700/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifive/sifive_freedom/fu700/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifli/sf32/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifli/sf32/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifli/sf32/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifli/sf32/sf32lb52x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifli/sf32/sf32lb52x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/sifli/sf32/sf32lb52x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32hg/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32hg/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32hg/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32tg/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32tg/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32tg/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32wg/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32wg/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s0/efm32wg/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32gg11b/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32gg11b/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32gg11b/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32gg12b/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32gg12b/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32gg12b/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32jg12b/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32jg12b/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32jg12b/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32pg12b/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32pg12b/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32pg12b/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32pg1b/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32pg1b/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efm32pg1b/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32bg13p/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32bg13p/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32bg13p/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32fg13p/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32fg13p/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32fg13p/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32fg1p/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32fg1p/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32fg1p/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32mg12p/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32mg12p/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s1/efr32mg12p/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg21/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg21/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg21/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg22/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg22/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg22/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg23/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg23/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg23/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg24/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg24/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg24/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg26/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg26/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg26/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg27/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg27/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg27/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg28/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg28/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg28/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg29/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg29/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_s2/xg29/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_sim3/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_sim3/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_sim3/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_sim3/sim3u/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_sim3/sim3u/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_sim3/sim3u/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_siwx91x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_siwx91x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_siwx91x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_siwx91x/siwg917/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_siwx91x/siwg917/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/silabs/silabs_siwx91x/siwg917/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/arc_iot/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/arc_iot/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/arc_iot/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.defconfig.em11d -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.defconfig.em4 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.defconfig.em5d -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.defconfig.em6 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.defconfig.em7d -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.defconfig.em7d_esp -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.defconfig.em9d -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsk/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsk/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsk/Kconfig.defconfig.em11d -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsk/Kconfig.defconfig.em7d -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsk/Kconfig.defconfig.em9d -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/emsk/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/hsdk/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/hsdk/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/hsdk/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/hsdk4xd/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/hsdk4xd/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/hsdk4xd/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/em/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/em/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/em/Kconfig.defconfig.em -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/em/Kconfig.defconfig.em11d -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/em/Kconfig.defconfig.em7d_v22 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/em/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.defconfig.hs -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.defconfig.hs5x -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.defconfig.hs5x_smp -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.defconfig.hs6x -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.defconfig.hs6x_smp -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.defconfig.hs_mpuv6 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.defconfig.hs_smp -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/hs/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/sem/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/sem/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/sem/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/vpx5/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/vpx5/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_classic/vpx5/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/rhx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/rhx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/rhx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/rmx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/rmx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/nsim/arc_v/rmx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/qemu_arc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/qemu_arc/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/snps/qemu_arc/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32c0x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32c0x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32c0x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32c5x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32c5x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32c5x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f0x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f0x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f0x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f1x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f1x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f1x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f2x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f2x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f2x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f3x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f302xc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f303x(b-c) -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f303xe -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f3x/Kconfig.defconfig.stm32f373xc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f3x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f4x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f4x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f4x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f7x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f765xx -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f767xx -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f769xx -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f777xx -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32f7x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g0x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g0x/Kconfig.defconfig.stm32g0b1xx -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g0x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h5x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h5x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h5x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7rsx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7rsx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7rsx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h745xx -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h747xx -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h755xx -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7x/Kconfig.defconfig.stm32h757xx -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32h7x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l0x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l0x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l0x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l1x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l1x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l1x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l4x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l4x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l4x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l5x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l5x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32l5x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp13x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp13x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp13x/Kconfig.defconfig.stm32mp13_a7 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp13x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp1x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp1x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp1x/Kconfig.defconfig.stm32mp15_m4 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp1x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp2x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp2x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp2x/Kconfig.defconfig.stm32mp215fxx -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp2x/Kconfig.defconfig.stm32mp257fxx -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32mp2x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32n6x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32n6x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32n6x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32n6x/npu/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u0x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u0x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u0x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u3x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u3x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u3x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u5x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u5x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32u5x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wb0x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wb0x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wb0x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wbax/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wbax/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wbax/Kconfig.defconfig.stm32wba65xx -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wbax/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wbx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wbx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wbx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wlx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wlx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32wlx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/starfive/jh71xx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/starfive/jh71xx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/starfive/jh71xx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/syna/sr100/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/syna/sr100/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/syna/sr100/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/telink/tlsr/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/telink/tlsr/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/telink/tlsr/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/telink/tlsr/tlsr951x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/telink/tlsr/tlsr951x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/telink/tlsr/tlsr951x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am62lx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am62lx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am62lx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am62x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am62x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am62x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am64x/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am64x/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/am64x/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/j721e/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/j721e/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/j721e/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/j722s/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/j722s/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/k3/j722s/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/lm3s6965/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/lm3s6965/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/lm3s6965/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/mspm0g/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/mspm0g/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/mspm0g/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/mspm0l/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/mspm0l/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/mspm0/mspm0l/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc13x2_cc26x2/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc13x2_cc26x2/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc13x2_cc26x2/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc23x0/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc23x0/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc23x0/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc32xx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc32xx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc32xx/Kconfig.defconfig.cc3220sf -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc32xx/Kconfig.defconfig.cc3235sf -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/cc32xx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/msp432p4xx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/msp432p4xx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/msp432p4xx/Kconfig.defconfig.msp432p401r -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/ti/simplelink/msp432p4xx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2a/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2a/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2a/Kconfig.defconfig.ch32v003 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2a/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2a/Kconfig.soc.ch32v003 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2c/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2c/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2c/Kconfig.defconfig.ch32v006 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2c/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v2c/Kconfig.soc.ch32v006 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4b/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4b/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4b/Kconfig.defconfig.ch32v203 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4b/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4b/Kconfig.soc.ch32v203 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4c/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4c/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4c/Kconfig.defconfig.ch32v208 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4c/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4c/Kconfig.soc.ch32v208 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4f/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4f/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4f/Kconfig.defconfig.ch32v303 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4f/Kconfig.defconfig.ch32v307 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4f/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4f/Kconfig.soc.ch32v303 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/wch/ch32v/qingke_v4f/Kconfig.soc.ch32v307 -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/xen/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/xen/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/xen/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versal/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versal/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versal/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versal2/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versal2/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versal2/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versalnet/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versalnet/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/versalnet/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/xc7zxxx/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/xc7zxxx/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/xc7zxxx/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/xc7zxxxs/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/xc7zxxxs/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynq7000/xc7zxxxs/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynqmp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynqmp/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/soc/xlnx/zynqmp/Kconfig.soc -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bindesc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bindesc/Kconfig.build_time -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bindesc/Kconfig.host_info -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bindesc/Kconfig.version -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/Kconfig.adv -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/Kconfig.logging -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.aics -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.ascs -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.bap -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.cap -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.ccp -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.csip -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.gmap -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.has -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.mcs -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.mctl -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.micp -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.mpl -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.pacs -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.pbp -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.tbs -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.tmap -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.vcp -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/audio/Kconfig.vocs -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/common/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/controller/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/controller/Kconfig.df -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/controller/Kconfig.dtm -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/controller/Kconfig.ll_sw_split -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/controller/coex/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/crypto/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/host/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/host/Kconfig.gatt -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/host/Kconfig.l2cap -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/host/classic/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/lib/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/mesh/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/mesh/shell/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/Kconfig.ans -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/Kconfig.cts -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/Kconfig.dis -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/Kconfig.ets -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/Kconfig.gap_svc -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/Kconfig.hrs -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/Kconfig.tps -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/bas/Kconfig.bas -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/ias/Kconfig.ias -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/nus/Kconfig.nus -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/bluetooth/services/ots/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/canbus/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/canbus/isotp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/console/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/cpu_freq/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/crc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/dap/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/debug/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/debug/coredump/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/debug/gdbstub/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/debug/symtab/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/debug/thread_analyzer/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/dfu/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/disk/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/dsp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/emul/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/emul/espi/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fb/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fs/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fs/Kconfig.fatfs -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fs/Kconfig.littlefs -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fs/ext2/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fs/fcb/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fs/fuse_client/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fs/virtiofs/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/gnss/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/gnss/rtk/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/gnss/rtk/protocol/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/gnss/rtk/serial/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/input/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/instrumentation/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/ipc_service/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/ipc_service/backends/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/ipc_service/backends/Kconfig.icbmsg -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/ipc_service/backends/Kconfig.icmsg_me -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/ipc_service/backends/Kconfig.intel_adsp -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/ipc_service/backends/Kconfig.rpmsg -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/ipc_service/lib/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/ipc_service/lib/Kconfig.icmsg -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/open-amp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc/rpmsg_service/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/jwt/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/kvss/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/kvss/nvs/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/kvss/zms/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/llext/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.filtering -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.formatting -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.links -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.misc -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.mode -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.processing -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.template.log_config -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.template.log_config_inherit -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/Kconfig.template.log_format_config -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.adsp -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.adsp_mtrace -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.ble -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.efi_console -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.fs -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.mqtt -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.multidomain -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.native_posix -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.net -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.rtt -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.semihost -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.spinel -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.swo -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.uart -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.ws -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/backends/Kconfig.xtensa_sim -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging/frontends/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/lorawan/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/lorawan/emul/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/lorawan/loramac-node/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/lorawan/native/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/lorawan/native/region/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/lorawan/nvm/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/lorawan/services/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mem_mgmt/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mem_mgmt/demand_paging/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mem_mgmt/demand_paging/backing_store/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mem_mgmt/demand_paging/eviction/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/ec_host_cmd/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/ec_host_cmd/Kconfig.logging -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/ec_host_cmd/backends/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/hawkbit/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/enum_mgmt/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/fs_mgmt/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/img_mgmt/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/img_mgmt_client/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/os_mgmt/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/os_mgmt_client/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/settings_mgmt/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/shell_mgmt/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/stat_mgmt/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/grp/zephyr_basic/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/mgmt/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/smp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/smp_client/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.bluetooth -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.common -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.dummy -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.lorawan -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.raw_dummy -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.raw_uart -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.shell -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.uart -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/mcumgr/transport/Kconfig.udp -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/osdp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/osdp/Kconfig.cp -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/osdp/Kconfig.pd -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt/updatehub/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/modbus/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/modem/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/modem/backends/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/Kconfig.hostname -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/Kconfig.template.log_config.net -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/conn_mgr/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/ip/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/ip/Kconfig.debug -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/ip/Kconfig.ipv4 -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/ip/Kconfig.ipv6 -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/ip/Kconfig.mgmt -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/ip/Kconfig.stack -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/ip/Kconfig.stats -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/ip/Kconfig.tcp -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/canbus/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/dummy/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/dummy/any/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/ethernet/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/ethernet/bridge/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/ethernet/dsa/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/ethernet/gptp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/ethernet/lldp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/ieee802154/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/ieee802154/Kconfig.radio -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/openthread/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/ppp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/virtual/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/virtual/ipip/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/l2/wifi/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/capture/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/coap/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/config/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/dhcpv4/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/dhcpv6/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/dns/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/ftp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/http/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/latmon/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/lwm2m/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/lwm2m/Kconfig.ipso -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/lwm2m/Kconfig.ucifi -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/midi2/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/mqtt/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/mqtt_sn/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/ocpp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/prometheus/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/ptp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/quic/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/shell/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/sntp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/sockets/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/socks/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/ssh/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/tftp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/tls_credentials/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/tls_credentials/Kconfig.shell -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/trickle/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/websocket/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/wifi_credentials/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/wireguard/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/lib/zperf/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/net/pkt_filter/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/nvmem/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/pm/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/pm/policy/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/pmci/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/pmci/mctp/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/pmci/mctp/Kconfig.usb -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/cmsis_rtos_v1/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/cmsis_rtos_v2/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/Kconfig.profile -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/Kconfig.toolchain -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lang_support_r/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/eventfd/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.aio -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.barrier -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.device_io -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.fd_mgmt -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.file_system_r -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.fs -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.mem -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.mqueue -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.net -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.proc1 -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.procN -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.pthread -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.rwlock -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.sched -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.semaphore -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.signal -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.spinlock -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.sync_io -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.timer -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.xsi_realtime -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.xsi_single_process -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.xsi_streams -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.xsi_system_logging -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/options/Kconfig.xsi_threads_ext -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/shell/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/shell/Kconfig.env -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/shell/Kconfig.uname -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/profiling/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/profiling/perf/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/profiling/perf/backends/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/random/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/retention/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/retention/Kconfig.blinfo -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/rtio/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/rtio/Kconfig.workq -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/sd/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/secure_storage/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/secure_storage/Kconfig.its_store -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/secure_storage/Kconfig.its_transform -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/sensing/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/sensing/sensor/hinge_angle/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/sensing/sensor/phy_3d_sensor/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/settings/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/shell/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/shell/Kconfig.template.shell_log_queue_size -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/shell/Kconfig.template.shell_log_queue_timeout -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/shell/backends/Kconfig.backends -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/shell/modules/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/shell/modules/kernel_service/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/shell/modules/kernel_service/thread/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/sip_svc/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/stats/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/storage/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/storage/flash_map/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/storage/stream/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/task_wdt/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/testsuite/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/testsuite/Kconfig.coverage -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/testsuite/Kconfig.defconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/testsuite/ztest/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/testsuite/ztest/benchmark/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/timing/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/tracing/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/tracing/sysview/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/common/Kconfig.template.instances_count -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/Kconfig.bt -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/Kconfig.cdc -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/Kconfig.msc -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/Kconfig.template.composite_device_number -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/audio/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/dfu/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/hid/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device/class/netusb/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/app/Kconfig.cdc_acm_serial -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.bt -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.cdc_acm -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.cdc_ecm -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.cdc_ncm -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.dfu -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.hid -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.loopback -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.midi2 -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.msc -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.uac2 -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/device_next/class/Kconfig.uvc -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/host/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/host/Kconfig.usbip -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/host/class/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/host/class/Kconfig.uvc -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/usb_c/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/zbus/Kconfig -/home/jeremy/utat-dev/zephyrproject/zephyr/subsys/zbus/proxy_agent/Kconfig -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/cmake/zephyr/Kconfig diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj deleted file mode 100644 index 4d03fbc..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj deleted file mode 100644 index 28bf9bc..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj deleted file mode 100644 index a05103b..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/dynamic_disabled.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/dynamic_disabled.c.obj deleted file mode 100644 index ecab2a8..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/dynamic_disabled.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj deleted file mode 100644 index 461967c..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/float.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/float.c.obj deleted file mode 100644 index 742aecc..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/float.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj deleted file mode 100644 index 515f59a..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj deleted file mode 100644 index 1fdcb7b..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj deleted file mode 100644 index 08c02fa..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj deleted file mode 100644 index 4dc0d66..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj deleted file mode 100644 index cfbf572..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj deleted file mode 100644 index 5bd3b4f..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj deleted file mode 100644 index 191c69f..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj deleted file mode 100644 index 00de2dc..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj deleted file mode 100644 index f1511de..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/pipe.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/pipe.c.obj deleted file mode 100644 index 2c9f061..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/pipe.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj deleted file mode 100644 index edde0e4..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj deleted file mode 100644 index 15ede0b..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/scheduler.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/scheduler.c.obj deleted file mode 100644 index 64aef59..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/scheduler.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj deleted file mode 100644 index ed55561..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/sleep.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/sleep.c.obj deleted file mode 100644 index 26581d1..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/sleep.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj deleted file mode 100644 index 445ac18..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj deleted file mode 100644 index 7aa8b59..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj deleted file mode 100644 index d919ee0..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj deleted file mode 100644 index 19934df..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj deleted file mode 100644 index 7a9ed96..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/timeslicing.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/timeslicing.c.obj deleted file mode 100644 index bca5bd8..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/timeslicing.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj deleted file mode 100644 index 2a7654c..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj b/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj deleted file mode 100644 index 5952644..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/kernel/cmake_install.cmake deleted file mode 100644 index 4d389ce..0000000 --- a/zephyrproject/build/mcuboot/zephyr/kernel/cmake_install.cmake +++ /dev/null @@ -1,51 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/kernel - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/sys/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/libkernel.a b/zephyrproject/build/mcuboot/zephyr/kernel/libkernel.a deleted file mode 100644 index 67455b4..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/kernel/libkernel.a and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/kernel/sys/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/kernel/sys/cmake_install.cmake deleted file mode 100644 index dc720bc..0000000 --- a/zephyrproject/build/mcuboot/zephyr/kernel/sys/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/kernel/sys - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/kernel/sys/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/lib/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/lib/cmake_install.cmake deleted file mode 100644 index eba7171..0000000 --- a/zephyrproject/build/mcuboot/zephyr/lib/cmake_install.cmake +++ /dev/null @@ -1,58 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/lib - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/hash/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/heap/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/mem_blocks/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/midi2/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/os/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/utils/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/uuid/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/lib/hash/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/lib/hash/cmake_install.cmake deleted file mode 100644 index 0217d7e..0000000 --- a/zephyrproject/build/mcuboot/zephyr/lib/hash/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/lib/hash - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/hash/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/lib/heap/CMakeFiles/heap_constants.dir/heap_constants.c.obj b/zephyrproject/build/mcuboot/zephyr/lib/heap/CMakeFiles/heap_constants.dir/heap_constants.c.obj deleted file mode 100644 index 48d2885..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/lib/heap/CMakeFiles/heap_constants.dir/heap_constants.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/lib/heap/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/lib/heap/cmake_install.cmake deleted file mode 100644 index b32219d..0000000 --- a/zephyrproject/build/mcuboot/zephyr/lib/heap/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/lib/heap - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/heap/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/lib/libc/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/lib/libc/cmake_install.cmake deleted file mode 100644 index 9d4a20f..0000000 --- a/zephyrproject/build/mcuboot/zephyr/lib/libc/cmake_install.cmake +++ /dev/null @@ -1,52 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/common/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/errno/errno.c.obj b/zephyrproject/build/mcuboot/zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/errno/errno.c.obj deleted file mode 100644 index 946c0a8..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/errno/errno.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/abort.c.obj b/zephyrproject/build/mcuboot/zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/abort.c.obj deleted file mode 100644 index 02d5d4b..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/abort.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/malloc.c.obj b/zephyrproject/build/mcuboot/zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/malloc.c.obj deleted file mode 100644 index 46d0aa7..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/malloc.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/time/time.c.obj b/zephyrproject/build/mcuboot/zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/time/time.c.obj deleted file mode 100644 index 40a5697..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/time/time.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/lib/libc/common/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/lib/libc/common/cmake_install.cmake deleted file mode 100644 index 9f89fa3..0000000 --- a/zephyrproject/build/mcuboot/zephyr/lib/libc/common/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/common - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/common/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/lib/libc/common/liblib__libc__common.a b/zephyrproject/build/mcuboot/zephyr/lib/libc/common/liblib__libc__common.a deleted file mode 100644 index 74d3a74..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/lib/libc/common/liblib__libc__common.a and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/assert.c.obj b/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/assert.c.obj deleted file mode 100644 index fb5bf1a..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/assert.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/cbprintf.c.obj b/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/cbprintf.c.obj deleted file mode 100644 index 1e1fb82..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/cbprintf.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/chk_fail.c.obj b/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/chk_fail.c.obj deleted file mode 100644 index 65ed604..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/chk_fail.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/errno_wrap.c.obj b/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/errno_wrap.c.obj deleted file mode 100644 index ed244c8..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/errno_wrap.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/exit.c.obj b/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/exit.c.obj deleted file mode 100644 index 7adb3a3..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/exit.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/locks.c.obj b/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/locks.c.obj deleted file mode 100644 index 810eb75..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/locks.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/stdio.c.obj b/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/stdio.c.obj deleted file mode 100644 index cd9a633..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/stdio.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/cmake_install.cmake deleted file mode 100644 index abd351f..0000000 --- a/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/lib/libc/picolibc - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/liblib__libc__picolibc.a b/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/liblib__libc__picolibc.a deleted file mode 100644 index ff3a409..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/lib/libc/picolibc/liblib__libc__picolibc.a and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/lib/mem_blocks/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/lib/mem_blocks/cmake_install.cmake deleted file mode 100644 index 0638bd6..0000000 --- a/zephyrproject/build/mcuboot/zephyr/lib/mem_blocks/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/lib/mem_blocks - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/mem_blocks/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/lib/midi2/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/lib/midi2/cmake_install.cmake deleted file mode 100644 index 3fd1949..0000000 --- a/zephyrproject/build/mcuboot/zephyr/lib/midi2/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/lib/midi2 - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/midi2/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/lib/os/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/lib/os/cmake_install.cmake deleted file mode 100644 index a66d08d..0000000 --- a/zephyrproject/build/mcuboot/zephyr/lib/os/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/lib/os - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/os/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/lib/utils/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/lib/utils/cmake_install.cmake deleted file mode 100644 index c93b6b4..0000000 --- a/zephyrproject/build/mcuboot/zephyr/lib/utils/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/lib/utils - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/utils/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/lib/uuid/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/lib/uuid/cmake_install.cmake deleted file mode 100644 index 8619306..0000000 --- a/zephyrproject/build/mcuboot/zephyr/lib/uuid/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/lib/uuid - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/lib/uuid/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/libzephyr.a b/zephyrproject/build/mcuboot/zephyr/libzephyr.a deleted file mode 100644 index 2c9ce2a..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/libzephyr.a and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/linker.cmd b/zephyrproject/build/mcuboot/zephyr/linker.cmd deleted file mode 100644 index 3a3ad53..0000000 --- a/zephyrproject/build/mcuboot/zephyr/linker.cmd +++ /dev/null @@ -1,525 +0,0 @@ - OUTPUT_FORMAT("elf32-littlearm") -_region_min_align = 32; -MEMORY - { - FLASH (rx) : ORIGIN = ((134217728)), LENGTH = ((34816) - 0x0) - RAM (wx) : ORIGIN = (536870912), LENGTH = (32768) - SRAM0 ( rw ) : ORIGIN = (536870912), LENGTH = (32768) - IDT_LIST (wx) : ORIGIN = 0xFFFF7FFF, LENGTH = 32K - } -ENTRY("__start") -SECTIONS - { - .rel.plt : - { - *(.rel.plt) - PROVIDE_HIDDEN (__rel_iplt_start = .); - *(.rel.iplt) - PROVIDE_HIDDEN (__rel_iplt_end = .); - } - .rela.plt : - { - *(.rela.plt) - PROVIDE_HIDDEN (__rela_iplt_start = .); - *(.rela.iplt) - PROVIDE_HIDDEN (__rela_iplt_end = .); - } - .rel.dyn : - { - *(.rel.*) - } - .rela.dyn : - { - *(.rela.*) - } - /DISCARD/ : - { - *(.plt) - } - /DISCARD/ : - { - *(.iplt) - } - - __rom_region_start = ((134217728)); - rom_start : - { -HIDDEN(__rom_start_address = .); -FILL(0x00); -. += 0x0 - (. - __rom_start_address); -. = ALIGN(4); -. = ALIGN( 1 << LOG2CEIL(4 * 32) ); -. = ALIGN( 1 << LOG2CEIL(4 * (16 + 92)) ); -_vector_start = .; -KEEP(*(.exc_vector_table)) -KEEP(*(".exc_vector_table.*")) -KEEP(*(.vectors)) -_vector_end = .; -. = ALIGN(4); -KEEP(*(.gnu.linkonce.irq_vector_table*)) - _vector_end = .; - } > FLASH - text : - { - __text_region_start = .; - *(.text) - *(".text.*") - *(.gnu.linkonce.t.*) - *(.glue_7t) *(.glue_7) *(.vfp11_veneer) *(.v4_bx) - . = ALIGN(4); - } > FLASH - __text_region_end = .; - .ARM.exidx : - { - __exidx_start = .; - *(.ARM.exidx* gnu.linkonce.armexidx.*) - __exidx_end = .; - } > FLASH - __rodata_region_start = .; - initlevel : - { - __init_start = .; - __init_EARLY_start = .; KEEP(*(SORT(.z_init_EARLY_P_?_*))); KEEP(*(SORT(.z_init_EARLY_P_??_*))); KEEP(*(SORT(.z_init_EARLY_P_???_*))); - __init_PRE_KERNEL_1_start = .; KEEP(*(SORT(.z_init_PRE_KERNEL_1_P_?_*))); KEEP(*(SORT(.z_init_PRE_KERNEL_1_P_??_*))); KEEP(*(SORT(.z_init_PRE_KERNEL_1_P_???_*))); - __init_PRE_KERNEL_2_start = .; KEEP(*(SORT(.z_init_PRE_KERNEL_2_P_?_*))); KEEP(*(SORT(.z_init_PRE_KERNEL_2_P_??_*))); KEEP(*(SORT(.z_init_PRE_KERNEL_2_P_???_*))); - __init_POST_KERNEL_start = .; KEEP(*(SORT(.z_init_POST_KERNEL_P_?_*))); KEEP(*(SORT(.z_init_POST_KERNEL_P_??_*))); KEEP(*(SORT(.z_init_POST_KERNEL_P_???_*))); - __init_APPLICATION_start = .; KEEP(*(SORT(.z_init_APPLICATION_P_?_*))); KEEP(*(SORT(.z_init_APPLICATION_P_??_*))); KEEP(*(SORT(.z_init_APPLICATION_P_???_*))); - __init_SMP_start = .; KEEP(*(SORT(.z_init_SMP_P_?_*))); KEEP(*(SORT(.z_init_SMP_P_??_*))); KEEP(*(SORT(.z_init_SMP_P_???_*))); - __init_end = .; - } > FLASH - device_area : { _device_list_start = .; KEEP(*(SORT(._device.static.*_?_*))); KEEP(*(SORT(._device.static.*_??_*))); KEEP(*(SORT(._device.static.*_???_*))); KEEP(*(SORT(._device.static.*_????_*))); KEEP(*(SORT(._device.static.*_?????_*))); _device_list_end = .;; } > FLASH - sw_isr_table : - { - . = ALIGN(4); - *(.gnu.linkonce.sw_isr_table*) - } > FLASH - initlevel_error : - { - KEEP(*(SORT(.z_init_*))) - } - ASSERT(SIZEOF(initlevel_error) == 0, "Undefined initialization levels used.") - app_shmem_regions : ALIGN_WITH_INPUT - { - __app_shmem_regions_start = .; - KEEP(*(SORT(.app_regions.*))); - __app_shmem_regions_end = .; - } > FLASH - k_p4wq_initparam_area : { _k_p4wq_initparam_list_start = .; KEEP(*(SORT_BY_NAME(._k_p4wq_initparam.static.*))); _k_p4wq_initparam_list_end = .;; } > FLASH - _static_thread_data_area : { __static_thread_data_list_start = .; KEEP(*(SORT_BY_NAME(.__static_thread_data.static.*))); __static_thread_data_list_end = .;; } > FLASH - device_deps : ALIGN_WITH_INPUT - { -__device_deps_start = .; -KEEP(*(SORT(.__device_deps_pass2*))); -__device_deps_end = .; - } > FLASH -device_api_area : SUBALIGN(4) -{ - _flash_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._flash_driver_api.static.*))); _flash_driver_api_list_end = .;; - _flash_driver_api_ext_end = .; - _shared_irq_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._shared_irq_driver_api.static.*))); _shared_irq_driver_api_list_end = .;; - _shared_irq_driver_api_ext_end = .; - _dmic_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._dmic_driver_api.static.*))); _dmic_driver_api_list_end = .;; - _dmic_driver_api_ext_end = .; - _crypto_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._crypto_driver_api.static.*))); _crypto_driver_api_list_end = .;; - _crypto_driver_api_ext_end = .; - _adc_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._adc_driver_api.static.*))); _adc_driver_api_list_end = .;; - _adc_driver_api_ext_end = .; - _auxdisplay_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._auxdisplay_driver_api.static.*))); _auxdisplay_driver_api_list_end = .;; - _auxdisplay_driver_api_ext_end = .; - _bbram_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._bbram_driver_api.static.*))); _bbram_driver_api_list_end = .;; - _bbram_driver_api_ext_end = .; - _biometric_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._biometric_driver_api.static.*))); _biometric_driver_api_list_end = .;; - _biometric_driver_api_ext_end = .; - _bt_hci_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._bt_hci_driver_api.static.*))); _bt_hci_driver_api_list_end = .;; - _bt_hci_driver_api_ext_end = .; - _can_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._can_driver_api.static.*))); _can_driver_api_list_end = .;; - _can_driver_api_ext_end = .; - _cellular_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._cellular_driver_api.static.*))); _cellular_driver_api_list_end = .;; - _cellular_driver_api_ext_end = .; - _charger_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._charger_driver_api.static.*))); _charger_driver_api_list_end = .;; - _charger_driver_api_ext_end = .; - _clock_control_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._clock_control_driver_api.static.*))); _clock_control_driver_api_list_end = .;; - _nrf_clock_control_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._nrf_clock_control_driver_api.static.*))); _nrf_clock_control_driver_api_list_end = .;; - _nrf_clock_control_driver_api_ext_end = .; - _clock_control_driver_api_ext_end = .; - _comparator_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._comparator_driver_api.static.*))); _comparator_driver_api_list_end = .;; - _comparator_driver_api_ext_end = .; - _coredump_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._coredump_driver_api.static.*))); _coredump_driver_api_list_end = .;; - _coredump_driver_api_ext_end = .; - _counter_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._counter_driver_api.static.*))); _counter_driver_api_list_end = .;; - _counter_driver_api_ext_end = .; - _crc_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._crc_driver_api.static.*))); _crc_driver_api_list_end = .;; - _crc_driver_api_ext_end = .; - _dac_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._dac_driver_api.static.*))); _dac_driver_api_list_end = .;; - _dac_driver_api_ext_end = .; - _dai_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._dai_driver_api.static.*))); _dai_driver_api_list_end = .;; - _dai_driver_api_ext_end = .; - _display_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._display_driver_api.static.*))); _display_driver_api_list_end = .;; - _display_driver_api_ext_end = .; - _dma_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._dma_driver_api.static.*))); _dma_driver_api_list_end = .;; - _dma_driver_api_ext_end = .; - _edac_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._edac_driver_api.static.*))); _edac_driver_api_list_end = .;; - _edac_driver_api_ext_end = .; - _eeprom_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._eeprom_driver_api.static.*))); _eeprom_driver_api_list_end = .;; - _eeprom_driver_api_ext_end = .; - _emul_bbram_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._emul_bbram_driver_api.static.*))); _emul_bbram_driver_api_list_end = .;; - _emul_bbram_driver_api_ext_end = .; - _fuel_gauge_emul_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._fuel_gauge_emul_driver_api.static.*))); _fuel_gauge_emul_driver_api_list_end = .;; - _fuel_gauge_emul_driver_api_ext_end = .; - _emul_sensor_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._emul_sensor_driver_api.static.*))); _emul_sensor_driver_api_list_end = .;; - _emul_sensor_driver_api_ext_end = .; - _entropy_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._entropy_driver_api.static.*))); _entropy_driver_api_list_end = .;; - _entropy_driver_api_ext_end = .; - _espi_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._espi_driver_api.static.*))); _espi_driver_api_list_end = .;; - _espi_driver_api_ext_end = .; - _espi_saf_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._espi_saf_driver_api.static.*))); _espi_saf_driver_api_list_end = .;; - _espi_saf_driver_api_ext_end = .; - _fpga_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._fpga_driver_api.static.*))); _fpga_driver_api_list_end = .;; - _fpga_driver_api_ext_end = .; - _fuel_gauge_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._fuel_gauge_driver_api.static.*))); _fuel_gauge_driver_api_list_end = .;; - _fuel_gauge_driver_api_ext_end = .; - _gnss_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._gnss_driver_api.static.*))); _gnss_driver_api_list_end = .;; - _gnss_driver_api_ext_end = .; - _gpio_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._gpio_driver_api.static.*))); _gpio_driver_api_list_end = .;; - _gpio_driver_api_ext_end = .; - _haptics_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._haptics_driver_api.static.*))); _haptics_driver_api_list_end = .;; - _haptics_driver_api_ext_end = .; - _hwspinlock_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._hwspinlock_driver_api.static.*))); _hwspinlock_driver_api_list_end = .;; - _hwspinlock_driver_api_ext_end = .; - _i2c_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._i2c_driver_api.static.*))); _i2c_driver_api_list_end = .;; - _i3c_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._i3c_driver_api.static.*))); _i3c_driver_api_list_end = .;; - _i3c_driver_api_ext_end = .; - _i2c_driver_api_ext_end = .; - _i2c_target_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._i2c_target_driver_api.static.*))); _i2c_target_driver_api_list_end = .;; - _i2c_target_driver_api_ext_end = .; - _i2s_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._i2s_driver_api.static.*))); _i2s_driver_api_list_end = .;; - _i2s_driver_api_ext_end = .; - _ipm_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._ipm_driver_api.static.*))); _ipm_driver_api_list_end = .;; - _ipm_driver_api_ext_end = .; - _led_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._led_driver_api.static.*))); _led_driver_api_list_end = .;; - _led_driver_api_ext_end = .; - _led_strip_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._led_strip_driver_api.static.*))); _led_strip_driver_api_list_end = .;; - _led_strip_driver_api_ext_end = .; - _lora_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._lora_driver_api.static.*))); _lora_driver_api_list_end = .;; - _lora_driver_api_ext_end = .; - _mbox_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._mbox_driver_api.static.*))); _mbox_driver_api_list_end = .;; - _mbox_driver_api_ext_end = .; - _mdio_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._mdio_driver_api.static.*))); _mdio_driver_api_list_end = .;; - _mdio_driver_api_ext_end = .; - _mipi_dbi_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._mipi_dbi_driver_api.static.*))); _mipi_dbi_driver_api_list_end = .;; - _mipi_dbi_driver_api_ext_end = .; - _mipi_dsi_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._mipi_dsi_driver_api.static.*))); _mipi_dsi_driver_api_list_end = .;; - _mipi_dsi_driver_api_ext_end = .; - _mspi_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._mspi_driver_api.static.*))); _mspi_driver_api_list_end = .;; - _mspi_driver_api_ext_end = .; - _opamp_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._opamp_driver_api.static.*))); _opamp_driver_api_list_end = .;; - _opamp_driver_api_ext_end = .; - _otp_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._otp_driver_api.static.*))); _otp_driver_api_list_end = .;; - _otp_driver_api_ext_end = .; - _peci_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._peci_driver_api.static.*))); _peci_driver_api_list_end = .;; - _peci_driver_api_ext_end = .; - _ps2_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._ps2_driver_api.static.*))); _ps2_driver_api_list_end = .;; - _ps2_driver_api_ext_end = .; - _ptp_clock_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._ptp_clock_driver_api.static.*))); _ptp_clock_driver_api_list_end = .;; - _ptp_clock_driver_api_ext_end = .; - _pwm_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._pwm_driver_api.static.*))); _pwm_driver_api_list_end = .;; - _pwm_driver_api_ext_end = .; - _regulator_parent_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._regulator_parent_driver_api.static.*))); _regulator_parent_driver_api_list_end = .;; - _regulator_parent_driver_api_ext_end = .; - _regulator_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._regulator_driver_api.static.*))); _regulator_driver_api_list_end = .;; - _regulator_driver_api_ext_end = .; - _reset_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._reset_driver_api.static.*))); _reset_driver_api_list_end = .;; - _reset_driver_api_ext_end = .; - _retained_mem_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._retained_mem_driver_api.static.*))); _retained_mem_driver_api_list_end = .;; - _retained_mem_driver_api_ext_end = .; - _rtc_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._rtc_driver_api.static.*))); _rtc_driver_api_list_end = .;; - _rtc_driver_api_ext_end = .; - _sdhc_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._sdhc_driver_api.static.*))); _sdhc_driver_api_list_end = .;; - _sdhc_driver_api_ext_end = .; - _sensor_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._sensor_driver_api.static.*))); _sensor_driver_api_list_end = .;; - _sensor_driver_api_ext_end = .; - _smbus_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._smbus_driver_api.static.*))); _smbus_driver_api_list_end = .;; - _smbus_driver_api_ext_end = .; - _spi_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._spi_driver_api.static.*))); _spi_driver_api_list_end = .;; - _spi_driver_api_ext_end = .; - _syscon_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._syscon_driver_api.static.*))); _syscon_driver_api_list_end = .;; - _syscon_driver_api_ext_end = .; - _tee_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._tee_driver_api.static.*))); _tee_driver_api_list_end = .;; - _tee_driver_api_ext_end = .; - _tgpio_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._tgpio_driver_api.static.*))); _tgpio_driver_api_list_end = .;; - _tgpio_driver_api_ext_end = .; - _uaol_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._uaol_driver_api.static.*))); _uaol_driver_api_list_end = .;; - _uaol_driver_api_ext_end = .; - _video_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._video_driver_api.static.*))); _video_driver_api_list_end = .;; - _video_driver_api_ext_end = .; - _virtio_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._virtio_driver_api.static.*))); _virtio_driver_api_list_end = .;; - _virtio_driver_api_ext_end = .; - _w1_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._w1_driver_api.static.*))); _w1_driver_api_list_end = .;; - _w1_driver_api_ext_end = .; - _wdt_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._wdt_driver_api.static.*))); _wdt_driver_api_list_end = .;; - _wdt_driver_api_ext_end = .; - _wuc_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._wuc_driver_api.static.*))); _wuc_driver_api_list_end = .;; - _wuc_driver_api_ext_end = .; - _can_transceiver_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._can_transceiver_driver_api.static.*))); _can_transceiver_driver_api_list_end = .;; - _can_transceiver_driver_api_ext_end = .; - _i3c_target_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._i3c_target_driver_api.static.*))); _i3c_target_driver_api_list_end = .;; - _i3c_target_driver_api_ext_end = .; - _its_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._its_driver_api.static.*))); _its_driver_api_list_end = .;; - _its_driver_api_ext_end = .; - _vtd_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._vtd_driver_api.static.*))); _vtd_driver_api_list_end = .;; - _vtd_driver_api_ext_end = .; - _renesas_elc_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._renesas_elc_driver_api.static.*))); _renesas_elc_driver_api_list_end = .;; - _renesas_elc_driver_api_ext_end = .; - _pcie_ctrl_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._pcie_ctrl_driver_api.static.*))); _pcie_ctrl_driver_api_list_end = .;; - _pcie_ctrl_driver_api_ext_end = .; - _pcie_ep_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._pcie_ep_driver_api.static.*))); _pcie_ep_driver_api_list_end = .;; - _pcie_ep_driver_api_ext_end = .; - _psi5_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._psi5_driver_api.static.*))); _psi5_driver_api_list_end = .;; - _psi5_driver_api_ext_end = .; - _sent_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._sent_driver_api.static.*))); _sent_driver_api_list_end = .;; - _sent_driver_api_ext_end = .; - _svc_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._svc_driver_api.static.*))); _svc_driver_api_list_end = .;; - _svc_driver_api_ext_end = .; - _stepper_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._stepper_driver_api.static.*))); _stepper_driver_api_list_end = .;; - _stepper_driver_api_ext_end = .; - _stepper_ctrl_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._stepper_ctrl_driver_api.static.*))); _stepper_ctrl_driver_api_list_end = .;; - _stepper_ctrl_driver_api_ext_end = .; - _uart_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._uart_driver_api.static.*))); _uart_driver_api_list_end = .;; - _uart_driver_api_ext_end = .; - _bc12_emul_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._bc12_emul_driver_api.static.*))); _bc12_emul_driver_api_list_end = .;; - _bc12_emul_driver_api_ext_end = .; - _bc12_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._bc12_driver_api.static.*))); _bc12_driver_api_list_end = .;; - _bc12_driver_api_ext_end = .; - _usbc_ppc_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._usbc_ppc_driver_api.static.*))); _usbc_ppc_driver_api_list_end = .;; - _usbc_ppc_driver_api_ext_end = .; - _tcpc_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._tcpc_driver_api.static.*))); _tcpc_driver_api_list_end = .;; - _tcpc_driver_api_ext_end = .; - _usbc_vbus_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._usbc_vbus_driver_api.static.*))); _usbc_vbus_driver_api_list_end = .;; - _usbc_vbus_driver_api_ext_end = .; - _ivshmem_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._ivshmem_driver_api.static.*))); _ivshmem_driver_api_list_end = .;; - _ivshmem_driver_api_ext_end = .; - _ethphy_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._ethphy_driver_api.static.*))); _ethphy_driver_api_list_end = .;; - _ethphy_driver_api_ext_end = .; -} > FLASH -ztest : -{ - _ztest_expected_result_entry_list_start = .; KEEP(*(SORT_BY_NAME(._ztest_expected_result_entry.static.*))); _ztest_expected_result_entry_list_end = .;; - _ztest_suite_node_list_start = .; KEEP(*(SORT_BY_NAME(._ztest_suite_node.static.*))); _ztest_suite_node_list_end = .;; - _ztest_unit_test_list_start = .; KEEP(*(SORT_BY_NAME(._ztest_unit_test.static.*))); _ztest_unit_test_list_end = .;; - _ztest_test_rule_list_start = .; KEEP(*(SORT_BY_NAME(._ztest_test_rule.static.*))); _ztest_test_rule_list_end = .;; -} > FLASH - init_array : - { - __zephyr_init_array_start = .; - KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) - SORT_BY_INIT_PRIORITY(.ctors.*))) - KEEP (*(.init_array .ctors)) - __zephyr_init_array_end = .; - } > FLASH - ASSERT(__zephyr_init_array_start == __zephyr_init_array_end, - "GNU-style constructors required but STATIC_INIT_GNU not enabled") - bt_l2cap_fixed_chan_area : { _bt_l2cap_fixed_chan_list_start = .; KEEP(*(SORT_BY_NAME(._bt_l2cap_fixed_chan.static.*))); _bt_l2cap_fixed_chan_list_end = .;; } > FLASH - bt_gatt_service_static_area : { _bt_gatt_service_static_list_start = .; KEEP(*(SORT_BY_NAME(._bt_gatt_service_static.static.*))); _bt_gatt_service_static_list_end = .;; } > FLASH - log_strings_area : { _log_strings_list_start = .; KEEP(*(SORT_BY_NAME(._log_strings.static.*))); _log_strings_list_end = .;; } > FLASH - log_stmesp_ptr_area : { _log_stmesp_ptr_list_start = .; KEEP(*(SORT_BY_NAME(._log_stmesp_ptr.static.*))); _log_stmesp_ptr_list_end = .;; } > FLASH - log_stmesp_str_area : { _log_stmesp_str_list_start = .; KEEP(*(SORT_BY_NAME(._log_stmesp_str.static.*))); _log_stmesp_str_list_end = .;; } > FLASH - log_const_area : { _log_const_list_start = .; KEEP(*(SORT_BY_NAME(._log_const.static.*))); _log_const_list_end = .;; } > FLASH - log_backend_area : { _log_backend_list_start = .; KEEP(*(SORT_BY_NAME(._log_backend.static.*))); _log_backend_list_end = .;; } > FLASH - log_link_area : { _log_link_list_start = .; KEEP(*(SORT_BY_NAME(._log_link.static.*))); _log_link_list_end = .;; } > FLASH - tracing_backend_area : { _tracing_backend_list_start = .; KEEP(*(SORT_BY_NAME(._tracing_backend.static.*))); _tracing_backend_list_end = .;; } > FLASH - zephyr_dbg_info : ALIGN_WITH_INPUT - { - KEEP(*(".dbg_thread_info")); - } > FLASH - intc_table_area : { _intc_table_list_start = .; KEEP(*(SORT_BY_NAME(._intc_table.static.*))); _intc_table_list_end = .;; } > FLASH - symbol_to_keep : ALIGN_WITH_INPUT - { - __symbol_to_keep_start = .; - KEEP(*(SORT(.symbol_to_keep*))); - __symbol_to_keep_end = .; - } > FLASH - shell_area : { _shell_list_start = .; KEEP(*(SORT_BY_NAME(._shell.static.*))); _shell_list_end = .;; } > FLASH - shell_root_cmds_area : { _shell_root_cmds_list_start = .; KEEP(*(SORT_BY_NAME(._shell_root_cmds.static.*))); _shell_root_cmds_list_end = .;; } > FLASH - shell_subcmds_area : { _shell_subcmds_list_start = .; KEEP(*(SORT_BY_NAME(._shell_subcmds.static.*))); _shell_subcmds_list_end = .;; } > FLASH - shell_dynamic_subcmds_area : { _shell_dynamic_subcmds_list_start = .; KEEP(*(SORT_BY_NAME(._shell_dynamic_subcmds.static.*))); _shell_dynamic_subcmds_list_end = .;; } > FLASH - shell_remote_area : { _shell_remote_list_start = .; KEEP(*(SORT_BY_NAME(._shell_remote.static.*))); _shell_remote_list_end = .;; } > FLASH - cfb_font_area : { _cfb_font_list_start = .; KEEP(*(SORT_BY_NAME(._cfb_font.static.*))); _cfb_font_list_end = .;; } > FLASH - tdata : ALIGN_WITH_INPUT - { - *(.tdata .tdata.* .gnu.linkonce.td.*); - } > FLASH - tbss (NOLOAD) : ALIGN_WITH_INPUT - { - *(.tbss .tbss.* .gnu.linkonce.tb.* .tcommon); - } > FLASH - PROVIDE(__tdata_start = LOADADDR(tdata)); - PROVIDE(__tdata_align = ALIGNOF(tdata)); - PROVIDE(__tdata_size = (SIZEOF(tdata) + __tdata_align - 1) & ~(__tdata_align - 1)); - PROVIDE(__tdata_end = __tdata_start + __tdata_size); - PROVIDE(__tbss_align = ALIGNOF(tbss)); - PROVIDE(__tbss_start = ADDR(tbss)); - PROVIDE(__tbss_size = (SIZEOF(tbss) + __tbss_align - 1) & ~(__tbss_align - 1)); - PROVIDE(__tbss_end = __tbss_start + __tbss_size); - PROVIDE(__tls_start = __tdata_start); - PROVIDE(__tls_size = __tbss_end - __tdata_start); - PROVIDE(__tls_end = __tbss_end); - rodata : - { - *(.rodata) - *(".rodata.*") - *(.gnu.linkonce.r.*) - . = ALIGN(4); - } > FLASH - PROVIDE(__eh_frame_start = 0); - PROVIDE(__eh_frame_end = 0); - PROVIDE(__eh_frame_hdr_start = 0); - PROVIDE(__eh_frame_hdr_end = 0); - /DISCARD/ : { *(.eh_frame) } - __rodata_region_end = .; - . = ALIGN(_region_min_align); . = ALIGN( 1 << LOG2CEIL(__rodata_region_end - ADDR(rom_start))); - __rom_region_end = __rom_region_start + . - ADDR(rom_start); - __rom_region_size = __rom_region_end - __rom_region_start; - - /DISCARD/ : { - *(.got.plt) - *(.igot.plt) - *(.got) - *(.igot) - } - - . = (536870912); - . = ALIGN(_region_min_align); - _image_ram_start = .; -.ramfunc : ALIGN_WITH_INPUT -{ - __ramfunc_region_start = .; - . = ALIGN(_region_min_align); . = ALIGN( 1 << LOG2CEIL(__ramfunc_size)); - __ramfunc_start = .; - *(.ramfunc) - *(".ramfunc.*") - . = ALIGN(_region_min_align); . = ALIGN( 1 << LOG2CEIL(__ramfunc_size)); - __ramfunc_end = .; -} > RAM AT > FLASH -__ramfunc_size = __ramfunc_end - __ramfunc_start; -__ramfunc_load_start = LOADADDR(.ramfunc); - - datas : ALIGN_WITH_INPUT - { - __data_region_start = .; - __data_start = .; - *(.data) - *(".data.*") - *(".kernel.*") - __data_end = .; - } > RAM AT > FLASH - __data_size = __data_end - __data_start; - __data_load_start = LOADADDR(datas); - __data_region_load_start = LOADADDR(datas); - device_states : ALIGN_WITH_INPUT - { - . = ALIGN(4); - __device_states_start = .; - KEEP(*(".z_devstate")); - KEEP(*(".z_devstate.*")); - __device_states_end = .; - . = ALIGN(4); - } > RAM AT > FLASH - log_mpsc_pbuf_area : ALIGN_WITH_INPUT { _log_mpsc_pbuf_list_start = .; *(SORT_BY_NAME(._log_mpsc_pbuf.static.*)); _log_mpsc_pbuf_list_end = .;; } > RAM AT > FLASH - log_msg_ptr_area : ALIGN_WITH_INPUT { _log_msg_ptr_list_start = .; KEEP(*(SORT_BY_NAME(._log_msg_ptr.static.*))); _log_msg_ptr_list_end = .;; } > RAM AT > FLASH - log_dynamic_area : ALIGN_WITH_INPUT { _log_dynamic_list_start = .; KEEP(*(SORT_BY_NAME(._log_dynamic.static.*))); _log_dynamic_list_end = .;; } > RAM AT > FLASH - k_timer_area : ALIGN_WITH_INPUT { _k_timer_list_start = .; *(SORT_BY_NAME(._k_timer.static.*)); _k_timer_list_end = .;; } > RAM AT > FLASH - k_mem_slab_area : ALIGN_WITH_INPUT { _k_mem_slab_list_start = .; *(SORT_BY_NAME(._k_mem_slab.static.*)); _k_mem_slab_list_end = .;; } > RAM AT > FLASH - k_heap_area : ALIGN_WITH_INPUT { _k_heap_list_start = .; *(SORT_BY_NAME(._k_heap.static.*)); _k_heap_list_end = .;; } > RAM AT > FLASH - k_mutex_area : ALIGN_WITH_INPUT { _k_mutex_list_start = .; *(SORT_BY_NAME(._k_mutex.static.*)); _k_mutex_list_end = .;; } > RAM AT > FLASH - k_stack_area : ALIGN_WITH_INPUT { _k_stack_list_start = .; *(SORT_BY_NAME(._k_stack.static.*)); _k_stack_list_end = .;; } > RAM AT > FLASH - k_msgq_area : ALIGN_WITH_INPUT { _k_msgq_list_start = .; *(SORT_BY_NAME(._k_msgq.static.*)); _k_msgq_list_end = .;; } > RAM AT > FLASH - k_mbox_area : ALIGN_WITH_INPUT { _k_mbox_list_start = .; *(SORT_BY_NAME(._k_mbox.static.*)); _k_mbox_list_end = .;; } > RAM AT > FLASH - k_pipe_area : ALIGN_WITH_INPUT { _k_pipe_list_start = .; *(SORT_BY_NAME(._k_pipe.static.*)); _k_pipe_list_end = .;; } > RAM AT > FLASH - k_sem_area : ALIGN_WITH_INPUT { _k_sem_list_start = .; *(SORT_BY_NAME(._k_sem.static.*)); _k_sem_list_end = .;; } > RAM AT > FLASH - k_event_area : ALIGN_WITH_INPUT { _k_event_list_start = .; *(SORT_BY_NAME(._k_event.static.*)); _k_event_list_end = .;; } > RAM AT > FLASH - k_queue_area : ALIGN_WITH_INPUT { _k_queue_list_start = .; *(SORT_BY_NAME(._k_queue.static.*)); _k_queue_list_end = .;; } > RAM AT > FLASH - k_fifo_area : ALIGN_WITH_INPUT { _k_fifo_list_start = .; *(SORT_BY_NAME(._k_fifo.static.*)); _k_fifo_list_end = .;; } > RAM AT > FLASH - k_lifo_area : ALIGN_WITH_INPUT { _k_lifo_list_start = .; *(SORT_BY_NAME(._k_lifo.static.*)); _k_lifo_list_end = .;; } > RAM AT > FLASH - k_condvar_area : ALIGN_WITH_INPUT { _k_condvar_list_start = .; *(SORT_BY_NAME(._k_condvar.static.*)); _k_condvar_list_end = .;; } > RAM AT > FLASH - sys_mem_blocks_ptr_area : ALIGN_WITH_INPUT { _sys_mem_blocks_ptr_list_start = .; *(SORT_BY_NAME(._sys_mem_blocks_ptr.static.*)); _sys_mem_blocks_ptr_list_end = .;; } > RAM AT > FLASH - net_buf_pool_area : ALIGN_WITH_INPUT { _net_buf_pool_list_start = .; KEEP(*(SORT_BY_NAME(._net_buf_pool.static.*))); _net_buf_pool_list_end = .;; } > RAM AT > FLASH - __data_region_end = .; -/DISCARD/ : -{ - KEEP(*(.irq_info*)) - KEEP(*(.intList*)) -} - .stab 0 : { *(.stab) } - .stabstr 0 : { *(.stabstr) } - .stab.excl 0 : { *(.stab.excl) } - .stab.exclstr 0 : { *(.stab.exclstr) } - .stab.index 0 : { *(.stab.index) } - .stab.indexstr 0 : { *(.stab.indexstr) } - .gnu.build.attributes 0 : { *(.gnu.build.attributes .gnu.build.attributes.*) } - .comment 0 : { *(.comment) } - .debug 0 : { *(.debug) } - .line 0 : { *(.line) } - .debug_srcinfo 0 : { *(.debug_srcinfo) } - .debug_sfnames 0 : { *(.debug_sfnames) } - .debug_aranges 0 : { *(.debug_aranges) } - .debug_pubnames 0 : { *(.debug_pubnames) } - .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) } - .debug_abbrev 0 : { *(.debug_abbrev) } - .debug_line 0 : { *(.debug_line .debug_line.* .debug_line_end ) } - .debug_frame 0 : { *(.debug_frame) } - .debug_str 0 : { *(.debug_str) } - .debug_loc 0 : { *(.debug_loc) } - .debug_macinfo 0 : { *(.debug_macinfo) } - .debug_weaknames 0 : { *(.debug_weaknames) } - .debug_funcnames 0 : { *(.debug_funcnames) } - .debug_typenames 0 : { *(.debug_typenames) } - .debug_varnames 0 : { *(.debug_varnames) } - .debug_pubtypes 0 : { *(.debug_pubtypes) } - .debug_ranges 0 : { *(.debug_ranges) } - .debug_addr 0 : { *(.debug_addr) } - .debug_line_str 0 : { *(.debug_line_str) } - .debug_loclists 0 : { *(.debug_loclists) } - .debug_macro 0 : { *(.debug_macro) } - .debug_names 0 : { *(.debug_names) } - .debug_rnglists 0 : { *(.debug_rnglists) } - .debug_str_offsets 0 : { *(.debug_str_offsets) } - .debug_sup 0 : { *(.debug_sup) } - /DISCARD/ : { *(.note.GNU-stack) } - .ARM.attributes 0 : - { - KEEP(*(.ARM.attributes)) - KEEP(*(.gnu.attributes)) - } - SRAM0 (NOLOAD) : { __SRAM0_start = .; KEEP(*(SRAM0)) KEEP(*(SRAM0.*)) __SRAM0_end = .; } > SRAM0 __SRAM0_size = __SRAM0_end - __SRAM0_start; __SRAM0_load_start = LOADADDR(SRAM0); -.last_section : -{ - KEEP(*(.last_section)) -} > FLASH -_flash_used = LOADADDR(.last_section) + SIZEOF(.last_section) - __rom_region_start; - bss (NOLOAD) : ALIGN_WITH_INPUT - { - . = ALIGN(4); - __bss_start = .; - __kernel_ram_start = .; - *(.bss) - *(".bss.*") - *(COMMON) - *(".kernel_bss.*") - __bss_end = ALIGN(4); - } > RAM AT > RAM -noinit (NOLOAD) : -{ - *(.noinit) - *(".noinit.*") -} > RAM AT > RAM - __kernel_ram_end = (536870912) + (32768); - __kernel_ram_size = __kernel_ram_end - __kernel_ram_start; - .last_ram_section (NOLOAD) : - { - _image_ram_end = .; - _image_ram_size = _image_ram_end - _image_ram_start; - _end = .; - z_mapped_end = .; - } > RAM AT > RAM - - } diff --git a/zephyrproject/build/mcuboot/zephyr/linker.cmd.dep b/zephyrproject/build/mcuboot/zephyr/linker.cmd.dep deleted file mode 100644 index 9c4d471..0000000 --- a/zephyrproject/build/mcuboot/zephyr/linker.cmd.dep +++ /dev/null @@ -1,93 +0,0 @@ -linker.cmd: \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_m/scripts/linker.ld \ - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/sections.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/section_tags.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/gcc.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree.h \ - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/devicetree_generated.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/irq_multilevel.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_macro.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_internal.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_loops.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_listify.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_internal_is_eq.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_internal_util_inc.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_internal_util_dec.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_internal_util_x2.h \ - /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/lib/gcc/arm-zephyr-eabi/14.3.0/include/stdbool.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/io-channels.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/clocks.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/gpio.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/spi.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/dma.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/pwms.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/fixed-partitions.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/ordinals.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/pinctrl.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/can.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/reset.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/mbox.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/port-endpoint.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/display.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/hwspinlock.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/map.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/wuc.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/mapped-partition.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/partitions.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/sram.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/devicetree_regions.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/linker-defs.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/common.h \ - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/offsets.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/linker-tool.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/linker-tool-gcc.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/kernel/mm.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/kernel/internal/mm.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/linker-devnull.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/rel-sections.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/llext-sections.ld \ - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-rom-start.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/../arch/common/rom_start_address.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/../arch/common/fill_with_zeros.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/../arch/common/rom_start_offset.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/../arch/arm/core/vector_table.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/irq-vector-table-section.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/../arch/arm/core/cortex_m/vector_table_pad.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/kobject-text.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/common-rom.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/common-rom/common-rom-kernel-devices.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/iterable_sections.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/device-deps.ld \ - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/device-api-sections.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/common-rom/common-rom-ztest.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/common-rom/common-rom-init.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/common-rom/common-rom-net.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/common-rom/common-rom-bt.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/common-rom/common-rom-logging.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/common-rom/common-rom-debug.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/common-rom/common-rom-interrupt-controllers.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/common-rom/common-rom-misc.ld \ - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-rom-sections.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/thread-local-storage.ld \ - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-rodata.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/../arch/arm/core/swi_tables.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/kobject-rom.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/cplusplus-rom.ld \ - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-ram-sections.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/../arch/common/ramfunc.ld \ - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-ramfunc-section.ld \ - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-rwdata.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/common-ram.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/kobject-data.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/cplusplus-ram.ld \ - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-data-sections.ld \ - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-sections.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/intlist.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/debug-sections.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/common-noinit.ld \ - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-noinit.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/kobject-priv-stacks.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/ram-end.ld diff --git a/zephyrproject/build/mcuboot/zephyr/linker_zephyr_pre0.cmd b/zephyrproject/build/mcuboot/zephyr/linker_zephyr_pre0.cmd deleted file mode 100644 index ee4e867..0000000 --- a/zephyrproject/build/mcuboot/zephyr/linker_zephyr_pre0.cmd +++ /dev/null @@ -1,525 +0,0 @@ - OUTPUT_FORMAT("elf32-littlearm") -_region_min_align = 32; -MEMORY - { - FLASH (rx) : ORIGIN = ((134217728)), LENGTH = ((34816) - 0x0) - RAM (wx) : ORIGIN = (536870912), LENGTH = (32768) - SRAM0 ( rw ) : ORIGIN = (536870912), LENGTH = (32768) - IDT_LIST (wx) : ORIGIN = 0xFFFF7FFF, LENGTH = 32K - } -ENTRY("__start") -SECTIONS - { - .rel.plt : - { - *(.rel.plt) - PROVIDE_HIDDEN (__rel_iplt_start = .); - *(.rel.iplt) - PROVIDE_HIDDEN (__rel_iplt_end = .); - } - .rela.plt : - { - *(.rela.plt) - PROVIDE_HIDDEN (__rela_iplt_start = .); - *(.rela.iplt) - PROVIDE_HIDDEN (__rela_iplt_end = .); - } - .rel.dyn : - { - *(.rel.*) - } - .rela.dyn : - { - *(.rela.*) - } - /DISCARD/ : - { - *(.plt) - } - /DISCARD/ : - { - *(.iplt) - } - - __rom_region_start = ((134217728)); - rom_start : - { -HIDDEN(__rom_start_address = .); -FILL(0x00); -. += 0x0 - (. - __rom_start_address); -. = ALIGN(4); -. = ALIGN( 1 << LOG2CEIL(4 * 32) ); -. = ALIGN( 1 << LOG2CEIL(4 * (16 + 92)) ); -_vector_start = .; -KEEP(*(.exc_vector_table)) -KEEP(*(".exc_vector_table.*")) -KEEP(*(.vectors)) -_vector_end = .; -. = ALIGN(4); -KEEP(*(.gnu.linkonce.irq_vector_table*)) - _vector_end = .; - } > FLASH - text : - { - __text_region_start = .; - *(.text) - *(".text.*") - *(.gnu.linkonce.t.*) - *(.glue_7t) *(.glue_7) *(.vfp11_veneer) *(.v4_bx) - . = ALIGN(4); - } > FLASH - __text_region_end = .; - .ARM.exidx : - { - __exidx_start = .; - *(.ARM.exidx* gnu.linkonce.armexidx.*) - __exidx_end = .; - } > FLASH - __rodata_region_start = .; - initlevel : - { - __init_start = .; - __init_EARLY_start = .; KEEP(*(SORT(.z_init_EARLY_P_?_*))); KEEP(*(SORT(.z_init_EARLY_P_??_*))); KEEP(*(SORT(.z_init_EARLY_P_???_*))); - __init_PRE_KERNEL_1_start = .; KEEP(*(SORT(.z_init_PRE_KERNEL_1_P_?_*))); KEEP(*(SORT(.z_init_PRE_KERNEL_1_P_??_*))); KEEP(*(SORT(.z_init_PRE_KERNEL_1_P_???_*))); - __init_PRE_KERNEL_2_start = .; KEEP(*(SORT(.z_init_PRE_KERNEL_2_P_?_*))); KEEP(*(SORT(.z_init_PRE_KERNEL_2_P_??_*))); KEEP(*(SORT(.z_init_PRE_KERNEL_2_P_???_*))); - __init_POST_KERNEL_start = .; KEEP(*(SORT(.z_init_POST_KERNEL_P_?_*))); KEEP(*(SORT(.z_init_POST_KERNEL_P_??_*))); KEEP(*(SORT(.z_init_POST_KERNEL_P_???_*))); - __init_APPLICATION_start = .; KEEP(*(SORT(.z_init_APPLICATION_P_?_*))); KEEP(*(SORT(.z_init_APPLICATION_P_??_*))); KEEP(*(SORT(.z_init_APPLICATION_P_???_*))); - __init_SMP_start = .; KEEP(*(SORT(.z_init_SMP_P_?_*))); KEEP(*(SORT(.z_init_SMP_P_??_*))); KEEP(*(SORT(.z_init_SMP_P_???_*))); - __init_end = .; - } > FLASH - device_area : { _device_list_start = .; KEEP(*(SORT(._device.static.*_?_*))); KEEP(*(SORT(._device.static.*_??_*))); KEEP(*(SORT(._device.static.*_???_*))); KEEP(*(SORT(._device.static.*_????_*))); KEEP(*(SORT(._device.static.*_?????_*))); _device_list_end = .;; } > FLASH - sw_isr_table : - { - . = ALIGN(4); - *(.gnu.linkonce.sw_isr_table*) - } > FLASH - initlevel_error : - { - KEEP(*(SORT(.z_init_*))) - } - ASSERT(SIZEOF(initlevel_error) == 0, "Undefined initialization levels used.") - app_shmem_regions : ALIGN_WITH_INPUT - { - __app_shmem_regions_start = .; - KEEP(*(SORT(.app_regions.*))); - __app_shmem_regions_end = .; - } > FLASH - k_p4wq_initparam_area : { _k_p4wq_initparam_list_start = .; KEEP(*(SORT_BY_NAME(._k_p4wq_initparam.static.*))); _k_p4wq_initparam_list_end = .;; } > FLASH - _static_thread_data_area : { __static_thread_data_list_start = .; KEEP(*(SORT_BY_NAME(.__static_thread_data.static.*))); __static_thread_data_list_end = .;; } > FLASH - device_deps : ALIGN_WITH_INPUT - { -__device_deps_start = .; -KEEP(*(SORT(.__device_deps_pass2*))); -__device_deps_end = .; - } > FLASH -device_api_area : SUBALIGN(4) -{ - _flash_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._flash_driver_api.static.*))); _flash_driver_api_list_end = .;; - _flash_driver_api_ext_end = .; - _shared_irq_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._shared_irq_driver_api.static.*))); _shared_irq_driver_api_list_end = .;; - _shared_irq_driver_api_ext_end = .; - _dmic_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._dmic_driver_api.static.*))); _dmic_driver_api_list_end = .;; - _dmic_driver_api_ext_end = .; - _crypto_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._crypto_driver_api.static.*))); _crypto_driver_api_list_end = .;; - _crypto_driver_api_ext_end = .; - _adc_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._adc_driver_api.static.*))); _adc_driver_api_list_end = .;; - _adc_driver_api_ext_end = .; - _auxdisplay_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._auxdisplay_driver_api.static.*))); _auxdisplay_driver_api_list_end = .;; - _auxdisplay_driver_api_ext_end = .; - _bbram_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._bbram_driver_api.static.*))); _bbram_driver_api_list_end = .;; - _bbram_driver_api_ext_end = .; - _biometric_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._biometric_driver_api.static.*))); _biometric_driver_api_list_end = .;; - _biometric_driver_api_ext_end = .; - _bt_hci_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._bt_hci_driver_api.static.*))); _bt_hci_driver_api_list_end = .;; - _bt_hci_driver_api_ext_end = .; - _can_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._can_driver_api.static.*))); _can_driver_api_list_end = .;; - _can_driver_api_ext_end = .; - _cellular_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._cellular_driver_api.static.*))); _cellular_driver_api_list_end = .;; - _cellular_driver_api_ext_end = .; - _charger_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._charger_driver_api.static.*))); _charger_driver_api_list_end = .;; - _charger_driver_api_ext_end = .; - _clock_control_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._clock_control_driver_api.static.*))); _clock_control_driver_api_list_end = .;; - _nrf_clock_control_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._nrf_clock_control_driver_api.static.*))); _nrf_clock_control_driver_api_list_end = .;; - _nrf_clock_control_driver_api_ext_end = .; - _clock_control_driver_api_ext_end = .; - _comparator_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._comparator_driver_api.static.*))); _comparator_driver_api_list_end = .;; - _comparator_driver_api_ext_end = .; - _coredump_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._coredump_driver_api.static.*))); _coredump_driver_api_list_end = .;; - _coredump_driver_api_ext_end = .; - _counter_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._counter_driver_api.static.*))); _counter_driver_api_list_end = .;; - _counter_driver_api_ext_end = .; - _crc_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._crc_driver_api.static.*))); _crc_driver_api_list_end = .;; - _crc_driver_api_ext_end = .; - _dac_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._dac_driver_api.static.*))); _dac_driver_api_list_end = .;; - _dac_driver_api_ext_end = .; - _dai_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._dai_driver_api.static.*))); _dai_driver_api_list_end = .;; - _dai_driver_api_ext_end = .; - _display_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._display_driver_api.static.*))); _display_driver_api_list_end = .;; - _display_driver_api_ext_end = .; - _dma_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._dma_driver_api.static.*))); _dma_driver_api_list_end = .;; - _dma_driver_api_ext_end = .; - _edac_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._edac_driver_api.static.*))); _edac_driver_api_list_end = .;; - _edac_driver_api_ext_end = .; - _eeprom_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._eeprom_driver_api.static.*))); _eeprom_driver_api_list_end = .;; - _eeprom_driver_api_ext_end = .; - _emul_bbram_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._emul_bbram_driver_api.static.*))); _emul_bbram_driver_api_list_end = .;; - _emul_bbram_driver_api_ext_end = .; - _fuel_gauge_emul_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._fuel_gauge_emul_driver_api.static.*))); _fuel_gauge_emul_driver_api_list_end = .;; - _fuel_gauge_emul_driver_api_ext_end = .; - _emul_sensor_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._emul_sensor_driver_api.static.*))); _emul_sensor_driver_api_list_end = .;; - _emul_sensor_driver_api_ext_end = .; - _entropy_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._entropy_driver_api.static.*))); _entropy_driver_api_list_end = .;; - _entropy_driver_api_ext_end = .; - _espi_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._espi_driver_api.static.*))); _espi_driver_api_list_end = .;; - _espi_driver_api_ext_end = .; - _espi_saf_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._espi_saf_driver_api.static.*))); _espi_saf_driver_api_list_end = .;; - _espi_saf_driver_api_ext_end = .; - _fpga_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._fpga_driver_api.static.*))); _fpga_driver_api_list_end = .;; - _fpga_driver_api_ext_end = .; - _fuel_gauge_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._fuel_gauge_driver_api.static.*))); _fuel_gauge_driver_api_list_end = .;; - _fuel_gauge_driver_api_ext_end = .; - _gnss_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._gnss_driver_api.static.*))); _gnss_driver_api_list_end = .;; - _gnss_driver_api_ext_end = .; - _gpio_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._gpio_driver_api.static.*))); _gpio_driver_api_list_end = .;; - _gpio_driver_api_ext_end = .; - _haptics_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._haptics_driver_api.static.*))); _haptics_driver_api_list_end = .;; - _haptics_driver_api_ext_end = .; - _hwspinlock_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._hwspinlock_driver_api.static.*))); _hwspinlock_driver_api_list_end = .;; - _hwspinlock_driver_api_ext_end = .; - _i2c_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._i2c_driver_api.static.*))); _i2c_driver_api_list_end = .;; - _i3c_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._i3c_driver_api.static.*))); _i3c_driver_api_list_end = .;; - _i3c_driver_api_ext_end = .; - _i2c_driver_api_ext_end = .; - _i2c_target_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._i2c_target_driver_api.static.*))); _i2c_target_driver_api_list_end = .;; - _i2c_target_driver_api_ext_end = .; - _i2s_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._i2s_driver_api.static.*))); _i2s_driver_api_list_end = .;; - _i2s_driver_api_ext_end = .; - _ipm_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._ipm_driver_api.static.*))); _ipm_driver_api_list_end = .;; - _ipm_driver_api_ext_end = .; - _led_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._led_driver_api.static.*))); _led_driver_api_list_end = .;; - _led_driver_api_ext_end = .; - _led_strip_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._led_strip_driver_api.static.*))); _led_strip_driver_api_list_end = .;; - _led_strip_driver_api_ext_end = .; - _lora_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._lora_driver_api.static.*))); _lora_driver_api_list_end = .;; - _lora_driver_api_ext_end = .; - _mbox_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._mbox_driver_api.static.*))); _mbox_driver_api_list_end = .;; - _mbox_driver_api_ext_end = .; - _mdio_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._mdio_driver_api.static.*))); _mdio_driver_api_list_end = .;; - _mdio_driver_api_ext_end = .; - _mipi_dbi_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._mipi_dbi_driver_api.static.*))); _mipi_dbi_driver_api_list_end = .;; - _mipi_dbi_driver_api_ext_end = .; - _mipi_dsi_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._mipi_dsi_driver_api.static.*))); _mipi_dsi_driver_api_list_end = .;; - _mipi_dsi_driver_api_ext_end = .; - _mspi_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._mspi_driver_api.static.*))); _mspi_driver_api_list_end = .;; - _mspi_driver_api_ext_end = .; - _opamp_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._opamp_driver_api.static.*))); _opamp_driver_api_list_end = .;; - _opamp_driver_api_ext_end = .; - _otp_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._otp_driver_api.static.*))); _otp_driver_api_list_end = .;; - _otp_driver_api_ext_end = .; - _peci_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._peci_driver_api.static.*))); _peci_driver_api_list_end = .;; - _peci_driver_api_ext_end = .; - _ps2_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._ps2_driver_api.static.*))); _ps2_driver_api_list_end = .;; - _ps2_driver_api_ext_end = .; - _ptp_clock_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._ptp_clock_driver_api.static.*))); _ptp_clock_driver_api_list_end = .;; - _ptp_clock_driver_api_ext_end = .; - _pwm_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._pwm_driver_api.static.*))); _pwm_driver_api_list_end = .;; - _pwm_driver_api_ext_end = .; - _regulator_parent_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._regulator_parent_driver_api.static.*))); _regulator_parent_driver_api_list_end = .;; - _regulator_parent_driver_api_ext_end = .; - _regulator_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._regulator_driver_api.static.*))); _regulator_driver_api_list_end = .;; - _regulator_driver_api_ext_end = .; - _reset_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._reset_driver_api.static.*))); _reset_driver_api_list_end = .;; - _reset_driver_api_ext_end = .; - _retained_mem_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._retained_mem_driver_api.static.*))); _retained_mem_driver_api_list_end = .;; - _retained_mem_driver_api_ext_end = .; - _rtc_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._rtc_driver_api.static.*))); _rtc_driver_api_list_end = .;; - _rtc_driver_api_ext_end = .; - _sdhc_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._sdhc_driver_api.static.*))); _sdhc_driver_api_list_end = .;; - _sdhc_driver_api_ext_end = .; - _sensor_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._sensor_driver_api.static.*))); _sensor_driver_api_list_end = .;; - _sensor_driver_api_ext_end = .; - _smbus_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._smbus_driver_api.static.*))); _smbus_driver_api_list_end = .;; - _smbus_driver_api_ext_end = .; - _spi_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._spi_driver_api.static.*))); _spi_driver_api_list_end = .;; - _spi_driver_api_ext_end = .; - _syscon_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._syscon_driver_api.static.*))); _syscon_driver_api_list_end = .;; - _syscon_driver_api_ext_end = .; - _tee_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._tee_driver_api.static.*))); _tee_driver_api_list_end = .;; - _tee_driver_api_ext_end = .; - _tgpio_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._tgpio_driver_api.static.*))); _tgpio_driver_api_list_end = .;; - _tgpio_driver_api_ext_end = .; - _uaol_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._uaol_driver_api.static.*))); _uaol_driver_api_list_end = .;; - _uaol_driver_api_ext_end = .; - _video_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._video_driver_api.static.*))); _video_driver_api_list_end = .;; - _video_driver_api_ext_end = .; - _virtio_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._virtio_driver_api.static.*))); _virtio_driver_api_list_end = .;; - _virtio_driver_api_ext_end = .; - _w1_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._w1_driver_api.static.*))); _w1_driver_api_list_end = .;; - _w1_driver_api_ext_end = .; - _wdt_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._wdt_driver_api.static.*))); _wdt_driver_api_list_end = .;; - _wdt_driver_api_ext_end = .; - _wuc_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._wuc_driver_api.static.*))); _wuc_driver_api_list_end = .;; - _wuc_driver_api_ext_end = .; - _can_transceiver_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._can_transceiver_driver_api.static.*))); _can_transceiver_driver_api_list_end = .;; - _can_transceiver_driver_api_ext_end = .; - _i3c_target_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._i3c_target_driver_api.static.*))); _i3c_target_driver_api_list_end = .;; - _i3c_target_driver_api_ext_end = .; - _its_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._its_driver_api.static.*))); _its_driver_api_list_end = .;; - _its_driver_api_ext_end = .; - _vtd_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._vtd_driver_api.static.*))); _vtd_driver_api_list_end = .;; - _vtd_driver_api_ext_end = .; - _renesas_elc_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._renesas_elc_driver_api.static.*))); _renesas_elc_driver_api_list_end = .;; - _renesas_elc_driver_api_ext_end = .; - _pcie_ctrl_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._pcie_ctrl_driver_api.static.*))); _pcie_ctrl_driver_api_list_end = .;; - _pcie_ctrl_driver_api_ext_end = .; - _pcie_ep_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._pcie_ep_driver_api.static.*))); _pcie_ep_driver_api_list_end = .;; - _pcie_ep_driver_api_ext_end = .; - _psi5_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._psi5_driver_api.static.*))); _psi5_driver_api_list_end = .;; - _psi5_driver_api_ext_end = .; - _sent_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._sent_driver_api.static.*))); _sent_driver_api_list_end = .;; - _sent_driver_api_ext_end = .; - _svc_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._svc_driver_api.static.*))); _svc_driver_api_list_end = .;; - _svc_driver_api_ext_end = .; - _stepper_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._stepper_driver_api.static.*))); _stepper_driver_api_list_end = .;; - _stepper_driver_api_ext_end = .; - _stepper_ctrl_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._stepper_ctrl_driver_api.static.*))); _stepper_ctrl_driver_api_list_end = .;; - _stepper_ctrl_driver_api_ext_end = .; - _uart_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._uart_driver_api.static.*))); _uart_driver_api_list_end = .;; - _uart_driver_api_ext_end = .; - _bc12_emul_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._bc12_emul_driver_api.static.*))); _bc12_emul_driver_api_list_end = .;; - _bc12_emul_driver_api_ext_end = .; - _bc12_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._bc12_driver_api.static.*))); _bc12_driver_api_list_end = .;; - _bc12_driver_api_ext_end = .; - _usbc_ppc_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._usbc_ppc_driver_api.static.*))); _usbc_ppc_driver_api_list_end = .;; - _usbc_ppc_driver_api_ext_end = .; - _tcpc_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._tcpc_driver_api.static.*))); _tcpc_driver_api_list_end = .;; - _tcpc_driver_api_ext_end = .; - _usbc_vbus_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._usbc_vbus_driver_api.static.*))); _usbc_vbus_driver_api_list_end = .;; - _usbc_vbus_driver_api_ext_end = .; - _ivshmem_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._ivshmem_driver_api.static.*))); _ivshmem_driver_api_list_end = .;; - _ivshmem_driver_api_ext_end = .; - _ethphy_driver_api_list_start = .; KEEP(*(SORT_BY_NAME(._ethphy_driver_api.static.*))); _ethphy_driver_api_list_end = .;; - _ethphy_driver_api_ext_end = .; -} > FLASH -ztest : -{ - _ztest_expected_result_entry_list_start = .; KEEP(*(SORT_BY_NAME(._ztest_expected_result_entry.static.*))); _ztest_expected_result_entry_list_end = .;; - _ztest_suite_node_list_start = .; KEEP(*(SORT_BY_NAME(._ztest_suite_node.static.*))); _ztest_suite_node_list_end = .;; - _ztest_unit_test_list_start = .; KEEP(*(SORT_BY_NAME(._ztest_unit_test.static.*))); _ztest_unit_test_list_end = .;; - _ztest_test_rule_list_start = .; KEEP(*(SORT_BY_NAME(._ztest_test_rule.static.*))); _ztest_test_rule_list_end = .;; -} > FLASH - init_array : - { - __zephyr_init_array_start = .; - KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) - SORT_BY_INIT_PRIORITY(.ctors.*))) - KEEP (*(.init_array .ctors)) - __zephyr_init_array_end = .; - } > FLASH - ASSERT(__zephyr_init_array_start == __zephyr_init_array_end, - "GNU-style constructors required but STATIC_INIT_GNU not enabled") - bt_l2cap_fixed_chan_area : { _bt_l2cap_fixed_chan_list_start = .; KEEP(*(SORT_BY_NAME(._bt_l2cap_fixed_chan.static.*))); _bt_l2cap_fixed_chan_list_end = .;; } > FLASH - bt_gatt_service_static_area : { _bt_gatt_service_static_list_start = .; KEEP(*(SORT_BY_NAME(._bt_gatt_service_static.static.*))); _bt_gatt_service_static_list_end = .;; } > FLASH - log_strings_area : { _log_strings_list_start = .; KEEP(*(SORT_BY_NAME(._log_strings.static.*))); _log_strings_list_end = .;; } > FLASH - log_stmesp_ptr_area : { _log_stmesp_ptr_list_start = .; KEEP(*(SORT_BY_NAME(._log_stmesp_ptr.static.*))); _log_stmesp_ptr_list_end = .;; } > FLASH - log_stmesp_str_area : { _log_stmesp_str_list_start = .; KEEP(*(SORT_BY_NAME(._log_stmesp_str.static.*))); _log_stmesp_str_list_end = .;; } > FLASH - log_const_area : { _log_const_list_start = .; KEEP(*(SORT_BY_NAME(._log_const.static.*))); _log_const_list_end = .;; } > FLASH - log_backend_area : { _log_backend_list_start = .; KEEP(*(SORT_BY_NAME(._log_backend.static.*))); _log_backend_list_end = .;; } > FLASH - log_link_area : { _log_link_list_start = .; KEEP(*(SORT_BY_NAME(._log_link.static.*))); _log_link_list_end = .;; } > FLASH - tracing_backend_area : { _tracing_backend_list_start = .; KEEP(*(SORT_BY_NAME(._tracing_backend.static.*))); _tracing_backend_list_end = .;; } > FLASH - zephyr_dbg_info : ALIGN_WITH_INPUT - { - KEEP(*(".dbg_thread_info")); - } > FLASH - intc_table_area : { _intc_table_list_start = .; KEEP(*(SORT_BY_NAME(._intc_table.static.*))); _intc_table_list_end = .;; } > FLASH - symbol_to_keep : ALIGN_WITH_INPUT - { - __symbol_to_keep_start = .; - KEEP(*(SORT(.symbol_to_keep*))); - __symbol_to_keep_end = .; - } > FLASH - shell_area : { _shell_list_start = .; KEEP(*(SORT_BY_NAME(._shell.static.*))); _shell_list_end = .;; } > FLASH - shell_root_cmds_area : { _shell_root_cmds_list_start = .; KEEP(*(SORT_BY_NAME(._shell_root_cmds.static.*))); _shell_root_cmds_list_end = .;; } > FLASH - shell_subcmds_area : { _shell_subcmds_list_start = .; KEEP(*(SORT_BY_NAME(._shell_subcmds.static.*))); _shell_subcmds_list_end = .;; } > FLASH - shell_dynamic_subcmds_area : { _shell_dynamic_subcmds_list_start = .; KEEP(*(SORT_BY_NAME(._shell_dynamic_subcmds.static.*))); _shell_dynamic_subcmds_list_end = .;; } > FLASH - shell_remote_area : { _shell_remote_list_start = .; KEEP(*(SORT_BY_NAME(._shell_remote.static.*))); _shell_remote_list_end = .;; } > FLASH - cfb_font_area : { _cfb_font_list_start = .; KEEP(*(SORT_BY_NAME(._cfb_font.static.*))); _cfb_font_list_end = .;; } > FLASH - tdata : ALIGN_WITH_INPUT - { - *(.tdata .tdata.* .gnu.linkonce.td.*); - } > FLASH - tbss (NOLOAD) : ALIGN_WITH_INPUT - { - *(.tbss .tbss.* .gnu.linkonce.tb.* .tcommon); - } > FLASH - PROVIDE(__tdata_start = LOADADDR(tdata)); - PROVIDE(__tdata_align = ALIGNOF(tdata)); - PROVIDE(__tdata_size = (SIZEOF(tdata) + __tdata_align - 1) & ~(__tdata_align - 1)); - PROVIDE(__tdata_end = __tdata_start + __tdata_size); - PROVIDE(__tbss_align = ALIGNOF(tbss)); - PROVIDE(__tbss_start = ADDR(tbss)); - PROVIDE(__tbss_size = (SIZEOF(tbss) + __tbss_align - 1) & ~(__tbss_align - 1)); - PROVIDE(__tbss_end = __tbss_start + __tbss_size); - PROVIDE(__tls_start = __tdata_start); - PROVIDE(__tls_size = __tbss_end - __tdata_start); - PROVIDE(__tls_end = __tbss_end); - rodata : - { - *(.rodata) - *(".rodata.*") - *(.gnu.linkonce.r.*) - . = ALIGN(4); - } > FLASH - PROVIDE(__eh_frame_start = 0); - PROVIDE(__eh_frame_end = 0); - PROVIDE(__eh_frame_hdr_start = 0); - PROVIDE(__eh_frame_hdr_end = 0); - /DISCARD/ : { *(.eh_frame) } - __rodata_region_end = .; - . = ALIGN(_region_min_align); . = ALIGN( 1 << LOG2CEIL(__rodata_region_end - ADDR(rom_start))); - __rom_region_end = __rom_region_start + . - ADDR(rom_start); - __rom_region_size = __rom_region_end - __rom_region_start; - - /DISCARD/ : { - *(.got.plt) - *(.igot.plt) - *(.got) - *(.igot) - } - - . = (536870912); - . = ALIGN(_region_min_align); - _image_ram_start = .; -.ramfunc : ALIGN_WITH_INPUT -{ - __ramfunc_region_start = .; - . = ALIGN(_region_min_align); . = ALIGN( 1 << LOG2CEIL(__ramfunc_size)); - __ramfunc_start = .; - *(.ramfunc) - *(".ramfunc.*") - . = ALIGN(_region_min_align); . = ALIGN( 1 << LOG2CEIL(__ramfunc_size)); - __ramfunc_end = .; -} > RAM AT > FLASH -__ramfunc_size = __ramfunc_end - __ramfunc_start; -__ramfunc_load_start = LOADADDR(.ramfunc); - - datas : ALIGN_WITH_INPUT - { - __data_region_start = .; - __data_start = .; - *(.data) - *(".data.*") - *(".kernel.*") - __data_end = .; - } > RAM AT > FLASH - __data_size = __data_end - __data_start; - __data_load_start = LOADADDR(datas); - __data_region_load_start = LOADADDR(datas); - device_states : ALIGN_WITH_INPUT - { - . = ALIGN(4); - __device_states_start = .; - KEEP(*(".z_devstate")); - KEEP(*(".z_devstate.*")); - __device_states_end = .; - . = ALIGN(4); - } > RAM AT > FLASH - log_mpsc_pbuf_area : ALIGN_WITH_INPUT { _log_mpsc_pbuf_list_start = .; *(SORT_BY_NAME(._log_mpsc_pbuf.static.*)); _log_mpsc_pbuf_list_end = .;; } > RAM AT > FLASH - log_msg_ptr_area : ALIGN_WITH_INPUT { _log_msg_ptr_list_start = .; KEEP(*(SORT_BY_NAME(._log_msg_ptr.static.*))); _log_msg_ptr_list_end = .;; } > RAM AT > FLASH - log_dynamic_area : ALIGN_WITH_INPUT { _log_dynamic_list_start = .; KEEP(*(SORT_BY_NAME(._log_dynamic.static.*))); _log_dynamic_list_end = .;; } > RAM AT > FLASH - k_timer_area : ALIGN_WITH_INPUT { _k_timer_list_start = .; *(SORT_BY_NAME(._k_timer.static.*)); _k_timer_list_end = .;; } > RAM AT > FLASH - k_mem_slab_area : ALIGN_WITH_INPUT { _k_mem_slab_list_start = .; *(SORT_BY_NAME(._k_mem_slab.static.*)); _k_mem_slab_list_end = .;; } > RAM AT > FLASH - k_heap_area : ALIGN_WITH_INPUT { _k_heap_list_start = .; *(SORT_BY_NAME(._k_heap.static.*)); _k_heap_list_end = .;; } > RAM AT > FLASH - k_mutex_area : ALIGN_WITH_INPUT { _k_mutex_list_start = .; *(SORT_BY_NAME(._k_mutex.static.*)); _k_mutex_list_end = .;; } > RAM AT > FLASH - k_stack_area : ALIGN_WITH_INPUT { _k_stack_list_start = .; *(SORT_BY_NAME(._k_stack.static.*)); _k_stack_list_end = .;; } > RAM AT > FLASH - k_msgq_area : ALIGN_WITH_INPUT { _k_msgq_list_start = .; *(SORT_BY_NAME(._k_msgq.static.*)); _k_msgq_list_end = .;; } > RAM AT > FLASH - k_mbox_area : ALIGN_WITH_INPUT { _k_mbox_list_start = .; *(SORT_BY_NAME(._k_mbox.static.*)); _k_mbox_list_end = .;; } > RAM AT > FLASH - k_pipe_area : ALIGN_WITH_INPUT { _k_pipe_list_start = .; *(SORT_BY_NAME(._k_pipe.static.*)); _k_pipe_list_end = .;; } > RAM AT > FLASH - k_sem_area : ALIGN_WITH_INPUT { _k_sem_list_start = .; *(SORT_BY_NAME(._k_sem.static.*)); _k_sem_list_end = .;; } > RAM AT > FLASH - k_event_area : ALIGN_WITH_INPUT { _k_event_list_start = .; *(SORT_BY_NAME(._k_event.static.*)); _k_event_list_end = .;; } > RAM AT > FLASH - k_queue_area : ALIGN_WITH_INPUT { _k_queue_list_start = .; *(SORT_BY_NAME(._k_queue.static.*)); _k_queue_list_end = .;; } > RAM AT > FLASH - k_fifo_area : ALIGN_WITH_INPUT { _k_fifo_list_start = .; *(SORT_BY_NAME(._k_fifo.static.*)); _k_fifo_list_end = .;; } > RAM AT > FLASH - k_lifo_area : ALIGN_WITH_INPUT { _k_lifo_list_start = .; *(SORT_BY_NAME(._k_lifo.static.*)); _k_lifo_list_end = .;; } > RAM AT > FLASH - k_condvar_area : ALIGN_WITH_INPUT { _k_condvar_list_start = .; *(SORT_BY_NAME(._k_condvar.static.*)); _k_condvar_list_end = .;; } > RAM AT > FLASH - sys_mem_blocks_ptr_area : ALIGN_WITH_INPUT { _sys_mem_blocks_ptr_list_start = .; *(SORT_BY_NAME(._sys_mem_blocks_ptr.static.*)); _sys_mem_blocks_ptr_list_end = .;; } > RAM AT > FLASH - net_buf_pool_area : ALIGN_WITH_INPUT { _net_buf_pool_list_start = .; KEEP(*(SORT_BY_NAME(._net_buf_pool.static.*))); _net_buf_pool_list_end = .;; } > RAM AT > FLASH - __data_region_end = .; -.intList : -{ - KEEP(*(.irq_info*)) - KEEP(*(.intList*)) -} > IDT_LIST - .stab 0 : { *(.stab) } - .stabstr 0 : { *(.stabstr) } - .stab.excl 0 : { *(.stab.excl) } - .stab.exclstr 0 : { *(.stab.exclstr) } - .stab.index 0 : { *(.stab.index) } - .stab.indexstr 0 : { *(.stab.indexstr) } - .gnu.build.attributes 0 : { *(.gnu.build.attributes .gnu.build.attributes.*) } - .comment 0 : { *(.comment) } - .debug 0 : { *(.debug) } - .line 0 : { *(.line) } - .debug_srcinfo 0 : { *(.debug_srcinfo) } - .debug_sfnames 0 : { *(.debug_sfnames) } - .debug_aranges 0 : { *(.debug_aranges) } - .debug_pubnames 0 : { *(.debug_pubnames) } - .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) } - .debug_abbrev 0 : { *(.debug_abbrev) } - .debug_line 0 : { *(.debug_line .debug_line.* .debug_line_end ) } - .debug_frame 0 : { *(.debug_frame) } - .debug_str 0 : { *(.debug_str) } - .debug_loc 0 : { *(.debug_loc) } - .debug_macinfo 0 : { *(.debug_macinfo) } - .debug_weaknames 0 : { *(.debug_weaknames) } - .debug_funcnames 0 : { *(.debug_funcnames) } - .debug_typenames 0 : { *(.debug_typenames) } - .debug_varnames 0 : { *(.debug_varnames) } - .debug_pubtypes 0 : { *(.debug_pubtypes) } - .debug_ranges 0 : { *(.debug_ranges) } - .debug_addr 0 : { *(.debug_addr) } - .debug_line_str 0 : { *(.debug_line_str) } - .debug_loclists 0 : { *(.debug_loclists) } - .debug_macro 0 : { *(.debug_macro) } - .debug_names 0 : { *(.debug_names) } - .debug_rnglists 0 : { *(.debug_rnglists) } - .debug_str_offsets 0 : { *(.debug_str_offsets) } - .debug_sup 0 : { *(.debug_sup) } - /DISCARD/ : { *(.note.GNU-stack) } - .ARM.attributes 0 : - { - KEEP(*(.ARM.attributes)) - KEEP(*(.gnu.attributes)) - } - SRAM0 (NOLOAD) : { __SRAM0_start = .; KEEP(*(SRAM0)) KEEP(*(SRAM0.*)) __SRAM0_end = .; } > SRAM0 __SRAM0_size = __SRAM0_end - __SRAM0_start; __SRAM0_load_start = LOADADDR(SRAM0); -.last_section : -{ - KEEP(*(.last_section)) -} > FLASH -_flash_used = LOADADDR(.last_section) + SIZEOF(.last_section) - __rom_region_start; - bss (NOLOAD) : ALIGN_WITH_INPUT - { - . = ALIGN(4); - __bss_start = .; - __kernel_ram_start = .; - *(.bss) - *(".bss.*") - *(COMMON) - *(".kernel_bss.*") - __bss_end = ALIGN(4); - } > RAM AT > RAM -noinit (NOLOAD) : -{ - *(.noinit) - *(".noinit.*") -} > RAM AT > RAM - __kernel_ram_end = (536870912) + (32768); - __kernel_ram_size = __kernel_ram_end - __kernel_ram_start; - .last_ram_section (NOLOAD) : - { - _image_ram_end = .; - _image_ram_size = _image_ram_end - _image_ram_start; - _end = .; - z_mapped_end = .; - } > RAM AT > RAM - - } diff --git a/zephyrproject/build/mcuboot/zephyr/linker_zephyr_pre0.cmd.dep b/zephyrproject/build/mcuboot/zephyr/linker_zephyr_pre0.cmd.dep deleted file mode 100644 index e11b903..0000000 --- a/zephyrproject/build/mcuboot/zephyr/linker_zephyr_pre0.cmd.dep +++ /dev/null @@ -1,93 +0,0 @@ -linker_zephyr_pre0.cmd: \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_m/scripts/linker.ld \ - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/sections.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/section_tags.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/gcc.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree.h \ - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/devicetree_generated.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/irq_multilevel.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_macro.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_internal.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_loops.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_listify.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_internal_is_eq.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_internal_util_inc.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_internal_util_dec.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/util_internal_util_x2.h \ - /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/lib/gcc/arm-zephyr-eabi/14.3.0/include/stdbool.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/io-channels.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/clocks.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/gpio.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/spi.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/dma.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/pwms.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/fixed-partitions.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/ordinals.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/pinctrl.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/can.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/reset.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/mbox.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/port-endpoint.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/display.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/hwspinlock.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/map.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/wuc.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/mapped-partition.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/partitions.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree/sram.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/devicetree_regions.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/linker-defs.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/common.h \ - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/zephyr/offsets.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/linker-tool.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/linker-tool-gcc.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/kernel/mm.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/kernel/internal/mm.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/linker-devnull.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/rel-sections.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/llext-sections.ld \ - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-rom-start.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/../arch/common/rom_start_address.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/../arch/common/fill_with_zeros.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/../arch/common/rom_start_offset.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/../arch/arm/core/vector_table.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/irq-vector-table-section.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/../arch/arm/core/cortex_m/vector_table_pad.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/kobject-text.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/common-rom.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/common-rom/common-rom-kernel-devices.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/iterable_sections.h \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/device-deps.ld \ - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/device-api-sections.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/common-rom/common-rom-ztest.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/common-rom/common-rom-init.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/common-rom/common-rom-net.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/common-rom/common-rom-bt.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/common-rom/common-rom-logging.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/common-rom/common-rom-debug.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/common-rom/common-rom-interrupt-controllers.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/common-rom/common-rom-misc.ld \ - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-rom-sections.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/thread-local-storage.ld \ - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-rodata.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/../arch/arm/core/swi_tables.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/kobject-rom.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/cplusplus-rom.ld \ - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-ram-sections.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/../arch/common/ramfunc.ld \ - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-ramfunc-section.ld \ - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-rwdata.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/common-ram.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/kobject-data.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/cplusplus-ram.ld \ - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-data-sections.ld \ - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-sections.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/intlist.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/debug-sections.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/common-noinit.ld \ - /home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/include/generated/snippets-noinit.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/kobject-priv-stacks.ld \ - /home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/ram-end.ld diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/configs.c b/zephyrproject/build/mcuboot/zephyr/misc/generated/configs.c deleted file mode 100644 index f6fb64e..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/configs.c +++ /dev/null @@ -1,440 +0,0 @@ -/* file is auto-generated, do not modify ! */ - -#include - -GEN_ABS_SYM_BEGIN (_ConfigAbsSyms) - -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MCUBOOT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BOOT_USE_TINYCRYPT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BOOT_SOMETHING_USES_SHA256, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BOOT_IMG_HASH_ALG_SHA256_ALLOW, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BOOT_IMG_HASH_ALG_SHA256, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BOOT_SIGNATURE_TYPE_NONE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MCUBOOT_CLEANUP_ARM_CORE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MBEDTLS_CONFIG_FILE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BOOT_VALIDATE_SLOT0, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BOOT_PREFER_SWAP_OFFSET, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BOOT_SWAP_USING_MOVE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BOOT_MAX_IMG_SECTORS_AUTO, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BOOT_SHARE_BACKEND_DISABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BOOT_FIH_PROFILE_OFF, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MCUBOOT_LOG_LEVEL_INF, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MCUBOOT_LOG_LEVEL, 3); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MCUBOOT_LOG_THREAD_STACK_SIZE, 768); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BOOT_USB_DFU_NO, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_UPDATEABLE_IMAGE_NUMBER, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MCUBOOT_BOOT_BANNER, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BOOT_BANNER_STRING, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MCUBOOT_USE_TLV_ALLOW_LIST, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MCUBOOT_STORAGE_WITH_ERASE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MCUBOOT_DEVICE_SETTINGS, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MULTITHREADING, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_USB_DEVICE_PRODUCT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MCUBOOT_BOOTUTIL_LIB_OWN_LOG, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ARDUINO_HEADER_R3_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ARM_ARMV7M_SYSTICK_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ARM_CORTEX_M4F_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ARM_V7M_NVIC_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_FIXED_CLOCK_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_FIXED_LAYOUT_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_GPIO_KEYS_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_GPIO_LEDS_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_MMIO_SRAM_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_PWM_LEDS_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_SOC_NV_FLASH_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_STM32_DAC_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_STM32_EXTI_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_STM32_FLASH_CONTROLLER_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_STM32_GPIO_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_STM32_HSE_CLOCK_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_STM32_I2C_V2_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_STM32_LPTIM_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_STM32_LPUART_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_STM32_LSE_CLOCK_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_STM32_NV_FLASH_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_STM32_NVM_OTP_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_STM32_PINCTRL_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_STM32_PWM_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_STM32_RCC_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_STM32_RCC_RCTL_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_STM32_RNG_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_STM32_RTC_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_STM32_SPI_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_STM32_SPI_FIFO_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_STM32_TIMERS_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_STM32_UART_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_STM32_USART_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_STM32_WATCHDOG_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_STM32G4_FLASH_CONTROLLER_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_STM32G4_PLL_CLOCK_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ST_MORPHO_HEADER_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_USB_NOP_XCEIV_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ZEPHYR_MAPPED_PARTITION_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ZEPHYR_MEMORY_REGION_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DT_HAS_ZEPHYR_POWER_STATE_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MAIN_STACK_SIZE, 10240); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE, 1024); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NUM_IRQS, 92); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC, 170000000); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FLASH_SIZE, 128); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FLASH_BASE_ADDRESS, 0x8000000); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MP_MAX_NUM_CPUS, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_DCACHE_LINE_SIZE, 32); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ICACHE_LINE_SIZE, 32); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_IDLE_STACK_SIZE, 320); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ISR_STACK_SIZE, 2048); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CLOCK_CONTROL, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SYS_CLOCK_TICKS_PER_SEC, 10000); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BUILD_OUTPUT_BIN, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ROM_START_OFFSET, 0x0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_KERNEL_ENTRY, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_XIP, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_FLASH_LOAD_OFFSET, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CPU_HAS_ARM_MPU, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_STM32_FLASH_PREFETCH, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TICKLESS_KERNEL, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CORTEX_M_SYSTICK, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CLOCK_CONTROL_INIT_PRIORITY, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_USE_DT_CODE_PARTITION, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_STM32_BACKUP_PROTECTION, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NUM_METAIRQ_PRIORITIES, 0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NUM_PREEMPT_PRIORITIES, 15); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BUILD_OUTPUT_HEX, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_GEN_IRQ_VECTOR_TABLE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_GEN_ISR_TABLES, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TIMESLICE_SIZE, 20); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SYS_CLOCK_EXISTS, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FLASH_FILL_BUFFER_SIZE, 32); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FLASH, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HW_STACK_PROTECTION, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_SW_ISR_TABLE_ALIGN, 4); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_DOMAIN_NAME, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC_EARLY_INIT_HOOK, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE, 0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_GEN_SW_ISR_TABLE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FLASH_INIT_PRIORITY, 50); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_GEN_IRQ_START_VECTOR, 0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SRAM_OFFSET, 0x0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_IRQ_VECTOR_TABLE_ALIGN, 4); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ISR_TABLES_LOCAL_DECLARATION_SUPPORTED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_KERNEL_MEM_POOL, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LINKER_USE_RELAX, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_ACPICA_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_CMSIS_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_CMSIS_CORE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_CMSIS_DSP_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_CMSIS_NN_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_CMSIS_6_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_CMSIS_CORE_M, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_DHARA_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_FATFS_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_ADI_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_HAL_AFBR_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_HAL_AMBIQ_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_ATMEL_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_HAL_BOUFFALOLAB_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_HAL_ESPRESSIF_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_HAL_ETHOS_U_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_HAL_GIGADEVICE_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_HAL_INFINEON_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_HAL_INTEL_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_MICROCHIP_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_HAL_NORDIC_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_NUVOTON_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_HAL_NXP_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_OPENISA_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_QUICKLOGIC_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_HAL_REALTEK_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_REALTEK_BEE_NVIC, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_REALTEK_BEE_COMMON_DRIVER, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_WRAP_REALTEK_BEE_NVIC, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_HAL_RENESAS_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_HAL_RPI_PICO_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_HAL_SIFLI_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_HAL_SILABS_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_HAL_ST_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_HAL_STM32_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_HAL_TDK_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_HAL_TELINK_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_TI_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_HAL_WCH_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_HAL_WURTHELEKTRONIK_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_XTENSA_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_HOSTAP_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_LIBLC3_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_LIBMCTP_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_LIBMETAL_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_LIBSBC_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_LITTLEFS_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_LORA_BASICS_MODEM_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_LORAMAC_NODE_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_LVGL_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_MBEDTLS_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MBEDTLS_PROMPTLESS, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MBEDTLS_VERSION_4_x, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_MBEDTLS_3_6_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_MCUBOOT_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_MIPI_SYS_T_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_MLDSA_NATIVE_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_NANOPB_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_NRF_WIFI_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_OPEN_AMP_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_OPENTHREAD_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_PERCEPIO_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_PICOLIBC_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_PSA_ARCH_TESTS_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_SEGGER_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_SEGGER_RTT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_TF_M_TESTS_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_TF_PSA_CRYPTO_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_TRUSTED_FIRMWARE_A_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_TRUSTED_FIRMWARE_M_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_UOSCORE_UEDHOC_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_ZCBOR_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ZEPHYR_NRF_HW_MODELS_MODULE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_STM32CUBE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_USE_STM32_LL_UTILS, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MCUBOOT_BOOTUTIL_LIB, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MCUBOOT_UTIL_LOG_LEVEL_DEFAULT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MCUBOOT_UTIL_LOG_LEVEL, 0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MCUBOOT_BOOT_MAX_ALIGN, 8); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BOARD, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BOARD_REVISION, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BOARD_TARGET, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BOARD_NUCLEO_G431RB, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BOARD_NUCLEO_G431RB_STM32G431XX, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BOARD_QUALIFIERS, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC_SERIES, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC_FAMILY, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC_FAMILY_STM32, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC_SERIES_STM32G4X, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC_STM32G431XX, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SWJ_ANALOG_PRIORITY, 49); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_STM32_IOCELL_PRIORITY, 50); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_STM32_FLASH_PREFETCH, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC_LOG_LEVEL_DEFAULT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC_LOG_LEVEL, 0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_HAS_SINGLE_THREAD_SUPPORT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CPU_CORTEX, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARM_MPU_REGION_MIN_ALIGN_AND_SIZE, 32); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MPU_ALLOW_FLASH_WRITE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CPU_CORTEX_M, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ISA_THUMB2, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ASSEMBLER_ISA_THUMB2, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_COMPILER_ISA_THUMB2, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_STACK_ALIGN_DOUBLE_WORD, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FAULT_DUMP, 2); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARM_STACK_PROTECTION, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FP16, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FP16_IEEE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CPU_CORTEX_M4, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CPU_CORTEX_M_HAS_SYSTICK, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CPU_CORTEX_M_HAS_DWT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CPU_CORTEX_M_HAS_BASEPRI, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CPU_CORTEX_M_HAS_VTOR, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CPU_CORTEX_M_HAS_PROGRAMMABLE_FAULT_PRIOS, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARMV7_M_ARMV8_M_MAINLINE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARMV7_M_ARMV8_M_FP, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MPU_STACK_GUARD, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CUSTOM_SECTION_MIN_ALIGN_SIZE, 32); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_SWO, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_HAS_LLEXT_VENEERS, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARM, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_IS_SET, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_SUPPORTS_ROM_OFFSET, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARM_MPU, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_LOG_LEVEL_DEFAULT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_LOG_LEVEL, 0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LITTLE_ENDIAN, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SRAM_SIZE, 32); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SRAM_BASE_ADDRESS, 0x20000000); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_GEN_PRIV_STACKS, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_DEVICE_STATE_ALIGN, 4); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_IRQ_VECTOR_TABLE_JUMP_BY_ADDRESS, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_GEN_SW_ISR_TABLE_ARRAY, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_EXCEPTION_DEBUG, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_MEM_DOMAIN_SUPPORTS_ISOLATED_STACKS, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_HAS_TIMING_FUNCTIONS, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_HAS_STACK_PROTECTION, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_HAS_USERSPACE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_HAS_EXECUTABLE_PAGE_BIT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_HAS_RAMFUNC_SUPPORT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_HAS_VECTOR_TABLE_RELOCATION, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_HAS_NESTED_EXCEPTION_DETECTION, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_SUPPORTS_COREDUMP, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_SUPPORTS_COREDUMP_THREADS, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_SUPPORTS_COREDUMP_STACK_PTR, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_SUPPORTS_ARCH_HW_INIT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_SUPPORTS_ROM_START, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_HAS_EXTRA_EXCEPTION_INFO, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_HAS_SUSPEND_TO_RAM, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_HAS_THREAD_ABORT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_HAS_CODE_DATA_RELOCATION, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CPU_HAS_FPU, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CPU_HAS_MPU, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MPU, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MPU_LOG_LEVEL_DEFAULT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MPU_LOG_LEVEL, 0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MPU_REQUIRES_POWER_OF_TWO_ALIGNMENT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SRAM_REGION_PERMISSIONS, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TOOLCHAIN_HAS_BUILTIN_FFS, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ARCH_HAS_CUSTOM_SWAP_TO_MAIN, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_KERNEL_LOG_LEVEL_DEFAULT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_KERNEL_LOG_LEVEL, 0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NUM_COOP_PRIORITIES, 16); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MAIN_THREAD_PRIORITY, 0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_COOP_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_PREEMPT_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_PRIORITY_CEILING, -128); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_THREAD_STACK_INFO, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SCHED_SIMPLE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_WAITQ_SIMPLE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CURRENT_THREAD_USE_TLS, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SYSTEM_WORKQUEUE_PRIORITY, -1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SYSTEM_WORKQUEUE_WORK_TIMEOUT_MS, 0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BARRIER_OPERATIONS_ARCH, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TIMESLICING, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TIMESLICE_PRIORITY, 0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NUM_MBOX_ASYNC_MSGS, 10); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HEAP_MEM_POOL_SIZE, 0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SWAP_NONATOMIC, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TIMEOUT_64BIT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SYS_CLOCK_MAX_TIMEOUT_DAYS, 365); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_USE_SWITCH_SUPPORTED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_THREAD_LOCAL_STORAGE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TOOLCHAIN_SUPPORTS_STATIC_INIT_GNU, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_KERNEL_INIT_PRIORITY_OBJECTS, 30); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_KERNEL_INIT_PRIORITY_LIBC, 35); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_KERNEL_INIT_PRIORITY_DEFAULT, 40); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_KERNEL_INIT_PRIORITY_DEVICE, 50); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_APPLICATION_INIT_PRIORITY, 90); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CLOCK_CONTROL_LOG_LEVEL_DEFAULT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CLOCK_CONTROL_LOG_LEVEL, 0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CLOCK_CONTROL_STM32_CUBE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CLOCK_STM32_HSE_CLOCK, 24000000); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CLOCK_CONTROL_TISCI_PRIORITY, 40); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FLASH_HAS_DRIVER_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FLASH_HAS_EXPLICIT_ERASE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FLASH_HAS_PAGE_LAYOUT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FLASH_PAGE_LAYOUT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SOC_FLASH_STM32, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FLASH_LOG_LEVEL_DEFAULT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FLASH_LOG_LEVEL, 0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_INTC_INIT_PRIORITY, 40); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_INTC_LOG_LEVEL_DEFAULT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_INTC_LOG_LEVEL, 0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_EXTI_STM32, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_GPIO_INTC_STM32, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SYSTEM_CLOCK_INIT_PRIORITY, 0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TICKLESS_CAPABLE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SYSTEM_TIMER_HAS_DISABLE_SUPPORT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CORTEX_M_SYSTICK_INSTALL_ISR, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CORTEX_M_SYSTICK_64BIT_CYCLE_COUNTER, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SYSTEM_TIMER_HAS_LPM_COMPANION_SUPPORT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SYSTEM_TIMER_LPM_COMPANION_NONE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_STM32_USB_COMMON_LOG_LEVEL_DEFAULT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_STM32_USB_COMMON_LOG_LEVEL, 0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FULL_LIBC_SUPPORTED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MINIMAL_LIBC_SUPPORTED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_PICOLIBC_SUPPORTED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_PICOLIBC, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_COMMON_LIBC_ABORT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_COMMON_LIBC_TIME, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_COMMON_LIBC_MALLOC, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_COMMON_LIBC_CALLOC, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_COMMON_LIBC_REALLOCARRAY, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LIBC_ERRNO, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ERRNO, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_PICOLIBC_USE_TOOLCHAIN, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_PICOLIBC_IO_MINIMAL, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_NEED_LIBC_MEM_PARTITION, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SYS_HEAP_ALLOC_LOOPS, 3); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SYS_HEAP_ARRAY_SIZE, 0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SYS_HEAP_HARDENING_BASIC, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SYS_HEAP_HARDENING_LEVEL, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SYS_HEAP_LOG_LEVEL_DEFAULT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SYS_HEAP_LOG_LEVEL, 0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SYS_HEAP_SMALL_ONLY, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BOOT_BANNER, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BOOT_DELAY, 0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ATOMIC_OPERATIONS_BUILTIN, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CBPRINTF_NANO, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CBPRINTF_FULL_INTEGRAL, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CBPRINTF_PACKAGE_LOG_LEVEL_DEFAULT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CBPRINTF_PACKAGE_LOG_LEVEL, 0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CBPRINTF_CONVERT_CHECK_PTR, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CPU_LOAD_LOG_LEVEL_DEFAULT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CPU_LOAD_LOG_LEVEL, 0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LIBGCC_RTLIB, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_RING_BUFFER, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_GETOPT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TIMEUTIL_APPLY_SKEW, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_PRINTK, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_EARLY_CONSOLE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ASSERT_VERBOSE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CPU_LOAD_LOG_PERIODICALLY, 0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_OPENAMP_VRING_ALIGNMENT, 16); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_CORE_INIT_PRIORITY, 0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_MODE_MINIMAL, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_DEFAULT_LEVEL, 0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_OVERRIDE_LEVEL, 0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_MAX_LEVEL, 4); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_USE_VLA, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_SIMPLE_MSG_OPTIMIZE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_RATELIMIT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LOG_RATELIMIT_INTERVAL_MS, 5000); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_MEM_ATTR, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_HAS_PM, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_POSIX_AEP_CHOICE_ZEPHYR, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TC_PROVIDES_POSIX_C_LANG_SUPPORT_R, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_POSIX_C_LANG_SUPPORT_R, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_POSIX_C_LIB_EXT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TIMER_RANDOM_INITIAL_STATE, 123456789); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ENTROPY_NODE_ENABLED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FLASH_MAP, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_COVERAGE_DUMP_PATH_EXCLUDE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TOOLCHAIN_ZEPHYR_1_0, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TOOLCHAIN_ZEPHYR_SUPPORTS_THREAD_LOCAL_STORAGE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TOOLCHAIN_ZEPHYR_SUPPORTS_GNU_EXTENSIONS, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_PICOLIBC_DEFAULT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LINKER_ORPHAN_SECTION_WARN, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FLASH_USES_MAPPED_PARTITION, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ROM_END_OFFSET, 0x0); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LD_LINKER_SCRIPT_SUPPORTED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LD_LINKER_TEMPLATE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LINKER_SORT_BY_ALIGNMENT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LINKER_GENERIC_SECTIONS_PRESENT_AT_BOOT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LINKER_LAST_SECTION_ID, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LINKER_LAST_SECTION_ID_PATTERN, 0xE015E015); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LINKER_ITERABLE_SUBALIGN, 4); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LINKER_DEVNULL_SUPPORT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_STD_C17, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TOOLCHAIN_SUPPORTS_GNU_EXTENSIONS, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_SIZE_OPTIMIZATIONS, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_COMPILER_TRACK_MACRO_EXPANSION, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_COMPILER_COLOR_DIAGNOSTICS, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_FORTIFY_SOURCE_COMPILE_TIME, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_COMPILER_OPT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TOOLCHAIN_SUPPORTS_VLA_IN_STATEMENTS, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_TOOLCHAIN_SUPPORTS_VARIABLE_CLEANUP_ATTRIBUTE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_COMPILER_CODEGEN_VLIW_AUTO, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_RUNTIME_ERROR_CHECKS, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_KERNEL_BIN_NAME, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_OUTPUT_STAT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_OUTPUT_PRINT_MEMORY_USAGE, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BUILD_GAP_FILL_PATTERN, 0xFF); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_BUILD_OUTPUT_STRIP_PATHS, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_CHECK_INIT_PRIORITIES, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_WARN_DEPRECATED, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_ENFORCE_ZEPHYR_STDINT, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_IS_BOOTLOADER, 1); -GEN_ABSOLUTE_SYM_KCONFIG(CONFIG_LEGACY_GENERATED_INCLUDE_PATH, 1); - -GEN_ABS_SYM_END diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/struct_tags.json b/zephyrproject/build/mcuboot/zephyr/misc/generated/struct_tags.json deleted file mode 100644 index 9f44c3b..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/struct_tags.json +++ /dev/null @@ -1,114 +0,0 @@ -{ - "__net_socket": [ - "modem_socket", - "net_context", - "quic_stream", - "quic_context", - "dispatcher_context", - "spair", - "net_mgmt_socket", - "tls_context", - "websocket_context" - ], - "__subsystem": [ - "flash_driver_api", - "shared_irq_driver_api", - "dmic_driver_api", - "crypto_driver_api", - "adc_driver_api", - "auxdisplay_driver_api", - "bbram_driver_api", - "biometric_driver_api", - "bt_hci_driver_api", - "can_driver_api", - "cellular_driver_api", - "charger_driver_api", - "clock_control_driver_api", - "comparator_driver_api", - "coredump_driver_api", - "counter_driver_api", - "crc_driver_api", - "dac_driver_api", - "dai_driver_api", - "display_driver_api", - "dma_driver_api", - "edac_driver_api", - "eeprom_driver_api", - "emul_bbram_driver_api", - "fuel_gauge_emul_driver_api", - "emul_sensor_driver_api", - "entropy_driver_api", - "espi_driver_api", - "espi_saf_driver_api", - "fpga_driver_api", - "fuel_gauge_driver_api", - "gnss_driver_api", - "gpio_driver_api", - "haptics_driver_api", - "hwspinlock_driver_api", - "i2c_driver_api", - "i2c_target_driver_api", - "i2s_driver_api", - { - "extends": "i2c_driver_api", - "name": "i3c_driver_api" - }, - "ipm_driver_api", - "led_driver_api", - "led_strip_driver_api", - "lora_driver_api", - "mbox_driver_api", - "mdio_driver_api", - "mipi_dbi_driver_api", - "mipi_dsi_driver_api", - "mspi_driver_api", - "opamp_driver_api", - "otp_driver_api", - "peci_driver_api", - "ps2_driver_api", - "ptp_clock_driver_api", - "pwm_driver_api", - "regulator_parent_driver_api", - "regulator_driver_api", - "reset_driver_api", - "retained_mem_driver_api", - "rtc_driver_api", - "sdhc_driver_api", - "sensor_driver_api", - "smbus_driver_api", - "spi_driver_api", - "syscon_driver_api", - "tee_driver_api", - "tgpio_driver_api", - "uaol_driver_api", - "video_driver_api", - "virtio_driver_api", - "w1_driver_api", - "wdt_driver_api", - "wuc_driver_api", - "can_transceiver_driver_api", - { - "extends": "clock_control_driver_api", - "name": "nrf_clock_control_driver_api" - }, - "i3c_target_driver_api", - "its_driver_api", - "vtd_driver_api", - "renesas_elc_driver_api", - "pcie_ctrl_driver_api", - "pcie_ep_driver_api", - "psi5_driver_api", - "sent_driver_api", - "svc_driver_api", - "stepper_driver_api", - "stepper_ctrl_driver_api", - "uart_driver_api", - "bc12_emul_driver_api", - "bc12_driver_api", - "usbc_ppc_driver_api", - "tcpc_driver_api", - "usbc_vbus_driver_api", - "ivshmem_driver_api", - "ethphy_driver_api" - ] -} \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls.json b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls.json deleted file mode 100644 index 1c393c9..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls.json +++ /dev/null @@ -1,5154 +0,0 @@ -[ - [ - [ - "int zephyr_read_stdin", - "char *buf, int nbytes" - ], - "libc-hooks.h", - true - ], - [ - [ - "int zephyr_write_stdout", - "const void *buf, int nbytes" - ], - "libc-hooks.h", - true - ], - [ - [ - "int zephyr_fputc", - "int c, FILE * stream" - ], - "libc-hooks.h", - true - ], - [ - [ - "size_t zephyr_fwrite", - "const void *ZRESTRICT ptr, size_t size, size_t nitems, FILE *ZRESTRICT stream" - ], - "libc-hooks.h", - true - ], - [ - [ - "void sys_clock_getrtoffset", - "struct timespec *tp" - ], - "clock.h", - true - ], - [ - [ - "int sys_clock_settime", - "int clock_id, const struct timespec *tp" - ], - "clock.h", - true - ], - [ - [ - "int sys_clock_nanosleep", - "int clock_id, int flags, const struct timespec *rqtp, struct timespec *rmtp" - ], - "clock.h", - true - ], - [ - [ - "int z_sys_mutex_kernel_lock", - "struct sys_mutex *mutex, k_timeout_t timeout" - ], - "mutex.h", - true - ], - [ - [ - "int z_sys_mutex_kernel_unlock", - "struct sys_mutex *mutex" - ], - "mutex.h", - true - ], - [ - [ - "void z_log_msg_simple_create_0", - "const void *source, uint32_t level, const char *fmt" - ], - "log_msg.h", - true - ], - [ - [ - "void z_log_msg_simple_create_1", - "const void *source, uint32_t level, const char *fmt, uint32_t arg" - ], - "log_msg.h", - true - ], - [ - [ - "void z_log_msg_simple_create_2", - "const void *source, uint32_t level, const char *fmt, uint32_t arg0, uint32_t arg1" - ], - "log_msg.h", - true - ], - [ - [ - "void z_log_msg_static_create", - "const void *source, const struct log_msg_desc desc, uint8_t *package, const void *data" - ], - "log_msg.h", - true - ], - [ - [ - "void log_panic", - "void" - ], - "log_ctrl.h", - true - ], - [ - [ - "bool log_process", - "void" - ], - "log_ctrl.h", - true - ], - [ - [ - "uint32_t log_buffered_cnt", - "void" - ], - "log_ctrl.h", - true - ], - [ - [ - "uint32_t log_filter_set", - "struct log_backend const *const backend, uint32_t domain_id, int16_t source_id, uint32_t level" - ], - "log_ctrl.h", - true - ], - [ - [ - "uint32_t log_frontend_filter_set", - "int16_t source_id, uint32_t level" - ], - "log_ctrl.h", - true - ], - [ - [ - "int flash_read", - "const struct device *dev, off_t offset, void *data, size_t len" - ], - "flash.h", - true - ], - [ - [ - "int flash_write", - "const struct device *dev, off_t offset, const void *data, size_t len" - ], - "flash.h", - true - ], - [ - [ - "int flash_erase", - "const struct device *dev, off_t offset, size_t size" - ], - "flash.h", - true - ], - [ - [ - "int flash_get_size", - "const struct device *dev, uint64_t *size" - ], - "flash.h", - true - ], - [ - [ - "int flash_fill", - "const struct device *dev, uint8_t val, off_t offset, size_t size" - ], - "flash.h", - true - ], - [ - [ - "int flash_flatten", - "const struct device *dev, off_t offset, size_t size" - ], - "flash.h", - true - ], - [ - [ - "int flash_get_page_info_by_offs", - "const struct device *dev, off_t offset, struct flash_pages_info *info" - ], - "flash.h", - true - ], - [ - [ - "int flash_get_page_info_by_idx", - "const struct device *dev, uint32_t page_index, struct flash_pages_info *info" - ], - "flash.h", - true - ], - [ - [ - "size_t flash_get_page_count", - "const struct device *dev" - ], - "flash.h", - true - ], - [ - [ - "int flash_sfdp_read", - "const struct device *dev, off_t offset, void *data, size_t len" - ], - "flash.h", - true - ], - [ - [ - "int flash_read_jedec_id", - "const struct device *dev, uint8_t *id" - ], - "flash.h", - true - ], - [ - [ - "size_t flash_get_write_block_size", - "const struct device *dev" - ], - "flash.h", - true - ], - [ - [ - "const struct flash_parameters *flash_get_parameters", - "const struct device *dev" - ], - "flash.h", - true - ], - [ - [ - "int flash_ex_op", - "const struct device *dev, uint16_t code, const uintptr_t in, void *out" - ], - "flash.h", - true - ], - [ - [ - "int flash_copy", - "const struct device *src_dev, off_t src_offset, const struct device *dst_dev, off_t dst_offset, off_t size, uint8_t *buf, size_t buf_size" - ], - "flash.h", - true - ], - [ - [ - "const struct device *device_get_binding", - "const char *name" - ], - "device.h", - true - ], - [ - [ - "bool device_is_ready", - "const struct device *dev" - ], - "device.h", - true - ], - [ - [ - "int device_init", - "const struct device *dev" - ], - "device.h", - true - ], - [ - [ - "int device_deinit", - "const struct device *dev" - ], - "device.h", - true - ], - [ - [ - "const struct device *device_get_by_dt_nodelabel", - "const char *nodelabel" - ], - "device.h", - true - ], - [ - [ - "k_thread_stack_t *k_thread_stack_alloc", - "size_t size, int flags" - ], - "kernel.h", - true - ], - [ - [ - "int k_thread_stack_free", - "k_thread_stack_t *stack" - ], - "kernel.h", - true - ], - [ - [ - "k_tid_t k_thread_create", - "struct k_thread *new_thread, k_thread_stack_t *stack, size_t stack_size, k_thread_entry_t entry, void *p1, void *p2, void *p3, int prio, uint32_t options, k_timeout_t delay" - ], - "kernel.h", - true - ], - [ - [ - "int k_thread_stack_space_get", - "const struct k_thread *thread, size_t *unused_ptr" - ], - "kernel.h", - true - ], - [ - [ - "int k_thread_runtime_stack_unused_threshold_pct_set", - "struct k_thread *thread, uint32_t pct" - ], - "kernel.h", - true - ], - [ - [ - "int k_thread_runtime_stack_unused_threshold_set", - "struct k_thread *thread, size_t threshold" - ], - "kernel.h", - true - ], - [ - [ - "size_t k_thread_runtime_stack_unused_threshold_get", - "struct k_thread *thread" - ], - "kernel.h", - true - ], - [ - [ - "int k_thread_join", - "struct k_thread *thread, k_timeout_t timeout" - ], - "kernel.h", - true - ], - [ - [ - "int32_t k_sleep", - "k_timeout_t timeout" - ], - "kernel.h", - true - ], - [ - [ - "int32_t k_usleep", - "int32_t us" - ], - "kernel.h", - true - ], - [ - [ - "void k_busy_wait", - "uint32_t usec_to_wait" - ], - "kernel.h", - true - ], - [ - [ - "void k_yield", - "void" - ], - "kernel.h", - true - ], - [ - [ - "void k_wakeup", - "k_tid_t thread" - ], - "kernel.h", - true - ], - [ - [ - "k_tid_t k_sched_current_thread_query", - "void" - ], - "kernel.h", - true - ], - [ - [ - "void k_thread_abort", - "k_tid_t thread" - ], - "kernel.h", - true - ], - [ - [ - "k_ticks_t k_thread_timeout_expires_ticks", - "const struct k_thread *thread" - ], - "kernel.h", - true - ], - [ - [ - "k_ticks_t k_thread_timeout_remaining_ticks", - "const struct k_thread *thread" - ], - "kernel.h", - true - ], - [ - [ - "int k_thread_priority_get", - "k_tid_t thread" - ], - "kernel.h", - true - ], - [ - [ - "void k_thread_priority_set", - "k_tid_t thread, int prio" - ], - "kernel.h", - true - ], - [ - [ - "void k_thread_deadline_set", - "k_tid_t thread, int deadline" - ], - "kernel.h", - true - ], - [ - [ - "void k_thread_absolute_deadline_set", - "k_tid_t thread, int deadline" - ], - "kernel.h", - true - ], - [ - [ - "void k_reschedule", - "void" - ], - "kernel.h", - true - ], - [ - [ - "void k_thread_suspend", - "k_tid_t thread" - ], - "kernel.h", - true - ], - [ - [ - "void k_thread_resume", - "k_tid_t thread" - ], - "kernel.h", - true - ], - [ - [ - "int k_is_preempt_thread", - "void" - ], - "kernel.h", - true - ], - [ - [ - "void k_thread_custom_data_set", - "void *value" - ], - "kernel.h", - true - ], - [ - [ - "void *k_thread_custom_data_get", - "void" - ], - "kernel.h", - true - ], - [ - [ - "int k_thread_name_set", - "k_tid_t thread, const char *str" - ], - "kernel.h", - true - ], - [ - [ - "int k_thread_name_copy", - "k_tid_t thread, char *buf, size_t size" - ], - "kernel.h", - true - ], - [ - [ - "void k_timer_start", - "struct k_timer *timer, k_timeout_t duration, k_timeout_t period" - ], - "kernel.h", - true - ], - [ - [ - "void k_timer_stop", - "struct k_timer *timer" - ], - "kernel.h", - true - ], - [ - [ - "uint32_t k_timer_status_get", - "struct k_timer *timer" - ], - "kernel.h", - true - ], - [ - [ - "uint32_t k_timer_status_sync", - "struct k_timer *timer" - ], - "kernel.h", - true - ], - [ - [ - "k_ticks_t k_timer_expires_ticks", - "const struct k_timer *timer" - ], - "kernel.h", - true - ], - [ - [ - "k_ticks_t k_timer_remaining_ticks", - "const struct k_timer *timer" - ], - "kernel.h", - true - ], - [ - [ - "void k_timer_user_data_set", - "struct k_timer *timer, void *user_data" - ], - "kernel.h", - true - ], - [ - [ - "void *k_timer_user_data_get", - "const struct k_timer *timer" - ], - "kernel.h", - true - ], - [ - [ - "int64_t k_uptime_ticks", - "void" - ], - "kernel.h", - true - ], - [ - [ - "void k_queue_init", - "struct k_queue *queue" - ], - "kernel.h", - true - ], - [ - [ - "void k_queue_cancel_wait", - "struct k_queue *queue" - ], - "kernel.h", - true - ], - [ - [ - "int32_t k_queue_alloc_append", - "struct k_queue *queue, void *data" - ], - "kernel.h", - true - ], - [ - [ - "int32_t k_queue_alloc_prepend", - "struct k_queue *queue, void *data" - ], - "kernel.h", - true - ], - [ - [ - "void *k_queue_get", - "struct k_queue *queue, k_timeout_t timeout" - ], - "kernel.h", - true - ], - [ - [ - "int k_queue_is_empty", - "struct k_queue *queue" - ], - "kernel.h", - true - ], - [ - [ - "void *k_queue_peek_head", - "struct k_queue *queue" - ], - "kernel.h", - true - ], - [ - [ - "void *k_queue_peek_tail", - "struct k_queue *queue" - ], - "kernel.h", - true - ], - [ - [ - "int k_futex_wait", - "struct k_futex *futex, int expected, k_timeout_t timeout" - ], - "kernel.h", - true - ], - [ - [ - "int k_futex_wake", - "struct k_futex *futex, bool wake_all" - ], - "kernel.h", - true - ], - [ - [ - "void k_event_init", - "struct k_event *event" - ], - "kernel.h", - true - ], - [ - [ - "uint32_t k_event_post", - "struct k_event *event, uint32_t events" - ], - "kernel.h", - true - ], - [ - [ - "uint32_t k_event_set", - "struct k_event *event, uint32_t events" - ], - "kernel.h", - true - ], - [ - [ - "uint32_t k_event_set_masked", - "struct k_event *event, uint32_t events, uint32_t events_mask" - ], - "kernel.h", - true - ], - [ - [ - "uint32_t k_event_clear", - "struct k_event *event, uint32_t events" - ], - "kernel.h", - true - ], - [ - [ - "uint32_t k_event_wait", - "struct k_event *event, uint32_t events, bool reset, k_timeout_t timeout" - ], - "kernel.h", - true - ], - [ - [ - "uint32_t k_event_wait_all", - "struct k_event *event, uint32_t events, bool reset, k_timeout_t timeout" - ], - "kernel.h", - true - ], - [ - [ - "uint32_t k_event_wait_safe", - "struct k_event *event, uint32_t events, bool reset, k_timeout_t timeout" - ], - "kernel.h", - true - ], - [ - [ - "uint32_t k_event_wait_all_safe", - "struct k_event *event, uint32_t events, bool reset, k_timeout_t timeout" - ], - "kernel.h", - true - ], - [ - [ - "int32_t k_stack_alloc_init", - "struct k_stack *stack, uint32_t num_entries" - ], - "kernel.h", - true - ], - [ - [ - "int k_stack_push", - "struct k_stack *stack, stack_data_t data" - ], - "kernel.h", - true - ], - [ - [ - "int k_stack_pop", - "struct k_stack *stack, stack_data_t *data, k_timeout_t timeout" - ], - "kernel.h", - true - ], - [ - [ - "int k_mutex_init", - "struct k_mutex *mutex" - ], - "kernel.h", - true - ], - [ - [ - "int k_mutex_lock", - "struct k_mutex *mutex, k_timeout_t timeout" - ], - "kernel.h", - true - ], - [ - [ - "int k_mutex_unlock", - "struct k_mutex *mutex" - ], - "kernel.h", - true - ], - [ - [ - "int k_condvar_init", - "struct k_condvar *condvar" - ], - "kernel.h", - true - ], - [ - [ - "int k_condvar_signal", - "struct k_condvar *condvar" - ], - "kernel.h", - true - ], - [ - [ - "int k_condvar_broadcast", - "struct k_condvar *condvar" - ], - "kernel.h", - true - ], - [ - [ - "int k_condvar_wait", - "struct k_condvar *condvar, struct k_mutex *mutex, k_timeout_t timeout" - ], - "kernel.h", - true - ], - [ - [ - "int k_sem_init", - "struct k_sem *sem, unsigned int initial_count, unsigned int limit" - ], - "kernel.h", - true - ], - [ - [ - "int k_sem_take", - "struct k_sem *sem, k_timeout_t timeout" - ], - "kernel.h", - true - ], - [ - [ - "void k_sem_give", - "struct k_sem *sem" - ], - "kernel.h", - true - ], - [ - [ - "void k_sem_reset", - "struct k_sem *sem" - ], - "kernel.h", - true - ], - [ - [ - "unsigned int k_sem_count_get", - "struct k_sem *sem" - ], - "kernel.h", - true - ], - [ - [ - "int k_msgq_alloc_init", - "struct k_msgq *msgq, size_t msg_size, uint32_t max_msgs" - ], - "kernel.h", - true - ], - [ - [ - "int k_msgq_put", - "struct k_msgq *msgq, const void *data, k_timeout_t timeout" - ], - "kernel.h", - true - ], - [ - [ - "int k_msgq_put_front", - "struct k_msgq *msgq, const void *data" - ], - "kernel.h", - true - ], - [ - [ - "int k_msgq_get", - "struct k_msgq *msgq, void *data, k_timeout_t timeout" - ], - "kernel.h", - true - ], - [ - [ - "int k_msgq_peek", - "struct k_msgq *msgq, void *data" - ], - "kernel.h", - true - ], - [ - [ - "int k_msgq_peek_at", - "struct k_msgq *msgq, void *data, uint32_t idx" - ], - "kernel.h", - true - ], - [ - [ - "void k_msgq_purge", - "struct k_msgq *msgq" - ], - "kernel.h", - true - ], - [ - [ - "uint32_t k_msgq_num_free_get", - "struct k_msgq *msgq" - ], - "kernel.h", - true - ], - [ - [ - "void k_msgq_get_attrs", - "struct k_msgq *msgq, struct k_msgq_attrs *attrs" - ], - "kernel.h", - true - ], - [ - [ - "uint32_t k_msgq_num_used_get", - "struct k_msgq *msgq" - ], - "kernel.h", - true - ], - [ - [ - "void k_pipe_init", - "struct k_pipe *pipe, uint8_t *buffer, size_t buffer_size" - ], - "kernel.h", - true - ], - [ - [ - "int k_pipe_write", - "struct k_pipe *pipe, const uint8_t *data, size_t len, k_timeout_t timeout" - ], - "kernel.h", - true - ], - [ - [ - "int k_pipe_read", - "struct k_pipe *pipe, uint8_t *data, size_t len, k_timeout_t timeout" - ], - "kernel.h", - true - ], - [ - [ - "void k_pipe_reset", - "struct k_pipe *pipe" - ], - "kernel.h", - true - ], - [ - [ - "void k_pipe_close", - "struct k_pipe *pipe" - ], - "kernel.h", - true - ], - [ - [ - "int k_poll", - "struct k_poll_event *events, int num_events, k_timeout_t timeout" - ], - "kernel.h", - true - ], - [ - [ - "void k_poll_signal_init", - "struct k_poll_signal *sig" - ], - "kernel.h", - true - ], - [ - [ - "void k_poll_signal_reset", - "struct k_poll_signal *sig" - ], - "kernel.h", - true - ], - [ - [ - "void k_poll_signal_check", - "struct k_poll_signal *sig, unsigned int *signaled, int *result" - ], - "kernel.h", - true - ], - [ - [ - "int k_poll_signal_raise", - "struct k_poll_signal *sig, int result" - ], - "kernel.h", - true - ], - [ - [ - "void k_str_out", - "char *c, size_t n" - ], - "kernel.h", - true - ], - [ - [ - "int k_float_disable", - "struct k_thread *thread" - ], - "kernel.h", - true - ], - [ - [ - "int k_float_enable", - "struct k_thread *thread, unsigned int options" - ], - "kernel.h", - true - ], - [ - [ - "void k_object_access_grant", - "const void *object, struct k_thread *thread" - ], - "kobject.h", - true - ], - [ - [ - "void k_object_release", - "const void *object" - ], - "kobject.h", - true - ], - [ - [ - "int k_object_access_check", - "const void *object" - ], - "kobject.h", - true - ], - [ - [ - "void *k_object_alloc", - "enum k_objects otype" - ], - "kobject.h", - true - ], - [ - [ - "void *k_object_alloc_size", - "enum k_objects otype, size_t size" - ], - "kobject.h", - true - ], - [ - [ - "unsigned int sys_clock_hw_cycles_per_sec_runtime_get", - "void" - ], - "time_units.h", - true - ], - [ - [ - "int sys_cache_data_flush_range", - "void *addr, size_t size" - ], - "cache.h", - false - ], - [ - [ - "int sys_cache_data_invd_range", - "void *addr, size_t size" - ], - "cache.h", - false - ], - [ - [ - "int sys_cache_data_flush_and_invd_range", - "void *addr, size_t size" - ], - "cache.h", - false - ], - [ - [ - "void user_fault", - "unsigned int reason" - ], - "error.h", - false - ], - [ - [ - "void xtensa_user_fault", - "unsigned int reason" - ], - "arch.h", - false - ], - [ - [ - "int adc_channel_setup", - "const struct device *dev, const struct adc_channel_cfg *channel_cfg" - ], - "adc.h", - false - ], - [ - [ - "int adc_read", - "const struct device *dev, const struct adc_sequence *sequence" - ], - "adc.h", - false - ], - [ - [ - "int adc_read_async", - "const struct device *dev, const struct adc_sequence *sequence, struct k_poll_signal *async" - ], - "adc.h", - false - ], - [ - [ - "int adc_get_decoder", - "const struct device *dev, const struct adc_decoder_api **api" - ], - "adc.h", - false - ], - [ - [ - "int auxdisplay_display_on", - "const struct device *dev" - ], - "auxdisplay.h", - false - ], - [ - [ - "int auxdisplay_display_off", - "const struct device *dev" - ], - "auxdisplay.h", - false - ], - [ - [ - "int auxdisplay_cursor_set_enabled", - "const struct device *dev, bool enabled" - ], - "auxdisplay.h", - false - ], - [ - [ - "int auxdisplay_position_blinking_set_enabled", - "const struct device *dev, bool enabled" - ], - "auxdisplay.h", - false - ], - [ - [ - "int auxdisplay_cursor_shift_set", - "const struct device *dev, uint8_t direction, bool display_shift" - ], - "auxdisplay.h", - false - ], - [ - [ - "int auxdisplay_cursor_position_set", - "const struct device *dev, enum auxdisplay_position type, int16_t x, int16_t y" - ], - "auxdisplay.h", - false - ], - [ - [ - "int auxdisplay_cursor_position_get", - "const struct device *dev, int16_t *x, int16_t *y" - ], - "auxdisplay.h", - false - ], - [ - [ - "int auxdisplay_display_position_set", - "const struct device *dev, enum auxdisplay_position type, int16_t x, int16_t y" - ], - "auxdisplay.h", - false - ], - [ - [ - "int auxdisplay_display_position_get", - "const struct device *dev, int16_t *x, int16_t *y" - ], - "auxdisplay.h", - false - ], - [ - [ - "int auxdisplay_capabilities_get", - "const struct device *dev, struct auxdisplay_capabilities *capabilities" - ], - "auxdisplay.h", - false - ], - [ - [ - "int auxdisplay_clear", - "const struct device *dev" - ], - "auxdisplay.h", - false - ], - [ - [ - "int auxdisplay_brightness_get", - "const struct device *dev, uint8_t *brightness" - ], - "auxdisplay.h", - false - ], - [ - [ - "int auxdisplay_brightness_set", - "const struct device *dev, uint8_t brightness" - ], - "auxdisplay.h", - false - ], - [ - [ - "int auxdisplay_backlight_get", - "const struct device *dev, uint8_t *backlight" - ], - "auxdisplay.h", - false - ], - [ - [ - "int auxdisplay_backlight_set", - "const struct device *dev, uint8_t backlight" - ], - "auxdisplay.h", - false - ], - [ - [ - "int auxdisplay_is_busy", - "const struct device *dev" - ], - "auxdisplay.h", - false - ], - [ - [ - "int auxdisplay_custom_character_set", - "const struct device *dev, struct auxdisplay_character *character" - ], - "auxdisplay.h", - false - ], - [ - [ - "int auxdisplay_write", - "const struct device *dev, const uint8_t *data, uint16_t len" - ], - "auxdisplay.h", - false - ], - [ - [ - "int auxdisplay_custom_command", - "const struct device *dev, struct auxdisplay_custom_data *data" - ], - "auxdisplay.h", - false - ], - [ - [ - "int bbram_check_invalid", - "const struct device *dev" - ], - "bbram.h", - false - ], - [ - [ - "int bbram_check_standby_power", - "const struct device *dev" - ], - "bbram.h", - false - ], - [ - [ - "int bbram_check_power", - "const struct device *dev" - ], - "bbram.h", - false - ], - [ - [ - "int bbram_get_size", - "const struct device *dev, size_t *size" - ], - "bbram.h", - false - ], - [ - [ - "int bbram_read", - "const struct device *dev, size_t offset, size_t size, uint8_t *data" - ], - "bbram.h", - false - ], - [ - [ - "int bbram_write", - "const struct device *dev, size_t offset, size_t size, const uint8_t *data" - ], - "bbram.h", - false - ], - [ - [ - "int biometric_get_capabilities", - "const struct device *dev, struct biometric_capabilities *caps" - ], - "biometrics.h", - false - ], - [ - [ - "int biometric_attr_set", - "const struct device *dev, enum biometric_attribute attr, int32_t val" - ], - "biometrics.h", - false - ], - [ - [ - "int biometric_attr_get", - "const struct device *dev, enum biometric_attribute attr, int32_t *val" - ], - "biometrics.h", - false - ], - [ - [ - "int biometric_enroll_start", - "const struct device *dev, uint16_t template_id" - ], - "biometrics.h", - false - ], - [ - [ - "int biometric_enroll_capture", - "const struct device *dev, k_timeout_t timeout, struct biometric_capture_result *result" - ], - "biometrics.h", - false - ], - [ - [ - "int biometric_enroll_finalize", - "const struct device *dev" - ], - "biometrics.h", - false - ], - [ - [ - "int biometric_enroll_abort", - "const struct device *dev" - ], - "biometrics.h", - false - ], - [ - [ - "int biometric_template_store", - "const struct device *dev, uint16_t id, const uint8_t *data, size_t size" - ], - "biometrics.h", - false - ], - [ - [ - "int biometric_template_read", - "const struct device *dev, uint16_t id, uint8_t *data, size_t size" - ], - "biometrics.h", - false - ], - [ - [ - "int biometric_template_delete", - "const struct device *dev, uint16_t id" - ], - "biometrics.h", - false - ], - [ - [ - "int biometric_template_delete_all", - "const struct device *dev" - ], - "biometrics.h", - false - ], - [ - [ - "int biometric_template_list", - "const struct device *dev, uint16_t *ids, size_t max_count, size_t *actual_count" - ], - "biometrics.h", - false - ], - [ - [ - "int biometric_match", - "const struct device *dev, enum biometric_match_mode mode, uint16_t template_id, k_timeout_t timeout, struct biometric_match_result *result" - ], - "biometrics.h", - false - ], - [ - [ - "int biometric_led_control", - "const struct device *dev, enum biometric_led_state state" - ], - "biometrics.h", - false - ], - [ - [ - "int can_get_core_clock", - "const struct device *dev, uint32_t *rate" - ], - "can.h", - false - ], - [ - [ - "uint32_t can_get_bitrate_min", - "const struct device *dev" - ], - "can.h", - false - ], - [ - [ - "uint32_t can_get_bitrate_max", - "const struct device *dev" - ], - "can.h", - false - ], - [ - [ - "const struct can_timing *can_get_timing_min", - "const struct device *dev" - ], - "can.h", - false - ], - [ - [ - "const struct can_timing *can_get_timing_max", - "const struct device *dev" - ], - "can.h", - false - ], - [ - [ - "int can_calc_timing", - "const struct device *dev, struct can_timing *res, uint32_t bitrate, uint16_t sample_pnt" - ], - "can.h", - false - ], - [ - [ - "const struct can_timing *can_get_timing_data_min", - "const struct device *dev" - ], - "can.h", - false - ], - [ - [ - "const struct can_timing *can_get_timing_data_max", - "const struct device *dev" - ], - "can.h", - false - ], - [ - [ - "int can_calc_timing_data", - "const struct device *dev, struct can_timing *res, uint32_t bitrate, uint16_t sample_pnt" - ], - "can.h", - false - ], - [ - [ - "int can_set_timing_data", - "const struct device *dev, const struct can_timing *timing_data" - ], - "can.h", - false - ], - [ - [ - "int can_set_bitrate_data", - "const struct device *dev, uint32_t bitrate_data" - ], - "can.h", - false - ], - [ - [ - "int can_set_timing", - "const struct device *dev, const struct can_timing *timing" - ], - "can.h", - false - ], - [ - [ - "int can_get_capabilities", - "const struct device *dev, can_mode_t *cap" - ], - "can.h", - false - ], - [ - [ - "const struct device *can_get_transceiver", - "const struct device *dev" - ], - "can.h", - false - ], - [ - [ - "int can_start", - "const struct device *dev" - ], - "can.h", - false - ], - [ - [ - "int can_stop", - "const struct device *dev" - ], - "can.h", - false - ], - [ - [ - "int can_set_mode", - "const struct device *dev, can_mode_t mode" - ], - "can.h", - false - ], - [ - [ - "can_mode_t can_get_mode", - "const struct device *dev" - ], - "can.h", - false - ], - [ - [ - "int can_set_bitrate", - "const struct device *dev, uint32_t bitrate" - ], - "can.h", - false - ], - [ - [ - "int can_send", - "const struct device *dev, const struct can_frame *frame, k_timeout_t timeout, can_tx_callback_t callback, void *user_data" - ], - "can.h", - false - ], - [ - [ - "int can_add_rx_filter_msgq", - "const struct device *dev, struct k_msgq *msgq, const struct can_filter *filter" - ], - "can.h", - false - ], - [ - [ - "void can_remove_rx_filter", - "const struct device *dev, int filter_id" - ], - "can.h", - false - ], - [ - [ - "int can_get_max_filters", - "const struct device *dev, bool ide" - ], - "can.h", - false - ], - [ - [ - "int can_get_state", - "const struct device *dev, enum can_state *state, struct can_bus_err_cnt *err_cnt" - ], - "can.h", - false - ], - [ - [ - "int can_recover", - "const struct device *dev, k_timeout_t timeout" - ], - "can.h", - false - ], - [ - [ - "uint32_t can_stats_get_bit_errors", - "const struct device *dev" - ], - "can.h", - false - ], - [ - [ - "uint32_t can_stats_get_bit0_errors", - "const struct device *dev" - ], - "can.h", - false - ], - [ - [ - "uint32_t can_stats_get_bit1_errors", - "const struct device *dev" - ], - "can.h", - false - ], - [ - [ - "uint32_t can_stats_get_stuff_errors", - "const struct device *dev" - ], - "can.h", - false - ], - [ - [ - "uint32_t can_stats_get_crc_errors", - "const struct device *dev" - ], - "can.h", - false - ], - [ - [ - "uint32_t can_stats_get_form_errors", - "const struct device *dev" - ], - "can.h", - false - ], - [ - [ - "uint32_t can_stats_get_ack_errors", - "const struct device *dev" - ], - "can.h", - false - ], - [ - [ - "uint32_t can_stats_get_rx_overruns", - "const struct device *dev" - ], - "can.h", - false - ], - [ - [ - "int charger_get_prop", - "const struct device *dev, const charger_prop_t prop, union charger_propval *val" - ], - "charger.h", - false - ], - [ - [ - "int charger_set_prop", - "const struct device *dev, const charger_prop_t prop, const union charger_propval *val" - ], - "charger.h", - false - ], - [ - [ - "int charger_charge_enable", - "const struct device *dev, const bool enable" - ], - "charger.h", - false - ], - [ - [ - "int comparator_get_output", - "const struct device *dev" - ], - "comparator.h", - false - ], - [ - [ - "int comparator_set_trigger", - "const struct device *dev, enum comparator_trigger trigger" - ], - "comparator.h", - false - ], - [ - [ - "int comparator_trigger_is_pending", - "const struct device *dev" - ], - "comparator.h", - false - ], - [ - [ - "bool counter_is_counting_up", - "const struct device *dev" - ], - "counter.h", - false - ], - [ - [ - "uint8_t counter_get_num_of_channels", - "const struct device *dev" - ], - "counter.h", - false - ], - [ - [ - "uint32_t counter_get_frequency", - "const struct device *dev" - ], - "counter.h", - false - ], - [ - [ - "uint64_t counter_get_frequency_64", - "const struct device *dev" - ], - "counter.h", - false - ], - [ - [ - "uint32_t counter_us_to_ticks", - "const struct device *dev, uint64_t us" - ], - "counter.h", - false - ], - [ - [ - "uint64_t counter_us_to_ticks_64", - "const struct device *dev, uint64_t us" - ], - "counter.h", - false - ], - [ - [ - "uint64_t counter_ticks_to_us", - "const struct device *dev, uint32_t ticks" - ], - "counter.h", - false - ], - [ - [ - "uint64_t counter_ticks_to_us_64", - "const struct device *dev, uint64_t ticks" - ], - "counter.h", - false - ], - [ - [ - "uint32_t counter_ns_to_ticks", - "const struct device *dev, uint64_t ns" - ], - "counter.h", - false - ], - [ - [ - "uint64_t counter_ns_to_ticks_64", - "const struct device *dev, uint64_t ns" - ], - "counter.h", - false - ], - [ - [ - "uint64_t counter_ticks_to_ns", - "const struct device *dev, uint32_t ticks" - ], - "counter.h", - false - ], - [ - [ - "uint64_t counter_ticks_to_ns_64", - "const struct device *dev, uint64_t ticks" - ], - "counter.h", - false - ], - [ - [ - "uint32_t counter_get_max_top_value", - "const struct device *dev" - ], - "counter.h", - false - ], - [ - [ - "int counter_start", - "const struct device *dev" - ], - "counter.h", - false - ], - [ - [ - "int counter_stop", - "const struct device *dev" - ], - "counter.h", - false - ], - [ - [ - "int counter_get_value", - "const struct device *dev, uint32_t *ticks" - ], - "counter.h", - false - ], - [ - [ - "int counter_reset", - "const struct device *dev" - ], - "counter.h", - false - ], - [ - [ - "int counter_set_value", - "const struct device *dev, uint32_t ticks" - ], - "counter.h", - false - ], - [ - [ - "int counter_set_channel_alarm", - "const struct device *dev, uint8_t chan_id, const struct counter_alarm_cfg *alarm_cfg" - ], - "counter.h", - false - ], - [ - [ - "int counter_cancel_channel_alarm", - "const struct device *dev, uint8_t chan_id" - ], - "counter.h", - false - ], - [ - [ - "int counter_set_top_value", - "const struct device *dev, const struct counter_top_cfg *cfg" - ], - "counter.h", - false - ], - [ - [ - "uint32_t counter_get_pending_int", - "const struct device *dev" - ], - "counter.h", - false - ], - [ - [ - "uint32_t counter_get_top_value", - "const struct device *dev" - ], - "counter.h", - false - ], - [ - [ - "int counter_set_guard_period", - "const struct device *dev, uint32_t ticks, uint32_t flags" - ], - "counter.h", - false - ], - [ - [ - "uint32_t counter_get_guard_period", - "const struct device *dev, uint32_t flags" - ], - "counter.h", - false - ], - [ - [ - "uint64_t counter_get_max_top_value_64", - "const struct device *dev" - ], - "counter.h", - false - ], - [ - [ - "int counter_set_top_value_64", - "const struct device *dev, const struct counter_top_cfg_64 *cfg" - ], - "counter.h", - false - ], - [ - [ - "int counter_set_channel_alarm_64", - "const struct device *dev, uint8_t chan_id, const struct counter_alarm_cfg_64 *alarm_cfg" - ], - "counter.h", - false - ], - [ - [ - "uint64_t counter_get_top_value_64", - "const struct device *dev" - ], - "counter.h", - false - ], - [ - [ - "int counter_set_guard_period_64", - "const struct device *dev, uint64_t ticks, uint32_t flags" - ], - "counter.h", - false - ], - [ - [ - "uint64_t counter_get_guard_period_64", - "const struct device *dev, uint32_t flags" - ], - "counter.h", - false - ], - [ - [ - "int counter_get_value_64", - "const struct device *dev, uint64_t *ticks" - ], - "counter.h", - false - ], - [ - [ - "int counter_set_value_64", - "const struct device *dev, uint64_t ticks" - ], - "counter.h", - false - ], - [ - [ - "int counter_enable_capture", - "const struct device *dev, uint8_t chan_id" - ], - "counter.h", - false - ], - [ - [ - "int counter_disable_capture", - "const struct device *dev, uint8_t chan_id" - ], - "counter.h", - false - ], - [ - [ - "int crc_begin", - "const struct device *dev, struct crc_ctx *ctx" - ], - "crc.h", - false - ], - [ - [ - "int crc_update", - "const struct device *dev, struct crc_ctx *ctx, const void *buffer, size_t bufsize" - ], - "crc.h", - false - ], - [ - [ - "int crc_finish", - "const struct device *dev, struct crc_ctx *ctx" - ], - "crc.h", - false - ], - [ - [ - "int dac_channel_setup", - "const struct device *dev, const struct dac_channel_cfg *channel_cfg" - ], - "dac.h", - false - ], - [ - [ - "int dac_write_value", - "const struct device *dev, uint8_t channel, uint32_t value" - ], - "dac.h", - false - ], - [ - [ - "int dai_probe", - "const struct device *dev" - ], - "dai.h", - false - ], - [ - [ - "int dai_remove", - "const struct device *dev" - ], - "dai.h", - false - ], - [ - [ - "int dai_config_set", - "const struct device *dev, const struct dai_config *cfg, const void *bespoke_cfg, size_t size" - ], - "dai.h", - false - ], - [ - [ - "int dai_config_get", - "const struct device *dev, struct dai_config *cfg, enum dai_dir dir" - ], - "dai.h", - false - ], - [ - [ - "int dai_get_properties_copy", - "const struct device *dev, enum dai_dir dir, int stream_id, struct dai_properties *dst" - ], - "dai.h", - false - ], - [ - [ - "int dai_trigger", - "const struct device *dev, enum dai_dir dir, enum dai_trigger_cmd cmd" - ], - "dai.h", - false - ], - [ - [ - "int dai_ts_config", - "const struct device *dev, struct dai_ts_cfg *cfg" - ], - "dai.h", - false - ], - [ - [ - "int dai_ts_start", - "const struct device *dev, struct dai_ts_cfg *cfg" - ], - "dai.h", - false - ], - [ - [ - "int dai_ts_stop", - "const struct device *dev, struct dai_ts_cfg *cfg" - ], - "dai.h", - false - ], - [ - [ - "int dai_ts_get", - "const struct device *dev, struct dai_ts_cfg *cfg, struct dai_ts_data *tsd" - ], - "dai.h", - false - ], - [ - [ - "int dai_config_update", - "const struct device *dev, const void *bespoke_cfg, size_t size" - ], - "dai.h", - false - ], - [ - [ - "int eeprom_read", - "const struct device *dev, off_t offset, void *data, size_t len" - ], - "eeprom.h", - false - ], - [ - [ - "int eeprom_write", - "const struct device *dev, off_t offset, const void *data, size_t len" - ], - "eeprom.h", - false - ], - [ - [ - "size_t eeprom_get_size", - "const struct device *dev" - ], - "eeprom.h", - false - ], - [ - [ - "int emul_fuel_gauge_set_battery_charging", - "const struct emul *target, uint32_t uV, int uA" - ], - "emul_fuel_gauge.h", - false - ], - [ - [ - "int emul_fuel_gauge_is_battery_cutoff", - "const struct emul *target, bool *cutoff" - ], - "emul_fuel_gauge.h", - false - ], - [ - [ - "int entropy_get_entropy", - "const struct device *dev, uint8_t *buffer, uint16_t length" - ], - "entropy.h", - false - ], - [ - [ - "int espi_config", - "const struct device *dev, struct espi_cfg *cfg" - ], - "espi.h", - false - ], - [ - [ - "bool espi_get_channel_status", - "const struct device *dev, enum espi_channel ch" - ], - "espi.h", - false - ], - [ - [ - "int espi_read_request", - "const struct device *dev, struct espi_request_packet *req" - ], - "espi.h", - false - ], - [ - [ - "int espi_write_request", - "const struct device *dev, struct espi_request_packet *req" - ], - "espi.h", - false - ], - [ - [ - "int espi_read_lpc_request", - "const struct device *dev, enum lpc_peripheral_opcode op, uint32_t *data" - ], - "espi.h", - false - ], - [ - [ - "int espi_write_lpc_request", - "const struct device *dev, enum lpc_peripheral_opcode op, uint32_t *data" - ], - "espi.h", - false - ], - [ - [ - "int espi_send_vwire", - "const struct device *dev, enum espi_vwire_signal signal, uint8_t level" - ], - "espi.h", - false - ], - [ - [ - "int espi_receive_vwire", - "const struct device *dev, enum espi_vwire_signal signal, uint8_t *level" - ], - "espi.h", - false - ], - [ - [ - "int espi_send_oob", - "const struct device *dev, struct espi_oob_packet *pckt" - ], - "espi.h", - false - ], - [ - [ - "int espi_receive_oob", - "const struct device *dev, struct espi_oob_packet *pckt" - ], - "espi.h", - false - ], - [ - [ - "int espi_read_flash", - "const struct device *dev, struct espi_flash_packet *pckt" - ], - "espi.h", - false - ], - [ - [ - "int espi_write_flash", - "const struct device *dev, struct espi_flash_packet *pckt" - ], - "espi.h", - false - ], - [ - [ - "int espi_flash_erase", - "const struct device *dev, struct espi_flash_packet *pckt" - ], - "espi.h", - false - ], - [ - [ - "int espi_saf_config", - "const struct device *dev, const struct espi_saf_cfg *cfg" - ], - "espi_saf.h", - false - ], - [ - [ - "int espi_saf_set_protection_regions", - " const struct device *dev, const struct espi_saf_protection *pr" - ], - "espi_saf.h", - false - ], - [ - [ - "int espi_saf_activate", - "const struct device *dev" - ], - "espi_saf.h", - false - ], - [ - [ - "bool espi_saf_get_channel_status", - "const struct device *dev" - ], - "espi_saf.h", - false - ], - [ - [ - "int espi_saf_flash_read", - "const struct device *dev, struct espi_saf_packet *pckt" - ], - "espi_saf.h", - false - ], - [ - [ - "int espi_saf_flash_write", - "const struct device *dev, struct espi_saf_packet *pckt" - ], - "espi_saf.h", - false - ], - [ - [ - "int espi_saf_flash_erase", - "const struct device *dev, struct espi_saf_packet *pckt" - ], - "espi_saf.h", - false - ], - [ - [ - "int espi_saf_flash_unsuccess", - "const struct device *dev, struct espi_saf_packet *pckt" - ], - "espi_saf.h", - false - ], - [ - [ - "int fuel_gauge_get_prop", - "const struct device *dev, fuel_gauge_prop_t prop, union fuel_gauge_prop_val *val" - ], - "fuel_gauge.h", - false - ], - [ - [ - "int fuel_gauge_get_props", - "const struct device *dev, const fuel_gauge_prop_t *props, union fuel_gauge_prop_val *vals, size_t len" - ], - "fuel_gauge.h", - false - ], - [ - [ - "int fuel_gauge_set_prop", - "const struct device *dev, fuel_gauge_prop_t prop, union fuel_gauge_prop_val val" - ], - "fuel_gauge.h", - false - ], - [ - [ - "int fuel_gauge_set_props", - "const struct device *dev, const fuel_gauge_prop_t *props, const union fuel_gauge_prop_val *vals, size_t len" - ], - "fuel_gauge.h", - false - ], - [ - [ - "int fuel_gauge_get_buffer_prop", - "const struct device *dev, fuel_gauge_prop_t prop_type, void *dst, size_t dst_len" - ], - "fuel_gauge.h", - false - ], - [ - [ - "int fuel_gauge_battery_cutoff", - "const struct device *dev" - ], - "fuel_gauge.h", - false - ], - [ - [ - "int gnss_set_fix_rate", - "const struct device *dev, uint32_t fix_interval_ms" - ], - "gnss.h", - false - ], - [ - [ - "int gnss_get_fix_rate", - "const struct device *dev, uint32_t *fix_interval_ms" - ], - "gnss.h", - false - ], - [ - [ - "int gnss_set_navigation_mode", - "const struct device *dev, enum gnss_navigation_mode mode" - ], - "gnss.h", - false - ], - [ - [ - "int gnss_get_navigation_mode", - "const struct device *dev, enum gnss_navigation_mode *mode" - ], - "gnss.h", - false - ], - [ - [ - "int gnss_set_enabled_systems", - "const struct device *dev, gnss_systems_t systems" - ], - "gnss.h", - false - ], - [ - [ - "int gnss_get_enabled_systems", - "const struct device *dev, gnss_systems_t *systems" - ], - "gnss.h", - false - ], - [ - [ - "int gnss_get_supported_systems", - "const struct device *dev, gnss_systems_t *systems" - ], - "gnss.h", - false - ], - [ - [ - "int gnss_get_latest_timepulse", - "const struct device *dev, k_ticks_t *timestamp" - ], - "gnss.h", - false - ], - [ - [ - "int gpio_pin_interrupt_configure", - "const struct device *port, gpio_pin_t pin, gpio_flags_t flags" - ], - "gpio.h", - false - ], - [ - [ - "int gpio_pin_configure", - "const struct device *port, gpio_pin_t pin, gpio_flags_t flags" - ], - "gpio.h", - false - ], - [ - [ - "int gpio_port_get_direction", - "const struct device *port, gpio_port_pins_t map, gpio_port_pins_t *inputs, gpio_port_pins_t *outputs" - ], - "gpio.h", - false - ], - [ - [ - "int gpio_pin_get_config", - "const struct device *port, gpio_pin_t pin, gpio_flags_t *flags" - ], - "gpio.h", - false - ], - [ - [ - "int gpio_port_get_raw", - "const struct device *port, gpio_port_value_t *value" - ], - "gpio.h", - false - ], - [ - [ - "int gpio_port_set_masked_raw", - "const struct device *port, gpio_port_pins_t mask, gpio_port_value_t value" - ], - "gpio.h", - false - ], - [ - [ - "int gpio_port_set_bits_raw", - "const struct device *port, gpio_port_pins_t pins" - ], - "gpio.h", - false - ], - [ - [ - "int gpio_port_clear_bits_raw", - "const struct device *port, gpio_port_pins_t pins" - ], - "gpio.h", - false - ], - [ - [ - "int gpio_port_toggle_bits", - "const struct device *port, gpio_port_pins_t pins" - ], - "gpio.h", - false - ], - [ - [ - "int gpio_get_pending_int", - "const struct device *dev" - ], - "gpio.h", - false - ], - [ - [ - "int haptics_start_output", - "const struct device *dev" - ], - "haptics.h", - false - ], - [ - [ - "int haptics_stop_output", - "const struct device *dev" - ], - "haptics.h", - false - ], - [ - [ - "ssize_t hwinfo_get_device_id", - "uint8_t *buffer, size_t length" - ], - "hwinfo.h", - false - ], - [ - [ - "int hwinfo_get_device_eui64", - "uint8_t *buffer" - ], - "hwinfo.h", - false - ], - [ - [ - "int hwinfo_get_reset_cause", - "uint32_t *cause" - ], - "hwinfo.h", - false - ], - [ - [ - "int hwinfo_clear_reset_cause", - "void" - ], - "hwinfo.h", - false - ], - [ - [ - "int hwinfo_get_supported_reset_cause", - "uint32_t *supported" - ], - "hwinfo.h", - false - ], - [ - [ - "int i2c_configure", - "const struct device *dev, uint32_t dev_config" - ], - "i2c.h", - false - ], - [ - [ - "int i2c_get_config", - "const struct device *dev, uint32_t *dev_config" - ], - "i2c.h", - false - ], - [ - [ - "int i2c_transfer", - "const struct device *dev, struct i2c_msg *msgs, uint8_t num_msgs, uint16_t addr" - ], - "i2c.h", - false - ], - [ - [ - "int i2c_recover_bus", - "const struct device *dev" - ], - "i2c.h", - false - ], - [ - [ - "int i2c_target_driver_register", - "const struct device *dev" - ], - "i2c.h", - false - ], - [ - [ - "int i2c_target_driver_unregister", - "const struct device *dev" - ], - "i2c.h", - false - ], - [ - [ - "int i2s_configure", - "const struct device *dev, enum i2s_dir dir, const struct i2s_config *cfg" - ], - "i2s.h", - false - ], - [ - [ - "int i2s_buf_read", - "const struct device *dev, void *buf, size_t *size" - ], - "i2s.h", - false - ], - [ - [ - "int i2s_buf_write", - "const struct device *dev, void *buf, size_t size" - ], - "i2s.h", - false - ], - [ - [ - "int i2s_trigger", - "const struct device *dev, enum i2s_dir dir, enum i2s_trigger_cmd cmd" - ], - "i2s.h", - false - ], - [ - [ - "int i3c_do_ccc", - "const struct device *dev, struct i3c_ccc_payload *payload" - ], - "i3c.h", - false - ], - [ - [ - "int i3c_do_ccc_cb", - "const struct device *dev, struct i3c_ccc_payload *payload, i3c_callback_t cb, void *userdata" - ], - "i3c.h", - false - ], - [ - [ - "int i3c_transfer", - "struct i3c_device_desc *target, struct i3c_msg *msgs, uint8_t num_msgs" - ], - "i3c.h", - false - ], - [ - [ - "int i3c_transfer_cb", - "struct i3c_device_desc *target, struct i3c_msg *msgs, uint8_t num_msgs, i3c_callback_t cb, void *userdata" - ], - "i3c.h", - false - ], - [ - [ - "int ipm_send", - "const struct device *ipmdev, int wait, uint32_t id, const void *data, int size" - ], - "ipm.h", - false - ], - [ - [ - "int ipm_max_data_size_get", - "const struct device *ipmdev" - ], - "ipm.h", - false - ], - [ - [ - "uint32_t ipm_max_id_val_get", - "const struct device *ipmdev" - ], - "ipm.h", - false - ], - [ - [ - "int ipm_set_enabled", - "const struct device *ipmdev, int enable" - ], - "ipm.h", - false - ], - [ - [ - "void ipm_complete", - "const struct device *ipmdev" - ], - "ipm.h", - false - ], - [ - [ - "int led_blink", - "const struct device *dev, uint32_t led, uint32_t delay_on, uint32_t delay_off" - ], - "led.h", - false - ], - [ - [ - "int led_get_info", - "const struct device *dev, uint32_t led, const struct led_info **info" - ], - "led.h", - false - ], - [ - [ - "int led_set_brightness", - "const struct device *dev, uint32_t led, uint8_t value" - ], - "led.h", - false - ], - [ - [ - "int led_write_channels", - "const struct device *dev, uint32_t start_channel, uint32_t num_channels, const uint8_t *buf" - ], - "led.h", - false - ], - [ - [ - "int led_set_channel", - "const struct device *dev, uint32_t channel, uint8_t value" - ], - "led.h", - false - ], - [ - [ - "int led_set_color", - "const struct device *dev, uint32_t led, uint8_t num_colors, const uint8_t *color" - ], - "led.h", - false - ], - [ - [ - "int led_on", - "const struct device *dev, uint32_t led" - ], - "led.h", - false - ], - [ - [ - "int led_off", - "const struct device *dev, uint32_t led" - ], - "led.h", - false - ], - [ - [ - "int mbox_send", - "const struct device *dev, mbox_channel_id_t channel_id, const struct mbox_msg *msg" - ], - "mbox.h", - false - ], - [ - [ - "int mbox_mtu_get", - "const struct device *dev" - ], - "mbox.h", - false - ], - [ - [ - "int mbox_set_enabled", - "const struct device *dev, mbox_channel_id_t channel_id, bool enabled" - ], - "mbox.h", - false - ], - [ - [ - "uint32_t mbox_max_channels_get", - "const struct device *dev" - ], - "mbox.h", - false - ], - [ - [ - "int mdio_read", - "const struct device *dev, uint8_t prtad, uint8_t regad, uint16_t *data" - ], - "mdio.h", - false - ], - [ - [ - "int mdio_write", - "const struct device *dev, uint8_t prtad, uint8_t regad, uint16_t data" - ], - "mdio.h", - false - ], - [ - [ - "int mdio_read_c45", - "const struct device *dev, uint8_t prtad, uint8_t devad, uint16_t regad, uint16_t *data" - ], - "mdio.h", - false - ], - [ - [ - "int mdio_write_c45", - "const struct device *dev, uint8_t prtad, uint8_t devad, uint16_t regad, uint16_t data" - ], - "mdio.h", - false - ], - [ - [ - "int mspi_config", - "const struct mspi_dt_spec *spec" - ], - "mspi.h", - false - ], - [ - [ - "int mspi_dev_config", - "const struct device *controller, const struct mspi_dev_id *dev_id, const enum mspi_dev_cfg_mask param_mask, const struct mspi_dev_cfg *cfg" - ], - "mspi.h", - false - ], - [ - [ - "int mspi_get_channel_status", - "const struct device *controller, uint8_t ch" - ], - "mspi.h", - false - ], - [ - [ - "int mspi_transceive", - "const struct device *controller, const struct mspi_dev_id *dev_id, const struct mspi_xfer *req" - ], - "mspi.h", - false - ], - [ - [ - "int mspi_xip_config", - "const struct device *controller, const struct mspi_dev_id *dev_id, const struct mspi_xip_cfg *cfg" - ], - "mspi.h", - false - ], - [ - [ - "int mspi_scramble_config", - "const struct device *controller, const struct mspi_dev_id *dev_id, const struct mspi_scramble_cfg *cfg" - ], - "mspi.h", - false - ], - [ - [ - "int mspi_timing_config", - "const struct device *controller, const struct mspi_dev_id *dev_id, const uint32_t param_mask, void *cfg" - ], - "mspi.h", - false - ], - [ - [ - "int opamp_set_gain", - "const struct device *dev, enum opamp_gain gain" - ], - "opamp.h", - false - ], - [ - [ - "int otp_read", - "const struct device *dev, off_t offset, void *data, size_t len" - ], - "otp.h", - false - ], - [ - [ - "int otp_program", - "const struct device *dev, off_t offset, const void *data, size_t len" - ], - "otp.h", - false - ], - [ - [ - "int peci_config", - "const struct device *dev, uint32_t bitrate" - ], - "peci.h", - false - ], - [ - [ - "int peci_enable", - "const struct device *dev" - ], - "peci.h", - false - ], - [ - [ - "int peci_disable", - "const struct device *dev" - ], - "peci.h", - false - ], - [ - [ - "int peci_transfer", - "const struct device *dev, struct peci_msg *msg" - ], - "peci.h", - false - ], - [ - [ - "int ps2_config", - "const struct device *dev, ps2_callback_t callback_isr" - ], - "ps2.h", - false - ], - [ - [ - "int ps2_write", - "const struct device *dev, uint8_t value" - ], - "ps2.h", - false - ], - [ - [ - "int ps2_read", - "const struct device *dev, uint8_t *value" - ], - "ps2.h", - false - ], - [ - [ - "int ps2_enable_callback", - "const struct device *dev" - ], - "ps2.h", - false - ], - [ - [ - "int ps2_disable_callback", - "const struct device *dev" - ], - "ps2.h", - false - ], - [ - [ - "int ptp_clock_get", - "const struct device *dev, struct net_ptp_time *tm" - ], - "ptp_clock.h", - false - ], - [ - [ - "int pwm_set_cycles", - "const struct device *dev, uint32_t channel, uint32_t period, uint32_t pulse, pwm_flags_t flags" - ], - "pwm.h", - false - ], - [ - [ - "int pwm_get_cycles_per_sec", - "const struct device *dev, uint32_t channel, uint64_t *cycles" - ], - "pwm.h", - false - ], - [ - [ - "int pwm_enable_capture", - "const struct device *dev, uint32_t channel" - ], - "pwm.h", - false - ], - [ - [ - "int pwm_disable_capture", - "const struct device *dev, uint32_t channel" - ], - "pwm.h", - false - ], - [ - [ - "int pwm_capture_cycles", - "const struct device *dev, uint32_t channel, pwm_flags_t flags, uint32_t *period, uint32_t *pulse, k_timeout_t timeout" - ], - "pwm.h", - false - ], - [ - [ - "int reset_status", - "const struct device *dev, uint32_t id, uint8_t *status" - ], - "reset.h", - false - ], - [ - [ - "int reset_line_assert", - "const struct device *dev, uint32_t id" - ], - "reset.h", - false - ], - [ - [ - "int reset_line_deassert", - "const struct device *dev, uint32_t id" - ], - "reset.h", - false - ], - [ - [ - "int reset_line_toggle", - "const struct device *dev, uint32_t id" - ], - "reset.h", - false - ], - [ - [ - "ssize_t retained_mem_size", - "const struct device *dev" - ], - "retained_mem.h", - false - ], - [ - [ - "int retained_mem_read", - "const struct device *dev, off_t offset, uint8_t *buffer, size_t size" - ], - "retained_mem.h", - false - ], - [ - [ - "int retained_mem_write", - "const struct device *dev, off_t offset, const uint8_t *buffer, size_t size" - ], - "retained_mem.h", - false - ], - [ - [ - "int retained_mem_clear", - "const struct device *dev" - ], - "retained_mem.h", - false - ], - [ - [ - "int rtc_set_time", - "const struct device *dev, const struct rtc_time *timeptr" - ], - "rtc.h", - false - ], - [ - [ - "int rtc_get_time", - "const struct device *dev, struct rtc_time *timeptr" - ], - "rtc.h", - false - ], - [ - [ - "int rtc_alarm_get_supported_fields", - "const struct device *dev, uint16_t id, uint16_t *mask" - ], - "rtc.h", - false - ], - [ - [ - "int rtc_alarm_set_time", - "const struct device *dev, uint16_t id, uint16_t mask, const struct rtc_time *timeptr" - ], - "rtc.h", - false - ], - [ - [ - "int rtc_alarm_get_time", - "const struct device *dev, uint16_t id, uint16_t *mask, struct rtc_time *timeptr" - ], - "rtc.h", - false - ], - [ - [ - "int rtc_alarm_is_pending", - "const struct device *dev, uint16_t id" - ], - "rtc.h", - false - ], - [ - [ - "int rtc_set_calibration", - "const struct device *dev, int32_t calibration" - ], - "rtc.h", - false - ], - [ - [ - "int rtc_get_calibration", - "const struct device *dev, int32_t *calibration" - ], - "rtc.h", - false - ], - [ - [ - "int sdhc_hw_reset", - "const struct device *dev" - ], - "sdhc.h", - false - ], - [ - [ - "int sdhc_request", - "const struct device *dev, struct sdhc_command *cmd, struct sdhc_data *data" - ], - "sdhc.h", - false - ], - [ - [ - "int sdhc_set_io", - "const struct device *dev, struct sdhc_io *io" - ], - "sdhc.h", - false - ], - [ - [ - "int sdhc_card_present", - "const struct device *dev" - ], - "sdhc.h", - false - ], - [ - [ - "int sdhc_execute_tuning", - "const struct device *dev" - ], - "sdhc.h", - false - ], - [ - [ - "int sdhc_card_busy", - "const struct device *dev" - ], - "sdhc.h", - false - ], - [ - [ - "int sdhc_get_host_props", - "const struct device *dev, struct sdhc_host_props *props" - ], - "sdhc.h", - false - ], - [ - [ - "int sdhc_enable_interrupt", - "const struct device *dev, sdhc_interrupt_cb_t callback, int sources, void *user_data" - ], - "sdhc.h", - false - ], - [ - [ - "int sdhc_disable_interrupt", - "const struct device *dev, int sources" - ], - "sdhc.h", - false - ], - [ - [ - "int sensor_attr_set", - "const struct device *dev, enum sensor_channel chan, enum sensor_attribute attr, const struct sensor_value *val" - ], - "sensor.h", - false - ], - [ - [ - "int sensor_attr_get", - "const struct device *dev, enum sensor_channel chan, enum sensor_attribute attr, struct sensor_value *val" - ], - "sensor.h", - false - ], - [ - [ - "int sensor_sample_fetch", - "const struct device *dev" - ], - "sensor.h", - false - ], - [ - [ - "int sensor_sample_fetch_chan", - "const struct device *dev, enum sensor_channel type" - ], - "sensor.h", - false - ], - [ - [ - "int sensor_channel_get", - "const struct device *dev, enum sensor_channel chan, struct sensor_value *val" - ], - "sensor.h", - false - ], - [ - [ - "int sensor_get_decoder", - "const struct device *dev, const struct sensor_decoder_api **decoder" - ], - "sensor.h", - false - ], - [ - [ - "int sensor_reconfigure_read_iodev", - "const struct rtio_iodev *iodev, const struct device *sensor, const struct sensor_chan_spec *channels, size_t num_channels" - ], - "sensor.h", - false - ], - [ - [ - "int smbus_configure", - "const struct device *dev, uint32_t dev_config" - ], - "smbus.h", - false - ], - [ - [ - "int smbus_get_config", - "const struct device *dev, uint32_t *dev_config" - ], - "smbus.h", - false - ], - [ - [ - "int smbus_smbalert_remove_cb", - "const struct device *dev, struct smbus_callback *cb" - ], - "smbus.h", - false - ], - [ - [ - "int smbus_host_notify_remove_cb", - "const struct device *dev, struct smbus_callback *cb" - ], - "smbus.h", - false - ], - [ - [ - "int smbus_quick", - "const struct device *dev, uint16_t addr, enum smbus_direction direction" - ], - "smbus.h", - false - ], - [ - [ - "int smbus_byte_write", - "const struct device *dev, uint16_t addr, uint8_t byte" - ], - "smbus.h", - false - ], - [ - [ - "int smbus_byte_read", - "const struct device *dev, uint16_t addr, uint8_t *byte" - ], - "smbus.h", - false - ], - [ - [ - "int smbus_byte_data_write", - "const struct device *dev, uint16_t addr, uint8_t cmd, uint8_t byte" - ], - "smbus.h", - false - ], - [ - [ - "int smbus_byte_data_read", - "const struct device *dev, uint16_t addr, uint8_t cmd, uint8_t *byte" - ], - "smbus.h", - false - ], - [ - [ - "int smbus_word_data_write", - "const struct device *dev, uint16_t addr, uint8_t cmd, uint16_t word" - ], - "smbus.h", - false - ], - [ - [ - "int smbus_word_data_read", - "const struct device *dev, uint16_t addr, uint8_t cmd, uint16_t *word" - ], - "smbus.h", - false - ], - [ - [ - "int smbus_pcall", - "const struct device *dev, uint16_t addr, uint8_t cmd, uint16_t send_word, uint16_t *recv_word" - ], - "smbus.h", - false - ], - [ - [ - "int smbus_block_write", - "const struct device *dev, uint16_t addr, uint8_t cmd, uint8_t count, uint8_t *buf" - ], - "smbus.h", - false - ], - [ - [ - "int smbus_block_read", - "const struct device *dev, uint16_t addr, uint8_t cmd, uint8_t *count, uint8_t *buf" - ], - "smbus.h", - false - ], - [ - [ - "int smbus_block_pcall", - "const struct device *dev, uint16_t addr, uint8_t cmd, uint8_t snd_count, uint8_t *snd_buf, uint8_t *rcv_count, uint8_t *rcv_buf" - ], - "smbus.h", - false - ], - [ - [ - "int spi_transceive", - "const struct device *dev, const struct spi_config *config, const struct spi_buf_set *tx_bufs, const struct spi_buf_set *rx_bufs" - ], - "spi.h", - false - ], - [ - [ - "int spi_release", - "const struct device *dev, const struct spi_config *config" - ], - "spi.h", - false - ], - [ - [ - "int swdp_output_sequence", - "const struct device *dev, const uint32_t count, const uint8_t *const data" - ], - "swdp.h", - false - ], - [ - [ - "int swdp_input_sequence", - "const struct device *dev, const uint32_t count, uint8_t *const buf" - ], - "swdp.h", - false - ], - [ - [ - "int swdp_transfer", - "const struct device *dev, const uint8_t request, uint32_t *const data, const uint8_t idle_cycles, uint8_t *const response" - ], - "swdp.h", - false - ], - [ - [ - "int swdp_set_pins", - "const struct device *dev, const uint8_t pins, const uint8_t value" - ], - "swdp.h", - false - ], - [ - [ - "int swdp_get_pins", - "const struct device *dev, uint8_t *const state" - ], - "swdp.h", - false - ], - [ - [ - "int swdp_set_clock", - "const struct device *dev, const uint32_t clock" - ], - "swdp.h", - false - ], - [ - [ - "int swdp_port_on", - "const struct device *dev" - ], - "swdp.h", - false - ], - [ - [ - "int swdp_port_off", - "const struct device *dev" - ], - "swdp.h", - false - ], - [ - [ - "int swdp_configure", - "const struct device *dev, const uint8_t turnaround, const bool data_phase" - ], - "swdp.h", - false - ], - [ - [ - "int syscon_get_base", - "const struct device *dev, uintptr_t *addr" - ], - "syscon.h", - false - ], - [ - [ - "int syscon_read_reg", - "const struct device *dev, uint32_t reg, uint32_t *val" - ], - "syscon.h", - false - ], - [ - [ - "int syscon_write_reg", - "const struct device *dev, uint32_t reg, uint32_t val" - ], - "syscon.h", - false - ], - [ - [ - "int syscon_update_bits", - "const struct device *dev, uint32_t reg, uint32_t mask, uint32_t val" - ], - "syscon.h", - false - ], - [ - [ - "int syscon_get_size", - "const struct device *dev, size_t *size" - ], - "syscon.h", - false - ], - [ - [ - "int tee_get_version", - "const struct device *dev, struct tee_version_info *info" - ], - "tee.h", - false - ], - [ - [ - "int tee_open_session", - "const struct device *dev, struct tee_open_session_arg *arg, unsigned int num_param, struct tee_param *param, uint32_t *session_id" - ], - "tee.h", - false - ], - [ - [ - "int tee_close_session", - "const struct device *dev, uint32_t session_id" - ], - "tee.h", - false - ], - [ - [ - "int tee_cancel", - "const struct device *dev, uint32_t session_id, uint32_t cancel_id" - ], - "tee.h", - false - ], - [ - [ - "int tee_invoke_func", - "const struct device *dev, struct tee_invoke_func_arg *arg, unsigned int num_param, struct tee_param *param" - ], - "tee.h", - false - ], - [ - [ - "int tee_shm_register", - "const struct device *dev, void *addr, size_t size, uint32_t flags, struct tee_shm **shm" - ], - "tee.h", - false - ], - [ - [ - "int tee_shm_unregister", - "const struct device *dev, struct tee_shm *shm" - ], - "tee.h", - false - ], - [ - [ - "int tee_shm_alloc", - "const struct device *dev, size_t size, uint32_t flags, struct tee_shm **shm" - ], - "tee.h", - false - ], - [ - [ - "int tee_shm_free", - "const struct device *dev, struct tee_shm *shm" - ], - "tee.h", - false - ], - [ - [ - "int tee_suppl_recv", - "const struct device *dev, uint32_t *func, unsigned int *num_params, struct tee_param *param" - ], - "tee.h", - false - ], - [ - [ - "int tee_suppl_send", - "const struct device *dev, unsigned int ret, unsigned int num_params, struct tee_param *param" - ], - "tee.h", - false - ], - [ - [ - "int tgpio_port_get_time", - "const struct device *dev, uint64_t *current_time" - ], - "timeaware_gpio.h", - false - ], - [ - [ - "int tgpio_port_get_cycles_per_second", - "const struct device *dev, uint32_t *cycles" - ], - "timeaware_gpio.h", - false - ], - [ - [ - "int tgpio_pin_disable", - "const struct device *dev, uint32_t pin" - ], - "timeaware_gpio.h", - false - ], - [ - [ - "int tgpio_pin_config_ext_timestamp", - "const struct device *dev, uint32_t pin, uint32_t event_polarity" - ], - "timeaware_gpio.h", - false - ], - [ - [ - "int tgpio_pin_periodic_output", - "const struct device *dev, uint32_t pin, uint64_t start_time, uint64_t repeat_interval, bool periodic_enable" - ], - "timeaware_gpio.h", - false - ], - [ - [ - "int tgpio_pin_read_ts_ec", - "const struct device *dev, uint32_t pin, uint64_t *timestamp, uint64_t *event_count" - ], - "timeaware_gpio.h", - false - ], - [ - [ - "int uart_err_check", - "const struct device *dev" - ], - "uart.h", - false - ], - [ - [ - "int uart_poll_in", - "const struct device *dev, unsigned char *p_char" - ], - "uart.h", - false - ], - [ - [ - "int uart_poll_in_u16", - "const struct device *dev, uint16_t *p_u16" - ], - "uart.h", - false - ], - [ - [ - "void uart_poll_out", - "const struct device *dev, unsigned char out_char" - ], - "uart.h", - false - ], - [ - [ - "void uart_poll_out_u16", - "const struct device *dev, uint16_t out_u16" - ], - "uart.h", - false - ], - [ - [ - "int uart_configure", - "const struct device *dev, const struct uart_config *cfg" - ], - "uart.h", - false - ], - [ - [ - "int uart_config_get", - "const struct device *dev, struct uart_config *cfg" - ], - "uart.h", - false - ], - [ - [ - "void uart_irq_tx_enable", - "const struct device *dev" - ], - "uart.h", - false - ], - [ - [ - "void uart_irq_tx_disable", - "const struct device *dev" - ], - "uart.h", - false - ], - [ - [ - "void uart_irq_rx_enable", - "const struct device *dev" - ], - "uart.h", - false - ], - [ - [ - "void uart_irq_rx_disable", - "const struct device *dev" - ], - "uart.h", - false - ], - [ - [ - "void uart_irq_err_enable", - "const struct device *dev" - ], - "uart.h", - false - ], - [ - [ - "void uart_irq_err_disable", - "const struct device *dev" - ], - "uart.h", - false - ], - [ - [ - "int uart_irq_is_pending", - "const struct device *dev" - ], - "uart.h", - false - ], - [ - [ - "int uart_irq_update", - "const struct device *dev" - ], - "uart.h", - false - ], - [ - [ - "int uart_tx", - "const struct device *dev, const uint8_t *buf, size_t len, int32_t timeout" - ], - "uart.h", - false - ], - [ - [ - "int uart_tx_u16", - "const struct device *dev, const uint16_t *buf, size_t len, int32_t timeout" - ], - "uart.h", - false - ], - [ - [ - "int uart_tx_abort", - "const struct device *dev" - ], - "uart.h", - false - ], - [ - [ - "int uart_rx_enable", - "const struct device *dev, uint8_t *buf, size_t len, int32_t timeout" - ], - "uart.h", - false - ], - [ - [ - "int uart_rx_enable_u16", - "const struct device *dev, uint16_t *buf, size_t len, int32_t timeout" - ], - "uart.h", - false - ], - [ - [ - "int uart_rx_disable", - "const struct device *dev" - ], - "uart.h", - false - ], - [ - [ - "int uart_line_ctrl_set", - "const struct device *dev, uint32_t ctrl, uint32_t val" - ], - "uart.h", - false - ], - [ - [ - "int uart_line_ctrl_get", - "const struct device *dev, uint32_t ctrl, uint32_t *val" - ], - "uart.h", - false - ], - [ - [ - "int uart_drv_cmd", - "const struct device *dev, uint32_t cmd, uint32_t p" - ], - "uart.h", - false - ], - [ - [ - "int w1_change_bus_lock", - "const struct device *dev, bool lock" - ], - "w1.h", - false - ], - [ - [ - "int w1_reset_bus", - "const struct device *dev" - ], - "w1.h", - false - ], - [ - [ - "int w1_read_bit", - "const struct device *dev" - ], - "w1.h", - false - ], - [ - [ - "int w1_write_bit", - "const struct device *dev, const bool bit" - ], - "w1.h", - false - ], - [ - [ - "int w1_read_byte", - "const struct device *dev" - ], - "w1.h", - false - ], - [ - [ - "int w1_write_byte", - "const struct device *dev, uint8_t byte" - ], - "w1.h", - false - ], - [ - [ - "int w1_read_block", - "const struct device *dev, uint8_t *buffer, size_t len" - ], - "w1.h", - false - ], - [ - [ - "int w1_write_block", - "const struct device *dev, const uint8_t *buffer, size_t len" - ], - "w1.h", - false - ], - [ - [ - "size_t w1_get_slave_count", - "const struct device *dev" - ], - "w1.h", - false - ], - [ - [ - "int w1_configure", - "const struct device *dev, enum w1_settings_type type, uint32_t value" - ], - "w1.h", - false - ], - [ - [ - "int w1_search_bus", - "const struct device *dev, uint8_t command, uint8_t family, w1_search_callback_t callback, void *user_data" - ], - "w1.h", - false - ], - [ - [ - "int wdt_setup", - "const struct device *dev, uint8_t options" - ], - "watchdog.h", - false - ], - [ - [ - "int wdt_disable", - "const struct device *dev" - ], - "watchdog.h", - false - ], - [ - [ - "int wdt_feed", - "const struct device *dev, int channel_id" - ], - "watchdog.h", - false - ], - [ - [ - "const struct flash_simulator_params *flash_simulator_get_params", - "const struct device *dev" - ], - "flash_simulator.h", - false - ], - [ - [ - "void flash_simulator_set_callbacks", - "const struct device *dev, const struct flash_simulator_cb *cb" - ], - "flash_simulator.h", - false - ], - [ - [ - "void *flash_simulator_get_memory", - "const struct device *dev, size_t *mock_size" - ], - "flash_simulator.h", - false - ], - [ - [ - "void nrf_qspi_nor_xip_enable", - "const struct device *dev, bool enable" - ], - "nrf_qspi_nor.h", - false - ], - [ - [ - "int devmux_select_get", - "const struct device *dev" - ], - "devmux.h", - false - ], - [ - [ - "int devmux_select_set", - "struct device *dev, size_t index" - ], - "devmux.h", - false - ], - [ - [ - "int renesas_elc_software_event_generate", - "const struct device *dev, uint32_t event" - ], - "renesas_elc.h", - false - ], - [ - [ - "int renesas_elc_link_set", - "const struct device *dev, uint32_t peripheral, uint32_t event" - ], - "renesas_elc.h", - false - ], - [ - [ - "int renesas_elc_link_break", - "const struct device *dev, uint32_t peripheral" - ], - "renesas_elc.h", - false - ], - [ - [ - "int renesas_elc_enable", - "const struct device *dev" - ], - "renesas_elc.h", - false - ], - [ - [ - "int renesas_elc_disable", - "const struct device *dev" - ], - "renesas_elc.h", - false - ], - [ - [ - "int psi5_start_sync", - "const struct device *dev, uint8_t channel" - ], - "psi5.h", - false - ], - [ - [ - "int psi5_stop_sync", - "const struct device *dev, uint8_t channel" - ], - "psi5.h", - false - ], - [ - [ - "int psi5_send", - "const struct device *dev, uint8_t channel, const uint64_t data, k_timeout_t timeout, psi5_tx_callback_t callback, void *user_data" - ], - "psi5.h", - false - ], - [ - [ - "int psi5_register_callback", - "const struct device *dev, uint8_t channel, struct psi5_rx_callback_configs callback_configs" - ], - "psi5.h", - false - ], - [ - [ - "int maxim_ds3231_req_syncpoint", - "const struct device *dev, struct k_poll_signal *signal" - ], - "maxim_ds3231.h", - false - ], - [ - [ - "int maxim_ds3231_get_syncpoint", - "const struct device *dev, struct maxim_ds3231_syncpoint *syncpoint" - ], - "maxim_ds3231.h", - false - ], - [ - [ - "int sent_start_listening", - "const struct device *dev, uint8_t channel" - ], - "sent.h", - false - ], - [ - [ - "int sent_stop_listening", - "const struct device *dev, uint8_t channel" - ], - "sent.h", - false - ], - [ - [ - "int sent_register_callback", - "const struct device *dev, uint8_t channel, struct sent_rx_callback_configs callback_configs" - ], - "sent.h", - false - ], - [ - [ - "void sip_supervisory_call", - "const struct device *dev, unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5, unsigned long arg6, struct arm_smccc_res *res" - ], - "sip_svc_driver.h", - false - ], - [ - [ - "bool sip_svc_plat_func_id_valid", - "const struct device *dev, uint32_t command, uint32_t func_id" - ], - "sip_svc_driver.h", - false - ], - [ - [ - "uint32_t sip_svc_plat_format_trans_id", - "const struct device *dev, uint32_t client_idx, uint32_t trans_idx" - ], - "sip_svc_driver.h", - false - ], - [ - [ - "uint32_t sip_svc_plat_get_trans_idx", - "const struct device *dev, uint32_t trans_id" - ], - "sip_svc_driver.h", - false - ], - [ - [ - "void sip_svc_plat_update_trans_id", - "const struct device *dev, struct sip_svc_request *request, uint32_t trans_id" - ], - "sip_svc_driver.h", - false - ], - [ - [ - "uint32_t sip_svc_plat_get_error_code", - "const struct device *dev, struct arm_smccc_res *res" - ], - "sip_svc_driver.h", - false - ], - [ - [ - "int sip_svc_plat_async_res_req", - "const struct device *dev, unsigned long *a0, unsigned long *a1, unsigned long *a2, unsigned long *a3, unsigned long *a4, unsigned long *a5, unsigned long *a6, unsigned long *a7, char *buf, size_t size" - ], - "sip_svc_driver.h", - false - ], - [ - [ - "int sip_svc_plat_async_res_res", - "const struct device *dev, struct arm_smccc_res *res, char *buf, size_t *size, uint32_t *trans_id" - ], - "sip_svc_driver.h", - false - ], - [ - [ - "void sip_svc_plat_free_async_memory", - "const struct device *dev, struct sip_svc_request *request" - ], - "sip_svc_driver.h", - false - ], - [ - [ - "int stepper_enable", - "const struct device *dev" - ], - "stepper.h", - false - ], - [ - [ - "int stepper_disable", - "const struct device *dev" - ], - "stepper.h", - false - ], - [ - [ - "int stepper_set_micro_step_res", - "const struct device *dev, enum stepper_micro_step_resolution res" - ], - "stepper.h", - false - ], - [ - [ - "int stepper_get_micro_step_res", - "const struct device *dev, enum stepper_micro_step_resolution *res" - ], - "stepper.h", - false - ], - [ - [ - "int stepper_set_event_cb", - "const struct device *dev, stepper_event_cb_t callback, void *user_data" - ], - "stepper.h", - false - ], - [ - [ - "int stepper_ctrl_set_reference_position", - "const struct device *dev, const int32_t value" - ], - "stepper_ctrl.h", - false - ], - [ - [ - "int stepper_ctrl_get_actual_position", - "const struct device *dev, int32_t *value" - ], - "stepper_ctrl.h", - false - ], - [ - [ - "int stepper_ctrl_set_event_cb", - "const struct device *dev, stepper_ctrl_event_callback_t callback, void *user_data" - ], - "stepper_ctrl.h", - false - ], - [ - [ - "int stepper_ctrl_set_microstep_interval", - "const struct device *dev, const uint64_t microstep_interval_ns" - ], - "stepper_ctrl.h", - false - ], - [ - [ - "int stepper_ctrl_configure_ramp", - "const struct device *dev, const struct stepper_ctrl_ramp *ramp" - ], - "stepper_ctrl.h", - false - ], - [ - [ - "int stepper_ctrl_move_by", - "const struct device *dev, const int32_t micro_steps" - ], - "stepper_ctrl.h", - false - ], - [ - [ - "int stepper_ctrl_move_to", - "const struct device *dev, const int32_t micro_steps" - ], - "stepper_ctrl.h", - false - ], - [ - [ - "int stepper_ctrl_run", - "const struct device *dev, const enum stepper_ctrl_direction direction" - ], - "stepper_ctrl.h", - false - ], - [ - [ - "int stepper_ctrl_stop", - "const struct device *dev" - ], - "stepper_ctrl.h", - false - ], - [ - [ - "int stepper_ctrl_is_moving", - "const struct device *dev, bool *is_moving" - ], - "stepper_ctrl.h", - false - ], - [ - [ - "int bc12_set_role", - "const struct device *dev, enum bc12_role role" - ], - "usb_bc12.h", - false - ], - [ - [ - "int bc12_set_result_cb", - "const struct device *dev, bc12_callback_t cb, void *user_data" - ], - "usb_bc12.h", - false - ], - [ - [ - "size_t ivshmem_get_mem", - "const struct device *dev, uintptr_t *memmap" - ], - "ivshmem.h", - false - ], - [ - [ - "uint32_t ivshmem_get_id", - "const struct device *dev" - ], - "ivshmem.h", - false - ], - [ - [ - "uint16_t ivshmem_get_vectors", - "const struct device *dev" - ], - "ivshmem.h", - false - ], - [ - [ - "int ivshmem_int_peer", - "const struct device *dev, uint32_t peer_id, uint16_t vector" - ], - "ivshmem.h", - false - ], - [ - [ - "int ivshmem_register_handler", - "const struct device *dev, struct k_poll_signal *signal, uint16_t vector" - ], - "ivshmem.h", - false - ], - [ - [ - "size_t ivshmem_get_rw_mem_section", - "const struct device *dev, uintptr_t *memmap" - ], - "ivshmem.h", - false - ], - [ - [ - "size_t ivshmem_get_output_mem_section", - "const struct device *dev, uint32_t peer_id, uintptr_t *memmap" - ], - "ivshmem.h", - false - ], - [ - [ - "uint32_t ivshmem_get_state", - "const struct device *dev, uint32_t peer_id" - ], - "ivshmem.h", - false - ], - [ - [ - "int ivshmem_set_state", - "const struct device *dev, uint32_t state" - ], - "ivshmem.h", - false - ], - [ - [ - "uint32_t ivshmem_get_max_peers", - "const struct device *dev" - ], - "ivshmem.h", - false - ], - [ - [ - "uint16_t ivshmem_get_protocol", - "const struct device *dev" - ], - "ivshmem.h", - false - ], - [ - [ - "int ivshmem_enable_interrupts", - "const struct device *dev, bool enable" - ], - "ivshmem.h", - false - ], - [ - [ - "int renesas_ra_ctsu_group_configure", - "const struct device *dev, const struct renesas_ra_ctsu_touch_cfg *cfg" - ], - "input_renesas_ra_ctsu.h", - false - ], - [ - [ - "int renesas_rx_ctsu_group_configure", - "const struct device *dev, const struct renesas_rx_ctsu_touch_cfg *cfg" - ], - "input_renesas_rx_ctsu.h", - false - ], - [ - [ - "void k_mem_paging_stats_get", - "struct k_mem_paging_stats_t *stats" - ], - "demand_paging.h", - false - ], - [ - [ - "void k_mem_paging_thread_stats_get", - "struct k_thread *thread, struct k_mem_paging_stats_t *stats" - ], - "demand_paging.h", - false - ], - [ - [ - "void k_mem_paging_histogram_eviction_get", - " struct k_mem_paging_histogram_t *hist" - ], - "demand_paging.h", - false - ], - [ - [ - "void k_mem_paging_histogram_backing_store_page_in_get", - " struct k_mem_paging_histogram_t *hist" - ], - "demand_paging.h", - false - ], - [ - [ - "void k_mem_paging_histogram_backing_store_page_out_get", - " struct k_mem_paging_histogram_t *hist" - ], - "demand_paging.h", - false - ], - [ - [ - "ssize_t llext_get_fn_table", - "struct llext *ext, bool is_init, void *buf, size_t size" - ], - "llext.h", - false - ], - [ - [ - "void updatehub_autohandler", - "void" - ], - "updatehub.h", - false - ], - [ - [ - "enum updatehub_response updatehub_probe", - "void" - ], - "updatehub.h", - false - ], - [ - [ - "enum updatehub_response updatehub_update", - "void" - ], - "updatehub.h", - false - ], - [ - [ - "int updatehub_confirm", - "void" - ], - "updatehub.h", - false - ], - [ - [ - "int updatehub_reboot", - "void" - ], - "updatehub.h", - false - ], - [ - [ - "int updatehub_report_error", - "void" - ], - "updatehub.h", - false - ], - [ - [ - "const struct device *net_eth_get_ptp_clock_by_index", - "int index" - ], - "ethernet.h", - false - ], - [ - [ - "int net_if_ipv6_addr_lookup_by_index", - "const struct net_in6_addr *addr" - ], - "net_if.h", - false - ], - [ - [ - "bool net_if_ipv6_addr_add_by_index", - "int index, const struct net_in6_addr *addr, enum net_addr_type addr_type, uint32_t vlifetime" - ], - "net_if.h", - false - ], - [ - [ - "bool net_if_ipv6_addr_rm_by_index", - "int index, const struct net_in6_addr *addr" - ], - "net_if.h", - false - ], - [ - [ - "int net_if_ipv4_addr_lookup_by_index", - "const struct net_in_addr *addr" - ], - "net_if.h", - false - ], - [ - [ - "bool net_if_ipv4_addr_add_by_index", - "int index, const struct net_in_addr *addr, enum net_addr_type addr_type, uint32_t vlifetime" - ], - "net_if.h", - false - ], - [ - [ - "bool net_if_ipv4_addr_rm_by_index", - "int index, const struct net_in_addr *addr" - ], - "net_if.h", - false - ], - [ - [ - "bool net_if_ipv4_set_netmask_by_addr_by_index", - "int index, const struct net_in_addr *addr, const struct net_in_addr *netmask" - ], - "net_if.h", - false - ], - [ - [ - "bool net_if_ipv4_set_gw_by_index", - "int index, const struct net_in_addr *gw" - ], - "net_if.h", - false - ], - [ - [ - "struct net_if *net_if_get_by_index", - "int index" - ], - "net_if.h", - false - ], - [ - [ - "int net_addr_pton", - "net_sa_family_t family, const char *src, void *dst" - ], - "net_ip.h", - false - ], - [ - [ - "char *net_addr_ntop", - "net_sa_family_t family, const void *src, char *dst, size_t size" - ], - "net_ip.h", - false - ], - [ - [ - "void *zsock_get_context_object", - "int sock" - ], - "socket.h", - false - ], - [ - [ - "int zsock_socket", - "int family, int type, int proto" - ], - "socket.h", - false - ], - [ - [ - "int zsock_socketpair", - "int family, int type, int proto, int *sv" - ], - "socket.h", - false - ], - [ - [ - "int zsock_close", - "int sock" - ], - "socket.h", - false - ], - [ - [ - "int zsock_shutdown", - "int sock, int how" - ], - "socket.h", - false - ], - [ - [ - "int zsock_bind", - "int sock, const struct net_sockaddr *addr, net_socklen_t addrlen" - ], - "socket.h", - false - ], - [ - [ - "int zsock_connect", - "int sock, const struct net_sockaddr *addr, net_socklen_t addrlen" - ], - "socket.h", - false - ], - [ - [ - "int zsock_listen", - "int sock, int backlog" - ], - "socket.h", - false - ], - [ - [ - "int zsock_accept", - "int sock, struct net_sockaddr *addr, net_socklen_t *addrlen" - ], - "socket.h", - false - ], - [ - [ - "ssize_t zsock_sendto", - "int sock, const void *buf, size_t len, int flags, const struct net_sockaddr *dest_addr, net_socklen_t addrlen" - ], - "socket.h", - false - ], - [ - [ - "ssize_t zsock_sendmsg", - "int sock, const struct net_msghdr *msg, int flags" - ], - "socket.h", - false - ], - [ - [ - "ssize_t zsock_recvfrom", - "int sock, void *buf, size_t max_len, int flags, struct net_sockaddr *src_addr, net_socklen_t *addrlen" - ], - "socket.h", - false - ], - [ - [ - "ssize_t zsock_recvmsg", - "int sock, struct net_msghdr *msg, int flags" - ], - "socket.h", - false - ], - [ - [ - "int zsock_fcntl_impl", - "int sock, int cmd, int flags" - ], - "socket.h", - false - ], - [ - [ - "int zsock_ioctl_impl", - "int sock, unsigned long request, va_list ap" - ], - "socket.h", - false - ], - [ - [ - "int zsock_getsockopt", - "int sock, int level, int optname, void *optval, net_socklen_t *optlen" - ], - "socket.h", - false - ], - [ - [ - "int zsock_setsockopt", - "int sock, int level, int optname, const void *optval, net_socklen_t optlen" - ], - "socket.h", - false - ], - [ - [ - "int zsock_getpeername", - "int sock, struct net_sockaddr *addr, net_socklen_t *addrlen" - ], - "socket.h", - false - ], - [ - [ - "int zsock_getsockname", - "int sock, struct net_sockaddr *addr, net_socklen_t *addrlen" - ], - "socket.h", - false - ], - [ - [ - "int zsock_gethostname", - "char *buf, size_t len" - ], - "socket.h", - false - ], - [ - [ - "int zsock_inet_pton", - "net_sa_family_t family, const char *src, void *dst" - ], - "socket.h", - false - ], - [ - [ - "int z_zsock_getaddrinfo_internal", - "const char *host, const char *service, const struct zsock_addrinfo *hints, struct zsock_addrinfo *res" - ], - "socket.h", - false - ], - [ - [ - "int net_socket_service_register", - "const struct net_socket_service_desc *service, struct zsock_pollfd *fds, int len, void *user_data" - ], - "socket_service.h", - false - ], - [ - [ - "void sys_rand_get", - "void *dst, size_t len" - ], - "random.h", - false - ], - [ - [ - "int sys_csrand_get", - "void *dst, size_t len" - ], - "random.h", - false - ], - [ - [ - "void rtio_sqe_signal", - "struct rtio_sqe *sqe" - ], - "rtio.h", - false - ], - [ - [ - "int rtio_cqe_get_mempool_buffer", - "const struct rtio *r, struct rtio_cqe *cqe, uint8_t **buff, uint32_t *buff_len" - ], - "rtio.h", - false - ], - [ - [ - "void rtio_release_buffer", - "struct rtio *r, void *buff, uint32_t buff_len" - ], - "rtio.h", - false - ], - [ - [ - "int rtio_sqe_cancel", - "struct rtio_sqe *sqe" - ], - "rtio.h", - false - ], - [ - [ - "int rtio_sqe_copy_in_get_handles", - "struct rtio *r, const struct rtio_sqe *sqes, struct rtio_sqe **handle, size_t sqe_count" - ], - "rtio.h", - false - ], - [ - [ - "int rtio_cqe_copy_out", - "struct rtio *r, struct rtio_cqe *cqes, size_t cqe_count, k_timeout_t timeout" - ], - "rtio.h", - false - ], - [ - [ - "int rtio_submit", - "struct rtio *r, uint32_t wait_count" - ], - "rtio.h", - false - ], - [ - [ - "struct rtio *rtio_pool_acquire", - "struct rtio_pool *pool" - ], - "rtio.h", - false - ], - [ - [ - "void rtio_pool_release", - "struct rtio_pool *pool, struct rtio *r" - ], - "rtio.h", - false - ], - [ - [ - "bool atomic_cas", - "atomic_t *target, atomic_val_t old_value, atomic_val_t new_value" - ], - "atomic_c.h", - false - ], - [ - [ - "bool atomic_ptr_cas", - "atomic_ptr_t *target, atomic_ptr_val_t old_value, atomic_ptr_val_t new_value" - ], - "atomic_c.h", - false - ], - [ - [ - "atomic_val_t atomic_add", - "atomic_t *target, atomic_val_t value" - ], - "atomic_c.h", - false - ], - [ - [ - "atomic_val_t atomic_sub", - "atomic_t *target, atomic_val_t value" - ], - "atomic_c.h", - false - ], - [ - [ - "atomic_val_t atomic_set", - "atomic_t *target, atomic_val_t value" - ], - "atomic_c.h", - false - ], - [ - [ - "atomic_ptr_val_t atomic_ptr_set", - "atomic_ptr_t *target, atomic_ptr_val_t value" - ], - "atomic_c.h", - false - ], - [ - [ - "atomic_val_t atomic_or", - "atomic_t *target, atomic_val_t value" - ], - "atomic_c.h", - false - ], - [ - [ - "atomic_val_t atomic_xor", - "atomic_t *target, atomic_val_t value" - ], - "atomic_c.h", - false - ], - [ - [ - "atomic_val_t atomic_and", - "atomic_t *target, atomic_val_t value" - ], - "atomic_c.h", - false - ], - [ - [ - "atomic_val_t atomic_nand", - "atomic_t *target, atomic_val_t value" - ], - "atomic_c.h", - false - ], - [ - [ - "int *z_errno", - "void" - ], - "errno_private.h", - false - ], - [ - [ - "int zvfs_poll", - "struct zvfs_pollfd *fds, int nfds, int poll_timeout" - ], - "fdtable.h", - false - ], - [ - [ - "int zvfs_select", - "int nfds, struct zvfs_fd_set *ZRESTRICT readfds, struct zvfs_fd_set *ZRESTRICT writefds, struct zvfs_fd_set *ZRESTRICT errorfds, const struct timespec *ZRESTRICT timeout, const void *ZRESTRICT sigmask" - ], - "fdtable.h", - false - ] -] \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_file_list.txt b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_file_list.txt deleted file mode 100644 index a68832c..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_file_list.txt +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/libc-hooks.h;/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/clock.h;/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/mutex.h;/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/logging/log_msg.h;/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/logging/log_ctrl.h;/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/flash.h;/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/device.h;/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/kernel.h;/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/kobject.h;/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/time_units.h \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include deleted file mode 120000 index 6d13b4d..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr deleted file mode 120000 index c7232a5..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_acpi b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_acpi deleted file mode 120000 index c67ecf5..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_acpi +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/acpi \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_app_memory b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_app_memory deleted file mode 120000 index ba885b6..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_app_memory +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/app_memory \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch deleted file mode 120000 index db999b0..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc deleted file mode 120000 index 4c74a01..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_asm-compat b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_asm-compat deleted file mode 120000 index 81de20e..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_asm-compat +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/asm-compat \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2 b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2 deleted file mode 120000 index ef5f52c..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2 +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/v2 \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_dsp b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_dsp deleted file mode 120000 index 378bba0..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_dsp +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/v2/dsp \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_mpu b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_mpu deleted file mode 120000 index ae41ad5..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_mpu +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/v2/mpu \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_secureshield b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_secureshield deleted file mode 120000 index 62306ca..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_secureshield +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/v2/secureshield \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_vpx b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_vpx deleted file mode 120000 index 88182f0..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_vpx +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arc/v2/vpx \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm deleted file mode 120000 index 2bfe764..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64 b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64 deleted file mode 120000 index 56183dc..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64 +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64 \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_cortex_r b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_cortex_r deleted file mode 120000 index 4536b91..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_cortex_r +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/cortex_r \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_scripts b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_scripts deleted file mode 120000 index ad6f969..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_scripts +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm64/scripts \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r deleted file mode 120000 index 59482d0..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_a_r \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r_scripts b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r_scripts deleted file mode 120000 index 9d79467..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r_scripts +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_a_r/scripts \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m deleted file mode 120000 index 1f7fc82..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_m \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m_scripts b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m_scripts deleted file mode 120000 index 31b4c66..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m_scripts +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_m/scripts \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r deleted file mode 120000 index ed1f279..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_r \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r_scripts b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r_scripts deleted file mode 120000 index c3dffe1..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r_scripts +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/cortex_r/scripts \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mmu b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mmu deleted file mode 120000 index cfc2281..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mmu +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/mmu \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mpu b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mpu deleted file mode 120000 index 3f6e9b6..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mpu +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/arm/mpu \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_common b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_common deleted file mode 120000 index 7f61aa5..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_common +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/common \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_mips b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_mips deleted file mode 120000 index 8f2364e..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_mips +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/mips \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_openrisc b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_openrisc deleted file mode 120000 index 91819f1..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_openrisc +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/openrisc \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_posix b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_posix deleted file mode 120000 index 2390183..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_posix +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/posix \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv deleted file mode 120000 index d73241b..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/riscv \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_common b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_common deleted file mode 120000 index 3daecc7..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_common +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/riscv/common \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_riscv-privileged b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_riscv-privileged deleted file mode 120000 index 0400a72..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_riscv-privileged +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/riscv/riscv-privileged \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_rx b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_rx deleted file mode 120000 index 04ba834..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_rx +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/rx \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_sparc b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_sparc deleted file mode 120000 index 3e36b09..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_sparc +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/sparc \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86 b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86 deleted file mode 120000 index 7e5059b..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86 +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86 \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32 b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32 deleted file mode 120000 index 35616cd..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32 +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/ia32 \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32_scripts b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32_scripts deleted file mode 120000 index d96269a..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32_scripts +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/ia32/scripts \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_intel64 b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_intel64 deleted file mode 120000 index c870af1..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_intel64 +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/x86/intel64 \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_xtensa b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_xtensa deleted file mode 120000 index b2ec38a..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_xtensa +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/arch/xtensa \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_audio b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_audio deleted file mode 120000 index 41b4b0f..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_audio +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/audio \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth deleted file mode 120000 index aa10371..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_audio b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_audio deleted file mode 120000 index 7977361..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_audio +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/audio \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_classic b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_classic deleted file mode 120000 index 0bdaaaa..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_classic +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/classic \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_mesh b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_mesh deleted file mode 120000 index 7fd6ca9..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_mesh +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/mesh \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services deleted file mode 120000 index 720a396..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/services \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services_nus b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services_nus deleted file mode 120000 index c333e50..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services_nus +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/bluetooth/services/nus \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_canbus b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_canbus deleted file mode 120000 index 5061343..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_canbus +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/canbus \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_cleanup b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_cleanup deleted file mode 120000 index 6a17a21..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_cleanup +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/cleanup \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_console b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_console deleted file mode 120000 index 25b8d10..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_console +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/console \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_cpu_freq b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_cpu_freq deleted file mode 120000 index ff1bcca..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_cpu_freq +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/cpu_freq \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_crypto b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_crypto deleted file mode 120000 index ee995e5..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_crypto +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/crypto \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dap b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dap deleted file mode 120000 index 927d75e..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dap +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dap \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_data b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_data deleted file mode 120000 index be02d17..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_data +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/data \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_debug b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_debug deleted file mode 120000 index a2a2d6c..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_debug +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/debug \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_debug_coresight b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_debug_coresight deleted file mode 120000 index 71d4905..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_debug_coresight +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/debug/coresight \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_devicetree b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_devicetree deleted file mode 120000 index 473713f..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_devicetree +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/devicetree \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dfu b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dfu deleted file mode 120000 index 432f7de..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dfu +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dfu \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_display b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_display deleted file mode 120000 index e2ddb83..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_display +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/display \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers deleted file mode 120000 index 411b666..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_adc b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_adc deleted file mode 120000 index 033b7d1..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_adc +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/adc \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_biometrics b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_biometrics deleted file mode 120000 index 08f5323..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_biometrics +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/biometrics \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_bluetooth b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_bluetooth deleted file mode 120000 index df75af9..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_bluetooth +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/bluetooth \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_can b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_can deleted file mode 120000 index edc9883..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_can +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/can \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_charger b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_charger deleted file mode 120000 index df642c3..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_charger +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/charger \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_clock_control b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_clock_control deleted file mode 120000 index 78a754d..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_clock_control +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/clock_control \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_comparator b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_comparator deleted file mode 120000 index 48bb5e3..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_comparator +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/comparator \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_console b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_console deleted file mode 120000 index f71bfdc..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_console +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/console \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_counter b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_counter deleted file mode 120000 index 2e20255..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_counter +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/counter \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dac b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dac deleted file mode 120000 index 0c99852..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dac +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/dac \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_debug b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_debug deleted file mode 120000 index 26bc61c..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_debug +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/debug \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_disk b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_disk deleted file mode 120000 index 0610767..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_disk +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/disk \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_display b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_display deleted file mode 120000 index f35d693..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_display +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/display \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dma b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dma deleted file mode 120000 index f952990..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dma +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/dma \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_edac b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_edac deleted file mode 120000 index 7f4a7c8..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_edac +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/edac \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_eeprom b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_eeprom deleted file mode 120000 index e7f3fed..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_eeprom +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/eeprom \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ethernet b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ethernet deleted file mode 120000 index 9bcda19..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ethernet +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/ethernet \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware deleted file mode 120000 index 5c35b18..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/firmware \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_qemu_fwcfg b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_qemu_fwcfg deleted file mode 120000 index a631d7b..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_qemu_fwcfg +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/firmware/qemu_fwcfg \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_scmi b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_scmi deleted file mode 120000 index c4bce4b..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_scmi +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/firmware/scmi \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_scmi_nxp b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_scmi_nxp deleted file mode 120000 index 8102016..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_scmi_nxp +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/firmware/scmi/nxp \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_tisci b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_tisci deleted file mode 120000 index d650f8c..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_tisci +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/firmware/tisci \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_flash b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_flash deleted file mode 120000 index e0d61c2..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_flash +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/flash \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gnss b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gnss deleted file mode 120000 index 839db4f..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gnss +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/gnss \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gpio b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gpio deleted file mode 120000 index 676973a..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gpio +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/gpio \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_haptics b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_haptics deleted file mode 120000 index 939b534..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_haptics +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/haptics \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c deleted file mode 120000 index 764e659..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/i2c \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c_target b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c_target deleted file mode 120000 index 1aa3b82..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c_target +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/i2c/target \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i3c b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i3c deleted file mode 120000 index f19b30c..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i3c +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/i3c \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ieee802154 b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ieee802154 deleted file mode 120000 index 48f593d..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ieee802154 +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/ieee802154 \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_interrupt_controller b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_interrupt_controller deleted file mode 120000 index 2c12aa1..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_interrupt_controller +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/interrupt_controller \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led deleted file mode 120000 index e5c4f6b..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/led \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led_strip b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led_strip deleted file mode 120000 index 8148304..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led_strip +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/led_strip \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_memc b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_memc deleted file mode 120000 index 45bdc8b..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_memc +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/memc \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mfd b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mfd deleted file mode 120000 index 3d9aa44..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mfd +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mfd \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mic_privacy b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mic_privacy deleted file mode 120000 index 56841d4..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mic_privacy +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mic_privacy \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mic_privacy_intel b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mic_privacy_intel deleted file mode 120000 index 9bc3991..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mic_privacy_intel +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mic_privacy/intel \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mipi_dsi b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mipi_dsi deleted file mode 120000 index dd91905..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mipi_dsi +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mipi_dsi \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc deleted file mode 120000 index 19ef794..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_devmux b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_devmux deleted file mode 120000 index 0d54559..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_devmux +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/devmux \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_flexram b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_flexram deleted file mode 120000 index e4d407e..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_flexram +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/flexram \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_ft8xx b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_ft8xx deleted file mode 120000 index dd305ba..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_ft8xx +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/ft8xx \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_grove_lcd b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_grove_lcd deleted file mode 120000 index 51e4c13..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_grove_lcd +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/grove_lcd \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_interconn b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_interconn deleted file mode 120000 index 22ed9b6..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_interconn +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/interconn \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_interconn_renesas_elc b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_interconn_renesas_elc deleted file mode 120000 index eace2a0..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_interconn_renesas_elc +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/interconn/renesas_elc \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_max2221x b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_max2221x deleted file mode 120000 index 7e8d60f..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_max2221x +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/max2221x \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_flexio b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_flexio deleted file mode 120000 index 22bfc00..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_flexio +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/nxp_flexio \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_rtxxx_dsp_ctrl b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_rtxxx_dsp_ctrl deleted file mode 120000 index 1a5ab2b..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_rtxxx_dsp_ctrl +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/nxp_rtxxx_dsp_ctrl \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_pio_rpi_pico b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_pio_rpi_pico deleted file mode 120000 index 1248366..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_pio_rpi_pico +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/pio_rpi_pico \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_ra_external_interrupt b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_ra_external_interrupt deleted file mode 120000 index 99dab5a..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_ra_external_interrupt +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/renesas_ra_external_interrupt \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_rx_dtc b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_rx_dtc deleted file mode 120000 index 19c07bc..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_rx_dtc +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/renesas_rx_dtc \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_rx_external_interrupt b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_rx_external_interrupt deleted file mode 120000 index 0ed2c0a..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_rx_external_interrupt +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/renesas_rx_external_interrupt \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_stm32_wkup_pins b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_stm32_wkup_pins deleted file mode 120000 index 602638a..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_stm32_wkup_pins +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/misc/stm32_wkup_pins \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mm b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mm deleted file mode 120000 index 6831c7f..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mm +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mm \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_modem b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_modem deleted file mode 120000 index 2aae0b6..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_modem +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/modem \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mspi b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mspi deleted file mode 120000 index 22afef9..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mspi +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/mspi \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie deleted file mode 120000 index c869a2c..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/pcie \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie_endpoint b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie_endpoint deleted file mode 120000 index 6699e51..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie_endpoint +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/pcie/endpoint \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pinctrl b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pinctrl deleted file mode 120000 index f343554..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pinctrl +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/pinctrl \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pm_cpu_ops b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pm_cpu_ops deleted file mode 120000 index 993d331..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pm_cpu_ops +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/pm_cpu_ops \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_power b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_power deleted file mode 120000 index c2bd8e7..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_power +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/power \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_psi5 b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_psi5 deleted file mode 120000 index d72e67b..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_psi5 +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/psi5 \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pwm b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pwm deleted file mode 120000 index 5e5767e..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pwm +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/pwm \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_regulator b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_regulator deleted file mode 120000 index 40a45f4..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_regulator +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/regulator \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_reset b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_reset deleted file mode 120000 index 0784959..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_reset +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/reset \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_retained_mem b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_retained_mem deleted file mode 120000 index 7a36f9d..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_retained_mem +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/retained_mem \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_rtc b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_rtc deleted file mode 120000 index cf45bcc..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_rtc +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/rtc \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sensor b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sensor deleted file mode 120000 index 99c7988..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sensor +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sensor \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sent b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sent deleted file mode 120000 index 79dfbad..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sent +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sent \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_serial b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_serial deleted file mode 120000 index e2f501b..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_serial +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/serial \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sip_svc b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sip_svc deleted file mode 120000 index 5520d68..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sip_svc +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/sip_svc \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_stepper b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_stepper deleted file mode 120000 index 9edd7e3..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_stepper +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/stepper \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_timer b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_timer deleted file mode 120000 index 73df1a2..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_timer +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/timer \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_uart b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_uart deleted file mode 120000 index f9bc170..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_uart +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/uart \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb deleted file mode 120000 index 353e76e..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/usb \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb_c b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb_c deleted file mode 120000 index d6d8e49..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb_c +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/usb_c \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_video b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_video deleted file mode 120000 index e1ebb00..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_video +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/video \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtio b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtio deleted file mode 120000 index 5fd0679..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtio +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/virtio \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtualization b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtualization deleted file mode 120000 index 2607916..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtualization +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/virtualization \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi deleted file mode 120000 index 7a51fa9..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/wifi \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi deleted file mode 120000 index 15b34d5..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/wifi/nrf_wifi \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi_bus b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi_bus deleted file mode 120000 index e7594c9..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi_bus +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/wifi/nrf_wifi/bus \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi_off_raw_tx b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi_off_raw_tx deleted file mode 120000 index 9e09a44..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi_off_raw_tx +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/drivers/wifi/nrf_wifi/off_raw_tx \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dsp b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dsp deleted file mode 120000 index bbb7b6e..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dsp +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dsp \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings deleted file mode 120000 index c4eb858..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_acpi b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_acpi deleted file mode 120000 index d793834..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_acpi +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/acpi \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_adc b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_adc deleted file mode 120000 index acb9759..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_adc +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/adc \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_battery b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_battery deleted file mode 120000 index ae459ff..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_battery +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/battery \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock deleted file mode 120000 index 1c2deca..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock_silabs b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock_silabs deleted file mode 120000 index 5707bea..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock_silabs +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/clock/silabs \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_comparator b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_comparator deleted file mode 120000 index a38f056..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_comparator +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/comparator \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dac b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dac deleted file mode 120000 index 6243be2..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dac +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dac \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dai b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dai deleted file mode 120000 index c62deec..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dai +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dai \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_display b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_display deleted file mode 120000 index f9a6c33..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_display +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/display \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma deleted file mode 120000 index 96ab0b4..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma_silabs b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma_silabs deleted file mode 120000 index 50b1c4a..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma_silabs +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/dma/silabs \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_espi b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_espi deleted file mode 120000 index cffa83d..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_espi +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/espi \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ethernet b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ethernet deleted file mode 120000 index c8a7fd8..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ethernet +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/ethernet \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_flash_controller b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_flash_controller deleted file mode 120000 index 23a2069..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_flash_controller +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/flash_controller \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_gpio b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_gpio deleted file mode 120000 index dcff83f..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_gpio +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/gpio \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_i2c b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_i2c deleted file mode 120000 index e6515e4..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_i2c +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/i2c \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_input b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_input deleted file mode 120000 index 2e61e76..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_input +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/input \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_inputmux b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_inputmux deleted file mode 120000 index f9c132f..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_inputmux +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/inputmux \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_interrupt-controller b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_interrupt-controller deleted file mode 120000 index e363ec9..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_interrupt-controller +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/interrupt-controller \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ipc_service b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ipc_service deleted file mode 120000 index 8bd47ba..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ipc_service +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/ipc_service \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_led b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_led deleted file mode 120000 index caff502..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_led +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/led \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lora b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lora deleted file mode 120000 index 942533a..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lora +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/lora \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lvgl b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lvgl deleted file mode 120000 index 50dbbc8..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lvgl +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/lvgl \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-attr b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-attr deleted file mode 120000 index 51ea55f..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-attr +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/memory-attr \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-controller b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-controller deleted file mode 120000 index d573933..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-controller +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/memory-controller \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mfd b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mfd deleted file mode 120000 index 29ff26b..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mfd +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/mfd \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dbi b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dbi deleted file mode 120000 index 5fb06f1..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dbi +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/mipi_dbi \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dsi b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dsi deleted file mode 120000 index cf22786..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dsi +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/mipi_dsi \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc deleted file mode 120000 index 96e3abf..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc_renesas b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc_renesas deleted file mode 120000 index e940a10..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc_renesas +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/renesas \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc_renesas_ra-elc b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc_renesas_ra-elc deleted file mode 120000 index fdfccec..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc_renesas_ra-elc +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/misc/renesas/ra-elc \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pcie b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pcie deleted file mode 120000 index 948ba2e..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pcie +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pcie \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl deleted file mode 120000 index e366366..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_renesas b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_renesas deleted file mode 120000 index f3ac7f0..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_renesas +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/renesas \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_silabs b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_silabs deleted file mode 120000 index f93231d..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_silabs +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pinctrl/silabs \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_power b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_power deleted file mode 120000 index 57be415..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_power +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/power \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pwm b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pwm deleted file mode 120000 index 0fefca6..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pwm +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/pwm \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_qspi b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_qspi deleted file mode 120000 index 4dcaea1..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_qspi +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/qspi \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_rdc b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_rdc deleted file mode 120000 index 5113edb..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_rdc +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/rdc \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_regulator b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_regulator deleted file mode 120000 index a549af2..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_regulator +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/regulator \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reserved-memory b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reserved-memory deleted file mode 120000 index 175606e..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reserved-memory +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reserved-memory \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reset b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reset deleted file mode 120000 index 6758e6e..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reset +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/reset \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sensor b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sensor deleted file mode 120000 index c8b290f..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sensor +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sensor \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sent b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sent deleted file mode 120000 index e5ca659..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sent +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/sent \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_spi b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_spi deleted file mode 120000 index 1aaa12a..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_spi +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/spi \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_timer b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_timer deleted file mode 120000 index 4c43825..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_timer +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/timer \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb deleted file mode 120000 index f698ec1..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/usb \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb-c b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb-c deleted file mode 120000 index 91a0754..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb-c +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/usb-c \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_video b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_video deleted file mode 120000 index 0600a63..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_video +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/video \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_wuc b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_wuc deleted file mode 120000 index e981392..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_wuc +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/wuc \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_xspi b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_xspi deleted file mode 120000 index 0b937f4..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_xspi +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/dt-bindings/xspi \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_fs b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_fs deleted file mode 120000 index a42c3e9..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_fs +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/fs \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_gnss b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_gnss deleted file mode 120000 index b126c2f..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_gnss +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/gnss \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_gnss_rtk b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_gnss_rtk deleted file mode 120000 index 0b36591..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_gnss_rtk +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/gnss/rtk \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_input b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_input deleted file mode 120000 index e737c59..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_input +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/input \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_instrumentation b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_instrumentation deleted file mode 120000 index 4c339eb..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_instrumentation +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/instrumentation \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_internal b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_internal deleted file mode 120000 index b2b8ef7..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_internal +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/internal \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_ipc b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_ipc deleted file mode 120000 index d5155a1..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_ipc +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/ipc \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_ipc_backends b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_ipc_backends deleted file mode 120000 index a08e733..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_ipc_backends +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/ipc/backends \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_kernel b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_kernel deleted file mode 120000 index 1126375..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_kernel +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/kernel \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_kernel_internal b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_kernel_internal deleted file mode 120000 index 05fb5ae..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_kernel_internal +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/kernel/internal \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_kernel_mm b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_kernel_mm deleted file mode 120000 index 1824dc3..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_kernel_mm +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/kernel/mm \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_kvss b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_kvss deleted file mode 120000 index 890463c..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_kvss +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/kvss \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_linker b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_linker deleted file mode 120000 index 761fd27..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_linker +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_linker_common-rom b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_linker_common-rom deleted file mode 120000 index d7eb247..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_linker_common-rom +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/linker/common-rom \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_llext b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_llext deleted file mode 120000 index 0112a93..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_llext +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/llext \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_logging b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_logging deleted file mode 120000 index 835180c..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_logging +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/logging \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_lorawan b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_lorawan deleted file mode 120000 index bab56de..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_lorawan +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/lorawan \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_math b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_math deleted file mode 120000 index 16e4bf1..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_math +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/math \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mem_mgmt b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mem_mgmt deleted file mode 120000 index 215067b..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mem_mgmt +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mem_mgmt \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt deleted file mode 120000 index 8fe09fc..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_ec_host_cmd b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_ec_host_cmd deleted file mode 120000 index 4171794..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_ec_host_cmd +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/ec_host_cmd \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_hawkbit b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_hawkbit deleted file mode 120000 index 8064f57..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_hawkbit +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/hawkbit \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr deleted file mode 120000 index 1204be9..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp deleted file mode 120000 index 9d1492e..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/grp \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_enum_mgmt b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_enum_mgmt deleted file mode 120000 index 48c7d04..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_enum_mgmt +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/grp/enum_mgmt \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_fs_mgmt b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_fs_mgmt deleted file mode 120000 index 8b4be52..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_fs_mgmt +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/grp/fs_mgmt \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_img_mgmt b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_img_mgmt deleted file mode 120000 index cd4dc32..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_img_mgmt +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/grp/img_mgmt \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_os_mgmt b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_os_mgmt deleted file mode 120000 index 72691cc..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_os_mgmt +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/grp/os_mgmt \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_settings_mgmt b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_settings_mgmt deleted file mode 120000 index 5af3c33..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_settings_mgmt +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/grp/settings_mgmt \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_shell_mgmt b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_shell_mgmt deleted file mode 120000 index be8fc1c..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_shell_mgmt +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/grp/shell_mgmt \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_stat_mgmt b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_stat_mgmt deleted file mode 120000 index 3a17a51..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_stat_mgmt +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/grp/stat_mgmt \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_zephyr b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_zephyr deleted file mode 120000 index 1ce5b04..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_zephyr +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/grp/zephyr \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_mgmt b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_mgmt deleted file mode 120000 index 7ca7aae..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_mgmt +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/mgmt \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_smp b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_smp deleted file mode 120000 index e78747a..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_smp +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/smp \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_transport b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_transport deleted file mode 120000 index 67ab894..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_transport +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/mgmt/mcumgr/transport \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_misc b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_misc deleted file mode 120000 index 723cfa2..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_misc +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/misc \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_modbus b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_modbus deleted file mode 120000 index 95dc9ba..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_modbus +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/modbus \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_modem b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_modem deleted file mode 120000 index 1981849..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_modem +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/modem \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_modem_at b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_modem_at deleted file mode 120000 index 8b51105..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_modem_at +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/modem/at \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_modem_backend b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_modem_backend deleted file mode 120000 index 91fe815..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_modem_backend +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/modem/backend \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_modem_ubx b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_modem_ubx deleted file mode 120000 index 578c05a..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_modem_ubx +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/modem/ubx \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_multi_heap b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_multi_heap deleted file mode 120000 index 101be6f..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_multi_heap +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/multi_heap \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_net b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_net deleted file mode 120000 index 6a253b4..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_net +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_net_conn_mgr b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_net_conn_mgr deleted file mode 120000 index d059d7a..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_net_conn_mgr +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/conn_mgr \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_net_hdlc_rcp_if b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_net_hdlc_rcp_if deleted file mode 120000 index 2ac0e97..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_net_hdlc_rcp_if +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/hdlc_rcp_if \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_net_http b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_net_http deleted file mode 120000 index 4b02e4a..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_net_http +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/http \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_net_prometheus b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_net_prometheus deleted file mode 120000 index 69cbfa1..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_net_prometheus +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/prometheus \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_net_ssh b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_net_ssh deleted file mode 120000 index 70ecb8a..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_net_ssh +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/net/ssh \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_platform b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_platform deleted file mode 120000 index 40e7ec6..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_platform +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/platform \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_pm b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_pm deleted file mode 120000 index 24d91a6..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_pm +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/pm \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_pmci b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_pmci deleted file mode 120000 index effb8bd..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_pmci +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/pmci \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_pmci_mctp b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_pmci_mctp deleted file mode 120000 index f90f794..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_pmci_mctp +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/pmci/mctp \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_portability b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_portability deleted file mode 120000 index eaaa792..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_portability +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/portability \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_posix b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_posix deleted file mode 120000 index e30c398..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_posix +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_posix_arpa b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_posix_arpa deleted file mode 120000 index 210282e..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_posix_arpa +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/arpa \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_posix_net b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_posix_net deleted file mode 120000 index 5ec0539..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_posix_net +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/net \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_posix_netinet b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_posix_netinet deleted file mode 120000 index 91b12a4..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_posix_netinet +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/netinet \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_posix_sys b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_posix_sys deleted file mode 120000 index b6c6611..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_posix_sys +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/posix/sys \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_psa b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_psa deleted file mode 120000 index 4e1f70d..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_psa +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/psa \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_random b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_random deleted file mode 120000 index 61056ab..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_random +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/random \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_retention b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_retention deleted file mode 120000 index 1efb479..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_retention +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/retention \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_rtio b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_rtio deleted file mode 120000 index 58c25e9..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_rtio +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/rtio \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_sd b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_sd deleted file mode 120000 index cd8e0ef..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_sd +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sd \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_sensing b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_sensing deleted file mode 120000 index cf47caa..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_sensing +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sensing \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_settings b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_settings deleted file mode 120000 index 8bf6671..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_settings +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/settings \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_shell b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_shell deleted file mode 120000 index fd7122c..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_shell +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/shell \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_sip_svc b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_sip_svc deleted file mode 120000 index cedda27..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_sip_svc +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sip_svc \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_stats b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_stats deleted file mode 120000 index 1c00a4a..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_stats +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/stats \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_storage b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_storage deleted file mode 120000 index 83769a3..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_storage +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/storage \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_sys b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_sys deleted file mode 120000 index ec9e94f..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_sys +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_sys_internal b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_sys_internal deleted file mode 120000 index 00d23fc..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_sys_internal +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/sys/internal \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_task_wdt b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_task_wdt deleted file mode 120000 index 2a8b697..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_task_wdt +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/task_wdt \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_timing b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_timing deleted file mode 120000 index b93f7c0..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_timing +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/timing \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_toolchain b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_toolchain deleted file mode 120000 index ff3e180..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_toolchain +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_toolchain_iar b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_toolchain_iar deleted file mode 120000 index beb9559..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_toolchain_iar +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/toolchain/iar \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_tracing b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_tracing deleted file mode 120000 index 0f506e3..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_tracing +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/tracing \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_usb b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_usb deleted file mode 120000 index 18a2e4f..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_usb +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/usb \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_usb_c b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_usb_c deleted file mode 120000 index 914a51d..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_usb_c +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/usb_c \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_usb_class b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_usb_class deleted file mode 120000 index 9a1ae2b..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_usb_class +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/usb/class \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_video b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_video deleted file mode 120000 index ee7a6ac..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_video +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/video \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_xen b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_xen deleted file mode 120000 index cbc5147..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_xen +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_xen_dom0 b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_xen_dom0 deleted file mode 120000 index 9c3b092..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_xen_dom0 +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/dom0 \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public deleted file mode 120000 index 878ce1b..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/public \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_hvm b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_hvm deleted file mode 120000 index 2b55c1c..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_hvm +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/public/hvm \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_io b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_io deleted file mode 120000 index 7ee5fab..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_io +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/xen/public/io \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_zbus b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_zbus deleted file mode 120000 index 9885d9e..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_zbus +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/zbus \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_zbus_proxy_agent b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_zbus_proxy_agent deleted file mode 120000 index 83b9abe..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_zbus_proxy_agent +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/zbus/proxy_agent \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_zvfs b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_zvfs deleted file mode 120000 index 3c41978..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_zvfs +++ /dev/null @@ -1 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/zephyr/include/zephyr/zvfs \ No newline at end of file diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_subdirs.trigger b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_subdirs.trigger deleted file mode 100644 index e69de29..0000000 diff --git a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_subdirs.txt b/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_subdirs.txt deleted file mode 100644 index b74b4ca..0000000 --- a/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_subdirs.txt +++ /dev/null @@ -1,282 +0,0 @@ -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_acpi -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_app_memory -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_audio -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_canbus -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_cleanup -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_console -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_cpu_freq -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_crypto -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dap -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_data -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_debug -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_devicetree -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dfu -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_display -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dsp -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_fs -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_gnss -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_input -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_instrumentation -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_internal -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_ipc -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_kernel -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_kvss -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_linker -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_llext -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_logging -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_lorawan -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_math -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mem_mgmt -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_misc -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_modbus -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_modem -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_multi_heap -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_net -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_platform -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_pm -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_pmci -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_portability -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_posix -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_psa -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_random -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_retention -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_rtio -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_sd -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_sensing -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_settings -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_shell -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_sip_svc -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_stats -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_storage -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_sys -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_task_wdt -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_timing -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_toolchain -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_tracing -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_usb -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_usb_c -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_video -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_xen -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_zbus -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_zvfs -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64 -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_common -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_mips -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_openrisc -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_posix -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_rx -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_sparc -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86 -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_xtensa -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_asm-compat -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2 -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_dsp -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_mpu -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_secureshield -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_vpx -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mmu -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mpu -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r_scripts -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m_scripts -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r_scripts -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_cortex_r -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_scripts -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_common -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_riscv-privileged -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32 -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_intel64 -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32_scripts -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_audio -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_classic -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_mesh -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services_nus -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_debug_coresight -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_adc -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_biometrics -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_bluetooth -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_can -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_charger -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_clock_control -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_comparator -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_console -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_counter -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dac -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_debug -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_disk -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_display -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dma -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_edac -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_eeprom -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ethernet -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_flash -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gnss -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gpio -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_haptics -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i3c -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ieee802154 -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_interrupt_controller -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led_strip -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_memc -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mfd -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mic_privacy -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mipi_dsi -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mm -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_modem -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mspi -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pinctrl -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pm_cpu_ops -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_power -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_psi5 -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pwm -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_regulator -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_reset -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_retained_mem -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_rtc -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sensor -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sent -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_serial -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sip_svc -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_stepper -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_timer -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_uart -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb_c -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_video -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtio -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtualization -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_qemu_fwcfg -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_scmi -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_tisci -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_scmi_nxp -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c_target -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mic_privacy_intel -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_devmux -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_flexram -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_ft8xx -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_grove_lcd -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_interconn -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_max2221x -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_flexio -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_rtxxx_dsp_ctrl -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_pio_rpi_pico -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_ra_external_interrupt -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_rx_dtc -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_rx_external_interrupt -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_stm32_wkup_pins -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_interconn_renesas_elc -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie_endpoint -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi_bus -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi_off_raw_tx -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_acpi -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_adc -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_battery -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_comparator -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dac -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dai -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_display -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_espi -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ethernet -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_flash_controller -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_gpio -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_i2c -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_input -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_inputmux -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_interrupt-controller -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ipc_service -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_led -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lora -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lvgl -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-attr -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-controller -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mfd -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dbi -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dsi -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pcie -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_power -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pwm -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_qspi -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_rdc -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_regulator -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reserved-memory -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reset -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sensor -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sent -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_spi -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_timer -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb-c -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_video -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_wuc -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_xspi -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock_silabs -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma_silabs -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc_renesas -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc_renesas_ra-elc -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_renesas -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_silabs -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_gnss_rtk -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_ipc_backends -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_kernel_internal -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_kernel_mm -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_linker_common-rom -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_ec_host_cmd -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_hawkbit -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_mgmt -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_smp -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_transport -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_enum_mgmt -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_fs_mgmt -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_img_mgmt -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_os_mgmt -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_settings_mgmt -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_shell_mgmt -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_stat_mgmt -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_zephyr -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_modem_at -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_modem_backend -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_modem_ubx -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_net_conn_mgr -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_net_hdlc_rcp_if -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_net_http -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_net_prometheus -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_net_ssh -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_pmci_mctp -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_posix_arpa -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_posix_net -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_posix_netinet -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_posix_sys -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_sys_internal -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_toolchain_iar -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_usb_class -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_xen_dom0 -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_hvm -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_io -/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/misc/generated/syscalls_links/include_zephyr_zbus_proxy_agent diff --git a/zephyrproject/build/mcuboot/zephyr/runners.yaml b/zephyrproject/build/mcuboot/zephyr/runners.yaml deleted file mode 100644 index 7299eab..0000000 --- a/zephyrproject/build/mcuboot/zephyr/runners.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Available runners configured by board.cmake. -runners: -- stm32cubeprogrammer -- pyocd -- openocd -- jlink - -# Default flash runner if --runner is not given. -flash-runner: stm32cubeprogrammer - -# Default debug runner if --runner is not given. -debug-runner: pyocd - -# Common runner configuration values. -config: - board_dir: /home/jeremy/utat-dev/zephyrproject/zephyr/boards/st/nucleo_g431rb - # Build outputs: - elf_file: zephyr.elf - hex_file: zephyr.hex - bin_file: zephyr.bin - # Host tools: - gdb: /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-gdb-py - openocd: /nix/store/nszfwxgy1r73svjq0ywnr3gf9xyyp1hs-zephyr-sdk-hosttools-1.0.1/bin/openocd - openocd_search: - - /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/hosttools/sysroots/x86_64-pokysdk-linux/usr/share/openocd/scripts - -# Runner specific arguments -args: - stm32cubeprogrammer: - - --port=swd - - --reset-mode=hw - pyocd: - - --dt-flash=y - - --target=stm32g431rbtx - openocd: - - --cmd-load - - flash write_image erase - - --cmd-verify - - verify_image - - --cmd-erase=stm32l4x mass_erase 0 - jlink: - - --dt-flash=y - - --device=STM32G431RB - - --speed=4000 diff --git a/zephyrproject/build/mcuboot/zephyr/soc/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/soc/cmake_install.cmake deleted file mode 100644 index 0587526..0000000 --- a/zephyrproject/build/mcuboot/zephyr/soc/cmake_install.cmake +++ /dev/null @@ -1,52 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/soc - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/common/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/soc/common/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/soc/common/cmake_install.cmake deleted file mode 100644 index 93fcb52..0000000 --- a/zephyrproject/build/mcuboot/zephyr/soc/common/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/soc/common - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/common/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/cmake_install.cmake deleted file mode 100644 index 0603276..0000000 --- a/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/cmake_install.cmake +++ /dev/null @@ -1,52 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32 - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/common/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/stm32g4x/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/common/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/common/cmake_install.cmake deleted file mode 100644 index 776867a..0000000 --- a/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/common/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/common - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/common/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/stm32g4x/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/stm32g4x/cmake_install.cmake deleted file mode 100644 index 11f8628..0000000 --- a/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/stm32g4x/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/soc/st/stm32/stm32g4x - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/soc/soc/stm32g431xx/stm32g4x/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/canbus/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/canbus/cmake_install.cmake deleted file mode 100644 index 9e3c74b..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/canbus/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/canbus - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/canbus/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/cmake_install.cmake deleted file mode 100644 index e71e8dc..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/cmake_install.cmake +++ /dev/null @@ -1,70 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/canbus/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/debug/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/fs/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/gnss/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/instrumentation/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/ipc/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/kvss/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/logging/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/mem_mgmt/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/mgmt/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pm/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pmci/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/random/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/sd/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/stats/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/storage/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/testsuite/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/tracing/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/usb/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/debug/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/debug/cmake_install.cmake deleted file mode 100644 index fbe7120..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/debug/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/debug - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/debug/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/fs/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/fs/cmake_install.cmake deleted file mode 100644 index cd9cf29..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/fs/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/fs - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/fs/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/gnss/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/gnss/cmake_install.cmake deleted file mode 100644 index 69c1f09..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/gnss/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/gnss - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/gnss/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/instrumentation/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/instrumentation/cmake_install.cmake deleted file mode 100644 index 41e5070..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/instrumentation/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/instrumentation - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/instrumentation/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/ipc/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/ipc/cmake_install.cmake deleted file mode 100644 index f786907..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/ipc/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/ipc - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/ipc/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/kvss/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/kvss/cmake_install.cmake deleted file mode 100644 index d4c483a..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/kvss/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/kvss - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/kvss/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/logging/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/logging/cmake_install.cmake deleted file mode 100644 index 92a5d70..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/logging/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/logging - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/logging/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/mem_mgmt/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/mem_mgmt/cmake_install.cmake deleted file mode 100644 index 9de8d0e..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/mem_mgmt/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mem_mgmt - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/mem_mgmt/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/mgmt/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/mgmt/cmake_install.cmake deleted file mode 100644 index 061925e..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/mgmt/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/mgmt - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/mgmt/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/pm/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/pm/cmake_install.cmake deleted file mode 100644 index 6f4aa33..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/pm/cmake_install.cmake +++ /dev/null @@ -1,51 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/pm - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pm/policy/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pm/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/pm/policy/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/pm/policy/cmake_install.cmake deleted file mode 100644 index bc3bb8d..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/pm/policy/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/pm/policy - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pm/policy/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/pmci/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/pmci/cmake_install.cmake deleted file mode 100644 index e991afa..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/pmci/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/pmci - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/pmci/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/portability/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/portability/cmake_install.cmake deleted file mode 100644 index 6f07730..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/portability/cmake_install.cmake +++ /dev/null @@ -1,51 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lang_support_r/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lang_support_r/cmake_install.cmake deleted file mode 100644 index 7ddb644..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lang_support_r/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lang_support_r - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lang_support_r/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/fnmatch.c.obj b/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/fnmatch.c.obj deleted file mode 100644 index fcad44e..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/fnmatch.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/getentropy.c.obj b/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/getentropy.c.obj deleted file mode 100644 index 9e9e937..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/getentropy.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/getopt_shim.c.obj b/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/getopt_shim.c.obj deleted file mode 100644 index 524c544..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext/CMakeFiles/subsys__portability__posix__c_lib_ext.dir/getopt_shim.c.obj and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext/cmake_install.cmake deleted file mode 100644 index 15ae89d..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix/c_lib_ext - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a b/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a deleted file mode 100644 index 87b0df0..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/cmake_install.cmake deleted file mode 100644 index 48b3551..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/cmake_install.cmake +++ /dev/null @@ -1,52 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/portability/posix - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lang_support_r/cmake_install.cmake") - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/c_lib_ext/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/portability/posix/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/random/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/random/cmake_install.cmake deleted file mode 100644 index ccff896..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/random/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/random - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/random/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/sd/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/sd/cmake_install.cmake deleted file mode 100644 index 517322d..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/sd/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/sd - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/sd/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/stats/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/stats/cmake_install.cmake deleted file mode 100644 index e81b63a..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/stats/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/stats - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/stats/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/storage/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/storage/cmake_install.cmake deleted file mode 100644 index 82679ca..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/storage/cmake_install.cmake +++ /dev/null @@ -1,51 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/storage - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/storage/flash_map/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/storage/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/storage/flash_map/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/storage/flash_map/cmake_install.cmake deleted file mode 100644 index ee962d5..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/storage/flash_map/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/storage/flash_map - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/storage/flash_map/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/testsuite/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/testsuite/cmake_install.cmake deleted file mode 100644 index 627ef52..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/testsuite/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/testsuite - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/testsuite/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/tracing/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/tracing/cmake_install.cmake deleted file mode 100644 index 9a6620a..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/tracing/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/tracing - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/tracing/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/usb/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/usb/cmake_install.cmake deleted file mode 100644 index 66d3ba4..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/usb/cmake_install.cmake +++ /dev/null @@ -1,51 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/usb/common/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/usb/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/subsys/usb/common/cmake_install.cmake b/zephyrproject/build/mcuboot/zephyr/subsys/usb/common/cmake_install.cmake deleted file mode 100644 index 612f505..0000000 --- a/zephyrproject/build/mcuboot/zephyr/subsys/usb/common/cmake_install.cmake +++ /dev/null @@ -1,45 +0,0 @@ -# Install script for directory: /home/jeremy/utat-dev/zephyrproject/zephyr/subsys/usb/common - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/jeremy/utat-dev/zephyrproject/build/mcuboot/zephyr/subsys/usb/common/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/zephyrproject/build/mcuboot/zephyr/syscall_weakdefs_llext.c b/zephyrproject/build/mcuboot/zephyr/syscall_weakdefs_llext.c deleted file mode 100644 index 96fe85b..0000000 --- a/zephyrproject/build/mcuboot/zephyr/syscall_weakdefs_llext.c +++ /dev/null @@ -1,155 +0,0 @@ -/* auto-generated by gen_syscalls.py, don't edit */ - -#include -#include - -/* - * This symbol is placed at address 0 by llext-sections.ld. Its value and - * type is not important, we are only interested in its location. - */ -static void * const no_syscall_impl Z_GENERIC_SECTION(llext_no_syscall_impl); - -/* - * Weak references to all syscall implementations. Those not found by the - * linker outside this file will be exported as NULL and simply fail when - * an extension requiring them is loaded. - */ -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_device_deinit; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_device_get_binding; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_device_get_by_dt_nodelabel; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_device_init; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_device_is_ready; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_flash_copy; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_flash_erase; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_flash_ex_op; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_flash_fill; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_flash_flatten; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_flash_get_page_count; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_flash_get_page_info_by_idx; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_flash_get_page_info_by_offs; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_flash_get_parameters; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_flash_get_size; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_flash_get_write_block_size; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_flash_read; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_flash_read_jedec_id; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_flash_sfdp_read; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_flash_write; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_busy_wait; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_condvar_broadcast; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_condvar_init; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_condvar_signal; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_condvar_wait; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_event_clear; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_event_init; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_event_post; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_event_set; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_event_set_masked; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_event_wait; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_event_wait_all; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_event_wait_all_safe; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_event_wait_safe; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_float_disable; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_float_enable; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_futex_wait; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_futex_wake; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_is_preempt_thread; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_msgq_alloc_init; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_msgq_get; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_msgq_get_attrs; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_msgq_num_free_get; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_msgq_num_used_get; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_msgq_peek; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_msgq_peek_at; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_msgq_purge; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_msgq_put; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_msgq_put_front; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_mutex_init; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_mutex_lock; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_mutex_unlock; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_object_access_check; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_object_access_grant; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_object_alloc; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_object_alloc_size; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_object_release; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_pipe_close; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_pipe_init; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_pipe_read; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_pipe_reset; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_pipe_write; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_poll; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_poll_signal_check; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_poll_signal_init; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_poll_signal_raise; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_poll_signal_reset; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_queue_alloc_append; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_queue_alloc_prepend; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_queue_cancel_wait; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_queue_get; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_queue_init; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_queue_is_empty; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_queue_peek_head; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_queue_peek_tail; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_reschedule; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_sched_current_thread_query; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_sem_count_get; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_sem_give; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_sem_init; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_sem_reset; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_sem_take; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_sleep; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_stack_alloc_init; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_stack_pop; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_stack_push; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_str_out; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_thread_abort; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_thread_absolute_deadline_set; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_thread_create; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_thread_custom_data_get; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_thread_custom_data_set; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_thread_deadline_set; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_thread_join; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_thread_name_copy; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_thread_name_set; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_thread_priority_get; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_thread_priority_set; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_thread_resume; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_thread_runtime_stack_unused_threshold_get; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_thread_runtime_stack_unused_threshold_pct_set; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_thread_runtime_stack_unused_threshold_set; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_thread_stack_alloc; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_thread_stack_free; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_thread_stack_space_get; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_thread_suspend; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_thread_timeout_expires_ticks; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_thread_timeout_remaining_ticks; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_timer_expires_ticks; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_timer_remaining_ticks; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_timer_start; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_timer_status_get; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_timer_status_sync; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_timer_stop; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_timer_user_data_get; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_timer_user_data_set; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_uptime_ticks; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_usleep; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_wakeup; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_k_yield; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_log_buffered_cnt; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_log_filter_set; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_log_frontend_filter_set; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_log_panic; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_log_process; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_sys_clock_getrtoffset; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_sys_clock_hw_cycles_per_sec_runtime_get; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_sys_clock_nanosleep; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_sys_clock_settime; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_z_log_msg_simple_create_0; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_z_log_msg_simple_create_1; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_z_log_msg_simple_create_2; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_z_log_msg_static_create; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_z_sys_mutex_kernel_lock; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_z_sys_mutex_kernel_unlock; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_zephyr_fputc; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_zephyr_fwrite; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_zephyr_read_stdin; -extern __weak ALIAS_OF(no_syscall_impl) void * const z_impl_zephyr_write_stdout; diff --git a/zephyrproject/build/mcuboot/zephyr/zephyr.bin b/zephyrproject/build/mcuboot/zephyr/zephyr.bin deleted file mode 100755 index 66fbd72..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/zephyr.bin and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/zephyr.dts b/zephyrproject/build/mcuboot/zephyr/zephyr.dts index 4b165a6..91d7fc1 100644 --- a/zephyrproject/build/mcuboot/zephyr/zephyr.dts +++ b/zephyrproject/build/mcuboot/zephyr/zephyr.dts @@ -147,28 +147,28 @@ boot_partition: partition@0 { compatible = "zephyr,mapped-partition"; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:174 */ label = "mcuboot"; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:175 */ - reg = < 0x0 0x8800 >; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:176 */ + reg = < 0x0 0x8000 >; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:176 */ }; /* node '/soc/flash-controller@40022000/flash@8000000/partitions/partition@8800' defined in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:179 */ slot0_partition: partition@8800 { compatible = "zephyr,mapped-partition"; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:180 */ label = "image-0"; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:181 */ - reg = < 0x8800 0xc000 >; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:182 */ + reg = < 0x8000 0x10000 >; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:182 */ }; /* node '/soc/flash-controller@40022000/flash@8000000/partitions/partition@14800' defined in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:185 */ slot1_partition: partition@14800 { compatible = "zephyr,mapped-partition"; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:186 */ label = "image-1"; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:187 */ - reg = < 0x14800 0xa800 >; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:188 */ + reg = < 0x10000 0x18000 >; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:188 */ }; /* node '/soc/flash-controller@40022000/flash@8000000/partitions/partition@1f000' defined in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:192 */ storage_partition: partition@1f000 { compatible = "zephyr,mapped-partition"; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:193 */ label = "storage"; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:194 */ - reg = < 0x1f000 0x1000 >; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:195 */ + reg = < 0x18000 0x20000 >; /* in zephyr/boards/st/nucleo_g431rb/nucleo_g431rb.dts:195 */ }; }; }; diff --git a/zephyrproject/build/mcuboot/zephyr/zephyr.dts.pre b/zephyrproject/build/mcuboot/zephyr/zephyr.dts.pre index a912b0b..f3dd379 100644 --- a/zephyrproject/build/mcuboot/zephyr/zephyr.dts.pre +++ b/zephyrproject/build/mcuboot/zephyr/zephyr.dts.pre @@ -3099,26 +3099,26 @@ stm32_lp_tick_source: &lptim1 { boot_partition: partition@0 { compatible = "zephyr,mapped-partition"; label = "mcuboot"; - reg = <0x00000000 ((34) * 1024)>; + reg = <0x00000000 0x00008000>; }; slot0_partition: partition@8800 { compatible = "zephyr,mapped-partition"; label = "image-0"; - reg = <0x00008800 ((48) * 1024)>; + reg = <0x00008000 0x00010000>; }; slot1_partition: partition@14800 { compatible = "zephyr,mapped-partition"; label = "image-1"; - reg = <0x00014800 ((42) * 1024)>; + reg = <0x00010000 0x0018000>; }; storage_partition: partition@1f000 { compatible = "zephyr,mapped-partition"; label = "storage"; - reg = <0x0001f000 ((4) * 1024)>; + reg = <0x00018000 0x00020000>; }; }; }; diff --git a/zephyrproject/build/mcuboot/zephyr/zephyr.elf b/zephyrproject/build/mcuboot/zephyr/zephyr.elf deleted file mode 100755 index a3bad9a..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/zephyr.elf and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/zephyr.hex b/zephyrproject/build/mcuboot/zephyr/zephyr.hex deleted file mode 100644 index 2ef78bb..0000000 --- a/zephyrproject/build/mcuboot/zephyr/zephyr.hex +++ /dev/null @@ -1,1341 +0,0 @@ -:020000040800F2 -:10000000C03B002009170008053D0008F516000850 -:10001000F5160008F5160008F516000800000000A7 -:100020000000000000000000000000006117000850 -:10003000F516000800000000011900084921000819 -:100040007919000879190008791900087919000848 -:100050007919000879190008791900087919000838 -:100060007919000879190008791900087919000828 -:100070007919000879190008791900087919000818 -:100080007919000879190008791900087919000808 -:1000900079190008791900087919000879190008F8 -:1000A00079190008791900087919000879190008E8 -:1000B00079190008791900087919000879190008D8 -:1000C00079190008791900087919000879190008C8 -:1000D00079190008791900087919000879190008B8 -:1000E00079190008791900087919000879190008A8 -:1000F0007919000879190008791900087919000898 -:100100007919000879190008791900087919000887 -:100110007919000879190008791900087919000877 -:100120007919000879190008791900087919000867 -:100130007919000879190008791900087919000857 -:100140007919000879190008791900087919000847 -:100150007919000879190008791900087919000837 -:100160007919000879190008791900087919000827 -:100170007919000879190008791900087919000817 -:100180007919000879190008791900087919000807 -:1001900079190008791900087919000879190008F7 -:1001A00079190008791900087919000879190008E7 -:1001B00030B587B003F052F903F051F925484921D1 -:1001C00003F05EF903F049F903A800F0A7FC224B05 -:1001D0001B68834204D02148452103F051F9FEE712 -:1001E000059A1F48492103F04BF903991D484B7D9F -:1001F0000A7DC98A0091492103F042F91A48492130 -:1002000003F03EF99DF8100002A900F033F804460F -:1002100000B1FEE7029A059B144D1344039A12891C -:1002200013442B6004F04AF801F09CF801F086FAC0 -:100230002B681B6883F3088884F31488BFF36F8FDF -:10024000BFF36F8F2B685B6898470948452103F01F -:1002500017F9FEE7C64C000894030020DF4C0008A5 -:10026000024D0008314D00084F4D000808020020E3 -:10027000744D000808B5024618B94FF000630B60D2 -:1002800008BD0348452103F0FBF86FF01500F7E7C0 -:10029000974D000821B1012906D06FF01500704775 -:1002A000044B53F830007047024B03EBC00358680F -:1002B000704700BFDC4A000808B5024803F0D2F8D6 -:1002C000002008BDB04D0008014B1B68184700BF57 -:1002D0000000002030B5044685B00D4610220021F4 -:1002E000684604F0F1F902238DF802302A46044BE7 -:1002F00001932146684602F057FF05B030BD00BFAC -:10030000C9020008034A536823F002035360002027 -:10031000704700BF002004E0EFF31180102383F347 -:100320001288BFF36F8F094B1A683AB9084A1168EF -:1003300041F4807111601168C905FCD51A68013259 -:100340001A6080F31188BFF36F8F7047100200208E -:1003500000700040EFF31180102383F31288BFF385 -:100360006F8F114B1A689AB9BFF35B8F0F4B012245 -:1003700053E8001F002904D143E8002CBCF1000F12 -:10038000F6D1BFF35B8F80F31188BFF36F8F704797 -:10039000012A01BF06490A6822F480720A601A68BD -:1003A000013A1A60EFE700BF100200200C020020A3 -:1003B00000700040134B1A6842F4007282B01A6059 -:1003C0001A6842F480621A601A6842F480721A60F5 -:1003D0000D4B0E4A1A600E4A536843F001035360F6 -:1003E0000C4B9A6D42F080529A659B6D0A4A03F05D -:1003F00080530193019B936843F48043936002B060 -:10040000704700BF002002402C0000200024F400B0 -:10041000002004E00010024000700040014B036027 -:1004200000207047E44A000870B5104B1C680D4668 -:10043000B4B10F4B196800238B4202DB6FF001004F -:1004400070BD224612F8106B864202D0013314466A -:10045000F2E7E06804F009F828B12C600020EFE72B -:100460006FF00C00ECE76FF01200E9E704000020E9 -:10047000E44A000810B588B0436802938368C068F6 -:10048000CDE903320A680023CDE906230C4601AA10 -:100490000449059303F070FD079808B9059B236094 -:1004A00008B010BD5535000880B505460E46174604 -:1004B000984602F083FC034601F070FADFF81890CA -:1004C000044649F80030424630463946A84754F8B9 -:1004D000090001F0FFF900BF080000002DE9F04F0E -:1004E0009DB0DFF8E480289FD8F800400397279F4D -:1004F00002970DF1500B269FCDF804B00097299D6F -:1005000081468A46164603F060F828B1D8F80040C4 -:1005100020461DB0BDE8F08F55B15A46134603CBB7 -:1005200069601CA98B4228601A4605F10805F5D1BF -:100530000023009332464FF6FF73514606A803F09E -:100540007BF805460028E1D1314648460B9F03F071 -:1005500046F9B842DAD30DF1120304AA05A906A898 -:1005600003F0B8F80028D1DB2AD1059906A803F0DA -:10057000FCF8BDF8123040B914494FF6FF7031F85D -:10058000022B8242C2D09A42F9D1102BE3D1BDF89E -:100590001040202CBAD1059923460CAA304602F00F -:1005A0008AFF0028B2D122460CA9584603F0EBF886 -:1005B0000446074B1B6898424FF00105CBD0A5E7D6 -:1005C000012DA3D1A4E700BF0C000020984C000827 -:1005D00094030020084A0B78400052F820108B4208 -:1005E00008D0013052F8200083420CBF48204FF061 -:1005F000FF30704748207047284B00081FB558232C -:1006000003FB01006A46046AA168102310392046E2 -:1006100002F051FF034628B122780448452102F038 -:100620002FFF0024204604B010BD00BFE94D000894 -:1006300038B50E4B002918BF0B464362C033036523 -:100640000121044603F012F958B90221204603F0B3 -:100650000DF9054638B9206A02F06CFFE0652846BE -:1006600038BD0125FBE70925F9E700BF140200208A -:1006700010B52C2359434218146A0CB903F074FBCB -:1006800041580D4B994206D1D16813895B1802D2AB -:100690005189C91801D300200CE0A3689942FAD20D -:1006A000106920F4F97020F001000005000DB0FA87 -:1006B00080F0400910BD00BF3DB8F3961FB52C2354 -:1006C00003FB02010A6A0AB903F04EFB0023CDE9DD -:1006D000023301934FF480730093034BFFF7FEFE48 -:1006E00005B05DF804FB00BFD80800202DE9F041FB -:1006F0002C2707FB01070546D7F820800C46164635 -:10070000B8F1000F01D103F02FFB03F039F910B954 -:100710003B69DB061DD5C4B14146284603F0B5F957 -:10072000F379042B0CD1296A0029ECD0284603F078 -:10073000ACF9024648B91748492102F0A1FE04E08D -:10074000002001F0E7FE0428EDD0134B1868BDE847 -:10075000F08121462846FFF78BFFA8B90F4B186898 -:100760000F4B1B688342F2D00E4A0F4B0F48002CF0 -:1007700018BF1A46452102F083FE002CE5D0012166 -:10078000404603F0F8F8E0E7224631462846FFF7F6 -:1007900095FFE5E7274E0008080000200C00002028 -:1007A00094030020154E00081D4E0008664E0008F8 -:1007B00073B50D46044600212846CDE9001103F02B -:1007C0002FF950B323681E4EB34206D101AA20462A -:1007D00003F007F808B103F0C7FAE36AB34206D1A1 -:1007E0006A460121204602F0FCFF0028F3D1DDE932 -:1007F00000239A4284BF13460192AB60019A2946B6 -:10080000204600F091FB0F4B1A68002A03DD0E48CA -:10081000572102F035FE02B070BD01462046FFF7B9 -:10082000EDFE06460028D6D005F1080102F0BAFF19 -:100830000028D0D1AB680193304602F03BFEDDE7E3 -:100840003DB8F396F80700208E4E00082DE9F843D6 -:10085000099F0E46904699460024BC4201D30020D1 -:100860000EE03D1BB5F5806F28BF4FF480650C4A44 -:100870002B4604EB0901304602F01DFE10B10120A9 -:10088000BDE8F8830899064A2B466118404602F0F5 -:1008900027FE0028F3D12C4402F0E1FDDDE700BF84 -:1008A000980300202DE9F04186B00E46044603F07F -:1008B0008EF8014620B19048452102F0E1FDFEE7A7 -:1008C0002046FFF7B5FE054678B9002211462046BE -:1008D00003F063F8054610B388480022572102F060 -:1008E000CFFD012384F8583009E0854818225721AC -:1008F00002F0C6FD01239D4284F85830E5D194F8FA -:1009000058308DF80F30042B00F29180012B00F24B -:10091000968000F0AC80FF2384F85830A7E0204692 -:1009200000F000FA0028DCD0764B012702A920460F -:10093000CDE90273CDE9045503F0E5F838B172480A -:100940002A46572102F09CFD84F85870D7E702A888 -:1009500003F066F880F0010102AAC9B2204603F054 -:100960001CF805460028B7D102A803F059F898BB37 -:1009700002A92046FFF71CFF9DF80F3084F858307D -:10098000033B012B07D8284600F0F0F8054610B1CC -:10099000FF2384F858309DF80F30023B022B0DD80E -:1009A000002000F0CDF8054640B1FF2384F8583010 -:1009B0005648452102F064FD03F0D6F994F858300A -:1009C000FF2BF5D0002DF7D12A462946204602F00C -:1009D000E4FF002885D0EFE79DF80F80B8F1010F04 -:1009E00018D1284601F096FD831E022B05460ED82D -:1009F00002AA41462046FFF779FE454B1B68984204 -:100A000005D0444B1D68A84214BF0525012584F874 -:100A1000585074E702AA39462046FFF767FE3C4B60 -:100A20001B6898420CBF9DF80F3005235AE7052B31 -:100A30007FF471AF002000F099F8C0B16BE702A914 -:100A40002046FFF7B5FE94F85830DA1E012A0BD87D -:100A5000002000F08BF818B9002000F071F830B1D8 -:100A6000FF2384F85830A7E7023B012BF4D994F810 -:100A70005830FF2B9CD00022012B274F019211D020 -:100A80001146204602F089FF60B13D681022002126 -:100A900002A803F019FE204602F0B1FF284606B076 -:100AA000BDE8F081002211462046FFF71FFEDFF867 -:100AB00060803D68D8F800309842E7D1A842E5D080 -:100AC000144B1B689842E1D00021204602F07DFFC4 -:100AD0000028DAD1019B01330193019B012B00D047 -:100AE000FEE7206A02F099FC3071236A5B6834608B -:100AF000D8F80050B360C9E7BD4E0008304F000879 -:100B0000EE4E0008010100015C4F0008864F00080E -:100B100094030020080000200C00002010B50446BB -:100B2000064802F079FF05482146FFF7BBFE044660 -:100B3000024802F0B5FE204610BD00BF9807002015 -:100B400013B5094B01A913F83000FFF76DFC48B944 -:100B5000019803F06AFC0446019802F0ABFC2046C1 -:100B600002B010BD0124FAE7304B00081FB50F4B4F -:100B700001A913F83000FFF757FCA8B9019802A9A2 -:100B800001F072FC044668B99DF80B30032B03D1C9 -:100B9000019803F012FC0446019802F08BFC2046F9 -:100BA00004B010BD0124F7E70124F8E7304B00083A -:100BB0002DE9F34106460C4617461D460BB90021A8 -:100BC00021E0184602F02CFF01460028F7D13046FC -:100BD000FFF714FD18B9012002B0BDE8F08101A9AA -:100BE00002F0E0FD0028F6D10199304602F0BDFF89 -:100BF000736A59686B79012B0CD1002CDFD12B68FB -:100C0000834298BF00212C2303FB0466306AB0B9ED -:100C100003F0AAF8022BD2D12B68012B05D983420D -:100C2000CDD8B4FA84F46409C9E7C8D1002CEAD05D -:100C3000012CC4D12C79023C18BF0124BFE720232A -:100C40003A4602F038FC0028C5D1002DC4D03868DF -:100C5000024BC01A18BF4FF0FF30BDE73DB8F39606 -:100C60002DE9F04F074685B00C4601460020164698 -:100C7000FFF7B0FC051E4FDB3846D4F85C9002F05D -:100C800084FD4FF0000800904FF0010A4FF0FF3450 -:100C90005FFA89F99DB9B8F1010F03DD20484521BC -:100CA00002F0EEFB631C06D0172C2ADC013440F264 -:100CB00001133460B380284605B0BDE8F08F009979 -:100CC00005F1FF3B01230DF10F020BFB0911384623 -:100CD00002F0F1FB031E019320DB01220DF10F0155 -:100CE000384603F006FB019B30B1534501D008F1B3 -:100CF00001085D469A46CDE7B4F1FF3F08BF2C4698 -:100D0000F7E70223183C7371631004F00104013308 -:100D1000013433603471CEE70725CCE70125CAE7FB -:100D2000924F0008F8B5866A456DAE42044608D079 -:100D30006B1CB34205D01748572102F0A1FB0020DD -:100D4000F8BD182E19D914485721F6E7626A02EB4C -:100D5000C3025768226D02EBC3025268974202D069 -:100D60000E485721E9E701339D42EFD1204602F0BA -:100D7000ADFF28B90A485721DFE700231F46F3E7F4 -:100D8000AE4205D9636A03EBC5035B68BB42E7D19A -:100D90000120D5E7B54F0008ED4F00081C500008B2 -:100DA0004850000810B588B0044604A9006A01F054 -:100DB0005BFB08B102F0D8FF9DF81020012A44D057 -:100DC000264B2749032A08BF0B469DF813200292A1 -:100DD0009DF8122001929DF811202248009249218D -:100DE000214A02F04DFBE06C06A901F03DFB0446F0 -:100DF0000028DFD19DF81820012A28D0174B184968 -:100E0000032A08BF0B469DF81B2002929DF81A206A -:100E100001929DF8192000921248144A492102F0CB -:100E20002FFB9DF81030012B13D19DF81230032BAE -:100E30000FD19DF81830012B0BD00D48492102F03D -:100E40001FFB0224204608B010BD0A4BBDE7094B2A -:100E5000D9E70948492102F013FBF3E78150000864 -:100E60008A5000089E50000890500008DF5000088B -:100E7000EF500008855000080E51000870B54B680F -:100E80001446234A03F0FF23934286B006460D46DC -:100E90003AD10B68012B37D104A9204601F0E4FABE -:100EA00008B102F061FF9DF81020012A2ED0194BE5 -:100EB0001949032A08BF0B469DF8132002929DF89A -:100EC000122001929DF8112000921448144A4921E1 -:100ED00002F0D6FA9DF81030032B15D1214630468A -:100EE00002F0D3FD0028DCD1204603F066FA00288A -:100EF000D7D1A968204602F063FC0028D1D1204652 -:100F000001F090FA0028CCD106B070BD054BD3E7B4 -:100F100000010004815000088A5000089E5000081B -:100F2000DF500008855000082DE9F04F164687B0C5 -:100F300005460C467C48492102F0A2FA3146284673 -:100F400002F013FE6B6A804620465E6802F068FD80 -:100F5000E8B1E86D02F0A5FCAF6A0023013F33441D -:100F6000984201D9013FFAE7B84510D36F4857219D -:100F700002F086FA07FB06F36D4808FB066257216C -:100F800002F07EFA0123E37107B0BDE8F08F2F6A0B -:100F90000FB902F0E9FEEB6C0393002BF9D01A466F -:100FA00021462846FFF76AFF6379012B54D1DFF809 -:100FB00084B1C1464BE02268C2F101034344994524 -:100FC00043D86B6A196853F8390003EBC903012A47 -:100FD00053F8083CA3EB0103A0EB010A049315D1DD -:100FE000E368022B0CD03946284602F04EFD00285B -:100FF000CFD122463946284602F05CFD0028C8D1F0 -:101000000399284602F041FD0028C2D10023324650 -:101010005146384602F064FC0028BAD1CDE900A65A -:10102000049B3A4639462846FFF710FC0028B0D109 -:101030002146284602F001FD23680133236020B1D8 -:10104000DBF800300133CBF8003009F1FF39B9F19A -:10105000000FB0D101232360022363714FF0010917 -:10106000C84591D3236899455AD36A6A4FEAC903A0 -:1010700052F839100491083B296DD2F800B0C858D5 -:101080000968A0EB010A2179012947D1D1583846D6 -:10109000A1EB0B0100233246059102F021FC002850 -:1010A0007FF477AF059900910196039953463A462C -:1010B0002846FFF7CBFB00287FF46BAF214628467C -:1010C00002F0BBFC0223237118B11A4A13680133E2 -:1010D0001360039800233246514602F001FC0028B9 -:1010E0007FF457AF049B039ACDE900A6A3EB0B0353 -:1010F00039462846FFF7AAFB00287FF44AAF21466D -:10110000284602F09AFC23680133236001232371EF -:1011100030B1084A13680133136001E00229D8D0C6 -:1011200009F101099CE700BF255100084E51000854 -:101130007D510008F80700202DE9F04F9DB00368AD -:1011400002934368039383680493C3680593036918 -:1011500006934369079383690893C36909938A4691 -:10116000DDE9062CDDE904B7DDE902159846DFF874 -:1011700094E1089B009300265AF806405EF8049B11 -:101180000CAB24BA9C514FEAF223A14483EAB21378 -:10119000009C83EA72634B4424EA020402EA0C09CD -:1011A00084EA09042344434485EA0B044FEA713876 -:1011B00088EAB1080C4005EA0B0984EA090488EAC8 -:1011C000B1580436A044402E03EB070443445F4665 -:1011D000DDF8008040F087804B4E0A964FF0100AF1 -:1011E00056460AF1010A0DF1700E0AF00F070EEBD8 -:1011F000870706F00F0957F8407C01974FEAB74878 -:1012000088EAF71806F10E0707F00F070EEB8707BD -:10121000093657F8407C4FEAF74E8EEA774ECDF804 -:101220002CE006F00F060DF1700E0EEB86060EEBAD -:10123000890956F8406C59F840EC7644DDF804E032 -:1012400088EADE08DDF82CE046448EEA972E7644E4 -:1012500004EA02084FEAF42E2CEA040787EA08079A -:101260008EEAB41EDDF8288049F8406C8EEA746E70 -:10127000774458F804EFCDF8288077443744009E2F -:10128000CDF800C03E444FEA733E81EA05078EEA7E -:10129000B30E1F4001EA05088EEAB35E87EA08072D -:1012A0007744BAF1400F06EB0B0E3744AB4622D120 -:1012B000029E3E440660039E1E44049B46600B440F -:1012C0008360059B2B44C360069B73440361079BAB -:1012D00023444361089B13448361099B6344C361B6 -:1012E0001DB0BDE8F08FCDF800C0AB4694460D466A -:1012F0002246194640E794460D4622461946744652 -:101300003B466DE7384B0008744B000810B50446A7 -:10131000C8B17022002102F0D7FC0B4B0B4A0C49DC -:101320000C48C4E900230C4BC4E902130B4BC4E97D -:1013300004030B4BA36103F17453A3F52303A3F63A -:101340009243E361012010BD85AE67BB67E6096A81 -:1013500072F36E3C7F520E513AF54FA58C68059B97 -:10136000ABD9831FBFF36F8F72B6124B4FF0FF32B2 -:10137000C3F88020C3F88420C3F88820C3F88C20E9 -:10138000C3F89020C3F89420C3F89820C3F89C2099 -:10139000C3F88021C3F88421C3F88821C3F88C21C5 -:1013A000C3F89021C3F89421C3F89821C3F89C2175 -:1013B000704700BF00E100E008B50348034A002180 -:1013C000121A02F091FC08BD58000020DC09002030 -:1013D0000748084A084908B5121A02F087FC07486E -:1013E000074A0849BDE80840121A02F07FBC00BF56 -:1013F00000000020540000200053000800000020DE -:10140000000000200053000830BFFFF7FDBF00BF01 -:101410002DE9F0410B4EDFF8308006EB0807CC1BBE -:10142000054632460949204603F040F9A0194246D4 -:101430000021083C03F048F92C6707F10800BDE8DB -:10144000F08100BF0000000004000000D44A000842 -:1014500070B5264B15469A6A12F0100F9A6A14BF9F -:101460001124102412F0080F9A6A18BF1224920750 -:1014700006460AD5586B9A6A140634D519B19A6A89 -:1014800022F080029A62132401E06FF01500174BDE -:101490009A6A12F0010F9A6A18BF142412F0200FF2 -:1014A0009A6A18BF1524D20602D49B6A9B070AD5F4 -:1014B0000E4B5B68190506D5314600F0C1F910B135 -:1014C00080F309880224094B9A6A920642BF5A6A3D -:1014D00022F400525A629A6A42F0FF029A62002392 -:1014E0002B70204670BD6FF01500CCE700ED00E0DA -:1014F000134B9A6A12F0007F9A6A14BF1E201D20B7 -:1015000012F0807F9A6A18BF1F2012F4002F9A6A87 -:1015100018BF212012F4802F9A6A18BF222012F4DB -:10152000003F9A6A18BF232012F4803F9A6A6FEA3C -:1015300002426FEA12429A6218BF2420704700BF2D -:1015400000ED00E010B5194B0246986A9C6A10F451 -:10155000805F14BF1720162014F4006F9C6A18BF18 -:101560001820A40509D5986B986A000404D51AB10F -:101570009A6A22F400429A6219200C4B9A6A12F479 -:10158000806F9A6A18BF1A20D2050CD49B6A13F494 -:10159000005F18BF1C20054A936A43F47F4393629F -:1015A00000230B7010BD1B20F5E700BF00ED00E02D -:1015B000F0B5494B5B688BB00446C3F308030025C4 -:1015C00085F31188BFF36F8F02F07F40B0F17F4F3A -:1015D00011D102F00C0008280DD010074CBF0C46AA -:1015E00001250022033B8DF80720032B05D8DFE8F7 -:1015F00003F024686C652C46F3E700239DF8072070 -:10160000CAB902AE04F1200720686168324603C2FD -:101610000834BC421646F7D1099A002D59D0C2F3BE -:10162000080121B96FEA52226FEA4222099202A907 -:10163000184602F05DFB0BB0F0BD274BDA6A91074C -:10164000DBD4DA6A002AD8DBDA6A5200D5D55A69C7 -:10165000A16942F480725A61BFF34F8FBFF36F8F5D -:1016600031F8022C596921F480715961BFF34F8F11 -:10167000BFF36F8F02F47F43B3F55F4F04D1D2B253 -:10168000022A01D12368B9E7134B9A6AD2B23AB160 -:101690000DF1070201212046FFF7DAFE0346ADE710 -:1016A0009A6A12F47F4F05D00DF107010120FFF770 -:1016B00049FFF3E79B6AB3F5803F9ED3FFF718FF1E -:1016C000ECE70DF107020021E5E70DF1070100202D -:1016D000EDE76FF30802A9E700ED00E0044B5A695B -:1016E00042F010025A615A6922F008025A617047AA -:1016F00000ED00E0EFF30880EFF3098101B57246D9 -:10170000FFF756FF01BD00BF0A4880F3088810208C -:1017100080F3118808484FF40461401880F3098869 -:10172000EFF314800221084380F31488BFF36F8F16 -:1017300000F04EF8C03B0020000A00200749D1F815 -:1017400090200023C2F307221846934200DB704723 -:10175000C1F89830C1F8A0000133F6E700ED00E0D1 -:101760001EF0040F0CBFEFF30880EFF309808169CE -:1017700011F8021C0229FFD001B5724602F0BEFA30 -:1017800001BD00BF40B20028A8BF00F1604001F1D8 -:101790000101B8BF064B4FEA0111ACBF00F5614033 -:1017A00000F00F00C9B2B4BF195480F8001370479D -:1017B00014ED00E0044B054A23F07F039360BFF370 -:1017C0004F8FBFF36F8F70470000000800ED00E0FF -:1017D00008B5FFF7EFFF0B4AD2F8883023F4700307 -:1017E000C2F88830EFF3148323F0040383F31488E2 -:1017F000BFF36F8FFFF7E0FDFFF7EAFD00F0B0F8F1 -:1018000000F0C4FF00ED00E042F8203C009B42F8ED -:101810001C3C0A49019B42F8183C029B42F8143CCC -:1018200021F001014FF0807342F8043C42F8081C9B -:101830000023203A02654367704700BFA9040008EF -:10184000094A0346906870B113F1160F006E05D077 -:10185000A0F14002934205D3834203D2814228BFC4 -:101860000020704700207047AC08002008B51546DE -:101870000B4A0C4B9060026F1A600E4600F0A0F805 -:101880002C4686F309880020034B98472046002108 -:1018900000220023014C2047213D0008A904000834 -:1018A000AC080020FC070020014B10221A61704791 -:1018B00000ED00E0054B5A699B689A421FBF044A3D -:1018C000536843F080535360704700BFAC0800205A -:1018D00000ED00E0084B9B6883420BD1EFF30583DA -:1018E00043B1064B5A6842F080525A605A6A22F459 -:1018F00000425A6202F0E6BDAC08002000ED00E0B4 -:1019000014498A684FF030001044EFF3098C80E8E6 -:10191000F01F102080F31288BFF36F8F0E4F4FF02F -:1019200000664A698A603E60106F0C4C2060506F00 -:101930000023536780F3118804B5104600F040F887 -:10194000BDE8044002F1300090E8F01F8CF30988F4 -:1019500070470000AC08002004ED00E0FC07002008 -:10196000044800231021C21801335C2B82F80013B5 -:10197000F9D1704700E100E008B5EFF30583064AAE -:10198000103B02EBC30152F8330049688847BDE8B9 -:101990000840FFF78FBF00BFB84700080148006844 -:1019A00070470000FC070020024B034A0348012156 -:1019B00000F076B80080002000000020384C0008BD -:1019C000036E054A403B1360044B4021C2E90113FA -:1019D0001046012100F06EB80008002000000B1531 -:1019E000084AC2F898000B6823F01F03034343F032 -:1019F0001003C2F89C308B6843F00103C2F8A0309A -:101A0000704700BF00ED00E02DE9F043DFF8608093 -:101A100085B00E461F4604464FF00009B14523DA53 -:101A20006068D8B13FB1411E08421BD11F2819D9A7 -:101A30002368194216D12368019302F085F9A3683F -:101A400003430393D8F89050C5F30725D0B2013D66 -:101A5000A84207D801A9FFF7C3FF421C09F10109F9 -:101A60000C34DBE76FF01502104605B0BDE8F083DB -:101A700000ED00E0044B0522C3F89420BFF34F8F24 -:101A8000BFF36F8F704700BF00ED00E0BFF35F8FC3 -:101A9000024B0022C3F89420704700BF00ED00E025 -:101AA00010B5034C01232278FFF7AEFF207010BD64 -:101AB000D809002008B50B4A00231278FFF7A4FFCD -:101AC00010F1160F07D0084A0021D2F89030C3F366 -:101AD0000723984200DB08BDC2F89800C2F8A010A6 -:101AE0000130F2E7D809002000ED00E02DE9F043D5 -:101AF0005A4B5B4DD3F890302C68C3F307239C42BC -:101B000085B000F2A780FFF7C1FF00200C268442B9 -:101B10001AD1544EDFF8449134706846FEF77EFCCB -:101B2000514C524D80460027B84514D133784B496B -:101B30000020D1F89020C2F307229342C0F28480A3 -:101B4000FFF798FF002045E0696806FB0011FFF7EA -:101B500047FF0130DBE7009800EB07114FEA071C55 -:101B6000CB682340B3F5000F4DD00AD8B3F5001F62 -:101B700033D0B3F5800F3BD0B3F5801F13D00137BE -:101B8000D2E7B3F1007F47D0B3F1805F4DD0B3F11E -:101B9000807FF4D150F80C3088684A6802F0D4F89D -:101BA00040F0887009E050F80C3088684A6802F00C -:101BB000CBF840F0885040F43020CDE90123039069 -:101BC000D9F890303078C3F30723013B984234D9D9 -:101BD0006FF0150005B0BDE8F08350F80C30886850 -:101BE0004A6802F0B1F840F0885040F40020E4E781 -:101BF00050F80C3088684A6802F0A6F840F000708F -:101C000040F40030D9E750F80C3088684A6802F098 -:101C10009BF840F08270D0E750F80C3088684A6832 -:101C200002F092F840F48020C7E750F80C30886842 -:101C30004A6802F089F82843BFE701A9FFF7D0FE00 -:101C40003378013333709AE7C1F89830C1F8A000B7 -:101C500001336EE74FF0FF30BCE700BF00ED00E05E -:101C6000444C0008D80900200000F0FF00000211D9 -:101C700008B5054801F0F6FB002383F31188BFF394 -:101C80006F8F0423184602DFBD51000807B5084ACC -:101C900092E80300CDE9000106488268126822B18B -:101CA0006946904703B05DF804FB6FF05700F9E711 -:101CB000D44A0008644700083F280DD800F01F02EE -:101CC00001239340054A1F2894BF5269526B9343E6 -:101CD0000CBF012000207047002070470004014025 -:101CE00000F01F0201233F2803FA02F307D81F2840 -:101CF000044A02D85361002070475363FBE76FF03A -:101D00001500704700040140044B184400230133C0 -:101D10008B4200F8012BFADB704700BF3C0000202B -:101D20002DE9F041104F054600264FF001086B7871 -:101D3000F4B2A34201D8BDE8F0812B781C442046C0 -:101D4000FFF7BAFF68B12046FFF7CAFF57F83430F3 -:101D50003BB107EBC40204F01F04516808FA04F019 -:101D600098470136E3E700BF0C08002038B50B8820 -:101D7000C3F30B030D2B0D46144617D813B96FF0A0 -:101D8000850012E0023B0B2B1BD8DFE803F037067F -:101D9000313533311A1A1A1D28284FF4FA402060C1 -:101DA0002B68B3F5805F2CD2002038BD03F6B873E2 -:101DB000C3F30B03182BE2D8154A22FA03F3DB070F -:101DC000DDD5144B1868EAE700F0E0F80623B0FB15 -:101DD000F3F0552358430723B0FBF3F0DFE700F09F -:101DE000D5F80623B0FBF3F0552358434008D6E757 -:101DF0000020D4E70848D2E70848D0E74FF4004075 -:101E0000CDE7C3F313330133B0FBF3F02060CBE72E -:101E1000110111012C00002000366E01006CDC0263 -:101E2000F8B5564F564C00F0CFF8384602F06EF831 -:101E300000F058FAA368534AC3F303131578D35C30 -:101E400005F01F0503F01F0320FA03F647FA05F516 -:101E5000AE4202D2284600F07BFA236823F48023A6 -:101E60002360236843F48033236023689803FCD500 -:101E7000D4F8943043F00103C4F89430D4F894308B -:101E80009907FBD5FEF748FAD4F8903043F00103E8 -:101E9000C4F89030D4F890309A07FBD5FEF75AFA80 -:101EA000D4F8983043F00103C4F89830D4F898304F -:101EB0009B07FBD5A36803F00C030C2B18D12368F8 -:101EC000580506D4236843F48073236023685905BA -:101ED000FCD5A36823F0030343F00103A360A368C8 -:101EE00003F00C03042BFAD1A36823F0F003A360E2 -:101EF000236823F08073236023689A01FCD4E3688D -:101F000023F4003343F06053E360E36843F4803329 -:101F1000E360E36823F4C003E360E36843F4801301 -:101F2000E36000F037F8236843F080732360236890 -:101F30009B01FCD5A36823F0F00343F08003A3606A -:101F4000A36843F00303A360A36803F00C030C2B06 -:101F5000FAD1A368AE4223F0F003A36002D328466F -:101F600000F0F6F9084B1F60A36823F4E063A36058 -:101F7000A36823F46053A3600020F8BD80FE210A0B -:101F800000100240DC5200082C000020004870477E -:101F900000366E010A4AD2F8803023F48073C2F80A -:101FA000803002F5D032074BD1680B4043F4AA438E -:101FB00043F05303D360D36843F08073D36070471A -:101FC000007000400C80FFF9064B9A6D42F0805281 -:101FD00082B09A659B6D03F080530193019B02B020 -:101FE000704700BF0010024000487047644C000872 -:101FF000044BB3F8E0359B020B6000234B6018469E -:10200000704700BF0070FF1F10B5044601690B4800 -:1020100083681B68043113B96FF0040010BD984742 -:102020000028F9D120690C300122114602F03EFA55 -:1020300001F0EAFF00EAE070F0E700BF6447000843 -:1020400038B5036905461C6849B101F0DFFF58B196 -:1020500028690C3000F000FC6FF0040038BD6369A3 -:10206000002B06DB0020F9E7636943F0004363615E -:10207000F8E7034BA36003F18833A360F2E700BFE6 -:102080002301674510B50E480368A3B94FF40063F8 -:1020900043600C4BB3F8E0404FF6FF739C421DBF0A -:1020A000094BD3F8E045094B4FF4003318BF03EA5E -:1020B0008423DB0A036001230860136010BD00BFA6 -:1020C0008C0800200075FF1F0070FF1F00FCFF033D -:1020D0004FF0E0230D4A9969126818699B6900293D -:1020E00008BF1146002B08BF134610F4803F084874 -:1020F00001D1994205D20168114401604FF0E021FD -:10210000096900681044C01A704700BFA808002081 -:10211000A4080020094B102283F82320084B44F226 -:1021200068221A60074B002018604FF0E02344F249 -:1021300067225A61072298611A61704700ED00E03A -:10214000A8080020A4080020684620F007018D465A -:1021500019B5FFF7BDFF144B1449D3E900420868D5 -:10216000001942F10002C3E90002114A00230B608A -:10217000D2E9004144F26823001BB0FBF3F0434373 -:102180001B1941F10001C2E90031EFF31181102365 -:1021900083F31288BFF36F8F00F088FFFFF78AFB8D -:1021A000BDE819408546704760000020A408002063 -:1021B000580000202DE9F041364E89B1421C0AD169 -:1021C0004FF0E022136923F0010313614FF07F43C6 -:1021D0003360BDE8F0813568012806DC00240AE0A0 -:1021E000431C3568F8D140F2D93040F2DA339842D6 -:1021F000A8BF1846441EEFF31187102383F31288FB -:10220000BFF36F8FFFF764FF23494FF0E023D3F84C -:1022100018C0D1E90023801843F10003C1E900038D -:102220001E4B00221A601E4B1A68831A2DD444F2EA -:10223000682E44F2672814FB0E841C44131AB4FB66 -:10224000FEF440F226420EFB0433934238BF13469D -:10225000144A934228BF13464FF0E022336094693A -:10226000013B536100239361A445D1E90032ACEBFB -:1022700004000DD20544EB1842F10002C1E900321E -:1022800087F31188BFF36F8FA3E740F22643E3E79C -:10229000C318F1E7A808002060000020A40800206F -:1022A000580000202882FF0038B5EFF31185102375 -:1022B00083F31288BFF36F8F084B1C68084B1B68B1 -:1022C000E41AFFF705FF85F31188BFF36F8F44F21F -:1022D00068232044B0FBF3F038BD00BF600000204D -:1022E00058000020174B9A6802F00C02042A23D0F1 -:1022F0009A6802F00C02082A20D09A6802F00C02B8 -:102300000C2A1DD1D968DA68D868DB6801F00301AE -:10231000C3F341630329C2F30312C0F3062003F1A0 -:1023200001030CBF084909495B000132B1FBF2F21D -:102330005043B0FBF3F070470448704702487047C1 -:10234000002070470010024000366E010024F400A7 -:1023500010B52849284A441E8C421368D2F88020C0 -:1023600044D803F4C063B3F5007F2FD1D20522D443 -:1023700003F1016303F5332398422FD81F4B984292 -:102380002ED81F4B98422FD81E4B984294BF002046 -:1023900001201D4A136823F00F03034313601368E1 -:1023A00003F00F03984223D0136803F00F03181AA9 -:1023B00018BF012010BD154B98420FD8144B9842FE -:1023C0000ED8144B98420FD8134BDEE7B3F5806F4D -:1023D00008D1124B984207D8114BD6E70420D8E712 -:1023E0000320D6E70020D4E70220D2E70120E1E76E -:1023F0000020DFE77FFE210A0070004080651406A0 -:1024000000990D0480CC060200200240000E270730 -:10241000804A5D050087930380C3C90100366E01C1 -:10242000001BB700F0B5816885B01039054621F072 -:10243000070401F088F80B4B6A4603F1100718688F -:102440005968164603C60833BB423246F7D11023FB -:102450006A462146284601F043F8003818BF01209B -:1024600005B0F0BDB64C000830B50D46816887B0A8 -:10247000102302AA1039044601F01DF8002802DAE0 -:10248000012007B030BD102202A9204601F031FF23 -:1024900000283AD11E49102202A802F01DF9002896 -:1024A0000CBF012302232B70204601F00EFF0123F5 -:1024B00001460DF10702204600F0FDFF0028DFDB9A -:1024C0009DF8073003F00F021B096A702B7101227F -:1024D0000DF10701204601F00CFF10B96B78042BB9 -:1024E00003D901236B7000232B71A268183A22F0E4 -:1024F0000702083AA91C204601F00EFF0028BFD1B0 -:10250000E91C204601F060FFBBE70323CBE700BFD7 -:10251000B64C0008F0B5324F460085B00546694616 -:1025200057F8260001F056FF044610B1FF2005B011 -:10253000F0BD013602A957F8260001F04BFF012833 -:1025400008D128482A46492100F09AFF264B0293D9 -:102550008DF80C409DF800609DF80870234C002217 -:102560002078314601F0B7FE48B36078394601F073 -:10257000B2FE20B3A378042B03D09DF80310994238 -:102580001DD1E378042B03D09DF80B10994216D18E -:102590002379042B0FD16379023BDBB2022B1AD9CA -:1025A000134B14482A46492100F06AFF6079831EC4 -:1025B000022BBCD9BAE79DF802109942EBD0013248 -:1025C000032A04F10604CBD10B482A46492100F026 -:1025D00057FF0120ABE7094A52F82330E1E700BF7B -:1025E000784C00081D52000803010303EC52000858 -:1025F0000B520008675200088B5200086C4C000810 -:1026000038B5EFF31185102383F31288BFF36F8F72 -:10261000064B9C6801F03CFF85F31188BFF36F8F78 -:102620002046BDE83840FFF755B900BFAC08002090 -:1026300038B50A4B53F82040013053F82050A542DA -:1026400000D838BD606830B1037EDB0701D401F0EB -:10265000F4FE0834F3E723689847FAE7804C000853 -:1026600070B5294B294C2A4D86B0012203201A70DF -:10267000FFF7DEFF0420FFF7DBFF2646AE4204F142 -:1026800030040FD300F076FB204CAC4226D300F090 -:1026900085FBFDF78DFD1F4A938923F0010393818C -:1026A00006B070BD54F80C3C059354F8103C0493EC -:1026B00054F8143C039354F8183C029354F81C3C0F -:1026C000019354F8203C009354E90A2354E90C0187 -:1026D00000F01CF954F8303C5E65CEE7D4E90A23DB -:1026E000B3F1FF3F08BFB2F1FF3F05D052EA03014B -:1026F000206803D100F062F93034C6E7064918308B -:1027000000F0F4FBF8E700BFD9090020984A000860 -:10271000984A0008E8000020BD45000870B5002375 -:1027200086B00122CDE90423134E144D01930F22EC -:10273000CDE902321249142303FB005506EBC01603 -:1027400004464FF4C07000FB04110E4B00954FF48B -:10275000A072304600F0DAF8337C0B4AEE6023F0CA -:10276000040333744FF4046304FB033313442C74E5 -:102770006B6006B070BD00BF68000020AC08002090 -:102780004012002097440008000A00207FB5002076 -:10279000FFF74EFF284B83F30888284C636943F406 -:1027A000007363610025F02384F82230E5772576F5 -:1027B0006576A57684F82050636A43F4E02363626B -:1027C000FEF78CFFFFF770F84FF0FF33A362E36270 -:1027D000FFF78CF9FFF7E8F819481A4C00F0E2F817 -:1027E000FDF7E8FD0120FFF723FF0220FFF720FFA0 -:1027F00000F0B8FA144B15495C61154B05930123A1 -:102800004FF42052CDE90353CDE90155114B00950A -:10281000204600F07BF8237C064623F00403204684 -:10282000237401F0A6FE2846FFF778FF094A3146D7 -:102830002046FFF71BF800BF4012002000ED00E02B -:1028400068010020E8000020AC080020C013002030 -:10285000C25200086126000870B5EFF311861023FC -:1028600083F31288BFF36F8F0468A0421AD0CCB1F3 -:10287000D4E9003213605A60237C002523F0020360 -:102880002374C4E90055A56004F1180000F0C6FBEC -:102890002046A56701F06DFE31460848BDE870404E -:1028A00001F0A4BED0E902329A4218BF013383601E -:1028B00086F31188BFF36F8F70BD00BFDA09002067 -:1028C00013B5EFF31181102484F31288BFF36F8FD7 -:1028D000846844B1013C846081F31188BFF36F8F39 -:1028E000002002B010BD52EA030406D181F3118822 -:1028F000BFF36F8F6FF00F00F3E7CDE900230246BF -:10290000014800F003FAECE7DA0900202DE9F04372 -:10291000073285B022F007020E461F4610998181CA -:1029200000F158037F32C0E916330446002322F039 -:102930003F020421836001743F2A0F98A073C4E909 -:102940000633E37306F14009A2F1400805D883F38A -:102950001188BFF36F8F084602DFB518294620465D -:10296000FEF756FD07300E9B20F00700A066C4E975 -:10297000189802930D9B01932D1A0C9B00932A46E5 -:102980003B4631462046FEF73FFF00236365044B7C -:102990009B6803B1DB6EE366284605B0BDE8F083B3 -:1029A000AC0800200123037483810023C0E918339D -:1029B000C366014B98607047AC08002038B50446E8 -:1029C000EFF31185102383F31288BFF36F8F037C1D -:1029D0005B070FD5183000F021FB237C23F00403A4 -:1029E0002046237401F0D4FD29460548BDE838404F -:1029F00001F0FCBD85F31188BFF36F8F38BD00BFB8 -:102A0000DA090020094A93686FF00A0199670849BA -:102A100058674B6843F080534B60002383F3118861 -:102A2000BFF36F8F9368986F704700BFAC080020AA -:102A300000ED00E038B590F91020037C002A014633 -:102A400004DA03F07F03037401F05BFD0D4D2A46A9 -:102A5000AB6852F8184F944200D004B9EC688B422E -:102A600007D01A7CD20604D1DA897F2A01D9A2695B -:102A70002AB1A34202D0204600F0D6F923466B616A -:102A800038BD00BFAC08002070B590F91020037C61 -:102A9000002A2FDBD9062DD11A4C63F07F03224682 -:102AA000037452F8183FE169934207D1C0E900214D -:102AB0000860E0610FE09942F8D01B68002BF5D068 -:102AC00093F90E6090F90E50AE42F4DD5968C0E9FA -:102AD000003108605860A569954200D005B9E568E5 -:102AE000A3681A7CD20606D1DA897F2A03D9AA699B -:102AF0000AB9636170BDAB4202D0284600F094F978 -:102B00006561F7E7AC080020034648B9EFF305829A -:102B100032B9064A51699268914201D0FFF772BFFB -:102B200083F31188BFF36F8F704700BFAC0800209C -:102B300038B5184CA168E0690B68814214BF1A4689 -:102B4000002249680B605960A368E1692AB9124AFA -:102B5000C3E900210B60E3610AE092F90E5093F99A -:102B60000E00854212DD5168C3E900210B605360FD -:102B7000A569094B9D4200D005B9E568A3689D424F -:102B800002D0284600F050F9656138BD8A42DED097 -:102B90001268DBE7AC080020C40800202DE9F047EC -:102BA000002A027C0CBF4FF010094FF0080919EA07 -:102BB000020F04460E460F4628D149EA0203D20905 -:102BC00046D10374B9F1080F48D04FF00008DFF880 -:102BD000F0A0534653F8185F9D4200D00DB9DAF8C3 -:102BE0000C50DAF80830AB4202D0284600F01CF94D -:102BF000B9F1100FCAF8145008D0204601F08DF832 -:102C0000B8F1000F02D02F48FFF7CCFE2C4B9B6889 -:102C1000A3424FD1EFF30583002B4BD1A289D207FA -:102C200011D586F31188BFF36F8F83F31188BFF33B -:102C30006F8F0423184602DFEFF31187102383F30D -:102C40001288BFF36F8F3846BDE8F047FFF7DABE52 -:102C500003F07F03037401F054FCB3E7A36813B1DE -:102C6000204601F056FC04F1180000F0D7F9A56DDC -:102C700004F15808A84511D04FF0000A75B1284654 -:102C800001F047FC05F1180000F0C8F9C5F878A07C -:102C90002846FFF7F9FEA56DA845EFD1084B9B68C4 -:102CA0009C4292D1EFF30588B8F1000818BF4FF0AD -:102CB00001088CE786F31188BFF36F8FBDE8F087BA -:102CC000AC0800206801002070B50F4D2B46064669 -:102CD00053F8184F9C4200D004B9EC68AB681A7CDA -:102CE000D20604D1DA897F2A01D9A2692AB1A34286 -:102CF00002D0204600F098F823466B613046BDE8CC -:102D00007040FFF701BF00BFAC080020F8B5124BC0 -:102D10000C461146114A98681060DDE90676EFF31B -:102D20001182102282F31288BFF36F8F9D682846AC -:102D300001F0F9FBB6F1FF3F08BFB7F1FF3F06D046 -:102D400007493A46334605F1180000F0CFF820460F -:102D5000BDE8F840FFF756BEAC080020CC080020C4 -:102D6000BD450008024B03F11802C3E90622704773 -:102D7000AC080020EFF31181102383F31288BFF316 -:102D80006F8F054B9A68D37B013BD37381F3118816 -:102D9000BFF36F8F704700BFAC080020EFF31180C6 -:102DA000102383F31288BFF36F8F034B9A68D37B92 -:102DB0000133D373FFF788BFAC080020014B98683C -:102DC000704700BFAC080020027C12F01F020346CF -:102DD00010D10A4988420DD00949086868B1D989DB -:102DE0007F2909D893F90E20064B1B689A42B8BF79 -:102DF0000020704700207047104670476800002090 -:102E000030000020D0080020044BC01A044BC01032 -:102E10005843044B01221A54704700BFE8010020B8 -:102E2000ABAAAAAADA09002070B50C4B0C4C1E7C88 -:102E3000FFF7CAFF182303FB06440546204600F0AF -:102E4000EDF8084B00229A553DB12A46EB17204673 -:102E50000549BDE8704000F049B870BDAC080020DD -:102E6000E8010020DA090020092E000838B5EFF348 -:102E70001185102383F31288BFF36F8F0F4B104A15 -:102E80009C681068A04206D1FFF7CEFF85F3118839 -:102E9000BFF36F8F38BD00211B7C1160094AD35CE2 -:102EA000002BF3D02046FFF78FFF0028EED0237CC5 -:102EB000DB0601D1FFF73CFE2046E5E7AC08002029 -:102EC000CC080020DA090020024B1868984208BF9D -:102ED0000020704734000020034B1B680BB9FFF73C -:102EE000E3B90020704700BFD4080020B3F1FF3FD2 -:102EF00008BFB2F1FF3F2DE9F84F04469946154649 -:102F0000984600F081808160EFF31187102383F3EE -:102F10001288BFF36F8FB9F1000FDFF8F4A026DB42 -:102F2000FFF7DAFF3B4B1A68B2FA82F245194FEA13 -:102F3000521249EBE0795219DAE9005149F10003E4 -:102F4000C4E904235519064643EB01084FF0010973 -:102F5000FFF7BAFFDFF8C0E0DEF804A00346EBB9E4 -:102F6000C4E900EACAF80040CEF8044028E0DAE9F3 -:102F700000126FF001035B1A4FF0FF3161EB0202A8 -:102F80005B1B62EB0902012B72F10001BCBF012344 -:102F90000022C0E904324FF00009D9E7D3E9041C4C -:102FA000D4E904208A4270EB0C0B24DA891A5A689F -:102FB0006CEB0000C3E90410C4E9003214605C60EB -:102FC000FFF782FF84420ED1124B1B685BB9B9F147 -:102FD000000F02D1FFF780FF0646304601F009FBE3 -:102FE0000021FFF7E7F887F31188BFF36F8F2846BA -:102FF0004146BDE8F88F521A60EB0C005345C4E916 -:103000000420ADD01B68AAE70025A846EFE700BF63 -:1030100000020020D408002034000020F8B5024649 -:10302000EFF31185102383F31288BFF36F8F0168CC -:1030300051B3FFF749FF1C4B5B689A4208D0D1E9B6 -:103040000434D2E90476DB1944EB0604C1E9043404 -:10305000D2E90031002400264FF0004790420B6077 -:103060005960C2E90044C2E9046705D0002085F335 -:103070001188BFF36F8FF8BDFFF72EFF01F0B9FA8B -:103080002146FFF797F8F1E7D0E90413B3F1004FB9 -:1030900008BF012904D100204FF00041C2E904011A -:1030A0006FF01500E3E700BF340000202DE9F84F72 -:1030B000DFF8BC902F4DC9F800000246FFF704FF6F -:1030C0000C4601264FF00047D5E900C14FEAE278EF -:1030D00058B1D0E904AE524578EB0E031CDABAEBD6 -:1030E00002036EEB0806C0E9043612EB0C0241EB5A -:1030F0000801C5E9002100252846C9F8005001F063 -:1031000078FA2946FFF756F884F31188BFF36F8FDA -:10311000BDE8F84FFFF7AABE1AEB0C0341EBEA71CA -:10312000C5E900314FF0000B4FF01008D0E9011253 -:1031300003680B605960C0E900BBC0E9046784F311 -:103140001188BFF36F8F9047EFF3118488F31288D3 -:10315000BFF36F8FFFF7B8FE18B1D0E90423134314 -:10316000E4D0D9F80020A2EB0A02C9F80020ABE7AE -:10317000D40800200002002010B5EFF311841023C2 -:1031800083F31288BFF36F8FFFF7A6FE054A03464D -:10319000D2E90001181841EBE37184F31188BFF301 -:1031A0006F8F10BD000200202DE9F04F8378D0F81A -:1031B000048015469A0785B0074640F19F80002697 -:1031C0000878002800F09C80252808D001F1010A29 -:1031D00001363946C047002880F286808AE091F89F -:1031E00001B0BBF1250F01F1020AF1D00024012149 -:1031F0001F2C25D8ABF12002102A06D8844B01FAE7 -:1032000002F018420ED1032A5AD0ABF13002092A3B -:1032100008D9BBF12A0F33D1630605F1040501D4A7 -:1032200044F020041AF801BBBBF1000FE0D139468D -:103230002520C04700285DDB023639465846C9E7DD -:103240007F2CE2D9BBF16C0F29D021D8BBF1680FDC -:103250002CD0BBF16A0F30D0BBF14C0F2DD0ABF1AD -:103260006302122A00F2A580DFE802F02C4EA3A32D -:10327000A3A34EA3A3A3A3A3AD9DA3A331A37700B0 -:10328000BBF12E0FDED160063AD444F04004C9E70A -:10329000BBF1740FC6D0BBF17A0FC3D0DFE72206B3 -:1032A00048BF44F4007444F08004BBE7E30548BF22 -:1032B00044F4007444F48074B4E744F42074B1E737 -:1032C0001024AFE715F8040B0136394682E72C6865 -:1032D000504B002C08BF1C46A1464B4619F8010B69 -:1032E00020B9341B1E190435514669E73946C047D9 -:1032F0000028F2DABB7843F00403BB704FF0FF36CE -:10330000304605B0BDE8F08F20061DD5A10545BFAC -:10331000073525F0070555F8040B55F8080B00286C -:103320000DF10409B8BF404249464FF00A02B8BF48 -:1033300044F4806401F0E0F96405A0EB090956D477 -:103340004C460DF1040B5EE0E20555F8040BE6D5A2 -:10335000A3054CBF40B200B2E1E724F01004A4B2D0 -:103360000A22200633D5A10545BF073525F00705FC -:1033700055F8040B55F8080B10B924F01004A4B24A -:103380000DF10409494601F0B7F9E306A0EB09097C -:10339000D6D539463020C0470028ABDBBBF1000F43 -:1033A0001ED10136CCE744F0100410224FF0780B08 -:1033B000D7E74BF02002782A7FF439AFCBF17802BF -:1033C00042F01002CDE708224FF0000BC9E7E305F9 -:1033D00055F8040BD0D5A1054CBFC0B280B2CBE7E5 -:1033E000023639465846C0470028A9DA82E7013636 -:1033F00039462D20F7E7013C39461BF80400C04749 -:103400000028FFF677AF002CF5D14E446CE700BFE3 -:1034100081280100C7520008704708B500F091F8F4 -:10342000002008BD30B5002985B00446154611DBE3 -:1034300083688B420ED96368C068194401AA00F002 -:1034400097FD28B96268019B9B1A2B60029B6B60F9 -:1034500005B030BD6FF02100FAE770477047704744 -:10346000002070470FB407B504A951F8040B01916F -:10347000FCF730FF03B05DF804EB04B07047704711 -:103480000FB407B504A951F8040B0191FCF722FF12 -:1034900003B05DF804EB04B07047002908DB8068D6 -:1034A000884205D9401A904234BF0020012070475D -:1034B00000207047704770B516461A4605460C4600 -:1034C000FFF7EBFF48B16968E86821448268146837 -:1034D0003246A446BDE8704060476FF0150070BDED -:1034E00070B516461A4605460C46FFF7D6FF48B19A -:1034F0006968E8682144826854683246A446BDE899 -:10350000704060476FF0150070BD10B50B46044663 -:10351000FFF7C3FF40B16168E068194483689B68A6 -:103520002BB1BDE8104018476FF0150010BD6FF0CB -:103530005700FBE708B5C0688368DB6898470068F8 -:1035400008BDC068704708B5C0688368DB689847E5 -:10355000407908BD30B54C680368A34201D2012010 -:1035600030BD8A682244934201D30020F8E7D1E9B4 -:103570000452954203D36FF00B038B61F5E7CA68E1 -:103580001B1B42F835304368086902EBC0025360E8 -:103590000B6901330B61E2E737B50C46C0B201A9F4 -:1035A0001546FCF741FF00280CDB019850B121467D -:1035B0002A46FCF75FFF04460198FFF77BFF204691 -:1035C00003B030BD6FF01504F9E72DE9F0439DB06D -:1035D000DDE926676846249D0C4691469846FDF72E -:1035E00095FE36B1002F04DD3A463146684600F0BC -:1035F000F0FA63892289E76813441F440024A74234 -:1036000007D82598694600F00AFB00201DB0BDE8E8 -:10361000F0833E1BAE4228BF2E463346424621462B -:103620004846FFF748FF0028F0D132464146684639 -:1036300000F0CFFA3444E2E72DE9F7430E4617468F -:103640009946044628B94FF0FF38404603B0BDE81C -:10365000F0830029F7D0002AF5D0CB680D891D44EE -:1036600004230DEB030229463846FFF724FF80466A -:103670000028E8D1BDF80410738946F6081291427B -:1036800025D1BDF806109942DDD104230DEB0302CC -:1036900029443846FFF70FFF0028D4D1BDF8042095 -:1036A00046F607139A42CED1C4E900679DF8283048 -:1036B000A4F80890A3727389BDF806202B44E36038 -:1036C000738913442B44043563612561BDE7002BE6 -:1036D000E4D0B8E72DE9F3410E4617461D460446EF -:1036E00020B94FF0FF3002B0BDE8F0810368002B35 -:1036F000F7D04368002BF4D04FF6FF78D4E90413D9 -:10370000994215D223685B8923B1E3688B4204BFD9 -:1037100004312161042360680DEB0302FFF7CBFE47 -:103720000028DED1A37A2BB1D4E903329A4201D327 -:103730000120D8E72389BDF80610434501F10402B2 -:1037400003D0BDF804C09C450BD115B1BDF80430C1 -:103750002B80236904333360398023691344236148 -:10376000C1E7236913442361C8E748B103683BB14B -:1037700043682BB1C068884294BF00200120704785 -:103780004FF0FF30704700F0A7BF10B50446FFF7B9 -:10379000D1FE00F086F8A368984201D900F0E4FA5F -:1037A000181A10BD70B50D46044600F08EFD2A466D -:1037B000A0F1080104232046BDE87040FFF77BBE5E -:1037C00013B50446019100F080FD0423A0F1080127 -:1037D0000DEB0302204600F0BBFD02B010BD00F06F -:1037E000E2B901292DE9F341174601D900F0BCFAED -:1037F0002C2303FB0104D4F82080B8F1000FF5D08E -:10380000E36826891E4404230DEB0302314640463B -:10381000FFF751FE054620B10125284602B0BDE85C -:10382000F081BDF80420648946F608139A421AD143 -:10383000BDF806309C4201D00325EEE704230DEBD2 -:103840000302A1194046FFF736FE0028E4D1BDF877 -:10385000042046F607139A42EED1BDF80610214423 -:1038600031443960D9E7002CF1D0E5E713B51822CF -:1038700001290346019208460AD15A6A03F1280435 -:1038800001A9FFF789FE08B9019B236002B010BDB2 -:10389000022903D11A6D03F15404F1E70120F5E781 -:1038A0007047482358433030704773B50C4605467F -:1038B0001646FFF73FFEA04203D92846FFF73AFE1F -:1038C0000446A9684823303903FB14116A46284688 -:1038D000FFF7A8FD0028A4BF009B336002B070BDB5 -:1038E0002DE9F7431F4683688B4206460D469146F5 -:1038F00033D95B1A934230D307B36A46FFF792FD80 -:10390000041E2CDB013DDDF800804D446A4629464B -:103910003046FFF787FD041E21DBDDE900953046C8 -:103920002A464946FFF7F1FD041E18DBFFF797FD15 -:1039300077B1C84513D209F1FF35E7E701396A4687 -:103940004944FFF76FFD041E09DBDDF80080DDE769 -:103950004D44A84503D30135D8E74FF0FF34204646 -:1039600003B0BDE8F08310B412B110BCFFF7B8BFCC -:10397000104610BC7047002382681946FFF7F3BF5A -:1039800008B52C2303FB0101086A08B900F0ECF923 -:10399000BDE80840042200F0ACBCF8B513460F4661 -:1039A0001646002102460546FDF702F9044650B9C5 -:1039B000334605F12C0201212846FDF7F9F810B134 -:1039C000002F18BF04462046F8BD00207047002194 -:1039D00010B504460846FCF75DFC04F12001C0B2B6 -:1039E000FCF722FD40B90121FCF754FC04F14C0125 -:1039F000C0B2FCF719FD08B100F0B6F910BD10B562 -:103A00000446C06C08B1FFF755FD206A18B1BDE847 -:103A10001040FFF74FBD10BD6022002100F054BEE2 -:103A20004379012B07D10368012B04D10079431E90 -:103A300058425841704700207047F7B5056A07465D -:103A400028460E46FFF7A1FEF96D0446304600F009 -:103A500096F804442846FFF76DFD07462846FFF711 -:103A600072FD072201460DF1010000F02DFE3379B1 -:103A70008DF800306A463B4621462846FFF730FD68 -:103A8000003818BF012003B0F0BD13B50C4601AAE1 -:103A9000C16D2046FFF709FF002809DB0199A268E4 -:103AA0000123521A2046FFF75EFFC00F02B010BD7F -:103AB0000120FBE737B50C46C06C69461546FEF79A -:103AC000D3FC024608B100F04FF9E979012904D08E -:103AD000204600F093FC0028F5D19DF80330012B1F -:103AE00004D1204600F069FC0028ECD1A9682046EA -:103AF000FFF766FE0028E6D12046FEF793FC00287B -:103B0000E1D103B030BD73B50C460646FDF74AF966 -:103B1000E06028B3022801D1356A0DB900F024F91C -:103B2000224631462846FDF79BF8D0B9284600F0DA -:103B3000CCFB012301460DF107022846FFF7BBFC31 -:103B400088B901220DF10701284600F0D2FB10B11F -:103B500001238DF807309DF8073003F00F03E37160 -:103B6000002002B070BD0120FBE7436A00205A68C4 -:103B7000034613448B4200F10100FAD3704710B59D -:103B800043790279012B1ABF18234B43002302F11A -:103B9000FF3201FB0233026814BF4C000C46013AAD -:103BA00004FB023010BD10B50446C06DFFF779FE6E -:103BB000636A5B685A1E024459421140A26A013A84 -:103BC0005A43501A626D53435B1A984228BF1846F5 -:103BD00010BDF8B50C4610B1F9B10AB90120F8BD15 -:103BE0008D1800F128060027AC42F7D0836E5A1CCE -:103BF0008266034414F8011B83F828103F2AF3D986 -:103C00003146FDF799FAD0E9083213F5007342F115 -:103C10000002C0E908328766E6E70846DFE7F8B544 -:103C20000C46054600284CD000294BD08B6ED1E9BC -:103C30000821D800121841F10001581C2344C4E99E -:103C4000082138284FF08002A0664FF0000783F863 -:103C5000282004F128060BD9C0F14002394630442F -:103C600000F032F820463146FDF766FAA76638467E -:103C7000C0F138020021304400F026F8236A626A5D -:103C80001BBA12BAC4E9182331462046FDF754FA8C -:103C90002B1D211F243551F8042F03F8012C100E81 -:103CA00003F8040C100C03F8030C100A03F8020CC0 -:103CB0000433AB42EFD120467022002100F004F81B -:103CC0000120F8BD0846FCE700F0FEBC10B5036A11 -:103CD0000446D8688368DB689847E36CD8688368D3 -:103CE000DB689847012010BD00F0EEBC00F0DEBCA0 -:103CF000012801D1EFF30583FEF782BC014600687D -:103D0000FFF7F6BF08B5FDF77FFBBDE80840FDF7FC -:103D1000D1BD00210120FFF7EBBF6FF08500704798 -:103D200061B662B680F31188BFF36F8F704772B6C9 -:103D3000002383F31188BFF36F8FBFF34F8F30BF22 -:103D400062B6BFF36F8F7047202809D9B0F1004FDA -:103D500008D80138B0FA80F0C0F11F004000704769 -:103D6000082070473E20704708B5FDF781FF08B571 -:103D7000062201210020FDF7C7FF00221146062080 -:103D8000FDF700FD012108460722FDF7BDFF0022D7 -:103D900011460720FDF7F6FC082201210220FDF75D -:103DA000B3FF002211460820FDF7ECFC0922012197 -:103DB0000320FDF7A9FF002211460920FDF7E2FCD0 -:103DC0000A2201210420FDF79FFF002211460A204C -:103DD000FDF7D8FC052108461722FDF795FF0022C4 -:103DE00011461720FDF7CEFC282206210A20FDF7F8 -:103DF0008BFF002211462820FDF7C4FC002008BDDF -:103E00000B88C3F30B0303F6B872C2F30B02182A34 -:103E100082B014D803F1804303F5043348681A686C -:103E200002431A600B88C3F30B0303F1804303F5CD -:103E3000043300201B680193019B02B070476FF0B0 -:103E40008500FAE70B88C3F30B0303F6B872C2F3DD -:103E50000B02182A9FBF03F1804303F5043349681E -:103E60001A689DBF8A4300201A606FF08500704772 -:103E70000D2809D843F66E73C34013F0010F0CBF31 -:103E80006FF08500002070476FF08500704770B5B7 -:103E900008884A68C0F30B0094B2C2F30445FFF7E8 -:103EA000E7FFA0B9FF2A11D004F18041C2F34156C7 -:103EB00001F5043101360123B3400C68013BAB40EE -:103EC000120E24EA0303AA4013430B6070BD6FF087 -:103ED0008500FBE70888C0F30B0008B500F6B8734F -:103EE000C3F30B03182B0AD800F1804000F504300F -:103EF0004B68026893430CBF0220012008BDFFF706 -:103F0000B7FF00280CBF02200120F7E77047F7B584 -:103F10001C461646002382682360A36053690D4641 -:103F200001AA69469847019B5A1E01921BB96FF07E -:103F3000150003B0F0BD0098A2684768216867606B -:103F400085B9B31AD0F800C0634528BF63461A4448 -:103F500003FB07112160A26002689A4206D808306C -:103F60000090E0E76B1AB3FBF7F3EBE70020E0E724 -:103F700013460022FFF7CBBF2DE9F047836886B0D8 -:103F80005B698846914601A902AA98470024A24687 -:103F90002546029BAB4202D806B0BDE8F087019FE0 -:103FA00007EBC50700267B6804933A68B2420AEB28 -:103FB000060302D801359A46EBE703940593494678 -:103FC00003A8C0470028E7D0049B01361C44ECE757 -:103FD0004FF0FF324FF0FF330C30FEF771BC70B57D -:103FE0001C461546002322460E4600F0AAF840B1B2 -:103FF0002CB1224606F10061284600F057FB002054 -:1040000070BD6FF01500FBE70020704773B50646E2 -:104010004FF4FA720023684600F002FB33691B6814 -:104020001A6944F2FA310A40DDE9004513D01A69F1 -:104030000A401A616FF0040002B070BD002AF9D185 -:1040400022462B46684600F010FBDDE900321343A0 -:104050000CBF0122002233691B68186910F48030FC -:10406000ECD1E9E770B5012305460E46144600F091 -:1040700068F8002834D074B32869FFF7A9FF00213D -:104080002846FDF7DDFF40BB31462246284600F0BA -:1040900074F806462B691B681A6852050FD51A6812 -:1040A00022F480621A601A6842F480521A601A6818 -:1040B00022F480521A601A6842F480621A60012168 -:1040C0002846FDF7BDFF002E14BF3446044628697C -:1040D0000C30FEF7C1FB204670BD6FF00406D9E737 -:1040E0006FF01504F7E7F8B51C4617460123224682 -:1040F00005460E4600F025F800B3D4B12869FFF755 -:1041000067FF00212846FDF79BFFA0B931462346F3 -:104110003A46284600F08BF8064601212846FDF76E -:104120008FFF002E14BF3446044628690C30FEF77A -:1041300093FB2046F8BD6FF00406EEE76FF0150420 -:10414000F7E77FB506460D4614461BB141EA020368 -:104150005B0710D101AA29463046FFF709FF50B985 -:10416000013C01AA61193046FFF702FFB0FA80F066 -:10417000400904B070BD0020FBE7013AF8B50746DE -:104180000D4600205618AE4200D2F8BD3B691C68AF -:104190006369002B48DB3846FFF738FF0028F4DB63 -:1041A000636943F002036361636923F4FC73636131 -:1041B0006369EA0A43EAC2036361636943F48033D3 -:1041C000636138466369FFF721FF23685A050FD5FD -:1041D000236823F480632360236843F480532360BF -:1041E000236823F480532360236843F480632360AF -:1041F00023689B050FD5236823F40073236023688D -:1042000043F400632360236823F40063236023687E -:1042100043F4007323606369002823F002036361A1 -:10422000B3DB05F50065AEE76FF00400ADE72DE9FF -:10423000F84F0546002016469846044601F10067EF -:10424000A04510D924F007033344E210D3F804A0AA -:104250002B6956F832B0D3F80090D9F81430002BFF -:1042600003DA6FF00400BDE8F88F2846FFF7CEFEB2 -:104270000028F8DB3A59013207EB040302D15A68EF -:10428000013202D05BEA0A02EBD1D9F8142042F0E5 -:104290000102C9F81420D9F81420C3F800B0284648 -:1042A000C3F804A0FFF7B2FED9F81430002823F0B9 -:1042B0000103C9F81430D6DB0834C1E74FF0E0221F -:1042C000136923F00103136170478068183820F0E8 -:1042D000070010387047042809D0052803D1481E6C -:1042E00018BF01207047431A5842584170470120B7 -:1042F000704738B515460C4661B15AB1FFF723F93E -:104300002544214611F8013B834203D1A942F9D14A -:10431000012038BD0020FCE738B50C4601231146CA -:1043200022460546FFF7C7F800280FDB0122214689 -:104330002846FFF7DEFF18B103232370002038BDA5 -:104340002378012B14BF02230123F6E70120F6E7AF -:104350002DE9F3471D4606460F469046FFF7EAF85B -:104360006C1E044440420440082C01D9FFF7FCFCB9 -:104370003046FFF7E8F82A4682464146684600F094 -:1043800095F9621B51460DEB050000F09DF923469F -:104390006A4639463046FFF7A3F8003818BF0120B7 -:1043A00002B0BDE8F08707B501238DF8042001AA0B -:1043B000FFF7CEFF03B05DF804FB816818390122D6 -:1043C00021F00701FFF7EFBF8268183A22F00702D9 -:1043D000FFF7A2BF13B50C46C0B201A9FCF724F841 -:1043E00050B921460198FEF73FF804460198FFF7BF -:1043F00061F8204602B010BD0124FAE70E2A13B579 -:10440000044601D9FFF7B0FC0E29FBD841EA02119E -:104410008DF80710FFF759FF012301460DF1070240 -:104420002046FFF795FF02B010BD8168183921F0D2 -:10443000070101220839FFF7B6BF10B543690446EA -:104440003BB90020E268537843F0010353704042C7 -:1044500010BD98470028F4D00028B8BF4042E36858 -:10446000FF28A8BFFF201870ECE740B1C368587858 -:1044700010F001001EBF1878B0FA80F040097047B4 -:10448000EFF31183102383F31288BFF36F8FFEE7DE -:1044900008B5FFF7F5FF08B51024EFF3118384F397 -:1044A0001288BFF36F8FFFF742FCF6E73AB18A42FA -:1044B00005D3C0E90212C0E90000002070476FF088 -:1044C0001500704738B58589EFF31181102282F30A -:1044D0001288BFF36F8F037C13F0080404D081F3BC -:1044E0001188BFF36F8F38BD0122FEF757FBEB0732 -:1044F000F9D584F31188BFF36F8F0423184602DFC8 -:10450000F1E7D0E9003213605A600023C0E90033BC -:10451000704708B5FFF7F5FF037C23F0020303742F -:104520000023836008BD38B504460D46FEF782FAC5 -:10453000237C43F002032374D5B1A5602B689D4210 -:1045400009D16B68C4E900531C606C6010E06A68B4 -:104550009A42F6D01B68002BF3D093F90E1094F911 -:104560000E209142F3DD5A68C4E9003214605C60A9 -:1045700038BD10B5EFF31184102383F31288BFF315 -:104580006F8FFEF781FA84F31188BFF36F8F10BD30 -:10459000FEF77ABA08B5037C13F0280F01460CD158 -:1045A00083680BB1FFF7B5FF0B7C23F004030B749A -:1045B0000846BDE80840FEF767BA08BD10B5EFF33E -:1045C0001184102383F31288BFF36F8FD0E9042383 -:1045D000B3F1004F08BF012A04D084F31188BFF360 -:1045E0006F8F10BD1838FFF7D5FFF6E70846FEF7C6 -:1045F0008BBA08B50246FEF767FC70B1D0E904310A -:104600009B1A61EBE272B3F1004F72F1000104DA20 -:10461000002AACBF1846002008BD6FF00040FBE741 -:10462000B3F1FF3F08BFB2F1FF3F70B506461D462C -:10463000144614D01A4316D0002B08DBFEF79CFD5D -:10464000041941EB0501C6E90041304670BD6FF029 -:1046500001031C1B4FF0FF3363EB0501F3E74FF041 -:10466000FF342146EFE70024FBE7B3F1FF3F08BF2B -:10467000B2F1FF3FF8B5074616461C4610D054EA83 -:10468000020311D0FEF778FDB0420A46A14103466D -:104690000AD2F31A64EB0204C7E900343846F8BDC5 -:1046A0004FF0FF331C46F7E70023FBE70A44914233 -:1046B00000F1FF3300D1704710B511F8014B03F83A -:1046C000014F9142F9D110BD02440346934200D1FB -:1046D000704703F8011BF9E710B501390244904215 -:1046E00001D1002005E0037811F8014FA34201D069 -:1046F000181B10BD0130F2E7F0B5C2F137050446D2 -:10470000EDB202F01F020846B4FBF2F602FB1641BE -:10471000CBB2092988BF5B19274688BFDBB230338B -:0C472000BA4200F8013B3446EED9F0BD6F -:10472C0000000000644700080503000800000000BA -:10473C0000000000804700086F3D000800000000EA -:10474C001521000800000000000000009C47000834 -:08475C00B90200080000000092 -:10476400E451000800000000B04A00084E00002098 -:1047740000000000211E000800000000C6510008CF -:1047840000000000000000004C00002000000000B9 -:104794008D1C000800000000F1510008000000001A -:1047A400984A00085000002010000020092000084A -:0447B4000000000001 -:1047B80000000000133D000800000000133D000841 -:1047C80000000000133D000800000000133D000831 -:1047D80000000000133D000800000000133D000821 -:1047E800DA520008211D0008D8520008211D0008CF -:1047F800D6520008211D0008D4520008211D0008C7 -:10480800D2520008211D000800000000133D0008D6 -:1048180000000000133D000800000000133D0008E0 -:1048280000000000133D000800000000133D0008D0 -:1048380000000000133D000800000000133D0008C0 -:1048480000000000133D000800000000133D0008B0 -:1048580000000000133D000800000000133D0008A0 -:1048680000000000133D0008D0520008211D000878 -:1048780000000000133D000800000000133D000880 -:1048880000000000133D000800000000133D000870 -:1048980000000000133D000800000000133D000860 -:1048A80000000000133D000800000000133D000850 -:1048B80000000000133D000800000000133D000840 -:1048C80000000000133D000800000000133D000830 -:1048D80000000000133D000800000000133D000820 -:1048E80000000000133D000800000000133D000810 -:1048F800CE520008211D000800000000133D0008EA -:1049080000000000133D000800000000133D0008EF -:1049180000000000133D000800000000133D0008DF -:1049280000000000133D000800000000133D0008CF -:1049380000000000133D000800000000133D0008BF -:1049480000000000133D000800000000133D0008AF -:1049580000000000133D000800000000133D00089F -:1049680000000000133D000800000000133D00088F -:1049780000000000133D000800000000133D00087F -:1049880000000000133D000800000000133D00086F -:1049980000000000133D000800000000133D00085F -:1049A80000000000133D000800000000133D00084F -:1049B80000000000133D000800000000133D00083F -:1049C80000000000133D000800000000133D00082F -:1049D80000000000133D000800000000133D00081F -:1049E80000000000133D000800000000133D00080F -:1049F80000000000133D000800000000133D0008FF -:104A080000000000133D000800000000133D0008EE -:104A180000000000133D000800000000133D0008DE -:104A280000000000133D000800000000133D0008CE -:104A380000000000133D000800000000133D0008BE -:104A480000000000133D000800000000133D0008AE -:104A580000000000133D000800000000133D00089E -:104A680000000000133D000800000000133D00088E -:104A780000000000133D000800000000133D00087E -:104A880000000000133D000800000000133D00086E -:104A9800DF3F0008E740000865400008E91F0008FC -:104AA800F11F000885200008013E0008453E000867 -:104AB800000000006D1D0008D53E00080000000041 -:044AC8008F3E000815 -:084ACC008F4D000803000000FB -:104AD400600000000100000001000000020000006E -:104AE4000400000000000000000000000088000036 -:104AF4009C470008010000000088000000C000007E -:104B04009C470008020000000048010000A80000C3 -:104B14009C4700080300000000F0010000100000A2 -:104B24009C47000801000000020000000100000092 -:104B340002000000982F8A4291443771CFFBC0B520 -:104B4400A5DBB5E95BC25639F111F159A4823F9254 -:104B5400D55E1CAB98AA07D8015B8312BE853124AD -:104B6400C37D0C55745DBE72FEB1DE80A706DC9B6E -:104B740074F19BC1C1699BE48647BEEFC69DC10F1A -:104B8400CCA10C246F2CE92DAA84744ADCA9B05C56 -:104B9400DA88F97652513E986DC631A8C82703B019 -:104BA400C77F59BFF30BE0C64791A7D55163CA0627 -:104BB40067292914850AB72738211B2EFC6D2C4D33 -:104BC400130D385354730A65BB0A6A762EC9C28121 -:104BD400852C7292A1E8BFA24B661AA8708B4BC2B7 -:104BE400A3516CC719E892D1240699D685350EF4E1 -:104BF40070A06A1016C1A419086C371E4C77482798 -:104C0400B5BCB034B30C1C394AAAD84E4FCA9C5B0D -:104C1400F36F2E68EE828F746F63A5781478C8845E -:104C24000802C78CFAFFBE90EB6C50A4F7A3F9BE40 -:104C3400F27871C6000000200000000000000B069E -:104C4400020000004C4C000800000008AE510008AF -:104C54002000020200000020B65100081C000B11C5 -:104C64000800000000FF0000B1520008B65200081E -:104C7400BB52000801000000020000002C4700089D -:104C84002C4700084C470008544700085C470008BC -:104C94006447000801000200100011001200200007 -:104CA40021002200230024003000310032003300B0 -:104CB400FFFF77C295F360D2EF7F3552500F2CB6C9 -:104CC400798025633A205374617274696E67206237 -:104CD4006F6F746C6F616465720A0025633A2055C6 -:104CE4006E61626C6520746F2066696E6420626F09 -:104CF4006F7461626C6520696D6167650A00256384 -:104D04003A20426F6F746C6F6164657220636861EE -:104D1400696E6C6F61642061646472657373206F83 -:104D240066667365743A20307825780A0025633AFC -:104D340020496D6167652076657273696F6E3A20EC -:104D44007625642E25642E25640A0025633A204ABC -:104D5400756D70696E6720746F207468652066696C -:104D640072737420696D61676520736C6F740A00D7 -:104D740025633A204E657665722073686F756C649E -:104D84002067657420686572650A006D6375626FDB -:104D94006F740025633A20696E76616C69642066DD -:104DA4006C6173682049442025640A002A2A2A2059 -:104DB4005573696E67205A6570687972204F532065 -:104DC4006275696C642076342E342E302D32373778 -:104DD400332D6734343234616136383165306220C2 -:104DE4002A2A2A0A0025633A204661696C656420F0 -:104DF400746F2072656164207374617475732066C6 -:104E0400726F6D2025642C206572722025640A0A55 -:104E1400007072696D617279007365636F6E6461AD -:104E240072790025633A20436C6561726564206978 -:104E34006D616765202564207072696D61727920E7 -:104E4400736C6F7420747261696C6572206475652B -:104E540020746F20737475636B2072657665727449 -:104E64000A0025633A20496D61676520696E2074E4 -:104E7400686520257320736C6F74206973206E6FCE -:104E8400742076616C6964210A0025633A202564E4 -:104E94002073746174757320777269746520666118 -:104EA400696C7320706572666F726D696E672074C9 -:104EB400686520737761700A0025633A204661694A -:104EC4006C656420746F206F70656E20666C61730E -:104ED400682061726561732C2063616E6E6F74204B -:104EE400636F6E74696E75650A0025633A204661C6 -:104EF400696C65642072656164696E6720736563BB -:104F0400746F72733B20424F4F545F4D41585F4959 -:104F14004D475F534543544F52533D2564202D2044 -:104F2400746F6F20736D616C6C3F0A0025633A20C7 -:104F34004661696C65642072656164696E672069A5 -:104F44006D61676520686561646572733B20496DB6 -:104F54006167653D25750A0025633A204661696CE1 -:104F640065642072656164696E6720626F6F742086 -:104F74007374617475733B20496D6167653D257574 -:104F84000A0025633A2070616E6963210A00256373 -:104F94003A20446574656374656420696E636F6E5A -:104FA40073697374656E7420737461747573210A04 -:104FB4000025633A2043616E6E6F742075706772CA -:104FC4006164653A206E6F74206120636F6D706157 -:104FD4007469626C6520616D6F756E74206F6620F4 -:104FE400736563746F72730A0025633A2043616EBC -:104FF4006E6F7420757067726164653A206D6F72AC -:105004006520736563746F7273207468616E2061C8 -:105014006C6C6F7765640A0025633A2043616E6E99 -:105024006F7420757067726164653A206E6F7420C6 -:1050340073616D6520736563746F72206C61796F41 -:1050440075740A0025633A2043616E6E6F7420758F -:105054007067726164653A20736C6F74207772694B -:1050640074652073697A657320617265206E6F744C -:1050740020636F6D70617469626C650A00626164BB -:1050840000676F6F6400756E736574005072696DAC -:1050940061727920696D6167650025633A20257323 -:1050A4003A206D616769633D25732C2073776170C5 -:1050B4005F747970653D307825782C20636F707942 -:1050C4005F646F6E653D307825782C20696D61676B -:1050D400655F6F6B3D307825780A005365636F6EAA -:1050E4006461727920696D6167650025633A2042C5 -:1050F4006F6F7420736F757263653A207072696D97 -:1051040061727920736C6F740A0025633A20426FD0 -:105114006F7420736F757263653A206E6F6E650AE3 -:105124000025633A205374617274696E6720737743 -:105134006170207573696E67206D6F766520616C90 -:10514400676F726974686D2E0A0025633A204E6F8A -:105154007420656E6F75676820667265652073706C -:1051640061636520746F2072756E2073776170209F -:10517400757067726164650A0025633A207265710F -:10518400756972656420257520627974657320627F -:105194007574206F6E6C79202575206172652061AD -:1051A4007661696C61626C650A00464C4153485FE4 -:1051B40030005352414D5F300061626F7274282990 -:1051C4000A00696E746572727570742D636F6E7403 -:1051D400726F6C6C65724034303031303430300072 -:1051E40072636340343030323130303000666C6189 -:1051F40073682D636F6E74726F6C6C6572403430BB -:10520400303232303030004255473B2063616E27E4 -:10521400742068617070656E0025633A205365637D -:105224006F6E6461727920696D616765206F6620B5 -:10523400696D616765207061697220282564292081 -:10524400697320756E726561636861626C652E2096 -:10525400547265617420697420617320656D707483 -:10526400790A0025633A20496D61676520696E6497 -:1052740065783A2025642C20537761702074797006 -:10528400653A2025730A0025633A20496D616765F4 -:1052940020696E6465783A2025642C205377617008 -:1052A40020747970653A206E6F6E650A00746573B8 -:1052B40074007065726D00726576657274006D615C -:1052C400696E00286E756C6C29000A0605050401D8 -:1052D40003010201010100010000000000000000C0 -:1052E400010203040607080904010403040204017B -:0C52F40004010403010403040104000091 -:1053000061340008E84A000801000000FFFFFFFFC9 -:1053100000200240480000000001000000000000E2 -:105320000000000000000000000000000024F40065 -:10533000C80000003400002034000020FFFFFFFF01 -:0C534000FFFFFFFFFFFFFFFFFFFFFFFF6D -:08534C00000000000000000059 -:0453540015E015E06B -:0400000508001709CF -:00000001FF diff --git a/zephyrproject/build/mcuboot/zephyr/zephyr.map b/zephyrproject/build/mcuboot/zephyr/zephyr.map deleted file mode 100644 index 96294d8..0000000 --- a/zephyrproject/build/mcuboot/zephyr/zephyr.map +++ /dev/null @@ -1,5062 +0,0 @@ -Archive member included to satisfy reference by file (symbol) - -app/libapp.a(main.c.obj) (--whole-archive) -app/libapp.a(io.c.obj) (--whole-archive) -app/libapp.a(flash_map_extended.c.obj) - (--whole-archive) -app/libapp.a(os.c.obj) (--whole-archive) -app/libapp.a(keys.c.obj) (--whole-archive) -app/libapp.a(watchdog.c.obj) (--whole-archive) -zephyr/libzephyr.a(validate_libc.c.obj) - (--whole-archive) -zephyr/libzephyr.a(heap.c.obj) - (--whole-archive) -zephyr/libzephyr.a(boot_banner.c.obj) - (--whole-archive) -zephyr/libzephyr.a(cbprintf_packaged.c.obj) - (--whole-archive) -zephyr/libzephyr.a(clock.c.obj) - (--whole-archive) -zephyr/libzephyr.a(printk.c.obj) - (--whole-archive) -zephyr/libzephyr.a(cbprintf_nano.c.obj) - (--whole-archive) -zephyr/libzephyr.a(assert.c.obj) - (--whole-archive) -zephyr/libzephyr.a(dec.c.obj) - (--whole-archive) -zephyr/libzephyr.a(hex.c.obj) - (--whole-archive) -zephyr/libzephyr.a(rb.c.obj) (--whole-archive) -zephyr/libzephyr.a(set.c.obj) - (--whole-archive) -zephyr/libzephyr.a(timeutil.c.obj) - (--whole-archive) -zephyr/libzephyr.a(bitarray.c.obj) - (--whole-archive) -zephyr/libzephyr.a(bitmask.c.obj) - (--whole-archive) -zephyr/libzephyr.a(getopt.c.obj) - (--whole-archive) -zephyr/libzephyr.a(getopt_common.c.obj) - (--whole-archive) -zephyr/libzephyr.a(ring_buffer.c.obj) - (--whole-archive) -zephyr/libzephyr.a(last_section_id.c.obj) - (--whole-archive) -zephyr/libzephyr.a(configs.c.obj) - (--whole-archive) -zephyr/libzephyr.a(stm32cube_hal.c.obj) - (--whole-archive) -zephyr/libzephyr.a(soc_config.c.obj) - (--whole-archive) -zephyr/libzephyr.a(stm32_backup_domain.c.obj) - (--whole-archive) -zephyr/libzephyr.a(soc.c.obj) - (--whole-archive) -zephyr/libzephyr.a(log_minimal.c.obj) - (--whole-archive) -zephyr/libzephyr.a(mem_attr.c.obj) - (--whole-archive) -zephyr/libzephyr.a(flash_map.c.obj) - (--whole-archive) -zephyr/libzephyr.a(flash_map_default.c.obj) - (--whole-archive) -zephyr/libzephyr.a(flash_map_layout.c.obj) - (--whole-archive) -zephyr/libzephyr.a(tracing_none.c.obj) - (--whole-archive) -zephyr/libzephyr.a(flash_util.c.obj) - (--whole-archive) -zephyr/libzephyr.a(sem.c.obj) - (--whole-archive) -zephyr/libzephyr.a(thread_entry.c.obj) - (--whole-archive) -zephyr/libzephyr.a(image_validate.c.obj) - (--whole-archive) -zephyr/libzephyr.a(bootutil_find_key.c.obj) - (--whole-archive) -zephyr/libzephyr.a(bootutil_img_hash.c.obj) - (--whole-archive) -zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - (--whole-archive) -zephyr/libzephyr.a(tlv.c.obj) - (--whole-archive) -zephyr/libzephyr.a(encrypted.c.obj) - (--whole-archive) -zephyr/libzephyr.a(image_rsa.c.obj) - (--whole-archive) -zephyr/libzephyr.a(image_ecdsa.c.obj) - (--whole-archive) -zephyr/libzephyr.a(image_ed25519.c.obj) - (--whole-archive) -zephyr/libzephyr.a(bootutil_misc.c.obj) - (--whole-archive) -zephyr/libzephyr.a(bootutil_area.c.obj) - (--whole-archive) -zephyr/libzephyr.a(bootutil_loader.c.obj) - (--whole-archive) -zephyr/libzephyr.a(fault_injection_hardening.c.obj) - (--whole-archive) -zephyr/libzephyr.a(loader.c.obj) - (--whole-archive) -zephyr/libzephyr.a(swap_misc.c.obj) - (--whole-archive) -zephyr/libzephyr.a(caps.c.obj) - (--whole-archive) -zephyr/libzephyr.a(swap_move.c.obj) - (--whole-archive) -zephyr/libzephyr.a(sha256.c.obj) - (--whole-archive) -zephyr/libzephyr.a(utils.c.obj) - (--whole-archive) -zephyr/libzephyr.a(arm_cortex_m.c.obj) - (--whole-archive) -zephyr/libzephyr.a(banner.c.obj) - (--whole-archive) -zephyr/libzephyr.a(flash_check.c.obj) - (--whole-archive) -zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - (--whole-archive) -zephyr/arch/common/libarch__common.a(init.c.obj) - (--whole-archive) -zephyr/arch/common/libarch__common.a(xip.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - (--whole-archive) -zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - (--whole-archive) -zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - (--whole-archive) -zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - (--whole-archive) -zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - (--whole-archive) -zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - (--whole-archive) -zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - (--whole-archive) -zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - (--whole-archive) -zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - (--whole-archive) -zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - (--whole-archive) -zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - (--whole-archive) -zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - (--whole-archive) -zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - (--whole-archive) -zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - (--whole-archive) -zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - (--whole-archive) -zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - (--whole-archive) -zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - (--whole-archive) -zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - (--whole-archive) -zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - (--whole-archive) -zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - (--whole-archive) -zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - (--whole-archive) -zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - (--whole-archive) -zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - (--whole-archive) -zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - (--whole-archive) -modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - (--whole-archive) -modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - (--whole-archive) -modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - (--whole-archive) -modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - (--whole-archive) -modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - (--whole-archive) -modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - (--whole-archive) -zephyr/kernel/libkernel.a(device.c.obj) - zephyr/libzephyr.a(flash_map.c.obj) (z_impl_device_is_ready) -zephyr/kernel/libkernel.a(fatal.c.obj) - zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) (z_fatal_error) -zephyr/kernel/libkernel.a(init.c.obj) - zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) (_kernel) -zephyr/kernel/libkernel.a(idle.c.obj) - zephyr/kernel/libkernel.a(init.c.obj) (idle) -zephyr/kernel/libkernel.a(mutex.c.obj) - zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) (z_impl_k_mutex_init) -zephyr/kernel/libkernel.a(sem.c.obj) - zephyr/libzephyr.a(sem.c.obj) (z_impl_k_sem_init) -zephyr/kernel/libkernel.a(thread.c.obj) - zephyr/kernel/libkernel.a(init.c.obj) (z_setup_new_thread) -zephyr/kernel/libkernel.a(sched.c.obj) - zephyr/kernel/libkernel.a(init.c.obj) (z_ready_thread) -zephyr/kernel/libkernel.a(sleep.c.obj) - zephyr/libzephyr.a(clock.c.obj) (z_impl_k_sleep) -zephyr/kernel/libkernel.a(scheduler.c.obj) - zephyr/kernel/libkernel.a(init.c.obj) (z_sched_init) -zephyr/kernel/libkernel.a(timeslicing.c.obj) - zephyr/kernel/libkernel.a(sched.c.obj) (z_time_slice_reset) -zephyr/kernel/libkernel.a(timeout.c.obj) - zephyr/kernel/libkernel.a(init.c.obj) (z_add_timeout) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strcmp.S.o) - zephyr/kernel/libkernel.a(device.c.obj) (strcmp) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memcpy.c.o) - zephyr/libzephyr.a(heap.c.obj) (memcpy) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memset.c.o) - zephyr/libzephyr.a(heap.c.obj) (memset) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strlen.S.o) - zephyr/libzephyr.a(cbprintf_packaged.c.obj) (strlen) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_errno_errno.c.o) - zephyr/libzephyr.a(timeutil.c.obj) (errno) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_memcmp.c.o) - zephyr/libzephyr.a(bootutil_misc.c.obj) (memcmp) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_strchr.c.o) - zephyr/libzephyr.a(getopt.c.obj) (strchr) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_puts.c.o) - zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) (puts) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmprintf.c.o) - (__m_vfprintf) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - (__m_vfscanf) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_fgetc.c.o) - /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) (getc) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_ungetc.c.o) - /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) (ungetc) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldf3.o) - zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_dmul) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_addsubdf3.o) - zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_dsub) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldivdf3.o) - zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_ddiv) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_truncdfsf2.o) - zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_d2f) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpsf2.o) - zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_fcmpeq) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_ldivmod.o) - zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_ldivmod) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_uldivmod.o) - zephyr/libzephyr.a(clock.c.obj) (__aeabi_uldivmod) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_popcountsi2.o) - zephyr/libzephyr.a(bitarray.c.obj) (__popcountsi2) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixdfdi.o) - zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_d2lz) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixunsdfdi.o) - /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixdfdi.o) (__aeabi_d2ulz) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_udivmoddi4.o) - /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_ldivmod.o) (__udivmoddi4) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_dvmd_tls.o) - /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_ldivmod.o) (__aeabi_ldiv0) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpdf2.o) - /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixdfdi.o) (__aeabi_dcmplt) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_fixunsdfsi.o) - /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixunsdfdi.o) (__aeabi_d2uiz) - -Discarded input sections - - .text 0x00000000 0x0 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj - .data 0x00000000 0x0 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj - .bss 0x00000000 0x0 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj - .debug_line 0x00000000 0x0 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj - .debug_str 0x00000000 0x20b zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj - .comment 0x00000000 0x20 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj - .text 0x00000000 0x0 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj - .data 0x00000000 0x0 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj - .bss 0x00000000 0x0 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj - .text 0x00000000 0x0 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .data 0x00000000 0x0 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .bss 0x00000000 0x0 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .text 0x00000000 0x0 app/libapp.a(main.c.obj) - .data 0x00000000 0x0 app/libapp.a(main.c.obj) - .bss 0x00000000 0x0 app/libapp.a(main.c.obj) - .text 0x00000000 0x0 app/libapp.a(io.c.obj) - .data 0x00000000 0x0 app/libapp.a(io.c.obj) - .bss 0x00000000 0x0 app/libapp.a(io.c.obj) - .debug_info 0x00000000 0x133 app/libapp.a(io.c.obj) - .debug_abbrev 0x00000000 0x87 app/libapp.a(io.c.obj) - .debug_aranges - 0x00000000 0x18 app/libapp.a(io.c.obj) - .debug_line 0x00000000 0x1c3 app/libapp.a(io.c.obj) - .debug_str 0x00000000 0x358 app/libapp.a(io.c.obj) - .comment 0x00000000 0x20 app/libapp.a(io.c.obj) - .text 0x00000000 0x0 app/libapp.a(flash_map_extended.c.obj) - .data 0x00000000 0x0 app/libapp.a(flash_map_extended.c.obj) - .bss 0x00000000 0x0 app/libapp.a(flash_map_extended.c.obj) - .text.flash_area_id_from_image_slot - 0x00000000 0x8 app/libapp.a(flash_map_extended.c.obj) - .rodata.flash_area_id_to_multi_image_slot.str1.1 - 0x00000000 0x1b app/libapp.a(flash_map_extended.c.obj) - .text.flash_area_id_to_multi_image_slot - 0x00000000 0x38 app/libapp.a(flash_map_extended.c.obj) - .text.flash_area_erased_val - 0x00000000 0x4 app/libapp.a(flash_map_extended.c.obj) - .text 0x00000000 0x0 app/libapp.a(os.c.obj) - .data 0x00000000 0x0 app/libapp.a(os.c.obj) - .bss 0x00000000 0x0 app/libapp.a(os.c.obj) - .text 0x00000000 0x0 app/libapp.a(keys.c.obj) - .data 0x00000000 0x0 app/libapp.a(keys.c.obj) - .bss 0x00000000 0x0 app/libapp.a(keys.c.obj) - .debug_info 0x00000000 0x6b app/libapp.a(keys.c.obj) - .debug_abbrev 0x00000000 0x26 app/libapp.a(keys.c.obj) - .debug_aranges - 0x00000000 0x18 app/libapp.a(keys.c.obj) - .debug_line 0x00000000 0x6a app/libapp.a(keys.c.obj) - .debug_str 0x00000000 0x2a8 app/libapp.a(keys.c.obj) - .comment 0x00000000 0x20 app/libapp.a(keys.c.obj) - .text 0x00000000 0x0 app/libapp.a(watchdog.c.obj) - .data 0x00000000 0x0 app/libapp.a(watchdog.c.obj) - .bss 0x00000000 0x0 app/libapp.a(watchdog.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(validate_libc.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(validate_libc.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(validate_libc.c.obj) - .debug_info 0x00000000 0x79 zephyr/libzephyr.a(validate_libc.c.obj) - .debug_abbrev 0x00000000 0x26 zephyr/libzephyr.a(validate_libc.c.obj) - .debug_aranges - 0x00000000 0x18 zephyr/libzephyr.a(validate_libc.c.obj) - .debug_line 0x00000000 0x64 zephyr/libzephyr.a(validate_libc.c.obj) - .debug_str 0x00000000 0x2ad zephyr/libzephyr.a(validate_libc.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(validate_libc.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(heap.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(heap.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(heap.c.obj) - .text.chunk_size - 0x00000000 0xa zephyr/libzephyr.a(heap.c.obj) - .text.free_list_add - 0x00000000 0x4e zephyr/libzephyr.a(heap.c.obj) - .text.free_list_remove_bidx - 0x00000000 0x3a zephyr/libzephyr.a(heap.c.obj) - .text.free_list_remove - 0x00000000 0x1a zephyr/libzephyr.a(heap.c.obj) - .text.alloc_chunk - 0x00000000 0x70 zephyr/libzephyr.a(heap.c.obj) - .text.merge_chunks - 0x00000000 0x2e zephyr/libzephyr.a(heap.c.obj) - .text.split_chunks - 0x00000000 0x38 zephyr/libzephyr.a(heap.c.obj) - .text.inplace_realloc.isra.0 - 0x00000000 0x11a zephyr/libzephyr.a(heap.c.obj) - .text.sys_heap_free - 0x00000000 0xac zephyr/libzephyr.a(heap.c.obj) - .text.sys_heap_usable_size - 0x00000000 0x1a zephyr/libzephyr.a(heap.c.obj) - .text.sys_heap_alloc - 0x00000000 0x5a zephyr/libzephyr.a(heap.c.obj) - .text.sys_heap_noalign_alloc - 0x00000000 0x6 zephyr/libzephyr.a(heap.c.obj) - .text.sys_heap_aligned_alloc - 0x00000000 0xe2 zephyr/libzephyr.a(heap.c.obj) - .text.sys_heap_realloc - 0x00000000 0x5c zephyr/libzephyr.a(heap.c.obj) - .text.sys_heap_aligned_realloc - 0x00000000 0x70 zephyr/libzephyr.a(heap.c.obj) - .text.sys_heap_init - 0x00000000 0x82 zephyr/libzephyr.a(heap.c.obj) - .debug_info 0x00000000 0x8e36 zephyr/libzephyr.a(heap.c.obj) - .debug_abbrev 0x00000000 0x512 zephyr/libzephyr.a(heap.c.obj) - .debug_loc 0x00000000 0x438b zephyr/libzephyr.a(heap.c.obj) - .debug_aranges - 0x00000000 0x98 zephyr/libzephyr.a(heap.c.obj) - .debug_ranges 0x00000000 0x5a8 zephyr/libzephyr.a(heap.c.obj) - .debug_line 0x00000000 0x185c zephyr/libzephyr.a(heap.c.obj) - .debug_str 0x00000000 0xc7c zephyr/libzephyr.a(heap.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(heap.c.obj) - .debug_frame 0x00000000 0x220 zephyr/libzephyr.a(heap.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(boot_banner.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(boot_banner.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(boot_banner.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .text.cbvprintf_package - 0x00000000 0x368 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .text.cbprintf_package - 0x00000000 0x1e zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .text.cbpprintf_external - 0x00000000 0x62 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .text.is_ptr 0x00000000 0x3a zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .rodata.cbprintf_package_convert.str1.1 - 0x00000000 0x7 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .text.cbprintf_package_convert - 0x00000000 0x364 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .debug_info 0x00000000 0x1ebe zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .debug_abbrev 0x00000000 0x492 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .debug_loc 0x00000000 0x2323 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .debug_aranges - 0x00000000 0x40 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .debug_ranges 0x00000000 0x298 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .debug_line 0x00000000 0x100e zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .debug_str 0x00000000 0xa15 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .debug_frame 0x00000000 0xec zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(clock.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(clock.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(clock.c.obj) - .text.timespec_compare - 0x00000000 0x4c zephyr/libzephyr.a(clock.c.obj) - .text.timespec_add - 0x00000000 0x60 zephyr/libzephyr.a(clock.c.obj) - .text.sys_clock_from_clockid - 0x00000000 0xa zephyr/libzephyr.a(clock.c.obj) - .text.z_impl_sys_clock_getrtoffset - 0x00000000 0x28 zephyr/libzephyr.a(clock.c.obj) - .text.sys_clock_gettime - 0x00000000 0x6c zephyr/libzephyr.a(clock.c.obj) - .text.z_impl_sys_clock_settime - 0x00000000 0x74 zephyr/libzephyr.a(clock.c.obj) - .text.z_impl_sys_clock_nanosleep - 0x00000000 0x1f8 zephyr/libzephyr.a(clock.c.obj) - .bss.rt_clock_offset - 0x00000000 0x10 zephyr/libzephyr.a(clock.c.obj) - .rodata 0x00000000 0x20 zephyr/libzephyr.a(clock.c.obj) - .debug_info 0x00000000 0xf6d zephyr/libzephyr.a(clock.c.obj) - .debug_abbrev 0x00000000 0x44a zephyr/libzephyr.a(clock.c.obj) - .debug_loc 0x00000000 0x881 zephyr/libzephyr.a(clock.c.obj) - .debug_aranges - 0x00000000 0x50 zephyr/libzephyr.a(clock.c.obj) - .debug_ranges 0x00000000 0x130 zephyr/libzephyr.a(clock.c.obj) - .debug_line 0x00000000 0xa96 zephyr/libzephyr.a(clock.c.obj) - .debug_str 0x00000000 0x8a2 zephyr/libzephyr.a(clock.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(clock.c.obj) - .debug_frame 0x00000000 0xf4 zephyr/libzephyr.a(clock.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(printk.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(printk.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(printk.c.obj) - .text.__printk_hook_install - 0x00000000 0xc zephyr/libzephyr.a(printk.c.obj) - .text.__printk_get_hook - 0x00000000 0xc zephyr/libzephyr.a(printk.c.obj) - .text.z_impl_k_str_out - 0x00000000 0x1c zephyr/libzephyr.a(printk.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .rodata.z_cbvprintf_impl.str1.1 - 0x00000000 0x13 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .text.z_cbvprintf_impl - 0x00000000 0x408 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .debug_info 0x00000000 0x58a zephyr/libzephyr.a(cbprintf_nano.c.obj) - .debug_abbrev 0x00000000 0x27e zephyr/libzephyr.a(cbprintf_nano.c.obj) - .debug_loc 0x00000000 0xc3a zephyr/libzephyr.a(cbprintf_nano.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .debug_ranges 0x00000000 0x118 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .debug_line 0x00000000 0x7e6 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .debug_str 0x00000000 0x40b zephyr/libzephyr.a(cbprintf_nano.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .debug_frame 0x00000000 0x40 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(assert.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(assert.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(assert.c.obj) - .text.assert_post_action - 0x00000000 0x12 zephyr/libzephyr.a(assert.c.obj) - .text.assert_print - 0x00000000 0x1a zephyr/libzephyr.a(assert.c.obj) - .debug_info 0x00000000 0x246 zephyr/libzephyr.a(assert.c.obj) - .debug_abbrev 0x00000000 0x1ca zephyr/libzephyr.a(assert.c.obj) - .debug_loc 0x00000000 0x57 zephyr/libzephyr.a(assert.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/libzephyr.a(assert.c.obj) - .debug_ranges 0x00000000 0x18 zephyr/libzephyr.a(assert.c.obj) - .debug_line 0x00000000 0x422 zephyr/libzephyr.a(assert.c.obj) - .debug_str 0x00000000 0x3c3 zephyr/libzephyr.a(assert.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(assert.c.obj) - .debug_frame 0x00000000 0x50 zephyr/libzephyr.a(assert.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(dec.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(dec.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(dec.c.obj) - .text.u8_to_dec - 0x00000000 0x42 zephyr/libzephyr.a(dec.c.obj) - .debug_info 0x00000000 0x12b zephyr/libzephyr.a(dec.c.obj) - .debug_abbrev 0x00000000 0x9c zephyr/libzephyr.a(dec.c.obj) - .debug_loc 0x00000000 0x107 zephyr/libzephyr.a(dec.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/libzephyr.a(dec.c.obj) - .debug_ranges 0x00000000 0x10 zephyr/libzephyr.a(dec.c.obj) - .debug_line 0x00000000 0x201 zephyr/libzephyr.a(dec.c.obj) - .debug_str 0x00000000 0x2e0 zephyr/libzephyr.a(dec.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(dec.c.obj) - .debug_frame 0x00000000 0x30 zephyr/libzephyr.a(dec.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(hex.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(hex.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(hex.c.obj) - .text.char2hex - 0x00000000 0x30 zephyr/libzephyr.a(hex.c.obj) - .text.hex2char - 0x00000000 0x1a zephyr/libzephyr.a(hex.c.obj) - .text.bin2hex 0x00000000 0x40 zephyr/libzephyr.a(hex.c.obj) - .text.hex2bin 0x00000000 0x70 zephyr/libzephyr.a(hex.c.obj) - .debug_info 0x00000000 0x29d zephyr/libzephyr.a(hex.c.obj) - .debug_abbrev 0x00000000 0x117 zephyr/libzephyr.a(hex.c.obj) - .debug_loc 0x00000000 0x332 zephyr/libzephyr.a(hex.c.obj) - .debug_aranges - 0x00000000 0x38 zephyr/libzephyr.a(hex.c.obj) - .debug_ranges 0x00000000 0x40 zephyr/libzephyr.a(hex.c.obj) - .debug_line 0x00000000 0x385 zephyr/libzephyr.a(hex.c.obj) - .debug_str 0x00000000 0x2e7 zephyr/libzephyr.a(hex.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(hex.c.obj) - .debug_frame 0x00000000 0x74 zephyr/libzephyr.a(hex.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(rb.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(rb.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(rb.c.obj) - .text.find_and_stack - 0x00000000 0x3a zephyr/libzephyr.a(rb.c.obj) - .text.stack_left_limb - 0x00000000 0x40 zephyr/libzephyr.a(rb.c.obj) - .text.set_child - 0x00000000 0x12 zephyr/libzephyr.a(rb.c.obj) - .text.rotate 0x00000000 0x80 zephyr/libzephyr.a(rb.c.obj) - .text.z_rb_get_minmax - 0x00000000 0x18 zephyr/libzephyr.a(rb.c.obj) - .text.rb_insert - 0x00000000 0x13c zephyr/libzephyr.a(rb.c.obj) - .text.rb_remove - 0x00000000 0x306 zephyr/libzephyr.a(rb.c.obj) - .text.z_rb_walk - 0x00000000 0x24 zephyr/libzephyr.a(rb.c.obj) - .text.z_rb_child - 0x00000000 0xe zephyr/libzephyr.a(rb.c.obj) - .text.z_rb_is_black - 0x00000000 0x8 zephyr/libzephyr.a(rb.c.obj) - .text.rb_contains - 0x00000000 0x2c zephyr/libzephyr.a(rb.c.obj) - .text.z_rb_foreach_next - 0x00000000 0x5e zephyr/libzephyr.a(rb.c.obj) - .debug_info 0x00000000 0x2520 zephyr/libzephyr.a(rb.c.obj) - .debug_abbrev 0x00000000 0x4b3 zephyr/libzephyr.a(rb.c.obj) - .debug_loc 0x00000000 0x239b zephyr/libzephyr.a(rb.c.obj) - .debug_aranges - 0x00000000 0x78 zephyr/libzephyr.a(rb.c.obj) - .debug_ranges 0x00000000 0x468 zephyr/libzephyr.a(rb.c.obj) - .debug_line 0x00000000 0x1355 zephyr/libzephyr.a(rb.c.obj) - .debug_str 0x00000000 0x4d7 zephyr/libzephyr.a(rb.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(rb.c.obj) - .debug_frame 0x00000000 0x180 zephyr/libzephyr.a(rb.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(set.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(set.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(set.c.obj) - .text.sys_set_find - 0x00000000 0x10 zephyr/libzephyr.a(set.c.obj) - .text.sys_set_union - 0x00000000 0x2a zephyr/libzephyr.a(set.c.obj) - .debug_info 0x00000000 0x17d zephyr/libzephyr.a(set.c.obj) - .debug_abbrev 0x00000000 0xf9 zephyr/libzephyr.a(set.c.obj) - .debug_loc 0x00000000 0x99 zephyr/libzephyr.a(set.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/libzephyr.a(set.c.obj) - .debug_ranges 0x00000000 0x18 zephyr/libzephyr.a(set.c.obj) - .debug_line 0x00000000 0x240 zephyr/libzephyr.a(set.c.obj) - .debug_str 0x00000000 0x2f2 zephyr/libzephyr.a(set.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(set.c.obj) - .debug_frame 0x00000000 0x38 zephyr/libzephyr.a(set.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(timeutil.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(timeutil.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(timeutil.c.obj) - .text.timeutil_timegm64 - 0x00000000 0xf0 zephyr/libzephyr.a(timeutil.c.obj) - .text.timeutil_timegm - 0x00000000 0x20 zephyr/libzephyr.a(timeutil.c.obj) - .text.timeutil_sync_state_update - 0x00000000 0x5c zephyr/libzephyr.a(timeutil.c.obj) - .text.timeutil_sync_state_set_skew - 0x00000000 0x3a zephyr/libzephyr.a(timeutil.c.obj) - .text.timeutil_sync_estimate_skew - 0x00000000 0x96 zephyr/libzephyr.a(timeutil.c.obj) - .text.timeutil_sync_ref_from_local - 0x00000000 0xae zephyr/libzephyr.a(timeutil.c.obj) - .text.timeutil_sync_local_from_ref - 0x00000000 0xa8 zephyr/libzephyr.a(timeutil.c.obj) - .text.timeutil_sync_skew_to_ppb - 0x00000000 0x3c zephyr/libzephyr.a(timeutil.c.obj) - .text.timespec_normalize - 0x00000000 0x90 zephyr/libzephyr.a(timeutil.c.obj) - .debug_info 0x00000000 0x953 zephyr/libzephyr.a(timeutil.c.obj) - .debug_abbrev 0x00000000 0x200 zephyr/libzephyr.a(timeutil.c.obj) - .debug_loc 0x00000000 0x7fa zephyr/libzephyr.a(timeutil.c.obj) - .debug_aranges - 0x00000000 0x60 zephyr/libzephyr.a(timeutil.c.obj) - .debug_ranges 0x00000000 0xb0 zephyr/libzephyr.a(timeutil.c.obj) - .debug_line 0x00000000 0x795 zephyr/libzephyr.a(timeutil.c.obj) - .debug_str 0x00000000 0x5e1 zephyr/libzephyr.a(timeutil.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(timeutil.c.obj) - .debug_frame 0x00000000 0x138 zephyr/libzephyr.a(timeutil.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(bitarray.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(bitarray.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(bitarray.c.obj) - .text.setup_bundle_data.isra.0 - 0x00000000 0x3a zephyr/libzephyr.a(bitarray.c.obj) - .text.match_region - 0x00000000 0x64 zephyr/libzephyr.a(bitarray.c.obj) - .text.is_region_set_clear - 0x00000000 0x4e zephyr/libzephyr.a(bitarray.c.obj) - .text.set_region - 0x00000000 0x90 zephyr/libzephyr.a(bitarray.c.obj) - .text.set_clear_region - 0x00000000 0x46 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_popcount_region - 0x00000000 0x94 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_xor - 0x00000000 0xb2 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_set_bit - 0x00000000 0x3e zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_clear_bit - 0x00000000 0x40 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_test_bit - 0x00000000 0x42 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_test_and_set_bit - 0x00000000 0x4e zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_test_and_clear_bit - 0x00000000 0x50 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_alloc - 0x00000000 0xcc zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_find_nth_set - 0x00000000 0xb6 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_free - 0x00000000 0x9c zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_is_region_set - 0x00000000 0x6 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_is_region_cleared - 0x00000000 0x6 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_test_and_set_region - 0x00000000 0x76 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_set_region - 0x00000000 0x6 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_clear_region - 0x00000000 0x6 zephyr/libzephyr.a(bitarray.c.obj) - .debug_info 0x00000000 0x268a zephyr/libzephyr.a(bitarray.c.obj) - .debug_abbrev 0x00000000 0x478 zephyr/libzephyr.a(bitarray.c.obj) - .debug_loc 0x00000000 0x212b zephyr/libzephyr.a(bitarray.c.obj) - .debug_aranges - 0x00000000 0xb8 zephyr/libzephyr.a(bitarray.c.obj) - .debug_ranges 0x00000000 0x2d0 zephyr/libzephyr.a(bitarray.c.obj) - .debug_line 0x00000000 0x18ac zephyr/libzephyr.a(bitarray.c.obj) - .debug_str 0x00000000 0x6c8 zephyr/libzephyr.a(bitarray.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(bitarray.c.obj) - .debug_frame 0x00000000 0x290 zephyr/libzephyr.a(bitarray.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(bitmask.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(bitmask.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(bitmask.c.obj) - .text.bitmask_find_gap - 0x00000000 0x76 zephyr/libzephyr.a(bitmask.c.obj) - .debug_info 0x00000000 0x1f1 zephyr/libzephyr.a(bitmask.c.obj) - .debug_abbrev 0x00000000 0x107 zephyr/libzephyr.a(bitmask.c.obj) - .debug_loc 0x00000000 0x352 zephyr/libzephyr.a(bitmask.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/libzephyr.a(bitmask.c.obj) - .debug_ranges 0x00000000 0x30 zephyr/libzephyr.a(bitmask.c.obj) - .debug_line 0x00000000 0x35a zephyr/libzephyr.a(bitmask.c.obj) - .debug_str 0x00000000 0x32a zephyr/libzephyr.a(bitmask.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(bitmask.c.obj) - .debug_frame 0x00000000 0x30 zephyr/libzephyr.a(bitmask.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(getopt.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(getopt.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(getopt.c.obj) - .rodata.sys_getopt_init.str1.1 - 0x00000000 0x1 zephyr/libzephyr.a(getopt.c.obj) - .text.sys_getopt_init - 0x00000000 0x48 zephyr/libzephyr.a(getopt.c.obj) - .text.sys_getopt - 0x00000000 0xf4 zephyr/libzephyr.a(getopt.c.obj) - .debug_info 0x00000000 0x141f zephyr/libzephyr.a(getopt.c.obj) - .debug_abbrev 0x00000000 0x258 zephyr/libzephyr.a(getopt.c.obj) - .debug_loc 0x00000000 0x134 zephyr/libzephyr.a(getopt.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/libzephyr.a(getopt.c.obj) - .debug_ranges 0x00000000 0x18 zephyr/libzephyr.a(getopt.c.obj) - .debug_line 0x00000000 0x52a zephyr/libzephyr.a(getopt.c.obj) - .debug_str 0x00000000 0x7bd zephyr/libzephyr.a(getopt.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(getopt.c.obj) - .debug_frame 0x00000000 0x4c zephyr/libzephyr.a(getopt.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(getopt_common.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(getopt_common.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(getopt_common.c.obj) - .text.z_getopt_global_state_update - 0x00000000 0x38 zephyr/libzephyr.a(getopt_common.c.obj) - .text.sys_getopt_state_get - 0x00000000 0x8 zephyr/libzephyr.a(getopt_common.c.obj) - .rodata.str1.1 - 0x00000000 0x1 zephyr/libzephyr.a(getopt_common.c.obj) - .data.m_getopt_common_state - 0x00000000 0x18 zephyr/libzephyr.a(getopt_common.c.obj) - .bss.sys_getopt_optarg - 0x00000000 0x4 zephyr/libzephyr.a(getopt_common.c.obj) - .bss.sys_getopt_optreset - 0x00000000 0x4 zephyr/libzephyr.a(getopt_common.c.obj) - .bss.sys_getopt_optopt - 0x00000000 0x4 zephyr/libzephyr.a(getopt_common.c.obj) - .data.sys_getopt_optind - 0x00000000 0x4 zephyr/libzephyr.a(getopt_common.c.obj) - .data.sys_getopt_opterr - 0x00000000 0x4 zephyr/libzephyr.a(getopt_common.c.obj) - .debug_info 0x00000000 0x2b5 zephyr/libzephyr.a(getopt_common.c.obj) - .debug_abbrev 0x00000000 0x159 zephyr/libzephyr.a(getopt_common.c.obj) - .debug_loc 0x00000000 0x2b zephyr/libzephyr.a(getopt_common.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/libzephyr.a(getopt_common.c.obj) - .debug_ranges 0x00000000 0x18 zephyr/libzephyr.a(getopt_common.c.obj) - .debug_line 0x00000000 0x280 zephyr/libzephyr.a(getopt_common.c.obj) - .debug_str 0x00000000 0x5e9 zephyr/libzephyr.a(getopt_common.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(getopt_common.c.obj) - .debug_frame 0x00000000 0x30 zephyr/libzephyr.a(getopt_common.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(ring_buffer.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(ring_buffer.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_area_claim - 0x00000000 0x30 zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_put_claim - 0x00000000 0x1e zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_get_claim - 0x00000000 0x1e zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_area_finish - 0x00000000 0x32 zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_put - 0x00000000 0x40 zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_get - 0x00000000 0x44 zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_peek - 0x00000000 0x42 zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_item_put - 0x00000000 0x7a zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_item_get - 0x00000000 0x90 zephyr/libzephyr.a(ring_buffer.c.obj) - .debug_info 0x00000000 0xce2 zephyr/libzephyr.a(ring_buffer.c.obj) - .debug_abbrev 0x00000000 0x2bb zephyr/libzephyr.a(ring_buffer.c.obj) - .debug_loc 0x00000000 0xc1a zephyr/libzephyr.a(ring_buffer.c.obj) - .debug_aranges - 0x00000000 0x60 zephyr/libzephyr.a(ring_buffer.c.obj) - .debug_ranges 0x00000000 0xe0 zephyr/libzephyr.a(ring_buffer.c.obj) - .debug_line 0x00000000 0x788 zephyr/libzephyr.a(ring_buffer.c.obj) - .debug_str 0x00000000 0x4f3 zephyr/libzephyr.a(ring_buffer.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(ring_buffer.c.obj) - .debug_frame 0x00000000 0x144 zephyr/libzephyr.a(ring_buffer.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(last_section_id.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(last_section_id.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(last_section_id.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(configs.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(configs.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(configs.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .text.HAL_GetTick - 0x00000000 0x10 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .text.HAL_Delay - 0x00000000 0x16 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .debug_info 0x00000000 0x27c zephyr/libzephyr.a(stm32cube_hal.c.obj) - .debug_abbrev 0x00000000 0x1b3 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .debug_loc 0x00000000 0x46 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .debug_ranges 0x00000000 0x98 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .debug_line 0x00000000 0x328 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .debug_str 0x00000000 0x3b7 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .debug_frame 0x00000000 0x40 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(soc_config.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(soc_config.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(soc_config.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(soc.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(soc.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(soc.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(log_minimal.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(log_minimal.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(log_minimal.c.obj) - .text.z_log_minimal_vprintk - 0x00000000 0x4 zephyr/libzephyr.a(log_minimal.c.obj) - .rodata.z_log_minimal_hexdump_print.str1.1 - 0x00000000 0x18 zephyr/libzephyr.a(log_minimal.c.obj) - .text.z_log_minimal_hexdump_print - 0x00000000 0xa8 zephyr/libzephyr.a(log_minimal.c.obj) - .rodata.CSWTCH.4 - 0x00000000 0x4 zephyr/libzephyr.a(log_minimal.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(mem_attr.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(mem_attr.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(mem_attr.c.obj) - .text.mem_attr_check_buf - 0x00000000 0xe zephyr/libzephyr.a(mem_attr.c.obj) - .text.mem_attr_get_region_index_by_name - 0x00000000 0x6 zephyr/libzephyr.a(mem_attr.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(flash_map.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(flash_map.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(flash_map.c.obj) - .text.flash_area_foreach - 0x00000000 0x30 zephyr/libzephyr.a(flash_map.c.obj) - .text.flash_area_copy - 0x00000000 0x46 zephyr/libzephyr.a(flash_map.c.obj) - .text.flash_area_flatten - 0x00000000 0x20 zephyr/libzephyr.a(flash_map.c.obj) - .text.flash_area_has_driver - 0x00000000 0x14 zephyr/libzephyr.a(flash_map.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(flash_map_default.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(flash_map_default.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(flash_map_default.c.obj) - .rodata.global_zephyr_mapped_partition_ORD_108 - 0x00000000 0x10 zephyr/libzephyr.a(flash_map_default.c.obj) - .rodata.global_zephyr_mapped_partition_ORD_107 - 0x00000000 0x10 zephyr/libzephyr.a(flash_map_default.c.obj) - .rodata.global_zephyr_mapped_partition_ORD_106 - 0x00000000 0x10 zephyr/libzephyr.a(flash_map_default.c.obj) - .rodata.global_zephyr_mapped_partition_ORD_105 - 0x00000000 0x10 zephyr/libzephyr.a(flash_map_default.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(flash_map_layout.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(flash_map_layout.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(flash_map_layout.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(tracing_none.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(tracing_none.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(tracing_none.c.obj) - .text.sys_trace_isr_enter - 0x00000000 0x2 zephyr/libzephyr.a(tracing_none.c.obj) - .text.sys_trace_isr_exit - 0x00000000 0x2 zephyr/libzephyr.a(tracing_none.c.obj) - .text.sys_trace_isr_exit_to_scheduler - 0x00000000 0x2 zephyr/libzephyr.a(tracing_none.c.obj) - .text.sys_trace_idle - 0x00000000 0x2 zephyr/libzephyr.a(tracing_none.c.obj) - .text.sys_trace_idle_exit - 0x00000000 0x2 zephyr/libzephyr.a(tracing_none.c.obj) - .debug_info 0x00000000 0xb9 zephyr/libzephyr.a(tracing_none.c.obj) - .debug_abbrev 0x00000000 0x5e zephyr/libzephyr.a(tracing_none.c.obj) - .debug_aranges - 0x00000000 0x40 zephyr/libzephyr.a(tracing_none.c.obj) - .debug_ranges 0x00000000 0x30 zephyr/libzephyr.a(tracing_none.c.obj) - .debug_line 0x00000000 0xbf zephyr/libzephyr.a(tracing_none.c.obj) - .debug_str 0x00000000 0x31c zephyr/libzephyr.a(tracing_none.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(tracing_none.c.obj) - .debug_frame 0x00000000 0x60 zephyr/libzephyr.a(tracing_none.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(flash_util.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(flash_util.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(flash_util.c.obj) - .text.z_impl_flash_fill - 0x00000000 0x6c zephyr/libzephyr.a(flash_util.c.obj) - .text.z_impl_flash_flatten - 0x00000000 0x28 zephyr/libzephyr.a(flash_util.c.obj) - .text.z_impl_flash_copy - 0x00000000 0xe4 zephyr/libzephyr.a(flash_util.c.obj) - .debug_info 0x00000000 0x5eb5 zephyr/libzephyr.a(flash_util.c.obj) - .debug_abbrev 0x00000000 0x399 zephyr/libzephyr.a(flash_util.c.obj) - .debug_loc 0x00000000 0x8ca zephyr/libzephyr.a(flash_util.c.obj) - .debug_aranges - 0x00000000 0x30 zephyr/libzephyr.a(flash_util.c.obj) - .debug_ranges 0x00000000 0x50 zephyr/libzephyr.a(flash_util.c.obj) - .debug_line 0x00000000 0x75d zephyr/libzephyr.a(flash_util.c.obj) - .debug_str 0x00000000 0xa4d zephyr/libzephyr.a(flash_util.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(flash_util.c.obj) - .debug_frame 0x00000000 0x94 zephyr/libzephyr.a(flash_util.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(sem.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(sem.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(sem.c.obj) - .text.sys_sem_init - 0x00000000 0xa zephyr/libzephyr.a(sem.c.obj) - .text.sys_sem_give - 0x00000000 0xa zephyr/libzephyr.a(sem.c.obj) - .text.sys_sem_take - 0x00000000 0x1e zephyr/libzephyr.a(sem.c.obj) - .text.sys_sem_count_get - 0x00000000 0x4 zephyr/libzephyr.a(sem.c.obj) - .debug_info 0x00000000 0x4fb zephyr/libzephyr.a(sem.c.obj) - .debug_abbrev 0x00000000 0x22d zephyr/libzephyr.a(sem.c.obj) - .debug_loc 0x00000000 0x24d zephyr/libzephyr.a(sem.c.obj) - .debug_aranges - 0x00000000 0x38 zephyr/libzephyr.a(sem.c.obj) - .debug_ranges 0x00000000 0x70 zephyr/libzephyr.a(sem.c.obj) - .debug_line 0x00000000 0x397 zephyr/libzephyr.a(sem.c.obj) - .debug_str 0x00000000 0x40d zephyr/libzephyr.a(sem.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(sem.c.obj) - .debug_frame 0x00000000 0x68 zephyr/libzephyr.a(sem.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(thread_entry.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(thread_entry.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(thread_entry.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(image_validate.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(image_validate.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(image_validate.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .debug_info 0x00000000 0x133 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .debug_abbrev 0x00000000 0x87 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .debug_aranges - 0x00000000 0x18 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .debug_line 0x00000000 0x1d8 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .debug_str 0x00000000 0x36d zephyr/libzephyr.a(bootutil_find_key.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .text.bootutil_get_img_security_cnt - 0x00000000 0x62 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .debug_info 0x00000000 0x6a4 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .debug_abbrev 0x00000000 0x202 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .debug_loc 0x00000000 0x1f7 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .debug_ranges 0x00000000 0x10 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .debug_line 0x00000000 0x3ed zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .debug_str 0x00000000 0x585 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .debug_frame 0x00000000 0x34 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(tlv.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(tlv.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(tlv.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(encrypted.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(encrypted.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(encrypted.c.obj) - .debug_info 0x00000000 0x6b zephyr/libzephyr.a(encrypted.c.obj) - .debug_abbrev 0x00000000 0x26 zephyr/libzephyr.a(encrypted.c.obj) - .debug_aranges - 0x00000000 0x18 zephyr/libzephyr.a(encrypted.c.obj) - .debug_line 0x00000000 0x75 zephyr/libzephyr.a(encrypted.c.obj) - .debug_str 0x00000000 0x2b3 zephyr/libzephyr.a(encrypted.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(encrypted.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(image_rsa.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(image_rsa.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(image_rsa.c.obj) - .debug_info 0x00000000 0x133 zephyr/libzephyr.a(image_rsa.c.obj) - .debug_abbrev 0x00000000 0x87 zephyr/libzephyr.a(image_rsa.c.obj) - .debug_aranges - 0x00000000 0x18 zephyr/libzephyr.a(image_rsa.c.obj) - .debug_line 0x00000000 0x1d0 zephyr/libzephyr.a(image_rsa.c.obj) - .debug_str 0x00000000 0x365 zephyr/libzephyr.a(image_rsa.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(image_rsa.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(image_ecdsa.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(image_ecdsa.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(image_ecdsa.c.obj) - .debug_info 0x00000000 0x133 zephyr/libzephyr.a(image_ecdsa.c.obj) - .debug_abbrev 0x00000000 0x87 zephyr/libzephyr.a(image_ecdsa.c.obj) - .debug_aranges - 0x00000000 0x18 zephyr/libzephyr.a(image_ecdsa.c.obj) - .debug_line 0x00000000 0x1d2 zephyr/libzephyr.a(image_ecdsa.c.obj) - .debug_str 0x00000000 0x367 zephyr/libzephyr.a(image_ecdsa.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(image_ecdsa.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(image_ed25519.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(image_ed25519.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(image_ed25519.c.obj) - .debug_info 0x00000000 0x6b zephyr/libzephyr.a(image_ed25519.c.obj) - .debug_abbrev 0x00000000 0x26 zephyr/libzephyr.a(image_ed25519.c.obj) - .debug_aranges - 0x00000000 0x18 zephyr/libzephyr.a(image_ed25519.c.obj) - .debug_line 0x00000000 0x79 zephyr/libzephyr.a(image_ed25519.c.obj) - .debug_str 0x00000000 0x2b7 zephyr/libzephyr.a(image_ed25519.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(image_ed25519.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(bootutil_misc.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(bootutil_misc.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(bootutil_misc.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(bootutil_area.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(bootutil_area.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(bootutil_area.c.obj) - .text.boot_status_sz - 0x00000000 0x6 zephyr/libzephyr.a(bootutil_area.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(bootutil_loader.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(bootutil_loader.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(bootutil_loader.c.obj) - .text.boot_compare_version - 0x00000000 0x2c zephyr/libzephyr.a(bootutil_loader.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .data.FIH_BOOT_HOOK_REGULAR - 0x00000000 0x4 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(loader.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(loader.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(loader.c.obj) - .text.boot_get_loader_state - 0x00000000 0x8 zephyr/libzephyr.a(loader.c.obj) - .text.boot_status_reset - 0x00000000 0x12 zephyr/libzephyr.a(loader.c.obj) - .text.split_go - 0x00000000 0x154 zephyr/libzephyr.a(loader.c.obj) - .text.boot_go_for_image_id - 0x00000000 0x1c zephyr/libzephyr.a(loader.c.obj) - .bss.tmpbuf.0 0x00000000 0x4 zephyr/libzephyr.a(loader.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(swap_misc.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(swap_misc.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(swap_misc.c.obj) - .text.swap_erase_trailer_sectors - 0x00000000 0x52 zephyr/libzephyr.a(swap_misc.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(caps.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(caps.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(caps.c.obj) - .text.bootutil_get_caps - 0x00000000 0x6 zephyr/libzephyr.a(caps.c.obj) - .text.bootutil_get_num_images - 0x00000000 0x4 zephyr/libzephyr.a(caps.c.obj) - .debug_info 0x00000000 0xcc zephyr/libzephyr.a(caps.c.obj) - .debug_abbrev 0x00000000 0x85 zephyr/libzephyr.a(caps.c.obj) - .debug_loc 0x00000000 0x36 zephyr/libzephyr.a(caps.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/libzephyr.a(caps.c.obj) - .debug_ranges 0x00000000 0x18 zephyr/libzephyr.a(caps.c.obj) - .debug_line 0x00000000 0x1b1 zephyr/libzephyr.a(caps.c.obj) - .debug_str 0x00000000 0x2ec zephyr/libzephyr.a(caps.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(caps.c.obj) - .debug_frame 0x00000000 0x30 zephyr/libzephyr.a(caps.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(swap_move.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(swap_move.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(swap_move.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(sha256.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(sha256.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(sha256.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(utils.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(utils.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(utils.c.obj) - .text._copy 0x00000000 0x1a zephyr/libzephyr.a(utils.c.obj) - .text._double_byte - 0x00000000 0x12 zephyr/libzephyr.a(utils.c.obj) - .text._compare - 0x00000000 0x1a zephyr/libzephyr.a(utils.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .text.z_arm_clear_arm_mpu_config - 0x00000000 0x24 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(banner.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(banner.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(banner.c.obj) - .rodata.boot_banner.str1.1 - 0x00000000 0x6a zephyr/libzephyr.a(banner.c.obj) - .text.boot_banner - 0x00000000 0x1c zephyr/libzephyr.a(banner.c.obj) - .debug_info 0x00000000 0xdc zephyr/libzephyr.a(banner.c.obj) - .debug_abbrev 0x00000000 0x9c zephyr/libzephyr.a(banner.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/libzephyr.a(banner.c.obj) - .debug_ranges 0x00000000 0x10 zephyr/libzephyr.a(banner.c.obj) - .debug_line 0x00000000 0xe3 zephyr/libzephyr.a(banner.c.obj) - .debug_str 0x00000000 0x2cf zephyr/libzephyr.a(banner.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(banner.c.obj) - .debug_frame 0x00000000 0x2c zephyr/libzephyr.a(banner.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(flash_check.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(flash_check.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(flash_check.c.obj) - .text 0x00000000 0x0 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .data 0x00000000 0x0 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .bss 0x00000000 0x0 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .text.z_get_sw_isr_table_idx - 0x00000000 0x2 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .debug_info 0x00000000 0xba zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .debug_abbrev 0x00000000 0x6b zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .debug_loc 0x00000000 0x15 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .debug_ranges 0x00000000 0x10 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .debug_line 0x00000000 0x86 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .debug_str 0x00000000 0x2d1 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .comment 0x00000000 0x20 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .debug_frame 0x00000000 0x20 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .text 0x00000000 0x0 zephyr/arch/common/libarch__common.a(init.c.obj) - .data 0x00000000 0x0 zephyr/arch/common/libarch__common.a(init.c.obj) - .bss 0x00000000 0x0 zephyr/arch/common/libarch__common.a(init.c.obj) - .text 0x00000000 0x0 zephyr/arch/common/libarch__common.a(xip.c.obj) - .data 0x00000000 0x0 zephyr/arch/common/libarch__common.a(xip.c.obj) - .bss 0x00000000 0x0 zephyr/arch/common/libarch__common.a(xip.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .text.z_arm_save_fp_context - 0x00000000 0x2 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .text.z_arm_restore_fp_context - 0x00000000 0x2 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .debug_info 0x00000000 0x146 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .debug_abbrev 0x00000000 0xcd zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .debug_ranges 0x00000000 0x18 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .debug_line 0x00000000 0x1e9 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .debug_str 0x00000000 0x332 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .comment 0x00000000 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .debug_frame 0x00000000 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .text.sys_arch_reboot - 0x00000000 0x24 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .text.z_arm_save_scb_context - 0x00000000 0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .text.z_arm_restore_scb_context - 0x00000000 0x48 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .text.arm_irq_enable - 0x00000000 0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .text.arm_irq_disable - 0x00000000 0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .text.arm_irq_is_enabled - 0x00000000 0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .text.arch_irq_lock_outlined - 0x00000000 0x10 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .text.arch_cpu_atomic_idle - 0x00000000 0x1e zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .text.z_arm_save_mpu_context - 0x00000000 0x50 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .text.z_arm_restore_mpu_context - 0x00000000 0x4c zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .text.cbputc 0x00000000 0xc zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .text.cbvprintf - 0x00000000 0x38 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .debug_info 0x00000000 0x324 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .debug_abbrev 0x00000000 0x188 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .debug_loc 0x00000000 0x14c zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .debug_ranges 0x00000000 0x18 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .debug_line 0x00000000 0x2a8 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .debug_str 0x00000000 0x36b zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .debug_frame 0x00000000 0x4c zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .rodata.__chk_fail.str1.1 - 0x00000000 0x1e zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .text.__chk_fail - 0x00000000 0x1c zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .debug_info 0x00000000 0x1ba zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .debug_abbrev 0x00000000 0x14d zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .debug_loc 0x00000000 0x2c zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .debug_ranges 0x00000000 0x10 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .debug_line 0x00000000 0x37c zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .debug_str 0x00000000 0x393 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .debug_frame 0x00000000 0x28 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .debug_info 0x00000000 0x79 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .debug_abbrev 0x00000000 0x26 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .debug_aranges - 0x00000000 0x18 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .debug_line 0x00000000 0x6a zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .debug_str 0x00000000 0x2bc zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .rodata._exit.str1.1 - 0x00000000 0x5 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .text._exit 0x00000000 0x10 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .debug_info 0x00000000 0xca zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .debug_abbrev 0x00000000 0x82 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .debug_loc 0x00000000 0x2b zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .debug_ranges 0x00000000 0x10 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .debug_line 0x00000000 0x96 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .debug_str 0x00000000 0x2d7 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .debug_frame 0x00000000 0x28 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_init_recursive - 0x00000000 0x14 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_init - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_close_recursive - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_close - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_acquire_recursive - 0x00000000 0xc zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_acquire - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_try_acquire_recursive - 0x00000000 0x12 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_try_acquire - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_release_recursive - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_release - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - ._k_mutex.static.__lock___libc_recursive_mutex_ - 0x00000000 0x14 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .debug_info 0x00000000 0xa73 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .debug_abbrev 0x00000000 0x31a zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .debug_loc 0x00000000 0x251 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .debug_aranges - 0x00000000 0x68 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .debug_ranges 0x00000000 0x88 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .debug_line 0x00000000 0x5ef zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .debug_str 0x00000000 0x929 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .debug_frame 0x00000000 0xc4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .text.z_impl_zephyr_fputc - 0x00000000 0x10 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .text.picolibc_put - 0x00000000 0xa zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .text.__stdout_hook_install - 0x00000000 0x18 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .text.__stdin_hook_install - 0x00000000 0x14 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .rodata.stdout - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .rodata.stdin 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .bss.__stdin 0x00000000 0x10 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .data.__stdout - 0x00000000 0x10 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .bss._stdout_hook - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .debug_info 0x00000000 0x40d zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .debug_abbrev 0x00000000 0x205 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .debug_loc 0x00000000 0xf8 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .debug_aranges - 0x00000000 0x38 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .debug_ranges 0x00000000 0x40 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .debug_line 0x00000000 0x35f zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .debug_str 0x00000000 0x5bf zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .debug_frame 0x00000000 0x60 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .text.time 0x00000000 0x28 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .debug_info 0x00000000 0x14f zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .debug_abbrev 0x00000000 0xff zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .debug_loc 0x00000000 0x44 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .debug_ranges 0x00000000 0x10 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .debug_line 0x00000000 0x28b zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .debug_str 0x00000000 0x314 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .debug_frame 0x00000000 0x30 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .text.malloc 0x00000000 0x18 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .text.free 0x00000000 0x2 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .text.realloc 0x00000000 0x18 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .text.calloc 0x00000000 0x18 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .text.reallocarray - 0x00000000 0x18 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .debug_info 0x00000000 0xbf1 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .debug_abbrev 0x00000000 0x306 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .debug_loc 0x00000000 0x100 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .debug_aranges - 0x00000000 0x40 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .debug_ranges 0x00000000 0x48 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .debug_line 0x00000000 0x454 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .debug_str 0x00000000 0x71e zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .debug_frame 0x00000000 0x80 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .rodata._errno_neg_eagain - 0x00000000 0x4 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .debug_info 0x00000000 0x162 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .debug_abbrev 0x00000000 0x91 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .debug_aranges - 0x00000000 0x18 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .debug_line 0x00000000 0x1ce zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .debug_str 0x00000000 0x50b zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .text 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .data 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .bss 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .text.foldcase - 0x00000000 0x10 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .text.fnmatchx - 0x00000000 0x4d4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .text.fnmatch 0x00000000 0x14 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .debug_info 0x00000000 0x8d8 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .debug_abbrev 0x00000000 0x256 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .debug_loc 0x00000000 0xb1c zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .debug_aranges - 0x00000000 0x30 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .debug_ranges 0x00000000 0xe0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .debug_line 0x00000000 0x890 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .debug_str 0x00000000 0x39d zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .comment 0x00000000 0x20 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .debug_frame 0x00000000 0x68 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .text 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .data 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .bss 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .text.getentropy - 0x00000000 0x50 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .debug_info 0x00000000 0x455 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .debug_abbrev 0x00000000 0x21d zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .debug_loc 0x00000000 0x100 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .debug_ranges 0x00000000 0x10 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .debug_line 0x00000000 0x3bd zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .debug_str 0x00000000 0x475 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .comment 0x00000000 0x20 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .debug_frame 0x00000000 0x2c zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .text 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .data 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .bss 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .text.getopt_init - 0x00000000 0x4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .text.getopt_state_get - 0x00000000 0x4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .text.getopt 0x00000000 0x4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .text.z_getopt_global_state_update_shim - 0x00000000 0x2c zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .bss.optopt 0x00000000 0x4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .bss.optind 0x00000000 0x4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .bss.opterr 0x00000000 0x4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .bss.optarg 0x00000000 0x4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .debug_info 0x00000000 0x33a zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .debug_abbrev 0x00000000 0x1a7 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .debug_loc 0x00000000 0x81 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .debug_aranges - 0x00000000 0x38 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .debug_ranges 0x00000000 0x28 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .debug_line 0x00000000 0x2a4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .debug_str 0x00000000 0x5bd zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .comment 0x00000000 0x20 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .debug_frame 0x00000000 0x50 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .text 0x00000000 0x0 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .data 0x00000000 0x0 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_enable_it - 0x00000000 0x1c zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_disable_it - 0x00000000 0x20 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_enable_rising_trig - 0x00000000 0x1c zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_disable_rising_trig - 0x00000000 0x20 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_enable_falling_trig - 0x00000000 0x1c zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_disable_falling_trig - 0x00000000 0x20 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_enable_event - 0x00000000 0x1c zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_disable_event - 0x00000000 0x20 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_sw_interrupt - 0x00000000 0x30 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_enable - 0x00000000 0x96 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_disable - 0x00000000 0x32 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text 0x00000000 0x0 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .data 0x00000000 0x0 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_gpio_intc_get_pin_irq_line - 0x00000000 0xa zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_gpio_intc_enable_line - 0x00000000 0x2c zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_gpio_intc_disable_line - 0x00000000 0x10 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_gpio_intc_select_line_trigger - 0x00000000 0x50 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_gpio_intc_set_irq_callback - 0x00000000 0x40 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_gpio_intc_remove_irq_callback - 0x00000000 0x24 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_exti_set_line_src_port - 0x00000000 0x3a zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_exti_get_line_src_port - 0x00000000 0x38 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text 0x00000000 0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .data 0x00000000 0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .text 0x00000000 0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .data 0x00000000 0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .text 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .data 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .text.z_impl_flash_get_page_info_by_idx - 0x00000000 0xa zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .text.z_impl_flash_get_page_count - 0x00000000 0x28 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .text 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .data 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text.flash_stm32_valid_range - 0x00000000 0x38 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .data 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .text.flash_stm32_option_bytes_write - 0x00000000 0x60 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .text.flash_stm32_option_bytes_read - 0x00000000 0x8 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .text 0x00000000 0x0 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .data 0x00000000 0x0 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .text.sys_clock_set_timeout - 0x00000000 0x2 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .text.sys_clock_idle_exit - 0x00000000 0x2 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .debug_info 0x00000000 0xda zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .debug_abbrev 0x00000000 0x7e zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .debug_ranges 0x00000000 0x18 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .debug_line 0x00000000 0x195 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .debug_str 0x00000000 0x2fa zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .comment 0x00000000 0x20 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .debug_frame 0x00000000 0x30 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .text 0x00000000 0x0 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .data 0x00000000 0x0 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .text.sys_clock_cycle_get_32 - 0x00000000 0x28 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .text.sys_clock_cycle_get_64 - 0x00000000 0x30 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .text.sys_clock_idle_exit - 0x00000000 0x44 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .text 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .data 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .bss 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .text.SystemInit - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .text.SystemCoreClockUpdate - 0x00000000 0x78 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .rodata.APBPrescTable - 0x00000000 0x8 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .text 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .data 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .bss 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_MspInit - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_MspDeInit - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_DeInit - 0x00000000 0x2c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_InitTick - 0x00000000 0x4c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_Init - 0x00000000 0x1e modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_IncTick - 0x00000000 0x18 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetTick - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetTickPrio - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SetTickFreq - 0x00000000 0x28 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetTickFreq - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_Delay - 0x00000000 0x28 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SuspendTick - 0x00000000 0xe modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_ResumeTick - 0x00000000 0xe modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetHalVersion - 0x00000000 0x8 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetREVID - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetDEVID - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetUIDw0 - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetUIDw1 - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetUIDw2 - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_DBGMCU_EnableDBGSleepMode - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_DBGMCU_DisableDBGSleepMode - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_DBGMCU_EnableDBGStopMode - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_DBGMCU_DisableDBGStopMode - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_DBGMCU_EnableDBGStandbyMode - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_DBGMCU_DisableDBGStandbyMode - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_CCMSRAMErase - 0x00000000 0x18 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_EnableMemorySwappingBank - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_DisableMemorySwappingBank - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_VREFBUF_VoltageScalingConfig - 0x00000000 0x14 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_VREFBUF_HighImpedanceConfig - 0x00000000 0x14 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_VREFBUF_TrimmingConfig - 0x00000000 0x14 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_EnableVREFBUF - 0x00000000 0x30 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_DisableVREFBUF - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_EnableIOSwitchBooster - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_DisableIOSwitchBooster - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_EnableIOSwitchVDD - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_DisableIOSwitchVDD - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_CCMSRAM_WriteProtectionEnable - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .data.uwTickFreq - 0x00000000 0x4 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .data.uwTickPrio - 0x00000000 0x4 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .bss.uwTick 0x00000000 0x4 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .debug_info 0x00000000 0xc26 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .debug_abbrev 0x00000000 0x2d9 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .debug_loc 0x00000000 0x1ff modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .debug_aranges - 0x00000000 0x148 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .debug_ranges 0x00000000 0x138 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .debug_line 0x00000000 0x803 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .debug_str 0x00000000 0xd88 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .comment 0x00000000 0x20 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .debug_frame 0x00000000 0x2b0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .data 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .bss 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_DeInit - 0x00000000 0xb8 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_OscConfig - 0x00000000 0x414 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_MCOConfig - 0x00000000 0x58 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_ClockConfig - 0x00000000 0x1ec modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_GetHCLKFreq - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_GetPCLK1Freq - 0x00000000 0x24 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_GetPCLK2Freq - 0x00000000 0x24 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_GetOscConfig - 0x00000000 0x9c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_GetClockConfig - 0x00000000 0x3c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_EnableCSS - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_EnableLSECSS - 0x00000000 0x14 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_DisableLSECSS - 0x00000000 0x14 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_CSSCallback - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_NMI_IRQHandler - 0x00000000 0x1c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .data 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .bss 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_PeriphCLKConfig - 0x00000000 0x2a0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_GetPeriphCLKConfig - 0x00000000 0xb0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_GetPeriphCLKFreq - 0x00000000 0x398 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_EnableLSECSS - 0x00000000 0x14 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_DisableLSECSS - 0x00000000 0x1c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_EnableLSECSS_IT - 0x00000000 0x30 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_LSECSS_Callback - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_LSECSS_IRQHandler - 0x00000000 0x1c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_EnableLSCO - 0x00000000 0x90 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_DisableLSCO - 0x00000000 0x5c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRSConfig - 0x00000000 0x4c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRSSoftwareSynchronizationGenerate - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRSGetSynchronizationInfo - 0x00000000 0x24 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRSWaitSynchronization - 0x00000000 0x98 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRS_SyncOkCallback - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRS_SyncWarnCallback - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRS_ExpectedSyncCallback - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRS_ErrorCallback - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRS_IRQHandler - 0x00000000 0x74 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .debug_info 0x00000000 0xe20 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .debug_abbrev 0x00000000 0x2bf modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .debug_loc 0x00000000 0x96b modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .debug_aranges - 0x00000000 0xb0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .debug_ranges 0x00000000 0xe0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .debug_line 0x00000000 0xe61 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .debug_str 0x00000000 0xb32 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .comment 0x00000000 0x20 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .debug_frame 0x00000000 0x19c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .data 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .bss 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .text.LL_Init1msTick - 0x00000000 0x1a modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .text.LL_mDelay - 0x00000000 0x24 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .text.LL_SetSystemCoreClock - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .text.UTILS_EnablePLLAndSwitchSystem - 0x00000000 0x98 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .text.LL_PLL_ConfigSystemClock_HSI - 0x00000000 0xb8 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .text.LL_PLL_ConfigSystemClock_HSE - 0x00000000 0xc8 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .text 0x00000000 0x0 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .data 0x00000000 0x0 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .bss 0x00000000 0x0 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text.boot_set_next - 0x00000000 0x66 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text.boot_swap_type - 0x00000000 0x6 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text.boot_set_pending_multi - 0x00000000 0x38 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text.boot_set_pending - 0x00000000 0x8 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text.boot_set_confirmed_multi - 0x00000000 0x34 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text.boot_set_confirmed - 0x00000000 0x6 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .rodata.boot_image_load_header.str1.1 - 0x00000000 0x8b modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text.boot_image_load_header - 0x00000000 0x7c modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(device.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(device.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(device.c.obj) - .text.z_impl_device_init - 0x00000000 0x12 zephyr/kernel/libkernel.a(device.c.obj) - .text.z_device_get_all_static - 0x00000000 0x18 zephyr/kernel/libkernel.a(device.c.obj) - .text.z_impl_device_get_binding - 0x00000000 0x48 zephyr/kernel/libkernel.a(device.c.obj) - .text.z_impl_device_deinit - 0x00000000 0x6 zephyr/kernel/libkernel.a(device.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(fatal.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(fatal.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(fatal.c.obj) - .text.k_fatal_halt - 0x00000000 0x6 zephyr/kernel/libkernel.a(fatal.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(init.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(init.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(init.c.obj) - .text.z_early_rand_get - 0x00000000 0x70 zephyr/kernel/libkernel.a(init.c.obj) - .data.state.1 0x00000000 0x8 zephyr/kernel/libkernel.a(init.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(idle.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(idle.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(idle.c.obj) - .text.arch_spin_relax - 0x00000000 0x4 zephyr/kernel/libkernel.a(idle.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(mutex.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(mutex.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(mutex.c.obj) - .text.adjust_owner_prio.isra.0 - 0x00000000 0x10 zephyr/kernel/libkernel.a(mutex.c.obj) - .text.z_impl_k_mutex_init - 0x00000000 0xe zephyr/kernel/libkernel.a(mutex.c.obj) - .text.z_impl_k_mutex_lock - 0x00000000 0xe4 zephyr/kernel/libkernel.a(mutex.c.obj) - .text.z_impl_k_mutex_unlock - 0x00000000 0xa0 zephyr/kernel/libkernel.a(mutex.c.obj) - .bss.lock 0x00000000 0x0 zephyr/kernel/libkernel.a(mutex.c.obj) - .debug_info 0x00000000 0x7192 zephyr/kernel/libkernel.a(mutex.c.obj) - .debug_abbrev 0x00000000 0x4d0 zephyr/kernel/libkernel.a(mutex.c.obj) - .debug_loc 0x00000000 0x8cb zephyr/kernel/libkernel.a(mutex.c.obj) - .debug_aranges - 0x00000000 0x38 zephyr/kernel/libkernel.a(mutex.c.obj) - .debug_ranges 0x00000000 0x148 zephyr/kernel/libkernel.a(mutex.c.obj) - .debug_line 0x00000000 0xc49 zephyr/kernel/libkernel.a(mutex.c.obj) - .debug_str 0x00000000 0xd0f zephyr/kernel/libkernel.a(mutex.c.obj) - .comment 0x00000000 0x20 zephyr/kernel/libkernel.a(mutex.c.obj) - .debug_frame 0x00000000 0x78 zephyr/kernel/libkernel.a(mutex.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(sem.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(sem.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(sem.c.obj) - .text.z_impl_k_sem_reset - 0x00000000 0x6c zephyr/kernel/libkernel.a(sem.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(thread.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(thread.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(thread.c.obj) - .text.k_is_in_isr - 0x00000000 0xc zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_is_preempt_thread - 0x00000000 0x20 zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_thread_priority_get - 0x00000000 0x6 zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_thread_name_set - 0x00000000 0x6 zephyr/kernel/libkernel.a(thread.c.obj) - .text.k_thread_name_get - 0x00000000 0x4 zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_thread_name_copy - 0x00000000 0x6 zephyr/kernel/libkernel.a(thread.c.obj) - .rodata.k_thread_state_str.str1.1 - 0x00000000 0x3 zephyr/kernel/libkernel.a(thread.c.obj) - .text.k_thread_state_str - 0x00000000 0x7c zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_init_thread_base - 0x00000000 0x14 zephyr/kernel/libkernel.a(thread.c.obj) - .text.k_thread_user_mode_enter - 0x00000000 0x1c zephyr/kernel/libkernel.a(thread.c.obj) - .text.k_thread_runtime_stats_get - 0x00000000 0x14 zephyr/kernel/libkernel.a(thread.c.obj) - .text.k_thread_runtime_stats_all_get - 0x00000000 0xc zephyr/kernel/libkernel.a(thread.c.obj) - .text.k_thread_runtime_stats_cpu_get - 0x00000000 0xc zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_thread_priority_set - 0x00000000 0x2c zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_thread_suspend - 0x00000000 0x40 zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_thread_resume - 0x00000000 0x3c zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_thread_create - 0x00000000 0x58 zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_thread_join - 0x00000000 0x98 zephyr/kernel/libkernel.a(thread.c.obj) - .text.k_can_yield - 0x00000000 0x30 zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_yield - 0x00000000 0x4 zephyr/kernel/libkernel.a(thread.c.obj) - .rodata.str1.1 - 0x00000000 0x41 zephyr/kernel/libkernel.a(thread.c.obj) - .rodata.state_string.0 - 0x00000000 0x40 zephyr/kernel/libkernel.a(thread.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(sched.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(sched.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_unready_thread - 0x00000000 0x1e zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_sched_unready_locked - 0x00000000 0x4 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_yield_testing_only - 0x00000000 0x1e zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_sched_yield - 0x00000000 0x84 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_sched_add_to_waitq_locked - 0x00000000 0x4 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_pend_thread - 0x00000000 0x44 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_unpend_thread_no_timeout - 0x00000000 0x22 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_unpend1_no_timeout - 0x00000000 0x2c zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_unpend_thread - 0x00000000 0x2c zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_thread_prio_set - 0x00000000 0xd8 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_reschedule_irqlock - 0x00000000 0x28 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_swap_next_thread - 0x00000000 0x18 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_unpend_all_locked - 0x00000000 0x30 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_unpend_all - 0x00000000 0x1e zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_thread_suspend_current - 0x00000000 0x4c zephyr/kernel/libkernel.a(sched.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(sleep.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(sleep.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(sleep.c.obj) - .text.z_tick_sleep - 0x00000000 0x90 zephyr/kernel/libkernel.a(sleep.c.obj) - .text.z_impl_k_sleep - 0x00000000 0x32 zephyr/kernel/libkernel.a(sleep.c.obj) - .text.z_impl_k_usleep - 0x00000000 0x22 zephyr/kernel/libkernel.a(sleep.c.obj) - .debug_info 0x00000000 0xe8c zephyr/kernel/libkernel.a(sleep.c.obj) - .debug_abbrev 0x00000000 0x400 zephyr/kernel/libkernel.a(sleep.c.obj) - .debug_loc 0x00000000 0x312 zephyr/kernel/libkernel.a(sleep.c.obj) - .debug_aranges - 0x00000000 0x30 zephyr/kernel/libkernel.a(sleep.c.obj) - .debug_ranges 0x00000000 0x78 zephyr/kernel/libkernel.a(sleep.c.obj) - .debug_line 0x00000000 0x7dd zephyr/kernel/libkernel.a(sleep.c.obj) - .debug_str 0x00000000 0x88f zephyr/kernel/libkernel.a(sleep.c.obj) - .comment 0x00000000 0x20 zephyr/kernel/libkernel.a(sleep.c.obj) - .debug_frame 0x00000000 0x64 zephyr/kernel/libkernel.a(sleep.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(scheduler.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(scheduler.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(scheduler.c.obj) - .text.z_impl_k_reschedule - 0x00000000 0x12 zephyr/kernel/libkernel.a(scheduler.c.obj) - .text.z_sched_waitq_walk - 0x00000000 0x68 zephyr/kernel/libkernel.a(scheduler.c.obj) - .text.z_sched_wake - 0x00000000 0x56 zephyr/kernel/libkernel.a(scheduler.c.obj) - .text.z_sched_wait - 0x00000000 0x24 zephyr/kernel/libkernel.a(scheduler.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .text.k_sched_time_slice_set - 0x00000000 0x3c zephyr/kernel/libkernel.a(timeslicing.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(timeout.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(timeout.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(timeout.c.obj) - .text.timeout_rem - 0x00000000 0x30 zephyr/kernel/libkernel.a(timeout.c.obj) - .text.z_timeout_remaining - 0x00000000 0x38 zephyr/kernel/libkernel.a(timeout.c.obj) - .text.z_timeout_expires - 0x00000000 0x38 zephyr/kernel/libkernel.a(timeout.c.obj) - .text.z_get_next_timeout_expiry - 0x00000000 0x22 zephyr/kernel/libkernel.a(timeout.c.obj) - .text.sys_clock_tick_get_32 - 0x00000000 0x8 zephyr/kernel/libkernel.a(timeout.c.obj) - .text.z_impl_k_uptime_ticks - 0x00000000 0x4 zephyr/kernel/libkernel.a(timeout.c.obj) - .text 0x00000000 0x14 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strcmp.S.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strcmp.S.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strcmp.S.o) - .debug_frame 0x00000000 0x20 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strcmp.S.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memcpy.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memcpy.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memcpy.c.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memset.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memset.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memset.c.o) - .text 0x00000000 0x10 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strlen.S.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strlen.S.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strlen.S.o) - .debug_frame 0x00000000 0x20 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strlen.S.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_errno_errno.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_errno_errno.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_errno_errno.c.o) - .tbss.errno 0x00000000 0x4 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_errno_errno.c.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_memcmp.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_memcmp.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_memcmp.c.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_strchr.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_strchr.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_strchr.c.o) - .text.strchr 0x00000000 0x1a /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_strchr.c.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_puts.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_puts.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_puts.c.o) - .text.puts 0x00000000 0x40 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_puts.c.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmprintf.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmprintf.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmprintf.c.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .text.scanf_getc - 0x00000000 0x14 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .text.skip_spaces - 0x00000000 0x2e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .text.putval 0x00000000 0x1a /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .rodata.__m_vfscanf.str1.1 - 0x00000000 0xb /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .text.__m_vfscanf - 0x00000000 0x2c4 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_fgetc.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_fgetc.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_fgetc.c.o) - .text.getc 0x00000000 0x46 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_fgetc.c.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_ungetc.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_ungetc.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_ungetc.c.o) - .text.ungetc 0x00000000 0x3a /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_ungetc.c.o) - .text 0x00000000 0x254 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldf3.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldf3.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldf3.o) - .debug_frame 0x00000000 0x30 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldf3.o) - .text 0x00000000 0x378 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_addsubdf3.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_addsubdf3.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_addsubdf3.o) - .debug_frame 0x00000000 0xac /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_addsubdf3.o) - .text 0x00000000 0x424 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldivdf3.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldivdf3.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldivdf3.o) - .debug_frame 0x00000000 0x50 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldivdf3.o) - .text 0x00000000 0xa0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_truncdfsf2.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_truncdfsf2.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_truncdfsf2.o) - .debug_frame 0x00000000 0x24 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_truncdfsf2.o) - .text 0x00000000 0xec /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpsf2.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpsf2.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpsf2.o) - .debug_frame 0x00000000 0xc8 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpsf2.o) - .text 0x00000000 0xa0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_ldivmod.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_ldivmod.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_ldivmod.o) - .debug_frame 0x00000000 0x44 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_ldivmod.o) - .text 0x00000000 0x30 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_uldivmod.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_uldivmod.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_uldivmod.o) - .debug_frame 0x00000000 0x2c /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_uldivmod.o) - .text 0x00000000 0x26 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_popcountsi2.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_popcountsi2.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_popcountsi2.o) - .debug_frame 0x00000000 0x20 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_popcountsi2.o) - .text 0x00000000 0x2e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixdfdi.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixdfdi.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixdfdi.o) - .debug_frame 0x00000000 0x38 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixdfdi.o) - .text 0x00000000 0x3c /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixunsdfdi.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixunsdfdi.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixunsdfdi.o) - .debug_frame 0x00000000 0x2c /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixunsdfdi.o) - .text 0x00000000 0x2bc /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_udivmoddi4.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_udivmoddi4.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_udivmoddi4.o) - .ARM.extab 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_udivmoddi4.o) - .ARM.exidx 0x00000000 0x8 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_udivmoddi4.o) - .debug_frame 0x00000000 0x34 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_udivmoddi4.o) - .text 0x00000000 0x4 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_dvmd_tls.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_dvmd_tls.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_dvmd_tls.o) - .text 0x00000000 0x110 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpdf2.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpdf2.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpdf2.o) - .debug_frame 0x00000000 0xc4 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpdf2.o) - .text 0x00000000 0x40 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_fixunsdfsi.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_fixunsdfsi.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_fixunsdfsi.o) - .debug_frame 0x00000000 0x24 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_fixunsdfsi.o) - -Memory Configuration - -Name Origin Length Attributes -FLASH 0x08000000 0x00008800 xr -RAM 0x20000000 0x00008000 xw -SRAM0 0x20000000 0x00008000 rw -IDT_LIST 0xffff7fff 0x00008000 xw -*default* 0x00000000 0xffffffff - -Linker script and memory map - - 0x080031a8 vfprintf = __m_vfprintf - 0x00000000 vfscanf = __m_vfscanf -LOAD zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj -LOAD zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj -LOAD zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj -LOAD app/libapp.a -LOAD zephyr/libzephyr.a -LOAD zephyr/arch/common/libarch__common.a -LOAD zephyr/arch/arch/arm/core/libarch__arm__core.a -LOAD zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a -LOAD zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a -LOAD zephyr/lib/libc/picolibc/liblib__libc__picolibc.a -LOAD zephyr/lib/libc/common/liblib__libc__common.a -LOAD zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a -LOAD zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a -LOAD zephyr/drivers/clock_control/libdrivers__clock_control.a -LOAD zephyr/drivers/flash/libdrivers__flash.a -LOAD zephyr/drivers/timer/libdrivers__timer.a -LOAD modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a -LOAD modules/mcuboot/libmcuboot_util.a -LOAD zephyr/kernel/libkernel.a -LOAD zephyr/arch/common/libisr_tables.a -LOAD /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a -LOAD /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a - 0x00000020 _region_min_align = 0x20 - -.rel.plt 0x08000000 0x0 - *(SORT_BY_ALIGNMENT(.rel.plt)) - [!provide] PROVIDE (__rel_iplt_start = .) - *(SORT_BY_ALIGNMENT(.rel.iplt)) - .rel.iplt 0x08000000 0x0 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj - [!provide] PROVIDE (__rel_iplt_end = .) - -.rela.plt 0x00000000 0x0 - *(SORT_BY_ALIGNMENT(.rela.plt)) - [!provide] PROVIDE (__rela_iplt_start = .) - *(SORT_BY_ALIGNMENT(.rela.iplt)) - [!provide] PROVIDE (__rela_iplt_end = .) - -.rel.dyn - *(SORT_BY_ALIGNMENT(.rel.*)) - -.rela.dyn - *(SORT_BY_ALIGNMENT(.rela.*)) - -/DISCARD/ - *(SORT_BY_ALIGNMENT(.plt)) - -/DISCARD/ - *(SORT_BY_ALIGNMENT(.iplt)) - 0x08000000 __rom_region_start = 0x8000000 - -rom_start 0x08000000 0x1b0 - 0x08000000 __rom_start_address = . - FILL mask 0x00 - 0x08000000 . = (. + (0x0 - (. - __rom_start_address))) - 0x08000000 . = ALIGN (0x4) - 0x08000000 . = ALIGN (0x80) - 0x08000000 . = ALIGN (0x200) - 0x08000000 _vector_start = . - *(SORT_BY_ALIGNMENT(.exc_vector_table)) - *(SORT_BY_ALIGNMENT(.exc_vector_table.*)) - .exc_vector_table._vector_table_section - 0x08000000 0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj) - 0x08000000 _vector_table - *(SORT_BY_ALIGNMENT(.vectors)) - 0x080001b0 _vector_end = . - 0x08000040 . = ALIGN (0x4) - *(SORT_BY_ALIGNMENT(.gnu.linkonce.irq_vector_table*)) - .gnu.linkonce.irq_vector_table - 0x08000040 0x170 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj - 0x08000040 _irq_vector_table - 0x080001b0 _vector_end = . - -text 0x080001b0 0x457c - 0x080001b0 __text_region_start = . - *(SORT_BY_ALIGNMENT(.text)) - *(SORT_BY_ALIGNMENT(.text.*)) - .text.main 0x080001b0 0xc4 app/libapp.a(main.c.obj) - 0x080001b0 main - .text.flash_device_base - 0x08000274 0x20 app/libapp.a(flash_map_extended.c.obj) - 0x08000274 flash_device_base - .text.flash_area_id_from_multi_image_slot - 0x08000294 0x24 app/libapp.a(flash_map_extended.c.obj) - 0x08000294 flash_area_id_from_multi_image_slot - .text.boot_banner - 0x080002b8 0x10 zephyr/libzephyr.a(boot_banner.c.obj) - .text.char_out - 0x080002c8 0xc zephyr/libzephyr.a(printk.c.obj) - .text.vprintk 0x080002d4 0x30 zephyr/libzephyr.a(printk.c.obj) - 0x080002d4 vprintk - .text.st_stm32_common_config - 0x08000304 0x14 zephyr/libzephyr.a(soc_config.c.obj) - .text.stm32_backup_domain_enable_access - 0x08000318 0x3c zephyr/libzephyr.a(stm32_backup_domain.c.obj) - 0x08000318 stm32_backup_domain_enable_access - .text.stm32_backup_domain_disable_access - 0x08000354 0x60 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - 0x08000354 stm32_backup_domain_disable_access - .text.soc_early_init_hook - 0x080003b4 0x68 zephyr/libzephyr.a(soc.c.obj) - 0x080003b4 soc_early_init_hook - .text.mem_attr_get_regions - 0x0800041c 0xc zephyr/libzephyr.a(mem_attr.c.obj) - 0x0800041c mem_attr_get_regions - .text.flash_area_open - 0x08000428 0x4c zephyr/libzephyr.a(flash_map.c.obj) - 0x08000428 flash_area_open - .text.flash_area_sectors - 0x08000474 0x34 zephyr/libzephyr.a(flash_map_layout.c.obj) - 0x08000474 flash_area_sectors - .text.z_thread_entry - 0x080004a8 0x34 zephyr/libzephyr.a(thread_entry.c.obj) - 0x080004a8 z_thread_entry - .text.bootutil_img_validate - 0x080004dc 0xf8 zephyr/libzephyr.a(image_validate.c.obj) - 0x080004dc bootutil_img_validate - .text.boot_status_entries - 0x080005d4 0x28 zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x080005d4 boot_status_entries - .text.boot_find_status - 0x080005fc 0x34 zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x080005fc boot_find_status - .text.boot_read_sectors - 0x08000630 0x40 zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x08000630 boot_read_sectors - .text.boot_check_header_valid - 0x08000670 0x4c zephyr/libzephyr.a(bootutil_loader.c.obj) - 0x08000670 boot_check_header_valid - .text.boot_check_image - 0x080006bc 0x30 zephyr/libzephyr.a(bootutil_loader.c.obj) - 0x080006bc boot_check_image - .text.boot_validate_slot.isra.0 - 0x080006ec 0xc4 zephyr/libzephyr.a(loader.c.obj) - .text.boot_swap_image.isra.0 - 0x080007b0 0x9c zephyr/libzephyr.a(loader.c.obj) - .text.boot_copy_region - 0x0800084c 0x58 zephyr/libzephyr.a(loader.c.obj) - 0x0800084c boot_copy_region - .text.context_boot_go - 0x080008a4 0x278 zephyr/libzephyr.a(loader.c.obj) - 0x080008a4 context_boot_go - .text.boot_go 0x08000b1c 0x24 zephyr/libzephyr.a(loader.c.obj) - 0x08000b1c boot_go - .text.swap_set_copy_done - 0x08000b40 0x2c zephyr/libzephyr.a(swap_misc.c.obj) - 0x08000b40 swap_set_copy_done - .text.swap_set_image_ok - 0x08000b6c 0x44 zephyr/libzephyr.a(swap_misc.c.obj) - 0x08000b6c swap_set_image_ok - .text.boot_read_image_header - 0x08000bb0 0xb0 zephyr/libzephyr.a(swap_move.c.obj) - 0x08000bb0 boot_read_image_header - .text.swap_read_status_bytes - 0x08000c60 0xc4 zephyr/libzephyr.a(swap_move.c.obj) - 0x08000c60 swap_read_status_bytes - .text.boot_slots_compatible - 0x08000d24 0x80 zephyr/libzephyr.a(swap_move.c.obj) - 0x08000d24 boot_slots_compatible - .text.swap_status_source - 0x08000da4 0xd8 zephyr/libzephyr.a(swap_move.c.obj) - 0x08000da4 swap_status_source - .text.fixup_revert - 0x08000e7c 0xac zephyr/libzephyr.a(swap_move.c.obj) - 0x08000e7c fixup_revert - .text.swap_run - 0x08000f28 0x210 zephyr/libzephyr.a(swap_move.c.obj) - 0x08000f28 swap_run - .text.compress - 0x08001138 0x1d4 zephyr/libzephyr.a(sha256.c.obj) - .text.tc_sha256_init - 0x0800130c 0x58 zephyr/libzephyr.a(sha256.c.obj) - 0x0800130c tc_sha256_init - .text.cleanup_arm_interrupts - 0x08001364 0x54 zephyr/libzephyr.a(arm_cortex_m.c.obj) - 0x08001364 cleanup_arm_interrupts - .text.arch_bss_zero - 0x080013b8 0x18 zephyr/arch/common/libarch__common.a(init.c.obj) - 0x080013b8 arch_bss_zero - .text.arch_data_copy - 0x080013d0 0x38 zephyr/arch/common/libarch__common.a(xip.c.obj) - 0x080013d0 arch_data_copy - .text.z_SysNmiOnReset - 0x08001408 0x8 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - 0x08001408 z_SysNmiOnReset - .text.arch_tls_stack_setup - 0x08001410 0x40 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - 0x08001410 arch_tls_stack_setup - .text.mem_manage_fault - 0x08001450 0xa0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .text.usage_fault.isra.0 - 0x080014f0 0x54 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .text.bus_fault.isra.0 - 0x08001544 0x6c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .text.z_arm_fault - 0x080015b0 0x12c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - 0x080015b0 z_arm_fault - .text.z_arm_fault_init - 0x080016dc 0x18 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - 0x080016dc z_arm_fault_init - .text.__fault 0x080016f4 0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - 0x080016f4 z_arm_bus_fault - 0x080016f4 z_arm_usage_fault - 0x080016f4 z_arm_mpu_fault - 0x080016f4 z_arm_exc_spurious - 0x080016f4 z_arm_debug_monitor - 0x080016f4 z_arm_hard_fault - .text._reset_section - 0x08001708 0x34 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - 0x08001708 z_arm_reset - 0x08001708 __start - .text.z_arm_clear_arm_mpu_config - 0x0800173c 0x24 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - 0x0800173c z_arm_clear_arm_mpu_config - .text.z_arm_svc - 0x08001760 0x24 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - 0x08001760 z_arm_svc - .text.arm_irq_priority_set - 0x08001784 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - 0x08001784 arm_irq_priority_set - .text.relocate_vector_table - 0x080017b4 0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - 0x080017b4 relocate_vector_table - .text.z_prep_c - 0x080017d0 0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - 0x080017d0 z_prep_c - .text.arch_new_thread - 0x08001808 0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - 0x08001808 arch_new_thread - .text.z_check_thread_stack_fail - 0x08001840 0x2c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - 0x08001840 z_check_thread_stack_fail - .text.arch_switch_to_main_thread - 0x0800186c 0x3c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - 0x0800186c arch_switch_to_main_thread - .text.z_arm_cpu_idle_init - 0x080018a8 0xc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - 0x080018a8 z_arm_cpu_idle_init - .text._HandlerModeExit - 0x080018b4 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - 0x080018b4 z_arm_exc_exit - 0x080018b4 z_arm_int_exit - .text.z_impl_k_thread_abort - 0x080018d4 0x2c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - 0x080018d4 z_impl_k_thread_abort - .text.z_arm_pendsv - 0x08001900 0x60 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - 0x08001900 z_arm_pendsv - .text.z_arm_interrupt_init - 0x08001960 0x18 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - 0x08001960 z_arm_interrupt_init - .text._isr_wrapper - 0x08001978 0x24 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - 0x08001978 _isr_wrapper - .text.__aeabi_read_tp - 0x0800199c 0xc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - 0x0800199c __aeabi_read_tp - .text.z_arm_configure_static_mpu_regions - 0x080019a8 0x18 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - 0x080019a8 z_arm_configure_static_mpu_regions - .text.z_arm_configure_dynamic_mpu_regions - 0x080019c0 0x20 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - 0x080019c0 z_arm_configure_dynamic_mpu_regions - .text.region_init - 0x080019e0 0x28 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .text.mpu_configure_regions - 0x08001a08 0x6c zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .text.arm_core_mpu_enable - 0x08001a74 0x18 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - 0x08001a74 arm_core_mpu_enable - .text.arm_core_mpu_disable - 0x08001a8c 0x14 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - 0x08001a8c arm_core_mpu_disable - .text.arm_core_mpu_configure_static_mpu_regions - 0x08001aa0 0x14 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - 0x08001aa0 arm_core_mpu_configure_static_mpu_regions - .text.arm_core_mpu_configure_dynamic_mpu_regions - 0x08001ab4 0x38 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - 0x08001ab4 arm_core_mpu_configure_dynamic_mpu_regions - .text.z_arm_mpu_init - 0x08001aec 0x184 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - 0x08001aec z_arm_mpu_init - .text.abort 0x08001c70 0x1c zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - 0x08001c70 abort - .text.stm32_exti_init - 0x08001c8c 0x2c zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_is_pending - 0x08001cb8 0x28 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - 0x08001cb8 stm32_exti_is_pending - .text.stm32_exti_clear_pending - 0x08001ce0 0x28 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - 0x08001ce0 stm32_exti_clear_pending - .text.stm32_fill_irq_table - 0x08001d08 0x18 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_intc_gpio_isr - 0x08001d20 0x4c zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_clock_control_get_subsys_rate - 0x08001d6c 0xb4 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .text.stm32_clock_control_init - 0x08001e20 0x16c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - 0x08001e20 stm32_clock_control_init - .text.get_pllsrc_frequency - 0x08001f8c 0x8 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - 0x08001f8c get_pllsrc_frequency - .text.config_pll_sysclock - 0x08001f94 0x34 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - 0x08001f94 config_pll_sysclock - .text.config_enable_default_clocks - 0x08001fc8 0x20 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - 0x08001fc8 config_enable_default_clocks - .text.flash_stm32_get_parameters - 0x08001fe8 0x8 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text.flash_stm32_get_size - 0x08001ff0 0x18 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text.stm32_flash_init - 0x08002008 0x38 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text.flash_stm32_cr_lock - 0x08002040 0x44 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - 0x08002040 flash_stm32_cr_lock - .text.flash_stm32_page_layout - 0x08002084 0x4c zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - 0x08002084 flash_stm32_page_layout - .text.elapsed 0x080020d0 0x44 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .text.sys_clock_driver_init - 0x08002114 0x34 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .text.sys_clock_isr - 0x08002148 0x6c zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - 0x08002148 sys_clock_isr - .text.sys_clock_set_timeout - 0x080021b4 0xf4 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - 0x080021b4 sys_clock_set_timeout - .text.sys_clock_elapsed - 0x080022a8 0x3c zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - 0x080022a8 sys_clock_elapsed - .text.HAL_RCC_GetSysClockFreq - 0x080022e4 0x6c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - 0x080022e4 HAL_RCC_GetSysClockFreq - .text.LL_SetFlashLatency - 0x08002350 0xd4 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - 0x08002350 LL_SetFlashLatency - .text.boot_write_magic - 0x08002424 0x44 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x08002424 boot_write_magic - .text.boot_read_swap_state - 0x08002468 0xac modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x08002468 boot_read_swap_state - .text.boot_swap_type_multi - 0x08002514 0xec modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x08002514 boot_swap_type_multi - .text.z_fatal_error - 0x08002600 0x30 zephyr/kernel/libkernel.a(fatal.c.obj) - 0x08002600 z_fatal_error - .text.z_sys_init_run_level - 0x08002630 0x30 zephyr/kernel/libkernel.a(init.c.obj) - .text.bg_thread_main - 0x08002660 0xbc zephyr/kernel/libkernel.a(init.c.obj) - .text.z_init_cpu - 0x0800271c 0x70 zephyr/kernel/libkernel.a(init.c.obj) - 0x0800271c z_init_cpu - .text.z_cstart - 0x0800278c 0xcc zephyr/kernel/libkernel.a(init.c.obj) - 0x0800278c z_cstart - .text.z_impl_k_sem_give - 0x08002858 0x68 zephyr/kernel/libkernel.a(sem.c.obj) - 0x08002858 z_impl_k_sem_give - .text.z_impl_k_sem_take - 0x080028c0 0x4c zephyr/kernel/libkernel.a(sem.c.obj) - 0x080028c0 z_impl_k_sem_take - .text.z_setup_new_thread - 0x0800290c 0x98 zephyr/kernel/libkernel.a(thread.c.obj) - 0x0800290c z_setup_new_thread - .text.z_dummy_thread_init - 0x080029a4 0x18 zephyr/kernel/libkernel.a(thread.c.obj) - 0x080029a4 z_dummy_thread_init - .text.z_impl_k_wakeup - 0x080029bc 0x48 zephyr/kernel/libkernel.a(thread.c.obj) - 0x080029bc z_impl_k_wakeup - .text.z_swap_irqlock - 0x08002a04 0x30 zephyr/kernel/libkernel.a(sched.c.obj) - .text.unready_thread - 0x08002a34 0x54 zephyr/kernel/libkernel.a(sched.c.obj) - .text.ready_thread - 0x08002a88 0x80 zephyr/kernel/libkernel.a(sched.c.obj) - .text.reschedule.isra.0 - 0x08002b08 0x28 zephyr/kernel/libkernel.a(sched.c.obj) - .text.move_current_to_end_of_prio_q - 0x08002b30 0x6c zephyr/kernel/libkernel.a(sched.c.obj) - 0x08002b30 move_current_to_end_of_prio_q - .text.z_thread_halt - 0x08002b9c 0x12c zephyr/kernel/libkernel.a(sched.c.obj) - 0x08002b9c z_thread_halt - .text.z_sched_lock_reschedule - 0x08002cc8 0x44 zephyr/kernel/libkernel.a(sched.c.obj) - 0x08002cc8 z_sched_lock_reschedule - .text.z_pend_curr - 0x08002d0c 0x58 zephyr/kernel/libkernel.a(sched.c.obj) - 0x08002d0c z_pend_curr - .text.z_sched_init - 0x08002d64 0x10 zephyr/kernel/libkernel.a(scheduler.c.obj) - 0x08002d64 z_sched_init - .text.k_sched_lock - 0x08002d74 0x28 zephyr/kernel/libkernel.a(scheduler.c.obj) - 0x08002d74 k_sched_lock - .text.k_sched_unlock - 0x08002d9c 0x20 zephyr/kernel/libkernel.a(scheduler.c.obj) - 0x08002d9c k_sched_unlock - .text.z_impl_k_sched_current_thread_query - 0x08002dbc 0xc zephyr/kernel/libkernel.a(scheduler.c.obj) - 0x08002dbc z_impl_k_sched_current_thread_query - .text.z_time_slice_size - 0x08002dc8 0x40 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .text.slice_timeout - 0x08002e08 0x20 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .text.z_time_slice_reset - 0x08002e28 0x44 zephyr/kernel/libkernel.a(timeslicing.c.obj) - 0x08002e28 z_time_slice_reset - .text.z_time_slice - 0x08002e6c 0x5c zephyr/kernel/libkernel.a(timeslicing.c.obj) - 0x08002e6c z_time_slice - .text.first 0x08002ec8 0x10 zephyr/kernel/libkernel.a(timeout.c.obj) - .text.elapsed 0x08002ed8 0x14 zephyr/kernel/libkernel.a(timeout.c.obj) - .text.z_add_timeout - 0x08002eec 0x130 zephyr/kernel/libkernel.a(timeout.c.obj) - 0x08002eec z_add_timeout - .text.z_abort_timeout - 0x0800301c 0x90 zephyr/kernel/libkernel.a(timeout.c.obj) - 0x0800301c z_abort_timeout - .text.sys_clock_announce_locked - 0x080030ac 0xcc zephyr/kernel/libkernel.a(timeout.c.obj) - 0x080030ac sys_clock_announce_locked - .text.sys_clock_tick_get - 0x08003178 0x30 zephyr/kernel/libkernel.a(timeout.c.obj) - 0x08003178 sys_clock_tick_get - .text.__m_vfprintf - 0x080031a8 0x270 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmprintf.c.o) - 0x080031a8 __m_vfprintf - .text._OffsetAbsSyms - 0x08003418 0x2 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - 0x08003418 _OffsetAbsSyms - .text.flash_area_get_device_id - 0x0800341a 0xa app/libapp.a(flash_map_extended.c.obj) - 0x0800341a flash_area_get_device_id - .text.flash_area_get_sector - 0x08003424 0x36 app/libapp.a(flash_map_extended.c.obj) - 0x08003424 flash_area_get_sector - .text.os_heap_init - 0x0800345a 0x2 app/libapp.a(os.c.obj) - 0x0800345a os_heap_init - .text.mcuboot_watchdog_setup - 0x0800345c 0x2 app/libapp.a(watchdog.c.obj) - 0x0800345c mcuboot_watchdog_setup - .text.mcuboot_watchdog_feed - 0x0800345e 0x2 app/libapp.a(watchdog.c.obj) - 0x0800345e mcuboot_watchdog_feed - .text.arch_printk_char_out - 0x08003460 0x4 zephyr/libzephyr.a(printk.c.obj) - 0x08003460 arch_printk_char_out - .text.printk 0x08003464 0x1a zephyr/libzephyr.a(printk.c.obj) - 0x08003464 printk - .text._ConfigAbsSyms - 0x0800347e 0x2 zephyr/libzephyr.a(configs.c.obj) - 0x0800347e _ConfigAbsSyms - .text.z_log_minimal_printk - 0x08003480 0x1a zephyr/libzephyr.a(log_minimal.c.obj) - 0x08003480 z_log_minimal_printk - .text.is_in_flash_area_bounds - 0x0800349a 0x1a zephyr/libzephyr.a(flash_map.c.obj) - .text.flash_area_close - 0x080034b4 0x2 zephyr/libzephyr.a(flash_map.c.obj) - 0x080034b4 flash_area_close - .text.flash_area_read - 0x080034b6 0x2a zephyr/libzephyr.a(flash_map.c.obj) - 0x080034b6 flash_area_read - .text.flash_area_write - 0x080034e0 0x2a zephyr/libzephyr.a(flash_map.c.obj) - 0x080034e0 flash_area_write - .text.flash_area_erase - 0x0800350a 0x2a zephyr/libzephyr.a(flash_map.c.obj) - 0x0800350a flash_area_erase - .text.flash_area_align - 0x08003534 0xe zephyr/libzephyr.a(flash_map.c.obj) - 0x08003534 flash_area_align - .text.flash_area_get_device - 0x08003542 0x4 zephyr/libzephyr.a(flash_map.c.obj) - 0x08003542 flash_area_get_device - .text.flash_area_erased_val - 0x08003546 0xe zephyr/libzephyr.a(flash_map.c.obj) - 0x08003546 flash_area_erased_val - .text.get_sectors_cb - 0x08003554 0x44 zephyr/libzephyr.a(flash_map_layout.c.obj) - .text.flash_area_get_sectors - 0x08003598 0x32 zephyr/libzephyr.a(flash_map_layout.c.obj) - 0x08003598 flash_area_get_sectors - .text.bootutil_img_hash - 0x080035ca 0x6e zephyr/libzephyr.a(bootutil_img_hash.c.obj) - 0x080035ca bootutil_img_hash - .text.bootutil_tlv_iter_begin - 0x08003638 0x9c zephyr/libzephyr.a(tlv.c.obj) - 0x08003638 bootutil_tlv_iter_begin - .text.bootutil_tlv_iter_next - 0x080036d4 0x96 zephyr/libzephyr.a(tlv.c.obj) - 0x080036d4 bootutil_tlv_iter_next - .text.bootutil_tlv_iter_is_prot - 0x0800376a 0x1c zephyr/libzephyr.a(tlv.c.obj) - 0x0800376a bootutil_tlv_iter_is_prot - .text.boot_fih_memequal - 0x08003786 0x4 zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x08003786 boot_fih_memequal - .text.boot_status_off - 0x0800378a 0x1a zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x0800378a boot_status_off - .text.boot_read_swap_size - 0x080037a4 0x1c zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x080037a4 boot_read_swap_size - .text.boot_write_swap_size - 0x080037c0 0x1e zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x080037c0 boot_write_swap_size - .text.bootutil_max_image_size - 0x080037de 0x4 zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x080037de bootutil_max_image_size - .text.boot_read_image_size - 0x080037e2 0x8a zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x080037e2 boot_read_image_size - .text.boot_initialize_area - 0x0800386c 0x34 zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x0800386c boot_initialize_area - .text.boot_state_clear - 0x080038a0 0x2 zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x080038a0 boot_state_clear - .text.boot_trailer_sz - 0x080038a2 0x8 zephyr/libzephyr.a(bootutil_area.c.obj) - 0x080038a2 boot_trailer_sz - .text.boot_trailer_scramble_offset - 0x080038aa 0x36 zephyr/libzephyr.a(bootutil_area.c.obj) - 0x080038aa boot_trailer_scramble_offset - .text.boot_erase_region - 0x080038e0 0x86 zephyr/libzephyr.a(bootutil_area.c.obj) - 0x080038e0 boot_erase_region - .text.boot_scramble_region - 0x08003966 0x10 zephyr/libzephyr.a(bootutil_area.c.obj) - 0x08003966 boot_scramble_region - .text.boot_scramble_slot - 0x08003976 0xa zephyr/libzephyr.a(bootutil_area.c.obj) - 0x08003976 boot_scramble_slot - .text.boot_check_header_erased - 0x08003980 0x1a zephyr/libzephyr.a(bootutil_loader.c.obj) - 0x08003980 boot_check_header_erased - .text.boot_read_image_headers - 0x0800399a 0x30 zephyr/libzephyr.a(bootutil_loader.c.obj) - 0x0800399a boot_read_image_headers - .text.boot_add_shared_data - 0x080039ca 0x4 zephyr/libzephyr.a(bootutil_loader.c.obj) - 0x080039ca boot_add_shared_data - .text.boot_open_all_flash_areas - 0x080039ce 0x30 zephyr/libzephyr.a(bootutil_loader.c.obj) - 0x080039ce boot_open_all_flash_areas - .text.boot_close_all_flash_areas - 0x080039fe 0x1a zephyr/libzephyr.a(bootutil_loader.c.obj) - 0x080039fe boot_close_all_flash_areas - .text.boot_state_init - 0x08003a18 0x8 zephyr/libzephyr.a(bootutil_loader.c.obj) - 0x08003a18 boot_state_init - .text.boot_status_is_reset - 0x08003a20 0x1a zephyr/libzephyr.a(loader.c.obj) - 0x08003a20 boot_status_is_reset - .text.boot_write_status - 0x08003a3a 0x50 zephyr/libzephyr.a(loader.c.obj) - 0x08003a3a boot_write_status - .text.swap_scramble_trailer_sectors - 0x08003a8a 0x2a zephyr/libzephyr.a(swap_misc.c.obj) - 0x08003a8a swap_scramble_trailer_sectors - .text.swap_status_init - 0x08003ab4 0x52 zephyr/libzephyr.a(swap_misc.c.obj) - 0x08003ab4 swap_status_init - .text.swap_read_status - 0x08003b06 0x64 zephyr/libzephyr.a(swap_misc.c.obj) - 0x08003b06 swap_read_status - .text.find_last_idx - 0x08003b6a 0x14 zephyr/libzephyr.a(swap_move.c.obj) - 0x08003b6a find_last_idx - .text.boot_status_internal_off - 0x08003b7e 0x28 zephyr/libzephyr.a(swap_move.c.obj) - 0x08003b7e boot_status_internal_off - .text.app_max_size - 0x08003ba6 0x2c zephyr/libzephyr.a(swap_move.c.obj) - 0x08003ba6 app_max_size - .text.tc_sha256_update - 0x08003bd2 0x4c zephyr/libzephyr.a(sha256.c.obj) - 0x08003bd2 tc_sha256_update - .text.tc_sha256_final - 0x08003c1e 0xaa zephyr/libzephyr.a(sha256.c.obj) - 0x08003c1e tc_sha256_final - .text._set 0x08003cc8 0x4 zephyr/libzephyr.a(utils.c.obj) - 0x08003cc8 _set - .text.swap_write_block_size_check - 0x08003ccc 0x1c zephyr/libzephyr.a(flash_check.c.obj) - 0x08003ccc swap_write_block_size_check - .text.arch_early_memset - 0x08003ce8 0x4 zephyr/arch/common/libarch__common.a(init.c.obj) - 0x08003ce8 arch_early_memset - .text.arch_early_memcpy - 0x08003cec 0x4 zephyr/arch/common/libarch__common.a(init.c.obj) - 0x08003cec arch_early_memcpy - .text.z_arm_fatal_error - 0x08003cf0 0xc zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - 0x08003cf0 z_arm_fatal_error - .text.z_do_kernel_oops - 0x08003cfc 0x8 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - 0x08003cfc z_do_kernel_oops - .text.z_arm_nmi - 0x08003d04 0xe zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - 0x08003d04 z_arm_nmi - .text.z_irq_spurious - 0x08003d12 0x8 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - 0x08003d12 z_irq_spurious - .text.arch_coprocessors_disable - 0x08003d1a 0x6 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - 0x08003d1a arch_coprocessors_disable - .text.arch_irq_unlock_outlined - 0x08003d20 0xe zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - 0x08003d20 arch_irq_unlock_outlined - .text.arch_cpu_idle - 0x08003d2e 0x1a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - 0x08003d2e arch_cpu_idle - .text.size_to_mpu_rasr_size - 0x08003d48 0x20 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .text.__assert_no_args - 0x08003d68 0x6 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - 0x08003d68 __assert_no_args - .text.stm32_exti_gpio_intc_init - 0x08003d6e 0x92 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_clock_control_on - 0x08003e00 0x44 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .text.stm32_clock_control_off - 0x08003e44 0x2c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .text.enabled_clock - 0x08003e70 0x1e zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - 0x08003e70 enabled_clock - .text.stm32_clock_control_configure - 0x08003e8e 0x46 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .text.stm32_clock_control_get_status - 0x08003ed4 0x38 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .text.config_regulator_voltage - 0x08003f0c 0x2 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - 0x08003f0c config_regulator_voltage - .text.flash_get_page_info - 0x08003f0e 0x62 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .text.z_impl_flash_get_page_info_by_offs - 0x08003f70 0x8 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - 0x08003f70 z_impl_flash_get_page_info_by_offs - .text.flash_page_foreach - 0x08003f78 0x58 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - 0x08003f78 flash_page_foreach - .text._flash_stm32_sem_take.isra.0 - 0x08003fd0 0xe zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text.flash_stm32_read - 0x08003fde 0x2a zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text.flash_stm32_check_configuration - 0x08004008 0x4 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - 0x08004008 flash_stm32_check_configuration - .text.flash_stm32_wait_flash_idle - 0x0800400c 0x58 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - 0x0800400c flash_stm32_wait_flash_idle - .text.flash_stm32_erase - 0x08004064 0x82 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text.flash_stm32_write - 0x080040e6 0x5c zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text.flash_stm32_valid_range - 0x08004142 0x38 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - 0x08004142 flash_stm32_valid_range - .text.flash_stm32_block_erase_loop - 0x0800417a 0xb4 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - 0x0800417a flash_stm32_block_erase_loop - .text.flash_stm32_write_range - 0x0800422e 0x8e zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - 0x0800422e flash_stm32_write_range - .text.sys_clock_disable - 0x080042bc 0xe zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - 0x080042bc sys_clock_disable - .text.boot_swap_info_off - 0x080042ca 0xc modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x080042ca boot_swap_info_off - .text.boot_magic_compatible_check - 0x080042d6 0x1c modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x080042d6 boot_magic_compatible_check - .text.bootutil_buffer_is_erased - 0x080042f2 0x26 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x080042f2 bootutil_buffer_is_erased - .text.boot_read_flag - 0x08004318 0x38 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text.boot_write_trailer - 0x08004350 0x56 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x08004350 boot_write_trailer - .text.boot_write_trailer_flag - 0x080043a6 0x14 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x080043a6 boot_write_trailer_flag - .text.boot_write_image_ok - 0x080043ba 0xe modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x080043ba boot_write_image_ok - .text.boot_read_image_ok - 0x080043c8 0xc modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x080043c8 boot_read_image_ok - .text.boot_read_swap_state_by_id - 0x080043d4 0x28 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x080043d4 boot_read_swap_state_by_id - .text.boot_write_swap_info - 0x080043fc 0x2e modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x080043fc boot_write_swap_info - .text.boot_write_copy_done - 0x0800442a 0x10 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x0800442a boot_write_copy_done - .text.do_device_init - 0x0800443a 0x30 zephyr/kernel/libkernel.a(device.c.obj) - 0x0800443a do_device_init - .text.z_impl_device_is_ready - 0x0800446a 0x16 zephyr/kernel/libkernel.a(device.c.obj) - 0x0800446a z_impl_device_is_ready - .text.arch_system_halt - 0x08004480 0x10 zephyr/kernel/libkernel.a(fatal.c.obj) - 0x08004480 arch_system_halt - .text.k_sys_fatal_error_handler - 0x08004490 0x6 zephyr/kernel/libkernel.a(fatal.c.obj) - 0x08004490 k_sys_fatal_error_handler - .text.idle 0x08004496 0x16 zephyr/kernel/libkernel.a(idle.c.obj) - 0x08004496 idle - .text.z_impl_k_sem_init - 0x080044ac 0x18 zephyr/kernel/libkernel.a(sem.c.obj) - 0x080044ac z_impl_k_sem_init - .text.z_thread_abort - 0x080044c4 0x3e zephyr/kernel/libkernel.a(thread.c.obj) - 0x080044c4 z_thread_abort - .text.sys_dlist_remove - 0x08004502 0x10 zephyr/kernel/libkernel.a(sched.c.obj) - .text.unpend_thread_no_timeout - 0x08004512 0x14 zephyr/kernel/libkernel.a(sched.c.obj) - .text.add_to_waitq_locked - 0x08004526 0x4c zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_ready_thread - 0x08004572 0x1e zephyr/kernel/libkernel.a(sched.c.obj) - 0x08004572 z_ready_thread - .text.z_sched_ready_locked - 0x08004590 0x4 zephyr/kernel/libkernel.a(sched.c.obj) - 0x08004590 z_sched_ready_locked - .text.z_sched_wake_thread_locked - 0x08004594 0x28 zephyr/kernel/libkernel.a(sched.c.obj) - 0x08004594 z_sched_wake_thread_locked - .text.z_thread_timeout - 0x080045bc 0x30 zephyr/kernel/libkernel.a(sched.c.obj) - 0x080045bc z_thread_timeout - .text.z_reschedule - 0x080045ec 0x6 zephyr/kernel/libkernel.a(sched.c.obj) - 0x080045ec z_reschedule - .text.next_timeout - 0x080045f2 0x2e zephyr/kernel/libkernel.a(timeout.c.obj) - .text.sys_timepoint_calc - 0x08004620 0x4a zephyr/kernel/libkernel.a(timeout.c.obj) - 0x08004620 sys_timepoint_calc - .text.sys_timepoint_timeout - 0x0800466a 0x42 zephyr/kernel/libkernel.a(timeout.c.obj) - 0x0800466a sys_timepoint_timeout - .text.memcpy 0x080046ac 0x1c /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memcpy.c.o) - 0x080046ac memcpy - 0x080046ac __aeabi_memcpy - 0x080046ac __aeabi_memcpy4 - 0x080046ac __aeabi_memcpy8 - .text.memset 0x080046c8 0x10 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memset.c.o) - 0x080046c8 memset - .text.memcmp 0x080046d8 0x20 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_memcmp.c.o) - 0x080046d8 memcmp - .text.__ultoa_invert - 0x080046f8 0x34 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmprintf.c.o) - *(SORT_BY_ALIGNMENT(.gnu.linkonce.t.*)) - *(SORT_BY_ALIGNMENT(.glue_7t)) - .glue_7t 0x0800472c 0x0 linker stubs - *(SORT_BY_ALIGNMENT(.glue_7)) - .glue_7 0x0800472c 0x0 linker stubs - *(SORT_BY_ALIGNMENT(.vfp11_veneer)) - .vfp11_veneer 0x0800472c 0x0 linker stubs - *(SORT_BY_ALIGNMENT(.v4_bx)) - .v4_bx 0x0800472c 0x0 linker stubs - 0x0800472c . = ALIGN (0x4) - 0x0800472c __text_region_end = . - -.ARM.exidx 0x0800472c 0x0 - 0x0800472c __exidx_start = . - *(SORT_BY_ALIGNMENT(.ARM.exidx*) SORT_BY_ALIGNMENT(gnu.linkonce.armexidx.*)) - 0x0800472c __exidx_end = . - 0x0800472c __rodata_region_start = . - -initlevel 0x0800472c 0x38 - 0x0800472c __init_start = . - 0x0800472c __init_EARLY_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_EARLY_P_?_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_EARLY_P_??_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_EARLY_P_???_*))) - 0x0800472c __init_PRE_KERNEL_1_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_1_P_?_*))) - .z_init_PRE_KERNEL_1_P_1_SUB_00009_ - 0x0800472c 0x8 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .z_init_PRE_KERNEL_1_P_1_SUB_0_ - 0x08004734 0x8 zephyr/libzephyr.a(soc_config.c.obj) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_1_P_??_*))) - .z_init_PRE_KERNEL_1_P_40_SUB_00062_ - 0x0800473c 0x8 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .z_init_PRE_KERNEL_1_P_40_SUB_0_ - 0x08004744 0x8 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_1_P_???_*))) - 0x0800474c __init_PRE_KERNEL_2_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_2_P_?_*))) - .z_init_PRE_KERNEL_2_P_0_SUB_0_ - 0x0800474c 0x8 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_2_P_??_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_2_P_???_*))) - 0x08004754 __init_POST_KERNEL_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_POST_KERNEL_P_?_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_POST_KERNEL_P_??_*))) - .z_init_POST_KERNEL_P_50_SUB_00011_ - 0x08004754 0x8 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_POST_KERNEL_P_???_*))) - 0x0800475c __init_APPLICATION_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_APPLICATION_P_?_*))) - .z_init_APPLICATION_P_0_SUB_0_ - 0x0800475c 0x8 zephyr/libzephyr.a(boot_banner.c.obj) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_APPLICATION_P_??_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_APPLICATION_P_???_*))) - 0x08004764 __init_SMP_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_SMP_P_?_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_SMP_P_??_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_SMP_P_???_*))) - 0x08004764 __init_end = . - -device_area 0x08004764 0x54 - 0x08004764 _device_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._device.static.*_?_*))) - ._device.static.1_1_ - 0x08004764 0x1c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - 0x08004764 __device_dts_ord_9 - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._device.static.*_??_*))) - ._device.static.1_40_ - 0x08004780 0x1c zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - 0x08004780 __device_dts_ord_62 - ._device.static.3_50_ - 0x0800479c 0x1c zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - 0x0800479c __device_dts_ord_11 - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._device.static.*_???_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._device.static.*_????_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._device.static.*_?????_*))) - 0x080047b8 _device_list_end = . - -sw_isr_table 0x080047b8 0x2e0 - 0x080047b8 . = ALIGN (0x4) - *(SORT_BY_ALIGNMENT(.gnu.linkonce.sw_isr_table*)) - .gnu.linkonce.sw_isr_table - 0x080047b8 0x2e0 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj - 0x080047b8 _sw_isr_table - -initlevel_error - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_*))) - 0x00000001 ASSERT ((SIZEOF (initlevel_error) == 0x0), Undefined initialization levels used.) - -app_shmem_regions - 0x08004a98 0x0 - 0x08004a98 __app_shmem_regions_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.app_regions.*))) - 0x08004a98 __app_shmem_regions_end = . - -k_p4wq_initparam_area - 0x08004a98 0x0 - 0x08004a98 _k_p4wq_initparam_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_p4wq_initparam.static.*))) - 0x08004a98 _k_p4wq_initparam_list_end = . - -_static_thread_data_area - 0x08004a98 0x0 - 0x08004a98 __static_thread_data_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.__static_thread_data.static.*))) - 0x08004a98 __static_thread_data_list_end = . - -device_deps 0x08004a98 0x0 - 0x08004a98 __device_deps_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.__device_deps_pass2*))) - 0x08004a98 __device_deps_end = . - -device_api_area - 0x08004a98 0x34 - 0x08004a98 _flash_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._flash_driver_api.static.*))) - ._flash_driver_api.static.flash_stm32_api_ - 0x08004a98 0x18 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - 0x08004ab0 _flash_driver_api_list_end = . - 0x08004ab0 _flash_driver_api_ext_end = . - 0x08004ab0 _shared_irq_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shared_irq_driver_api.static.*))) - 0x08004ab0 _shared_irq_driver_api_list_end = . - 0x08004ab0 _shared_irq_driver_api_ext_end = . - 0x08004ab0 _dmic_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._dmic_driver_api.static.*))) - 0x08004ab0 _dmic_driver_api_list_end = . - 0x08004ab0 _dmic_driver_api_ext_end = . - 0x08004ab0 _crypto_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._crypto_driver_api.static.*))) - 0x08004ab0 _crypto_driver_api_list_end = . - 0x08004ab0 _crypto_driver_api_ext_end = . - 0x08004ab0 _adc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._adc_driver_api.static.*))) - 0x08004ab0 _adc_driver_api_list_end = . - 0x08004ab0 _adc_driver_api_ext_end = . - 0x08004ab0 _auxdisplay_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._auxdisplay_driver_api.static.*))) - 0x08004ab0 _auxdisplay_driver_api_list_end = . - 0x08004ab0 _auxdisplay_driver_api_ext_end = . - 0x08004ab0 _bbram_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bbram_driver_api.static.*))) - 0x08004ab0 _bbram_driver_api_list_end = . - 0x08004ab0 _bbram_driver_api_ext_end = . - 0x08004ab0 _biometric_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._biometric_driver_api.static.*))) - 0x08004ab0 _biometric_driver_api_list_end = . - 0x08004ab0 _biometric_driver_api_ext_end = . - 0x08004ab0 _bt_hci_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bt_hci_driver_api.static.*))) - 0x08004ab0 _bt_hci_driver_api_list_end = . - 0x08004ab0 _bt_hci_driver_api_ext_end = . - 0x08004ab0 _can_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._can_driver_api.static.*))) - 0x08004ab0 _can_driver_api_list_end = . - 0x08004ab0 _can_driver_api_ext_end = . - 0x08004ab0 _cellular_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._cellular_driver_api.static.*))) - 0x08004ab0 _cellular_driver_api_list_end = . - 0x08004ab0 _cellular_driver_api_ext_end = . - 0x08004ab0 _charger_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._charger_driver_api.static.*))) - 0x08004ab0 _charger_driver_api_list_end = . - 0x08004ab0 _charger_driver_api_ext_end = . - 0x08004ab0 _clock_control_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._clock_control_driver_api.static.*))) - ._clock_control_driver_api.static.stm32_clock_control_api_ - 0x08004ab0 0x1c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - 0x08004acc _clock_control_driver_api_list_end = . - 0x08004acc _nrf_clock_control_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._nrf_clock_control_driver_api.static.*))) - 0x08004acc _nrf_clock_control_driver_api_list_end = . - 0x08004acc _nrf_clock_control_driver_api_ext_end = . - 0x08004acc _clock_control_driver_api_ext_end = . - 0x08004acc _comparator_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._comparator_driver_api.static.*))) - 0x08004acc _comparator_driver_api_list_end = . - 0x08004acc _comparator_driver_api_ext_end = . - 0x08004acc _coredump_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._coredump_driver_api.static.*))) - 0x08004acc _coredump_driver_api_list_end = . - 0x08004acc _coredump_driver_api_ext_end = . - 0x08004acc _counter_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._counter_driver_api.static.*))) - 0x08004acc _counter_driver_api_list_end = . - 0x08004acc _counter_driver_api_ext_end = . - 0x08004acc _crc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._crc_driver_api.static.*))) - 0x08004acc _crc_driver_api_list_end = . - 0x08004acc _crc_driver_api_ext_end = . - 0x08004acc _dac_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._dac_driver_api.static.*))) - 0x08004acc _dac_driver_api_list_end = . - 0x08004acc _dac_driver_api_ext_end = . - 0x08004acc _dai_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._dai_driver_api.static.*))) - 0x08004acc _dai_driver_api_list_end = . - 0x08004acc _dai_driver_api_ext_end = . - 0x08004acc _display_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._display_driver_api.static.*))) - 0x08004acc _display_driver_api_list_end = . - 0x08004acc _display_driver_api_ext_end = . - 0x08004acc _dma_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._dma_driver_api.static.*))) - 0x08004acc _dma_driver_api_list_end = . - 0x08004acc _dma_driver_api_ext_end = . - 0x08004acc _edac_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._edac_driver_api.static.*))) - 0x08004acc _edac_driver_api_list_end = . - 0x08004acc _edac_driver_api_ext_end = . - 0x08004acc _eeprom_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._eeprom_driver_api.static.*))) - 0x08004acc _eeprom_driver_api_list_end = . - 0x08004acc _eeprom_driver_api_ext_end = . - 0x08004acc _emul_bbram_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._emul_bbram_driver_api.static.*))) - 0x08004acc _emul_bbram_driver_api_list_end = . - 0x08004acc _emul_bbram_driver_api_ext_end = . - 0x08004acc _fuel_gauge_emul_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._fuel_gauge_emul_driver_api.static.*))) - 0x08004acc _fuel_gauge_emul_driver_api_list_end = . - 0x08004acc _fuel_gauge_emul_driver_api_ext_end = . - 0x08004acc _emul_sensor_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._emul_sensor_driver_api.static.*))) - 0x08004acc _emul_sensor_driver_api_list_end = . - 0x08004acc _emul_sensor_driver_api_ext_end = . - 0x08004acc _entropy_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._entropy_driver_api.static.*))) - 0x08004acc _entropy_driver_api_list_end = . - 0x08004acc _entropy_driver_api_ext_end = . - 0x08004acc _espi_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._espi_driver_api.static.*))) - 0x08004acc _espi_driver_api_list_end = . - 0x08004acc _espi_driver_api_ext_end = . - 0x08004acc _espi_saf_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._espi_saf_driver_api.static.*))) - 0x08004acc _espi_saf_driver_api_list_end = . - 0x08004acc _espi_saf_driver_api_ext_end = . - 0x08004acc _fpga_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._fpga_driver_api.static.*))) - 0x08004acc _fpga_driver_api_list_end = . - 0x08004acc _fpga_driver_api_ext_end = . - 0x08004acc _fuel_gauge_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._fuel_gauge_driver_api.static.*))) - 0x08004acc _fuel_gauge_driver_api_list_end = . - 0x08004acc _fuel_gauge_driver_api_ext_end = . - 0x08004acc _gnss_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._gnss_driver_api.static.*))) - 0x08004acc _gnss_driver_api_list_end = . - 0x08004acc _gnss_driver_api_ext_end = . - 0x08004acc _gpio_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._gpio_driver_api.static.*))) - 0x08004acc _gpio_driver_api_list_end = . - 0x08004acc _gpio_driver_api_ext_end = . - 0x08004acc _haptics_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._haptics_driver_api.static.*))) - 0x08004acc _haptics_driver_api_list_end = . - 0x08004acc _haptics_driver_api_ext_end = . - 0x08004acc _hwspinlock_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._hwspinlock_driver_api.static.*))) - 0x08004acc _hwspinlock_driver_api_list_end = . - 0x08004acc _hwspinlock_driver_api_ext_end = . - 0x08004acc _i2c_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._i2c_driver_api.static.*))) - 0x08004acc _i2c_driver_api_list_end = . - 0x08004acc _i3c_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._i3c_driver_api.static.*))) - 0x08004acc _i3c_driver_api_list_end = . - 0x08004acc _i3c_driver_api_ext_end = . - 0x08004acc _i2c_driver_api_ext_end = . - 0x08004acc _i2c_target_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._i2c_target_driver_api.static.*))) - 0x08004acc _i2c_target_driver_api_list_end = . - 0x08004acc _i2c_target_driver_api_ext_end = . - 0x08004acc _i2s_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._i2s_driver_api.static.*))) - 0x08004acc _i2s_driver_api_list_end = . - 0x08004acc _i2s_driver_api_ext_end = . - 0x08004acc _ipm_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ipm_driver_api.static.*))) - 0x08004acc _ipm_driver_api_list_end = . - 0x08004acc _ipm_driver_api_ext_end = . - 0x08004acc _led_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._led_driver_api.static.*))) - 0x08004acc _led_driver_api_list_end = . - 0x08004acc _led_driver_api_ext_end = . - 0x08004acc _led_strip_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._led_strip_driver_api.static.*))) - 0x08004acc _led_strip_driver_api_list_end = . - 0x08004acc _led_strip_driver_api_ext_end = . - 0x08004acc _lora_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._lora_driver_api.static.*))) - 0x08004acc _lora_driver_api_list_end = . - 0x08004acc _lora_driver_api_ext_end = . - 0x08004acc _mbox_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._mbox_driver_api.static.*))) - 0x08004acc _mbox_driver_api_list_end = . - 0x08004acc _mbox_driver_api_ext_end = . - 0x08004acc _mdio_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._mdio_driver_api.static.*))) - 0x08004acc _mdio_driver_api_list_end = . - 0x08004acc _mdio_driver_api_ext_end = . - 0x08004acc _mipi_dbi_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._mipi_dbi_driver_api.static.*))) - 0x08004acc _mipi_dbi_driver_api_list_end = . - 0x08004acc _mipi_dbi_driver_api_ext_end = . - 0x08004acc _mipi_dsi_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._mipi_dsi_driver_api.static.*))) - 0x08004acc _mipi_dsi_driver_api_list_end = . - 0x08004acc _mipi_dsi_driver_api_ext_end = . - 0x08004acc _mspi_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._mspi_driver_api.static.*))) - 0x08004acc _mspi_driver_api_list_end = . - 0x08004acc _mspi_driver_api_ext_end = . - 0x08004acc _opamp_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._opamp_driver_api.static.*))) - 0x08004acc _opamp_driver_api_list_end = . - 0x08004acc _opamp_driver_api_ext_end = . - 0x08004acc _otp_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._otp_driver_api.static.*))) - 0x08004acc _otp_driver_api_list_end = . - 0x08004acc _otp_driver_api_ext_end = . - 0x08004acc _peci_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._peci_driver_api.static.*))) - 0x08004acc _peci_driver_api_list_end = . - 0x08004acc _peci_driver_api_ext_end = . - 0x08004acc _ps2_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ps2_driver_api.static.*))) - 0x08004acc _ps2_driver_api_list_end = . - 0x08004acc _ps2_driver_api_ext_end = . - 0x08004acc _ptp_clock_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ptp_clock_driver_api.static.*))) - 0x08004acc _ptp_clock_driver_api_list_end = . - 0x08004acc _ptp_clock_driver_api_ext_end = . - 0x08004acc _pwm_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._pwm_driver_api.static.*))) - 0x08004acc _pwm_driver_api_list_end = . - 0x08004acc _pwm_driver_api_ext_end = . - 0x08004acc _regulator_parent_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._regulator_parent_driver_api.static.*))) - 0x08004acc _regulator_parent_driver_api_list_end = . - 0x08004acc _regulator_parent_driver_api_ext_end = . - 0x08004acc _regulator_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._regulator_driver_api.static.*))) - 0x08004acc _regulator_driver_api_list_end = . - 0x08004acc _regulator_driver_api_ext_end = . - 0x08004acc _reset_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._reset_driver_api.static.*))) - 0x08004acc _reset_driver_api_list_end = . - 0x08004acc _reset_driver_api_ext_end = . - 0x08004acc _retained_mem_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._retained_mem_driver_api.static.*))) - 0x08004acc _retained_mem_driver_api_list_end = . - 0x08004acc _retained_mem_driver_api_ext_end = . - 0x08004acc _rtc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._rtc_driver_api.static.*))) - 0x08004acc _rtc_driver_api_list_end = . - 0x08004acc _rtc_driver_api_ext_end = . - 0x08004acc _sdhc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._sdhc_driver_api.static.*))) - 0x08004acc _sdhc_driver_api_list_end = . - 0x08004acc _sdhc_driver_api_ext_end = . - 0x08004acc _sensor_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._sensor_driver_api.static.*))) - 0x08004acc _sensor_driver_api_list_end = . - 0x08004acc _sensor_driver_api_ext_end = . - 0x08004acc _smbus_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._smbus_driver_api.static.*))) - 0x08004acc _smbus_driver_api_list_end = . - 0x08004acc _smbus_driver_api_ext_end = . - 0x08004acc _spi_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._spi_driver_api.static.*))) - 0x08004acc _spi_driver_api_list_end = . - 0x08004acc _spi_driver_api_ext_end = . - 0x08004acc _syscon_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._syscon_driver_api.static.*))) - 0x08004acc _syscon_driver_api_list_end = . - 0x08004acc _syscon_driver_api_ext_end = . - 0x08004acc _tee_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._tee_driver_api.static.*))) - 0x08004acc _tee_driver_api_list_end = . - 0x08004acc _tee_driver_api_ext_end = . - 0x08004acc _tgpio_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._tgpio_driver_api.static.*))) - 0x08004acc _tgpio_driver_api_list_end = . - 0x08004acc _tgpio_driver_api_ext_end = . - 0x08004acc _uaol_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._uaol_driver_api.static.*))) - 0x08004acc _uaol_driver_api_list_end = . - 0x08004acc _uaol_driver_api_ext_end = . - 0x08004acc _video_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._video_driver_api.static.*))) - 0x08004acc _video_driver_api_list_end = . - 0x08004acc _video_driver_api_ext_end = . - 0x08004acc _virtio_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._virtio_driver_api.static.*))) - 0x08004acc _virtio_driver_api_list_end = . - 0x08004acc _virtio_driver_api_ext_end = . - 0x08004acc _w1_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._w1_driver_api.static.*))) - 0x08004acc _w1_driver_api_list_end = . - 0x08004acc _w1_driver_api_ext_end = . - 0x08004acc _wdt_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._wdt_driver_api.static.*))) - 0x08004acc _wdt_driver_api_list_end = . - 0x08004acc _wdt_driver_api_ext_end = . - 0x08004acc _wuc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._wuc_driver_api.static.*))) - 0x08004acc _wuc_driver_api_list_end = . - 0x08004acc _wuc_driver_api_ext_end = . - 0x08004acc _can_transceiver_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._can_transceiver_driver_api.static.*))) - 0x08004acc _can_transceiver_driver_api_list_end = . - 0x08004acc _can_transceiver_driver_api_ext_end = . - 0x08004acc _i3c_target_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._i3c_target_driver_api.static.*))) - 0x08004acc _i3c_target_driver_api_list_end = . - 0x08004acc _i3c_target_driver_api_ext_end = . - 0x08004acc _its_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._its_driver_api.static.*))) - 0x08004acc _its_driver_api_list_end = . - 0x08004acc _its_driver_api_ext_end = . - 0x08004acc _vtd_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._vtd_driver_api.static.*))) - 0x08004acc _vtd_driver_api_list_end = . - 0x08004acc _vtd_driver_api_ext_end = . - 0x08004acc _renesas_elc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._renesas_elc_driver_api.static.*))) - 0x08004acc _renesas_elc_driver_api_list_end = . - 0x08004acc _renesas_elc_driver_api_ext_end = . - 0x08004acc _pcie_ctrl_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._pcie_ctrl_driver_api.static.*))) - 0x08004acc _pcie_ctrl_driver_api_list_end = . - 0x08004acc _pcie_ctrl_driver_api_ext_end = . - 0x08004acc _pcie_ep_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._pcie_ep_driver_api.static.*))) - 0x08004acc _pcie_ep_driver_api_list_end = . - 0x08004acc _pcie_ep_driver_api_ext_end = . - 0x08004acc _psi5_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._psi5_driver_api.static.*))) - 0x08004acc _psi5_driver_api_list_end = . - 0x08004acc _psi5_driver_api_ext_end = . - 0x08004acc _sent_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._sent_driver_api.static.*))) - 0x08004acc _sent_driver_api_list_end = . - 0x08004acc _sent_driver_api_ext_end = . - 0x08004acc _svc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._svc_driver_api.static.*))) - 0x08004acc _svc_driver_api_list_end = . - 0x08004acc _svc_driver_api_ext_end = . - 0x08004acc _stepper_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._stepper_driver_api.static.*))) - 0x08004acc _stepper_driver_api_list_end = . - 0x08004acc _stepper_driver_api_ext_end = . - 0x08004acc _stepper_ctrl_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._stepper_ctrl_driver_api.static.*))) - 0x08004acc _stepper_ctrl_driver_api_list_end = . - 0x08004acc _stepper_ctrl_driver_api_ext_end = . - 0x08004acc _uart_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._uart_driver_api.static.*))) - 0x08004acc _uart_driver_api_list_end = . - 0x08004acc _uart_driver_api_ext_end = . - 0x08004acc _bc12_emul_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bc12_emul_driver_api.static.*))) - 0x08004acc _bc12_emul_driver_api_list_end = . - 0x08004acc _bc12_emul_driver_api_ext_end = . - 0x08004acc _bc12_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bc12_driver_api.static.*))) - 0x08004acc _bc12_driver_api_list_end = . - 0x08004acc _bc12_driver_api_ext_end = . - 0x08004acc _usbc_ppc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._usbc_ppc_driver_api.static.*))) - 0x08004acc _usbc_ppc_driver_api_list_end = . - 0x08004acc _usbc_ppc_driver_api_ext_end = . - 0x08004acc _tcpc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._tcpc_driver_api.static.*))) - 0x08004acc _tcpc_driver_api_list_end = . - 0x08004acc _tcpc_driver_api_ext_end = . - 0x08004acc _usbc_vbus_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._usbc_vbus_driver_api.static.*))) - 0x08004acc _usbc_vbus_driver_api_list_end = . - 0x08004acc _usbc_vbus_driver_api_ext_end = . - 0x08004acc _ivshmem_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ivshmem_driver_api.static.*))) - 0x08004acc _ivshmem_driver_api_list_end = . - 0x08004acc _ivshmem_driver_api_ext_end = . - 0x08004acc _ethphy_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ethphy_driver_api.static.*))) - 0x08004acc _ethphy_driver_api_list_end = . - 0x08004acc _ethphy_driver_api_ext_end = . - -ztest 0x08004acc 0x0 - 0x08004acc _ztest_expected_result_entry_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ztest_expected_result_entry.static.*))) - 0x08004acc _ztest_expected_result_entry_list_end = . - 0x08004acc _ztest_suite_node_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ztest_suite_node.static.*))) - 0x08004acc _ztest_suite_node_list_end = . - 0x08004acc _ztest_unit_test_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ztest_unit_test.static.*))) - 0x08004acc _ztest_unit_test_list_end = . - 0x08004acc _ztest_test_rule_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ztest_test_rule.static.*))) - 0x08004acc _ztest_test_rule_list_end = . - -init_array 0x08004acc 0x0 - 0x08004acc __zephyr_init_array_start = . - *(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)) - *(SORT_BY_ALIGNMENT(.init_array) SORT_BY_ALIGNMENT(.ctors)) - 0x08004acc __zephyr_init_array_end = . - 0x00000001 ASSERT ((__zephyr_init_array_start == __zephyr_init_array_end), GNU-style constructors required but STATIC_INIT_GNU not enabled) - -bt_l2cap_fixed_chan_area - 0x08004acc 0x0 - 0x08004acc _bt_l2cap_fixed_chan_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bt_l2cap_fixed_chan.static.*))) - 0x08004acc _bt_l2cap_fixed_chan_list_end = . - -bt_gatt_service_static_area - 0x08004acc 0x0 - 0x08004acc _bt_gatt_service_static_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bt_gatt_service_static.static.*))) - 0x08004acc _bt_gatt_service_static_list_end = . - -log_strings_area - 0x08004acc 0x0 - 0x08004acc _log_strings_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_strings.static.*))) - 0x08004acc _log_strings_list_end = . - -log_stmesp_ptr_area - 0x08004acc 0x0 - 0x08004acc _log_stmesp_ptr_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_stmesp_ptr.static.*))) - 0x08004acc _log_stmesp_ptr_list_end = . - -log_stmesp_str_area - 0x08004acc 0x0 - 0x08004acc _log_stmesp_str_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_stmesp_str.static.*))) - 0x08004acc _log_stmesp_str_list_end = . - -log_const_area 0x08004acc 0x8 - 0x08004acc _log_const_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_const.static.*))) - ._log_const.static.log_const_mcuboot_ - 0x08004acc 0x8 app/libapp.a(main.c.obj) - 0x08004acc log_const_mcuboot - 0x08004ad4 _log_const_list_end = . - -log_backend_area - 0x08004ad4 0x0 - 0x08004ad4 _log_backend_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_backend.static.*))) - 0x08004ad4 _log_backend_list_end = . - -log_link_area 0x08004ad4 0x0 - 0x08004ad4 _log_link_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_link.static.*))) - 0x08004ad4 _log_link_list_end = . - -tracing_backend_area - 0x08004ad4 0x0 - 0x08004ad4 _tracing_backend_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._tracing_backend.static.*))) - 0x08004ad4 _tracing_backend_list_end = . - -zephyr_dbg_info - *(SORT_BY_ALIGNMENT(.dbg_thread_info)) - -intc_table_area - 0x08004ad4 0x0 - 0x08004ad4 _intc_table_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._intc_table.static.*))) - 0x08004ad4 _intc_table_list_end = . - -symbol_to_keep 0x08004ad4 0x0 - 0x08004ad4 __symbol_to_keep_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.symbol_to_keep*))) - 0x08004ad4 __symbol_to_keep_end = . - -shell_area 0x08004ad4 0x0 - 0x08004ad4 _shell_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell.static.*))) - 0x08004ad4 _shell_list_end = . - -shell_root_cmds_area - 0x08004ad4 0x0 - 0x08004ad4 _shell_root_cmds_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell_root_cmds.static.*))) - 0x08004ad4 _shell_root_cmds_list_end = . - -shell_subcmds_area - 0x08004ad4 0x0 - 0x08004ad4 _shell_subcmds_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell_subcmds.static.*))) - 0x08004ad4 _shell_subcmds_list_end = . - -shell_dynamic_subcmds_area - 0x08004ad4 0x0 - 0x08004ad4 _shell_dynamic_subcmds_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell_dynamic_subcmds.static.*))) - 0x08004ad4 _shell_dynamic_subcmds_list_end = . - -shell_remote_area - 0x08004ad4 0x0 - 0x08004ad4 _shell_remote_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell_remote.static.*))) - 0x08004ad4 _shell_remote_list_end = . - -cfb_font_area 0x08004ad4 0x0 - 0x08004ad4 _cfb_font_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._cfb_font.static.*))) - 0x08004ad4 _cfb_font_list_end = . - -tdata 0x08004ad4 0x0 - *(SORT_BY_ALIGNMENT(.tdata) SORT_BY_ALIGNMENT(.tdata.*) SORT_BY_ALIGNMENT(.gnu.linkonce.td.*)) - -tbss 0x08004ad4 0x4 - *(SORT_BY_ALIGNMENT(.tbss) SORT_BY_ALIGNMENT(.tbss.*) SORT_BY_ALIGNMENT(.gnu.linkonce.tb.*) SORT_BY_ALIGNMENT(.tcommon)) - .tbss.z_tls_current - 0x08004ad4 0x4 zephyr/libzephyr.a(thread_entry.c.obj) - 0x08004ad4 z_tls_current - 0x08004ad4 PROVIDE (__tdata_start = LOADADDR (tdata)) - 0x00000001 PROVIDE (__tdata_align = ALIGNOF (tdata)) - 0x00000000 PROVIDE (__tdata_size = (((SIZEOF (tdata) + __tdata_align) - 0x1) & ~ ((__tdata_align - 0x1)))) - [!provide] PROVIDE (__tdata_end = (__tdata_start + __tdata_size)) - 0x00000004 PROVIDE (__tbss_align = ALIGNOF (tbss)) - [!provide] PROVIDE (__tbss_start = ADDR (tbss)) - 0x00000004 PROVIDE (__tbss_size = (((SIZEOF (tbss) + __tbss_align) - 0x1) & ~ ((__tbss_align - 0x1)))) - [!provide] PROVIDE (__tbss_end = (__tbss_start + __tbss_size)) - [!provide] PROVIDE (__tls_start = __tdata_start) - [!provide] PROVIDE (__tls_size = (__tbss_end - __tdata_start)) - [!provide] PROVIDE (__tls_end = __tbss_end) - -rodata 0x08004ad4 0x82c - *(SORT_BY_ALIGNMENT(.rodata)) - .rodata 0x08004ad4 0x8 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - *(SORT_BY_ALIGNMENT(.rodata.*)) - .rodata.all_slots.0 - 0x08004adc 0x8 app/libapp.a(flash_map_extended.c.obj) - .rodata.mem_attr_region - 0x08004ae4 0x0 zephyr/libzephyr.a(mem_attr.c.obj) - .rodata.flash_map_entries - 0x08004ae4 0x4 zephyr/libzephyr.a(flash_map_default.c.obj) - 0x08004ae4 flash_map_entries - .rodata.default_flash_map - 0x08004ae8 0x40 zephyr/libzephyr.a(flash_map_default.c.obj) - 0x08004ae8 default_flash_map - .rodata.all_slots.0 - 0x08004b28 0x8 zephyr/libzephyr.a(bootutil_misc.c.obj) - .rodata.all_slots.0 - 0x08004b30 0x8 zephyr/libzephyr.a(swap_misc.c.obj) - .rodata.k256 0x08004b38 0x100 zephyr/libzephyr.a(sha256.c.obj) - .rodata.static_regions - 0x08004c38 0xc zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .rodata.mpu_config - 0x08004c44 0x8 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - 0x08004c44 mpu_config - .rodata.mpu_regions - 0x08004c4c 0x18 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .rodata.flash_stm32_parameters - 0x08004c64 0x8 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .rodata.CSWTCH.2044 - 0x08004c6c 0xc modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .rodata.all_slots.0 - 0x08004c78 0x8 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .rodata.levels.0 - 0x08004c80 0x18 zephyr/kernel/libkernel.a(init.c.obj) - .rodata.allowed_unprot_tlvs - 0x08004c98 0x1e zephyr/libzephyr.a(image_validate.c.obj) - .rodata.boot_img_magic - 0x08004cb6 0x10 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x08004cb6 boot_img_magic - .rodata.main.str1.1 - 0x08004cc6 0x608 app/libapp.a(main.c.obj) - 0xc9 (size before relaxing) - .rodata.str1.1 - 0x080052ce 0x8 app/libapp.a(main.c.obj) - .rodata.flash_device_base.str1.1 - 0x080052ce 0x19 app/libapp.a(flash_map_extended.c.obj) - .rodata.boot_banner.str1.1 - 0x080052ce 0x39 zephyr/libzephyr.a(boot_banner.c.obj) - .rodata.boot_find_status.str1.1 - 0x080052ce 0x2c zephyr/libzephyr.a(bootutil_misc.c.obj) - .rodata.boot_validate_slot.isra.0.str1.1 - 0x080052ce 0x79 zephyr/libzephyr.a(loader.c.obj) - .rodata.boot_swap_image.isra.0.str1.1 - 0x080052ce 0x2f zephyr/libzephyr.a(loader.c.obj) - .rodata.context_boot_go.str1.1 - 0x080052ce 0xd5 zephyr/libzephyr.a(loader.c.obj) - .rodata.swap_read_status_bytes.str1.1 - 0x080052ce 0x23 zephyr/libzephyr.a(swap_move.c.obj) - .rodata.boot_slots_compatible.str1.1 - 0x080052ce 0xcc zephyr/libzephyr.a(swap_move.c.obj) - .rodata.swap_status_source.str1.1 - 0x080052ce 0xa4 zephyr/libzephyr.a(swap_move.c.obj) - .rodata.swap_run.str1.1 - 0x080052ce 0x89 zephyr/libzephyr.a(swap_move.c.obj) - .rodata.str1.1 - 0x080052ce 0xf zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .rodata.abort.str1.1 - 0x080052ce 0x9 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .rodata.str1.1 - 0x080052ce 0x1e zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .rodata.line_range_6.0 - 0x080052ce 0x2 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .rodata.line_range_5.1 - 0x080052d0 0x2 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .rodata.line_range_4.2 - 0x080052d2 0x2 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .rodata.line_range_3.3 - 0x080052d4 0x2 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .rodata.line_range_2.4 - 0x080052d6 0x2 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .rodata.line_range_1.5 - 0x080052d8 0x2 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .rodata.line_range_0.6 - 0x080052da 0x2 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .rodata.str1.1 - 0x080052dc 0xd zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .rodata.str1.1 - 0x080052dc 0x1a zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .rodata.AHBPrescTable - 0x080052dc 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - 0x080052dc AHBPrescTable - .rodata.boot_swap_type_multi.str1.1 - 0x080052ec 0xa6 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .rodata.str1.1 - 0x080052ec 0x11 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .rodata.boot_swap_tables - 0x080052ec 0x12 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .rodata.z_cstart.str1.1 - 0x080052fe 0x5 zephyr/kernel/libkernel.a(init.c.obj) - .rodata.__m_vfprintf.str1.1 - 0x080052fe 0x7 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmprintf.c.o) - *(SORT_BY_ALIGNMENT(.gnu.linkonce.r.*)) - 0x080053a4 . = ALIGN (0x4) - *fill* 0x080052fe 0x2 - [!provide] PROVIDE (__eh_frame_start = 0x0) - [!provide] PROVIDE (__eh_frame_end = 0x0) - [!provide] PROVIDE (__eh_frame_hdr_start = 0x0) - [!provide] PROVIDE (__eh_frame_hdr_end = 0x0) - -/DISCARD/ - *(SORT_BY_ALIGNMENT(.eh_frame)) - 0x08005300 __rodata_region_end = . - 0x08005300 . = ALIGN (_region_min_align) - 0x08008000 . = ALIGN ((0x1 << LOG2CEIL ((__rodata_region_end - ADDR (rom_start))))) - 0x08008000 __rom_region_end = ((__rom_region_start + .) - ADDR (rom_start)) - 0x00008000 __rom_region_size = (__rom_region_end - __rom_region_start) - -/DISCARD/ - *(SORT_BY_ALIGNMENT(.got.plt)) - *(SORT_BY_ALIGNMENT(.igot.plt)) - *(SORT_BY_ALIGNMENT(.got)) - *(SORT_BY_ALIGNMENT(.igot)) - 0x20000000 . = 0x20000000 - 0x20000000 . = ALIGN (_region_min_align) - 0x20000000 _image_ram_start = . - -.ramfunc 0x20000000 0x0 load address 0x08005300 - 0x20000000 __ramfunc_region_start = . - 0x20000000 . = ALIGN (_region_min_align) - 0x20000000 . = ALIGN ((0x1 << LOG2CEIL (__ramfunc_size))) - 0x20000000 __ramfunc_start = . - *(SORT_BY_ALIGNMENT(.ramfunc)) - *(SORT_BY_ALIGNMENT(.ramfunc.*)) - 0x20000000 . = ALIGN (_region_min_align) - 0x20000000 . = ALIGN ((0x1 << LOG2CEIL (__ramfunc_size))) - 0x20000000 __ramfunc_end = . - 0x00000000 __ramfunc_size = (__ramfunc_end - __ramfunc_start) - 0x08005300 __ramfunc_load_start = LOADADDR (.ramfunc) - -datas 0x20000000 0x4c load address 0x08005300 - 0x20000000 __data_region_start = . - 0x20000000 __data_start = . - *(SORT_BY_ALIGNMENT(.data)) - *(SORT_BY_ALIGNMENT(.data.*)) - .data._char_out - 0x20000000 0x4 zephyr/libzephyr.a(printk.c.obj) - .data.flash_map - 0x20000004 0x4 zephyr/libzephyr.a(flash_map_default.c.obj) - 0x20000004 flash_map - .data.FIH_NO_BOOTABLE_IMAGE - 0x20000008 0x4 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - 0x20000008 FIH_NO_BOOTABLE_IMAGE - .data.FIH_FAILURE - 0x2000000c 0x4 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - 0x2000000c FIH_FAILURE - .data.flash_data - 0x20000010 0x1c zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .data.SystemCoreClock - 0x2000002c 0x4 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - 0x2000002c SystemCoreClock - .data.slice_ticks - 0x20000030 0x4 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .data.timeout_list - 0x20000034 0x8 zephyr/kernel/libkernel.a(timeout.c.obj) - .data.exti_irq_table - 0x2000003c 0x10 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - *(SORT_BY_ALIGNMENT(.kernel.*)) - 0x2000004c __data_end = . - 0x0000004c __data_size = (__data_end - __data_start) - 0x08005300 __data_load_start = LOADADDR (datas) - 0x08005300 __data_region_load_start = LOADADDR (datas) - -device_states 0x2000004c 0x8 load address 0x0800534c - 0x2000004c . = ALIGN (0x4) - 0x2000004c __device_states_start = . - *(SORT_BY_ALIGNMENT(.z_devstate)) - .z_devstate 0x2000004c 0x2 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .z_devstate 0x2000004e 0x2 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .z_devstate 0x20000050 0x2 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - *(SORT_BY_ALIGNMENT(.z_devstate.*)) - 0x20000052 __device_states_end = . - 0x20000054 . = ALIGN (0x4) - *fill* 0x20000052 0x2 - -log_mpsc_pbuf_area - 0x20000054 0x0 load address 0x08005354 - 0x20000054 _log_mpsc_pbuf_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_mpsc_pbuf.static.*))) - 0x20000054 _log_mpsc_pbuf_list_end = . - -log_msg_ptr_area - 0x20000054 0x0 load address 0x08005354 - 0x20000054 _log_msg_ptr_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_msg_ptr.static.*))) - 0x20000054 _log_msg_ptr_list_end = . - -log_dynamic_area - 0x20000054 0x0 load address 0x08005354 - 0x20000054 _log_dynamic_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_dynamic.static.*))) - 0x20000054 _log_dynamic_list_end = . - -k_timer_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_timer_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_timer.static.*))) - 0x20000054 _k_timer_list_end = . - -k_mem_slab_area - 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_mem_slab_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_mem_slab.static.*))) - 0x20000054 _k_mem_slab_list_end = . - -k_heap_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_heap_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_heap.static.*))) - 0x20000054 _k_heap_list_end = . - -k_mutex_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_mutex_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_mutex.static.*))) - 0x20000054 _k_mutex_list_end = . - -k_stack_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_stack_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_stack.static.*))) - 0x20000054 _k_stack_list_end = . - -k_msgq_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_msgq_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_msgq.static.*))) - 0x20000054 _k_msgq_list_end = . - -k_mbox_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_mbox_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_mbox.static.*))) - 0x20000054 _k_mbox_list_end = . - -k_pipe_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_pipe_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_pipe.static.*))) - 0x20000054 _k_pipe_list_end = . - -k_sem_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_sem_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_sem.static.*))) - 0x20000054 _k_sem_list_end = . - -k_event_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_event_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_event.static.*))) - 0x20000054 _k_event_list_end = . - -k_queue_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_queue_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_queue.static.*))) - 0x20000054 _k_queue_list_end = . - -k_fifo_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_fifo_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_fifo.static.*))) - 0x20000054 _k_fifo_list_end = . - -k_lifo_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_lifo_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_lifo.static.*))) - 0x20000054 _k_lifo_list_end = . - -k_condvar_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_condvar_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_condvar.static.*))) - 0x20000054 _k_condvar_list_end = . - -sys_mem_blocks_ptr_area - 0x20000054 0x0 load address 0x08005354 - 0x20000054 _sys_mem_blocks_ptr_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._sys_mem_blocks_ptr.static.*))) - 0x20000054 _sys_mem_blocks_ptr_list_end = . - -net_buf_pool_area - 0x20000054 0x0 load address 0x08005354 - 0x20000054 _net_buf_pool_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._net_buf_pool.static.*))) - 0x20000054 _net_buf_pool_list_end = . - 0x20000054 __data_region_end = . - -/DISCARD/ - *(SORT_BY_ALIGNMENT(.irq_info*)) - *(SORT_BY_ALIGNMENT(.intList*)) - -.stab - *(SORT_BY_ALIGNMENT(.stab)) - -.stabstr - *(SORT_BY_ALIGNMENT(.stabstr)) - -.stab.excl - *(SORT_BY_ALIGNMENT(.stab.excl)) - -.stab.exclstr - *(SORT_BY_ALIGNMENT(.stab.exclstr)) - -.stab.index - *(SORT_BY_ALIGNMENT(.stab.index)) - -.stab.indexstr - *(SORT_BY_ALIGNMENT(.stab.indexstr)) - -.gnu.build.attributes - *(SORT_BY_ALIGNMENT(.gnu.build.attributes) SORT_BY_ALIGNMENT(.gnu.build.attributes.*)) - -.comment 0x00000000 0x1f - *(SORT_BY_ALIGNMENT(.comment)) - .comment 0x00000000 0x1f zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj - 0x20 (size before relaxing) - .comment 0x0000001f 0x20 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .comment 0x0000001f 0x20 app/libapp.a(main.c.obj) - .comment 0x0000001f 0x20 app/libapp.a(flash_map_extended.c.obj) - .comment 0x0000001f 0x20 app/libapp.a(os.c.obj) - .comment 0x0000001f 0x20 app/libapp.a(watchdog.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(boot_banner.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(printk.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(last_section_id.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(configs.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(soc_config.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(soc.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(log_minimal.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(mem_attr.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(flash_map.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(flash_map_default.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(flash_map_layout.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(thread_entry.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(image_validate.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(tlv.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(bootutil_misc.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(bootutil_area.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(bootutil_loader.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(loader.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(swap_misc.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(swap_move.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(sha256.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(utils.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(flash_check.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/common/libarch__common.a(init.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/common/libarch__common.a(xip.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .comment 0x0000001f 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .comment 0x0000001f 0x20 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .comment 0x0000001f 0x20 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .comment 0x0000001f 0x20 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .comment 0x0000001f 0x20 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .comment 0x0000001f 0x20 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .comment 0x0000001f 0x20 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .comment 0x0000001f 0x20 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .comment 0x0000001f 0x20 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .comment 0x0000001f 0x20 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .comment 0x0000001f 0x20 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .comment 0x0000001f 0x20 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .comment 0x0000001f 0x20 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .comment 0x0000001f 0x20 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(device.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(fatal.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(init.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(idle.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(sem.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(thread.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(sched.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(scheduler.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(timeout.c.obj) - -.debug - *(SORT_BY_ALIGNMENT(.debug)) - -.line - *(SORT_BY_ALIGNMENT(.line)) - -.debug_srcinfo - *(SORT_BY_ALIGNMENT(.debug_srcinfo)) - -.debug_sfnames - *(SORT_BY_ALIGNMENT(.debug_sfnames)) - -.debug_aranges 0x00000000 0x13b8 - *(SORT_BY_ALIGNMENT(.debug_aranges)) - .debug_aranges - 0x00000000 0x20 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .debug_aranges - 0x00000020 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .debug_aranges - 0x00000040 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .debug_aranges - 0x00000060 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .debug_aranges - 0x00000080 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .debug_aranges - 0x000000a0 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .debug_aranges - 0x000000c0 0x18 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj - .debug_aranges - 0x000000d8 0x20 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .debug_aranges - 0x000000f8 0x20 app/libapp.a(main.c.obj) - .debug_aranges - 0x00000118 0x50 app/libapp.a(flash_map_extended.c.obj) - .debug_aranges - 0x00000168 0x20 app/libapp.a(os.c.obj) - .debug_aranges - 0x00000188 0x28 app/libapp.a(watchdog.c.obj) - .debug_aranges - 0x000001b0 0x20 zephyr/libzephyr.a(boot_banner.c.obj) - .debug_aranges - 0x000001d0 0x50 zephyr/libzephyr.a(printk.c.obj) - .debug_aranges - 0x00000220 0x18 zephyr/libzephyr.a(last_section_id.c.obj) - .debug_aranges - 0x00000238 0x20 zephyr/libzephyr.a(configs.c.obj) - .debug_aranges - 0x00000258 0x20 zephyr/libzephyr.a(soc_config.c.obj) - .debug_aranges - 0x00000278 0x28 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .debug_aranges - 0x000002a0 0x20 zephyr/libzephyr.a(soc.c.obj) - .debug_aranges - 0x000002c0 0x30 zephyr/libzephyr.a(log_minimal.c.obj) - .debug_aranges - 0x000002f0 0x30 zephyr/libzephyr.a(mem_attr.c.obj) - .debug_aranges - 0x00000320 0x80 zephyr/libzephyr.a(flash_map.c.obj) - .debug_aranges - 0x000003a0 0x18 zephyr/libzephyr.a(flash_map_default.c.obj) - .debug_aranges - 0x000003b8 0x30 zephyr/libzephyr.a(flash_map_layout.c.obj) - .debug_aranges - 0x000003e8 0x20 zephyr/libzephyr.a(thread_entry.c.obj) - .debug_aranges - 0x00000408 0x20 zephyr/libzephyr.a(image_validate.c.obj) - .debug_aranges - 0x00000428 0x20 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .debug_aranges - 0x00000448 0x30 zephyr/libzephyr.a(tlv.c.obj) - .debug_aranges - 0x00000478 0x70 zephyr/libzephyr.a(bootutil_misc.c.obj) - .debug_aranges - 0x000004e8 0x48 zephyr/libzephyr.a(bootutil_area.c.obj) - .debug_aranges - 0x00000530 0x60 zephyr/libzephyr.a(bootutil_loader.c.obj) - .debug_aranges - 0x00000590 0x18 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .debug_aranges - 0x000005a8 0x70 zephyr/libzephyr.a(loader.c.obj) - .debug_aranges - 0x00000618 0x48 zephyr/libzephyr.a(swap_misc.c.obj) - .debug_aranges - 0x00000660 0x60 zephyr/libzephyr.a(swap_move.c.obj) - .debug_aranges - 0x000006c0 0x38 zephyr/libzephyr.a(sha256.c.obj) - .debug_aranges - 0x000006f8 0x38 zephyr/libzephyr.a(utils.c.obj) - .debug_aranges - 0x00000730 0x28 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .debug_aranges - 0x00000758 0x20 zephyr/libzephyr.a(flash_check.c.obj) - .debug_aranges - 0x00000778 0x30 zephyr/arch/common/libarch__common.a(init.c.obj) - .debug_aranges - 0x000007a8 0x20 zephyr/arch/common/libarch__common.a(xip.c.obj) - .debug_aranges - 0x000007c8 0x28 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .debug_aranges - 0x000007f0 0x20 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .debug_aranges - 0x00000810 0x20 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .debug_aranges - 0x00000830 0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .debug_aranges - 0x00000870 0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .debug_aranges - 0x000008a8 0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .debug_aranges - 0x000008e8 0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .debug_aranges - 0x00000910 0x48 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .debug_aranges - 0x00000958 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .debug_aranges - 0x00000988 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .debug_aranges - 0x000009a8 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .debug_aranges - 0x000009c8 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .debug_aranges - 0x000009e8 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .debug_aranges - 0x00000a08 0x28 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .debug_aranges - 0x00000a30 0x68 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .debug_aranges - 0x00000a98 0x18 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .debug_aranges - 0x00000ab0 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .debug_aranges - 0x00000ad0 0x20 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .debug_aranges - 0x00000af0 0x88 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .debug_aranges - 0x00000b78 0x70 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .debug_aranges - 0x00000be8 0x58 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .debug_aranges - 0x00000c40 0x30 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .debug_aranges - 0x00000c70 0x40 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .debug_aranges - 0x00000cb0 0x70 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .debug_aranges - 0x00000d20 0x48 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .debug_aranges - 0x00000d68 0x60 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .debug_aranges - 0x00000dc8 0x28 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .debug_aranges - 0x00000df0 0x90 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .debug_aranges - 0x00000e80 0x50 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .debug_aranges - 0x00000ed0 0xc0 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .debug_aranges - 0x00000f90 0x48 zephyr/kernel/libkernel.a(device.c.obj) - .debug_aranges - 0x00000fd8 0x38 zephyr/kernel/libkernel.a(fatal.c.obj) - .debug_aranges - 0x00001010 0x40 zephyr/kernel/libkernel.a(init.c.obj) - .debug_aranges - 0x00001050 0x28 zephyr/kernel/libkernel.a(idle.c.obj) - .debug_aranges - 0x00001078 0x38 zephyr/kernel/libkernel.a(sem.c.obj) - .debug_aranges - 0x000010b0 0xd0 zephyr/kernel/libkernel.a(thread.c.obj) - .debug_aranges - 0x00001180 0x110 zephyr/kernel/libkernel.a(sched.c.obj) - .debug_aranges - 0x00001290 0x58 zephyr/kernel/libkernel.a(scheduler.c.obj) - .debug_aranges - 0x000012e8 0x40 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .debug_aranges - 0x00001328 0x90 zephyr/kernel/libkernel.a(timeout.c.obj) - -.debug_pubnames - *(SORT_BY_ALIGNMENT(.debug_pubnames)) - -.debug_info 0x00000000 0x8ced2 - *(SORT_BY_ALIGNMENT(.debug_info) SORT_BY_ALIGNMENT(.gnu.linkonce.wi.*)) - .debug_info 0x00000000 0x1a3 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj - .debug_info 0x000001a3 0xdc zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .debug_info 0x0000027f 0x437a app/libapp.a(main.c.obj) - .debug_info 0x000045f9 0x16bb app/libapp.a(flash_map_extended.c.obj) - .debug_info 0x00005cb4 0x93 app/libapp.a(os.c.obj) - .debug_info 0x00005d47 0x15b app/libapp.a(watchdog.c.obj) - .debug_info 0x00005ea2 0x2f6 zephyr/libzephyr.a(boot_banner.c.obj) - .debug_info 0x00006198 0x581 zephyr/libzephyr.a(printk.c.obj) - .debug_info 0x00006719 0x95 zephyr/libzephyr.a(last_section_id.c.obj) - .debug_info 0x000067ae 0x38 zephyr/libzephyr.a(configs.c.obj) - .debug_info 0x000067e6 0x2d2 zephyr/libzephyr.a(soc_config.c.obj) - .debug_info 0x00006ab8 0xfca zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .debug_info 0x00007a82 0x6c2 zephyr/libzephyr.a(soc.c.obj) - .debug_info 0x00008144 0x3de zephyr/libzephyr.a(log_minimal.c.obj) - .debug_info 0x00008522 0x33e zephyr/libzephyr.a(mem_attr.c.obj) - .debug_info 0x00008860 0x10dc zephyr/libzephyr.a(flash_map.c.obj) - .debug_info 0x0000993c 0x3cd zephyr/libzephyr.a(flash_map_default.c.obj) - .debug_info 0x00009d09 0x5e8 zephyr/libzephyr.a(flash_map_layout.c.obj) - .debug_info 0x0000a2f1 0x74c zephyr/libzephyr.a(thread_entry.c.obj) - .debug_info 0x0000aa3d 0x3a6a zephyr/libzephyr.a(image_validate.c.obj) - .debug_info 0x0000e4a7 0x1d00 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .debug_info 0x000101a7 0x421b zephyr/libzephyr.a(tlv.c.obj) - .debug_info 0x000143c2 0x2760 zephyr/libzephyr.a(bootutil_misc.c.obj) - .debug_info 0x00016b22 0x608e zephyr/libzephyr.a(bootutil_area.c.obj) - .debug_info 0x0001cbb0 0x2c43 zephyr/libzephyr.a(bootutil_loader.c.obj) - .debug_info 0x0001f7f3 0xdf zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .debug_info 0x0001f8d2 0x8dc7 zephyr/libzephyr.a(loader.c.obj) - .debug_info 0x00028699 0x2ea9 zephyr/libzephyr.a(swap_misc.c.obj) - .debug_info 0x0002b542 0xba4d zephyr/libzephyr.a(swap_move.c.obj) - .debug_info 0x00036f8f 0x7ef zephyr/libzephyr.a(sha256.c.obj) - .debug_info 0x0003777e 0x2db zephyr/libzephyr.a(utils.c.obj) - .debug_info 0x00037a59 0x3ad zephyr/libzephyr.a(arm_cortex_m.c.obj) - .debug_info 0x00037e06 0x1c0e zephyr/libzephyr.a(flash_check.c.obj) - .debug_info 0x00039a14 0x225 zephyr/arch/common/libarch__common.a(init.c.obj) - .debug_info 0x00039c39 0x12d zephyr/arch/common/libarch__common.a(xip.c.obj) - .debug_info 0x00039d66 0x32eb zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .debug_info 0x0003d051 0xb6 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .debug_info 0x0003d107 0x23 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .debug_info 0x0003d12a 0x750 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .debug_info 0x0003d87a 0xcb8b zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .debug_info 0x0004a405 0x23 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .debug_info 0x0004a428 0x23 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .debug_info 0x0004a44b 0x5ac zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .debug_info 0x0004a9f7 0x23 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .debug_info 0x0004aa1a 0x9a4 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .debug_info 0x0004b3be 0x4bc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .debug_info 0x0004b87a 0xbe9 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .debug_info 0x0004c463 0x4b7 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .debug_info 0x0004c91a 0x7cc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .debug_info 0x0004d0e6 0x871 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .debug_info 0x0004d957 0x23 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .debug_info 0x0004d97a 0x65b zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .debug_info 0x0004dfd5 0x1ab zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .debug_info 0x0004e180 0x23 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .debug_info 0x0004e1a3 0x74c zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .debug_info 0x0004e8ef 0x512d zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .debug_info 0x00053a1c 0x18e zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .debug_info 0x00053baa 0xa5 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .debug_info 0x00053c4f 0x1ba zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .debug_info 0x00053e09 0x9d84 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .debug_info 0x0005db8d 0x13f4 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .debug_info 0x0005ef81 0x178f zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .debug_info 0x00060710 0x5cf zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .debug_info 0x00060cdf 0x819 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .debug_info 0x000614f8 0x7a7a zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .debug_info 0x00068f72 0x2912 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .debug_info 0x0006b884 0x1462 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .debug_info 0x0006cce6 0x3f9 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .debug_info 0x0006d0df 0xf49 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .debug_info 0x0006e028 0x107a modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .debug_info 0x0006f0a2 0xa48f modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .debug_info 0x00079531 0x3f3 zephyr/kernel/libkernel.a(device.c.obj) - .debug_info 0x00079924 0x2cff zephyr/kernel/libkernel.a(fatal.c.obj) - .debug_info 0x0007c623 0x1ce6 zephyr/kernel/libkernel.a(init.c.obj) - .debug_info 0x0007e309 0x2e7 zephyr/kernel/libkernel.a(idle.c.obj) - .debug_info 0x0007e5f0 0x1463 zephyr/kernel/libkernel.a(sem.c.obj) - .debug_info 0x0007fa53 0x3d2f zephyr/kernel/libkernel.a(thread.c.obj) - .debug_info 0x00083782 0x5750 zephyr/kernel/libkernel.a(sched.c.obj) - .debug_info 0x00088ed2 0x15d4 zephyr/kernel/libkernel.a(scheduler.c.obj) - .debug_info 0x0008a4a6 0xf38 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .debug_info 0x0008b3de 0x1af4 zephyr/kernel/libkernel.a(timeout.c.obj) - -.debug_abbrev 0x00000000 0xd503 - *(SORT_BY_ALIGNMENT(.debug_abbrev)) - .debug_abbrev 0x00000000 0x12e zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj - .debug_abbrev 0x0000012e 0x62 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .debug_abbrev 0x00000190 0x38f app/libapp.a(main.c.obj) - .debug_abbrev 0x0000051f 0x3d3 app/libapp.a(flash_map_extended.c.obj) - .debug_abbrev 0x000008f2 0x44 app/libapp.a(os.c.obj) - .debug_abbrev 0x00000936 0xbf app/libapp.a(watchdog.c.obj) - .debug_abbrev 0x000009f5 0x18e zephyr/libzephyr.a(boot_banner.c.obj) - .debug_abbrev 0x00000b83 0x2f1 zephyr/libzephyr.a(printk.c.obj) - .debug_abbrev 0x00000e74 0x46 zephyr/libzephyr.a(last_section_id.c.obj) - .debug_abbrev 0x00000eba 0x2e zephyr/libzephyr.a(configs.c.obj) - .debug_abbrev 0x00000ee8 0x187 zephyr/libzephyr.a(soc_config.c.obj) - .debug_abbrev 0x0000106f 0x31f zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .debug_abbrev 0x0000138e 0x15f zephyr/libzephyr.a(soc.c.obj) - .debug_abbrev 0x000014ed 0x1fa zephyr/libzephyr.a(log_minimal.c.obj) - .debug_abbrev 0x000016e7 0x1c2 zephyr/libzephyr.a(mem_attr.c.obj) - .debug_abbrev 0x000018a9 0x3b9 zephyr/libzephyr.a(flash_map.c.obj) - .debug_abbrev 0x00001c62 0x156 zephyr/libzephyr.a(flash_map_default.c.obj) - .debug_abbrev 0x00001db8 0x273 zephyr/libzephyr.a(flash_map_layout.c.obj) - .debug_abbrev 0x0000202b 0x2ac zephyr/libzephyr.a(thread_entry.c.obj) - .debug_abbrev 0x000022d7 0x2ff zephyr/libzephyr.a(image_validate.c.obj) - .debug_abbrev 0x000025d6 0x2f2 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .debug_abbrev 0x000028c8 0x299 zephyr/libzephyr.a(tlv.c.obj) - .debug_abbrev 0x00002b61 0x50f zephyr/libzephyr.a(bootutil_misc.c.obj) - .debug_abbrev 0x00003070 0x476 zephyr/libzephyr.a(bootutil_area.c.obj) - .debug_abbrev 0x000034e6 0x49f zephyr/libzephyr.a(bootutil_loader.c.obj) - .debug_abbrev 0x00003985 0x57 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .debug_abbrev 0x000039dc 0x58f zephyr/libzephyr.a(loader.c.obj) - .debug_abbrev 0x00003f6b 0x3f8 zephyr/libzephyr.a(swap_misc.c.obj) - .debug_abbrev 0x00004363 0x559 zephyr/libzephyr.a(swap_move.c.obj) - .debug_abbrev 0x000048bc 0x215 zephyr/libzephyr.a(sha256.c.obj) - .debug_abbrev 0x00004ad1 0x15c zephyr/libzephyr.a(utils.c.obj) - .debug_abbrev 0x00004c2d 0x19c zephyr/libzephyr.a(arm_cortex_m.c.obj) - .debug_abbrev 0x00004dc9 0x290 zephyr/libzephyr.a(flash_check.c.obj) - .debug_abbrev 0x00005059 0xf3 zephyr/arch/common/libarch__common.a(init.c.obj) - .debug_abbrev 0x0000514c 0xd1 zephyr/arch/common/libarch__common.a(xip.c.obj) - .debug_abbrev 0x0000521d 0x2ae zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .debug_abbrev 0x000054cb 0x70 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .debug_abbrev 0x0000553b 0x14 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .debug_abbrev 0x0000554f 0x2c9 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .debug_abbrev 0x00005818 0x4d7 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .debug_abbrev 0x00005cef 0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .debug_abbrev 0x00005d03 0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .debug_abbrev 0x00005d17 0x218 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .debug_abbrev 0x00005f2f 0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .debug_abbrev 0x00005f43 0x280 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .debug_abbrev 0x000061c3 0x1f8 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .debug_abbrev 0x000063bb 0x3fc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .debug_abbrev 0x000067b7 0x191 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .debug_abbrev 0x00006948 0x1a5 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .debug_abbrev 0x00006aed 0x24d zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .debug_abbrev 0x00006d3a 0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .debug_abbrev 0x00006d4e 0x159 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .debug_abbrev 0x00006ea7 0x13d zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .debug_abbrev 0x00006fe4 0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .debug_abbrev 0x00006ff8 0x25f zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .debug_abbrev 0x00007257 0x4bf zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .debug_abbrev 0x00007716 0xac zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .debug_abbrev 0x000077c2 0x68 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .debug_abbrev 0x0000782a 0x14d zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .debug_abbrev 0x00007977 0x4da zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .debug_abbrev 0x00007e51 0x4f4 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .debug_abbrev 0x00008345 0x4f2 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .debug_abbrev 0x00008837 0x18e zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .debug_abbrev 0x000089c5 0x1f2 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .debug_abbrev 0x00008bb7 0x63e zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .debug_abbrev 0x000091f5 0x4d6 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .debug_abbrev 0x000096cb 0x46e zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .debug_abbrev 0x00009b39 0x119 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .debug_abbrev 0x00009c52 0x348 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .debug_abbrev 0x00009f9a 0x2ff modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .debug_abbrev 0x0000a299 0x50d modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .debug_abbrev 0x0000a7a6 0x1d6 zephyr/kernel/libkernel.a(device.c.obj) - .debug_abbrev 0x0000a97c 0x3fe zephyr/kernel/libkernel.a(fatal.c.obj) - .debug_abbrev 0x0000ad7a 0x6ac zephyr/kernel/libkernel.a(init.c.obj) - .debug_abbrev 0x0000b426 0x1df zephyr/kernel/libkernel.a(idle.c.obj) - .debug_abbrev 0x0000b605 0x472 zephyr/kernel/libkernel.a(sem.c.obj) - .debug_abbrev 0x0000ba77 0x6a5 zephyr/kernel/libkernel.a(thread.c.obj) - .debug_abbrev 0x0000c11c 0x654 zephyr/kernel/libkernel.a(sched.c.obj) - .debug_abbrev 0x0000c770 0x455 zephyr/kernel/libkernel.a(scheduler.c.obj) - .debug_abbrev 0x0000cbc5 0x42f zephyr/kernel/libkernel.a(timeslicing.c.obj) - .debug_abbrev 0x0000cff4 0x50f zephyr/kernel/libkernel.a(timeout.c.obj) - -.debug_line 0x00000000 0x21c0d - *(SORT_BY_ALIGNMENT(.debug_line) SORT_BY_ALIGNMENT(.debug_line.*) SORT_BY_ALIGNMENT(.debug_line_end)) - .debug_line 0x00000000 0x1ca zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj - .debug_line 0x000001ca 0x153 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .debug_line 0x0000031d 0x793 app/libapp.a(main.c.obj) - .debug_line 0x00000ab0 0x6ab app/libapp.a(flash_map_extended.c.obj) - .debug_line 0x0000115b 0x7a app/libapp.a(os.c.obj) - .debug_line 0x000011d5 0x1ee app/libapp.a(watchdog.c.obj) - .debug_line 0x000013c3 0x245 zephyr/libzephyr.a(boot_banner.c.obj) - .debug_line 0x00001608 0x49f zephyr/libzephyr.a(printk.c.obj) - .debug_line 0x00001aa7 0x16e zephyr/libzephyr.a(last_section_id.c.obj) - .debug_line 0x00001c15 0x233 zephyr/libzephyr.a(configs.c.obj) - .debug_line 0x00001e48 0x2d4 zephyr/libzephyr.a(soc_config.c.obj) - .debug_line 0x0000211c 0x73d zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .debug_line 0x00002859 0x344 zephyr/libzephyr.a(soc.c.obj) - .debug_line 0x00002b9d 0x379 zephyr/libzephyr.a(log_minimal.c.obj) - .debug_line 0x00002f16 0x37d zephyr/libzephyr.a(mem_attr.c.obj) - .debug_line 0x00003293 0x7dc zephyr/libzephyr.a(flash_map.c.obj) - .debug_line 0x00003a6f 0x2ce zephyr/libzephyr.a(flash_map_default.c.obj) - .debug_line 0x00003d3d 0x451 zephyr/libzephyr.a(flash_map_layout.c.obj) - .debug_line 0x0000418e 0x499 zephyr/libzephyr.a(thread_entry.c.obj) - .debug_line 0x00004627 0x558 zephyr/libzephyr.a(image_validate.c.obj) - .debug_line 0x00004b7f 0x5c3 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .debug_line 0x00005142 0x59f zephyr/libzephyr.a(tlv.c.obj) - .debug_line 0x000056e1 0xa1f zephyr/libzephyr.a(bootutil_misc.c.obj) - .debug_line 0x00006100 0x6e5 zephyr/libzephyr.a(bootutil_area.c.obj) - .debug_line 0x000067e5 0x884 zephyr/libzephyr.a(bootutil_loader.c.obj) - .debug_line 0x00007069 0xfa zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .debug_line 0x00007163 0x11aa zephyr/libzephyr.a(loader.c.obj) - .debug_line 0x0000830d 0x8b7 zephyr/libzephyr.a(swap_misc.c.obj) - .debug_line 0x00008bc4 0x10c2 zephyr/libzephyr.a(swap_move.c.obj) - .debug_line 0x00009c86 0x79b zephyr/libzephyr.a(sha256.c.obj) - .debug_line 0x0000a421 0x343 zephyr/libzephyr.a(utils.c.obj) - .debug_line 0x0000a764 0x4ee zephyr/libzephyr.a(arm_cortex_m.c.obj) - .debug_line 0x0000ac52 0x589 zephyr/libzephyr.a(flash_check.c.obj) - .debug_line 0x0000b1db 0x20d zephyr/arch/common/libarch__common.a(init.c.obj) - .debug_line 0x0000b3e8 0x1b7 zephyr/arch/common/libarch__common.a(xip.c.obj) - .debug_line 0x0000b59f 0x4d1 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .debug_line 0x0000ba70 0xcf zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .debug_line 0x0000bb3f 0x79 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .debug_line 0x0000bbb8 0x51b zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .debug_line 0x0000c0d3 0xb12 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .debug_line 0x0000cbe5 0x86 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .debug_line 0x0000cc6b 0x94 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .debug_line 0x0000ccff 0x500 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .debug_line 0x0000d1ff 0x8b zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .debug_line 0x0000d28a 0x43b zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .debug_line 0x0000d6c5 0x475 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .debug_line 0x0000db3a 0x7b5 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .debug_line 0x0000e2ef 0x422 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .debug_line 0x0000e711 0x3ea zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .debug_line 0x0000eafb 0x52b zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .debug_line 0x0000f026 0xbc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .debug_line 0x0000f0e2 0x2b1 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .debug_line 0x0000f393 0x2e3 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .debug_line 0x0000f676 0x87 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .debug_line 0x0000f6fd 0x528 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .debug_line 0x0000fc25 0xd06 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .debug_line 0x0001092b 0x25f zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .debug_line 0x00010b8a 0xfa zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .debug_line 0x00010c84 0x3fe zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .debug_line 0x00011082 0xcd5 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .debug_line 0x00011d57 0xab6 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .debug_line 0x0001280d 0xd0d zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .debug_line 0x0001351a 0x32e zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .debug_line 0x00013848 0x4ab zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .debug_line 0x00013cf3 0xb55 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .debug_line 0x00014848 0x9f2 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .debug_line 0x0001523a 0xbe0 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .debug_line 0x00015e1a 0x270 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .debug_line 0x0001608a 0xf24 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .debug_line 0x00016fae 0xaae modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .debug_line 0x00017a5c 0xf92 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .debug_line 0x000189ee 0x493 zephyr/kernel/libkernel.a(device.c.obj) - .debug_line 0x00018e81 0x7bd zephyr/kernel/libkernel.a(fatal.c.obj) - .debug_line 0x0001963e 0xd36 zephyr/kernel/libkernel.a(init.c.obj) - .debug_line 0x0001a374 0x439 zephyr/kernel/libkernel.a(idle.c.obj) - .debug_line 0x0001a7ad 0xbc1 zephyr/kernel/libkernel.a(sem.c.obj) - .debug_line 0x0001b36e 0x15dd zephyr/kernel/libkernel.a(thread.c.obj) - .debug_line 0x0001c94b 0x2c95 zephyr/kernel/libkernel.a(sched.c.obj) - .debug_line 0x0001f5e0 0xbf4 zephyr/kernel/libkernel.a(scheduler.c.obj) - .debug_line 0x000201d4 0x80d zephyr/kernel/libkernel.a(timeslicing.c.obj) - .debug_line 0x000209e1 0x122c zephyr/kernel/libkernel.a(timeout.c.obj) - -.debug_frame 0x00000000 0x290c - *(SORT_BY_ALIGNMENT(.debug_frame)) - .debug_frame 0x00000000 0x20 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .debug_frame 0x00000020 0x2c app/libapp.a(main.c.obj) - .debug_frame 0x0000004c 0xac app/libapp.a(flash_map_extended.c.obj) - .debug_frame 0x000000f8 0x20 app/libapp.a(os.c.obj) - .debug_frame 0x00000118 0x30 app/libapp.a(watchdog.c.obj) - .debug_frame 0x00000148 0x28 zephyr/libzephyr.a(boot_banner.c.obj) - .debug_frame 0x00000170 0xbc zephyr/libzephyr.a(printk.c.obj) - .debug_frame 0x0000022c 0x20 zephyr/libzephyr.a(configs.c.obj) - .debug_frame 0x0000024c 0x20 zephyr/libzephyr.a(soc_config.c.obj) - .debug_frame 0x0000026c 0x30 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .debug_frame 0x0000029c 0x28 zephyr/libzephyr.a(soc.c.obj) - .debug_frame 0x000002c4 0x74 zephyr/libzephyr.a(log_minimal.c.obj) - .debug_frame 0x00000338 0x40 zephyr/libzephyr.a(mem_attr.c.obj) - .debug_frame 0x00000378 0x18c zephyr/libzephyr.a(flash_map.c.obj) - .debug_frame 0x00000504 0x6c zephyr/libzephyr.a(flash_map_layout.c.obj) - .debug_frame 0x00000570 0x2c zephyr/libzephyr.a(thread_entry.c.obj) - .debug_frame 0x0000059c 0x40 zephyr/libzephyr.a(image_validate.c.obj) - .debug_frame 0x000005dc 0x3c zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .debug_frame 0x00000618 0x70 zephyr/libzephyr.a(tlv.c.obj) - .debug_frame 0x00000688 0x128 zephyr/libzephyr.a(bootutil_misc.c.obj) - .debug_frame 0x000007b0 0xa4 zephyr/libzephyr.a(bootutil_area.c.obj) - .debug_frame 0x00000854 0xe4 zephyr/libzephyr.a(bootutil_loader.c.obj) - .debug_frame 0x00000938 0x154 zephyr/libzephyr.a(loader.c.obj) - .debug_frame 0x00000a8c 0xd4 zephyr/libzephyr.a(swap_misc.c.obj) - .debug_frame 0x00000b60 0x140 zephyr/libzephyr.a(swap_move.c.obj) - .debug_frame 0x00000ca0 0x98 zephyr/libzephyr.a(sha256.c.obj) - .debug_frame 0x00000d38 0x68 zephyr/libzephyr.a(utils.c.obj) - .debug_frame 0x00000da0 0x30 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .debug_frame 0x00000dd0 0x28 zephyr/libzephyr.a(flash_check.c.obj) - .debug_frame 0x00000df8 0x48 zephyr/arch/common/libarch__common.a(init.c.obj) - .debug_frame 0x00000e40 0x2c zephyr/arch/common/libarch__common.a(xip.c.obj) - .debug_frame 0x00000e6c 0x30 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .debug_frame 0x00000e9c 0x2c zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .debug_frame 0x00000ec8 0x30 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .debug_frame 0x00000ef8 0x8c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .debug_frame 0x00000f84 0x50 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .debug_frame 0x00000fd4 0x60 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .debug_frame 0x00001034 0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .debug_frame 0x0000106c 0x78 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .debug_frame 0x000010e4 0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .debug_frame 0x00001124 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .debug_frame 0x00001144 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .debug_frame 0x00001164 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .debug_frame 0x00001184 0x2c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .debug_frame 0x000011b0 0x30 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .debug_frame 0x000011e0 0x108 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .debug_frame 0x000012e8 0x28 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .debug_frame 0x00001310 0x28 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .debug_frame 0x00001338 0x110 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .debug_frame 0x00001448 0xec zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .debug_frame 0x00001534 0xcc zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .debug_frame 0x00001600 0x48 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .debug_frame 0x00001648 0x9c zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .debug_frame 0x000016e4 0x124 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .debug_frame 0x00001808 0xd0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .debug_frame 0x000018d8 0xe8 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .debug_frame 0x000019c0 0x38 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .debug_frame 0x000019f8 0x164 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .debug_frame 0x00001b5c 0xbc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .debug_frame 0x00001c18 0x234 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .debug_frame 0x00001e4c 0x84 zephyr/kernel/libkernel.a(device.c.obj) - .debug_frame 0x00001ed0 0x74 zephyr/kernel/libkernel.a(fatal.c.obj) - .debug_frame 0x00001f44 0xb4 zephyr/kernel/libkernel.a(init.c.obj) - .debug_frame 0x00001ff8 0x38 zephyr/kernel/libkernel.a(idle.c.obj) - .debug_frame 0x00002030 0x8c zephyr/kernel/libkernel.a(sem.c.obj) - .debug_frame 0x000020bc 0x224 zephyr/kernel/libkernel.a(thread.c.obj) - .debug_frame 0x000022e0 0x330 zephyr/kernel/libkernel.a(sched.c.obj) - .debug_frame 0x00002610 0xc0 zephyr/kernel/libkernel.a(scheduler.c.obj) - .debug_frame 0x000026d0 0x8c zephyr/kernel/libkernel.a(timeslicing.c.obj) - .debug_frame 0x0000275c 0x1b0 zephyr/kernel/libkernel.a(timeout.c.obj) - -.debug_str 0x00000000 0x8d70 - *(SORT_BY_ALIGNMENT(.debug_str)) - .debug_str 0x00000000 0x8d70 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj - 0x399 (size before relaxing) - .debug_str 0x00008d70 0x3c0 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .debug_str 0x00008d70 0xb3a app/libapp.a(main.c.obj) - .debug_str 0x00008d70 0x967 app/libapp.a(flash_map_extended.c.obj) - .debug_str 0x00008d70 0x2be app/libapp.a(os.c.obj) - .debug_str 0x00008d70 0x38b app/libapp.a(watchdog.c.obj) - .debug_str 0x00008d70 0x585 zephyr/libzephyr.a(boot_banner.c.obj) - .debug_str 0x00008d70 0x644 zephyr/libzephyr.a(printk.c.obj) - .debug_str 0x00008d70 0x2c1 zephyr/libzephyr.a(last_section_id.c.obj) - .debug_str 0x00008d70 0x22f zephyr/libzephyr.a(configs.c.obj) - .debug_str 0x00008d70 0x45b zephyr/libzephyr.a(soc_config.c.obj) - .debug_str 0x00008d70 0x8e7 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .debug_str 0x00008d70 0x5d1 zephyr/libzephyr.a(soc.c.obj) - .debug_str 0x00008d70 0x396 zephyr/libzephyr.a(log_minimal.c.obj) - .debug_str 0x00008d70 0x5db zephyr/libzephyr.a(mem_attr.c.obj) - .debug_str 0x00008d70 0x7b9 zephyr/libzephyr.a(flash_map.c.obj) - .debug_str 0x00008d70 0x69f zephyr/libzephyr.a(flash_map_default.c.obj) - .debug_str 0x00008d70 0x4d7 zephyr/libzephyr.a(flash_map_layout.c.obj) - .debug_str 0x00008d70 0x7cc zephyr/libzephyr.a(thread_entry.c.obj) - .debug_str 0x00008d70 0x9f5 zephyr/libzephyr.a(image_validate.c.obj) - .debug_str 0x00008d70 0x9ec zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .debug_str 0x00008d70 0x8df zephyr/libzephyr.a(tlv.c.obj) - .debug_str 0x00008d70 0xc0d zephyr/libzephyr.a(bootutil_misc.c.obj) - .debug_str 0x00008d70 0x91c zephyr/libzephyr.a(bootutil_area.c.obj) - .debug_str 0x00008d70 0xae3 zephyr/libzephyr.a(bootutil_loader.c.obj) - .debug_str 0x00008d70 0x30f zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .debug_str 0x00008d70 0xfa5 zephyr/libzephyr.a(loader.c.obj) - .debug_str 0x00008d70 0xbf7 zephyr/libzephyr.a(swap_misc.c.obj) - .debug_str 0x00008d70 0xd9c zephyr/libzephyr.a(swap_move.c.obj) - .debug_str 0x00008d70 0x3a1 zephyr/libzephyr.a(sha256.c.obj) - .debug_str 0x00008d70 0x33c zephyr/libzephyr.a(utils.c.obj) - .debug_str 0x00008d70 0x3fa zephyr/libzephyr.a(arm_cortex_m.c.obj) - .debug_str 0x00008d70 0xa9b zephyr/libzephyr.a(flash_check.c.obj) - .debug_str 0x00008d70 0x30f zephyr/arch/common/libarch__common.a(init.c.obj) - .debug_str 0x00008d70 0x347 zephyr/arch/common/libarch__common.a(xip.c.obj) - .debug_str 0x00008d70 0x7fc zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .debug_str 0x00008d70 0x2d1 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .debug_str 0x00008d70 0x88 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .debug_str 0x00008d70 0x7be zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .debug_str 0x00008d70 0x1166 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .debug_str 0x00008d70 0x8c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .debug_str 0x00008d70 0x8a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .debug_str 0x00008d70 0x47f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .debug_str 0x00008d70 0x88 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .debug_str 0x00008d70 0x997 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .debug_str 0x00008d70 0x49e zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .debug_str 0x00008d70 0x78a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .debug_str 0x00008d70 0x3ed zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .debug_str 0x00008d70 0x609 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .debug_str 0x00008d70 0x653 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .debug_str 0x00008d70 0x90 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .debug_str 0x00008d70 0x85b zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .debug_str 0x00008d70 0x33d zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .debug_str 0x00008d70 0x94 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .debug_str 0x00008d70 0x6e6 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .debug_str 0x00008d70 0xc10 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .debug_str 0x00008d70 0x35e zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .debug_str 0x00008d70 0x2cf zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .debug_str 0x00008d70 0x3a2 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .debug_str 0x00008d70 0xee5 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .debug_str 0x00008d70 0x10cb zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .debug_str 0x00008d70 0xe35 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .debug_str 0x00008d70 0x571 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .debug_str 0x00008d70 0x5af zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .debug_str 0x00008d70 0xf20 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .debug_str 0x00008d70 0xa7c zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .debug_str 0x00008d70 0xc18 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .debug_str 0x00008d70 0x49f modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .debug_str 0x00008d70 0x94b modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .debug_str 0x00008d70 0x94a modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .debug_str 0x00008d70 0xd1b modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .debug_str 0x00008d70 0x409 zephyr/kernel/libkernel.a(device.c.obj) - .debug_str 0x00008d70 0xad0 zephyr/kernel/libkernel.a(fatal.c.obj) - .debug_str 0x00008d70 0x1235 zephyr/kernel/libkernel.a(init.c.obj) - .debug_str 0x00008d70 0x3db zephyr/kernel/libkernel.a(idle.c.obj) - .debug_str 0x00008d70 0x9e8 zephyr/kernel/libkernel.a(sem.c.obj) - .debug_str 0x00008d70 0x1253 zephyr/kernel/libkernel.a(thread.c.obj) - .debug_str 0x00008d70 0x1043 zephyr/kernel/libkernel.a(sched.c.obj) - .debug_str 0x00008d70 0x901 zephyr/kernel/libkernel.a(scheduler.c.obj) - .debug_str 0x00008d70 0xa60 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .debug_str 0x00008d70 0x966 zephyr/kernel/libkernel.a(timeout.c.obj) - -.debug_loc 0x00000000 0x15f93 - *(SORT_BY_ALIGNMENT(.debug_loc)) - .debug_loc 0x00000000 0x8b app/libapp.a(main.c.obj) - .debug_loc 0x0000008b 0x3bf app/libapp.a(flash_map_extended.c.obj) - .debug_loc 0x0000044a 0x17b zephyr/libzephyr.a(printk.c.obj) - .debug_loc 0x000005c5 0x1a0 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .debug_loc 0x00000765 0x18 zephyr/libzephyr.a(soc.c.obj) - .debug_loc 0x0000077d 0x1e1 zephyr/libzephyr.a(log_minimal.c.obj) - .debug_loc 0x0000095e 0xc6 zephyr/libzephyr.a(mem_attr.c.obj) - .debug_loc 0x00000a24 0xc8e zephyr/libzephyr.a(flash_map.c.obj) - .debug_loc 0x000016b2 0x2fb zephyr/libzephyr.a(flash_map_layout.c.obj) - .debug_loc 0x000019ad 0x9d zephyr/libzephyr.a(thread_entry.c.obj) - .debug_loc 0x00001a4a 0x272 zephyr/libzephyr.a(image_validate.c.obj) - .debug_loc 0x00001cbc 0x2ce zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .debug_loc 0x00001f8a 0x2a5 zephyr/libzephyr.a(tlv.c.obj) - .debug_loc 0x0000222f 0x7eb zephyr/libzephyr.a(bootutil_misc.c.obj) - .debug_loc 0x00002a1a 0x5b4 zephyr/libzephyr.a(bootutil_area.c.obj) - .debug_loc 0x00002fce 0x759 zephyr/libzephyr.a(bootutil_loader.c.obj) - .debug_loc 0x00003727 0x1069 zephyr/libzephyr.a(loader.c.obj) - .debug_loc 0x00004790 0x564 zephyr/libzephyr.a(swap_misc.c.obj) - .debug_loc 0x00004cf4 0x135c zephyr/libzephyr.a(swap_move.c.obj) - .debug_loc 0x00006050 0xddc zephyr/libzephyr.a(sha256.c.obj) - .debug_loc 0x00006e2c 0x23e zephyr/libzephyr.a(utils.c.obj) - .debug_loc 0x0000706a 0x168 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .debug_loc 0x000071d2 0x76 zephyr/libzephyr.a(flash_check.c.obj) - .debug_loc 0x00007248 0x102 zephyr/arch/common/libarch__common.a(init.c.obj) - .debug_loc 0x0000734a 0x11c zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .debug_loc 0x00007466 0xa0 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .debug_loc 0x00007506 0x8a9 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .debug_loc 0x00007daf 0xdc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .debug_loc 0x00007e8b 0x1dd zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .debug_loc 0x00008068 0x3c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .debug_loc 0x000080a4 0x267 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .debug_loc 0x0000830b 0x56 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .debug_loc 0x00008361 0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .debug_loc 0x000083a1 0x6a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .debug_loc 0x0000840b 0x3f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .debug_loc 0x0000844a 0x89 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .debug_loc 0x000084d3 0x8ee zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .debug_loc 0x00008dc1 0x2c zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .debug_loc 0x00008ded 0xbaf zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .debug_loc 0x0000999c 0x67a zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .debug_loc 0x0000a016 0xbc0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .debug_loc 0x0000abd6 0x72 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .debug_loc 0x0000ac48 0x3c9 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .debug_loc 0x0000b011 0xa78 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .debug_loc 0x0000ba89 0x7ba zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .debug_loc 0x0000c243 0x6ea zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .debug_loc 0x0000c92d 0xac modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .debug_loc 0x0000c9d9 0x8e1 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .debug_loc 0x0000d2ba 0x908 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .debug_loc 0x0000dbc2 0xf23 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .debug_loc 0x0000eae5 0x1e8 zephyr/kernel/libkernel.a(device.c.obj) - .debug_loc 0x0000eccd 0x1b0 zephyr/kernel/libkernel.a(fatal.c.obj) - .debug_loc 0x0000ee7d 0x6e3 zephyr/kernel/libkernel.a(init.c.obj) - .debug_loc 0x0000f560 0x97 zephyr/kernel/libkernel.a(idle.c.obj) - .debug_loc 0x0000f5f7 0x7b7 zephyr/kernel/libkernel.a(sem.c.obj) - .debug_loc 0x0000fdae 0x144a zephyr/kernel/libkernel.a(thread.c.obj) - .debug_loc 0x000111f8 0x2fcd zephyr/kernel/libkernel.a(sched.c.obj) - .debug_loc 0x000141c5 0x8ff zephyr/kernel/libkernel.a(scheduler.c.obj) - .debug_loc 0x00014ac4 0x3d4 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .debug_loc 0x00014e98 0x10fb zephyr/kernel/libkernel.a(timeout.c.obj) - -.debug_macinfo - *(SORT_BY_ALIGNMENT(.debug_macinfo)) - -.debug_weaknames - *(SORT_BY_ALIGNMENT(.debug_weaknames)) - -.debug_funcnames - *(SORT_BY_ALIGNMENT(.debug_funcnames)) - -.debug_typenames - *(SORT_BY_ALIGNMENT(.debug_typenames)) - -.debug_varnames - *(SORT_BY_ALIGNMENT(.debug_varnames)) - -.debug_pubtypes - *(SORT_BY_ALIGNMENT(.debug_pubtypes)) - -.debug_ranges 0x00000000 0x3898 - *(SORT_BY_ALIGNMENT(.debug_ranges)) - .debug_ranges 0x00000000 0x10 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .debug_ranges 0x00000010 0x28 app/libapp.a(main.c.obj) - .debug_ranges 0x00000038 0x58 app/libapp.a(flash_map_extended.c.obj) - .debug_ranges 0x00000090 0x10 app/libapp.a(os.c.obj) - .debug_ranges 0x000000a0 0x18 app/libapp.a(watchdog.c.obj) - .debug_ranges 0x000000b8 0x10 zephyr/libzephyr.a(boot_banner.c.obj) - .debug_ranges 0x000000c8 0x58 zephyr/libzephyr.a(printk.c.obj) - .debug_ranges 0x00000120 0x10 zephyr/libzephyr.a(configs.c.obj) - .debug_ranges 0x00000130 0x10 zephyr/libzephyr.a(soc_config.c.obj) - .debug_ranges 0x00000140 0x18 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .debug_ranges 0x00000158 0x58 zephyr/libzephyr.a(soc.c.obj) - .debug_ranges 0x000001b0 0x98 zephyr/libzephyr.a(log_minimal.c.obj) - .debug_ranges 0x00000248 0x20 zephyr/libzephyr.a(mem_attr.c.obj) - .debug_ranges 0x00000268 0x180 zephyr/libzephyr.a(flash_map.c.obj) - .debug_ranges 0x000003e8 0x48 zephyr/libzephyr.a(flash_map_layout.c.obj) - .debug_ranges 0x00000430 0x10 zephyr/libzephyr.a(thread_entry.c.obj) - .debug_ranges 0x00000440 0x10 zephyr/libzephyr.a(image_validate.c.obj) - .debug_ranges 0x00000450 0x30 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .debug_ranges 0x00000480 0x20 zephyr/libzephyr.a(tlv.c.obj) - .debug_ranges 0x000004a0 0xa8 zephyr/libzephyr.a(bootutil_misc.c.obj) - .debug_ranges 0x00000548 0x68 zephyr/libzephyr.a(bootutil_area.c.obj) - .debug_ranges 0x000005b0 0x80 zephyr/libzephyr.a(bootutil_loader.c.obj) - .debug_ranges 0x00000630 0x168 zephyr/libzephyr.a(loader.c.obj) - .debug_ranges 0x00000798 0xb8 zephyr/libzephyr.a(swap_misc.c.obj) - .debug_ranges 0x00000850 0x270 zephyr/libzephyr.a(swap_move.c.obj) - .debug_ranges 0x00000ac0 0xa0 zephyr/libzephyr.a(sha256.c.obj) - .debug_ranges 0x00000b60 0x50 zephyr/libzephyr.a(utils.c.obj) - .debug_ranges 0x00000bb0 0x30 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .debug_ranges 0x00000be0 0x10 zephyr/libzephyr.a(flash_check.c.obj) - .debug_ranges 0x00000bf0 0x20 zephyr/arch/common/libarch__common.a(init.c.obj) - .debug_ranges 0x00000c10 0x10 zephyr/arch/common/libarch__common.a(xip.c.obj) - .debug_ranges 0x00000c20 0x18 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .debug_ranges 0x00000c38 0x10 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .debug_ranges 0x00000c48 0x48 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .debug_ranges 0x00000c90 0x88 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .debug_ranges 0x00000d18 0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .debug_ranges 0x00000d58 0x48 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .debug_ranges 0x00000da0 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .debug_ranges 0x00000dd0 0x50 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .debug_ranges 0x00000e20 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .debug_ranges 0x00000e40 0x10 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .debug_ranges 0x00000e50 0x10 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .debug_ranges 0x00000e60 0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .debug_ranges 0x00000e98 0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .debug_ranges 0x00000ec0 0x18 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .debug_ranges 0x00000ed8 0x270 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .debug_ranges 0x00001148 0x10 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .debug_ranges 0x00001158 0x10 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .debug_ranges 0x00001168 0x4c8 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .debug_ranges 0x00001630 0x168 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .debug_ranges 0x00001798 0x120 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .debug_ranges 0x000018b8 0x38 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .debug_ranges 0x000018f0 0x48 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .debug_ranges 0x00001938 0xe0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .debug_ranges 0x00001a18 0xb0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .debug_ranges 0x00001ac8 0xe0 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .debug_ranges 0x00001ba8 0x18 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .debug_ranges 0x00001bc0 0x98 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .debug_ranges 0x00001c58 0x218 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .debug_ranges 0x00001e70 0x1c0 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .debug_ranges 0x00002030 0x78 zephyr/kernel/libkernel.a(device.c.obj) - .debug_ranges 0x000020a8 0x70 zephyr/kernel/libkernel.a(fatal.c.obj) - .debug_ranges 0x00002118 0x1d0 zephyr/kernel/libkernel.a(init.c.obj) - .debug_ranges 0x000022e8 0x48 zephyr/kernel/libkernel.a(idle.c.obj) - .debug_ranges 0x00002330 0x190 zephyr/kernel/libkernel.a(sem.c.obj) - .debug_ranges 0x000024c0 0x330 zephyr/kernel/libkernel.a(thread.c.obj) - .debug_ranges 0x000027f0 0xa58 zephyr/kernel/libkernel.a(sched.c.obj) - .debug_ranges 0x00003248 0x1c8 zephyr/kernel/libkernel.a(scheduler.c.obj) - .debug_ranges 0x00003410 0x90 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .debug_ranges 0x000034a0 0x3f8 zephyr/kernel/libkernel.a(timeout.c.obj) - -.debug_addr - *(SORT_BY_ALIGNMENT(.debug_addr)) - -.debug_line_str - *(SORT_BY_ALIGNMENT(.debug_line_str)) - -.debug_loclists - *(SORT_BY_ALIGNMENT(.debug_loclists)) - -.debug_macro - *(SORT_BY_ALIGNMENT(.debug_macro)) - -.debug_names - *(SORT_BY_ALIGNMENT(.debug_names)) - -.debug_rnglists - *(SORT_BY_ALIGNMENT(.debug_rnglists)) - -.debug_str_offsets - *(SORT_BY_ALIGNMENT(.debug_str_offsets)) - -.debug_sup - *(SORT_BY_ALIGNMENT(.debug_sup)) - -/DISCARD/ - *(SORT_BY_ALIGNMENT(.note.GNU-stack)) - -.ARM.attributes - 0x00000000 0x32 - *(SORT_BY_ALIGNMENT(.ARM.attributes)) - .ARM.attributes - 0x00000000 0x30 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj - .ARM.attributes - 0x00000030 0x30 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj - .ARM.attributes - 0x00000060 0x30 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .ARM.attributes - 0x00000090 0x30 app/libapp.a(main.c.obj) - .ARM.attributes - 0x000000c0 0x30 app/libapp.a(io.c.obj) - .ARM.attributes - 0x000000f0 0x30 app/libapp.a(flash_map_extended.c.obj) - .ARM.attributes - 0x00000120 0x30 app/libapp.a(os.c.obj) - .ARM.attributes - 0x00000150 0x30 app/libapp.a(keys.c.obj) - .ARM.attributes - 0x00000180 0x30 app/libapp.a(watchdog.c.obj) - .ARM.attributes - 0x000001b0 0x30 zephyr/libzephyr.a(validate_libc.c.obj) - .ARM.attributes - 0x000001e0 0x30 zephyr/libzephyr.a(heap.c.obj) - .ARM.attributes - 0x00000210 0x30 zephyr/libzephyr.a(boot_banner.c.obj) - .ARM.attributes - 0x00000240 0x30 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .ARM.attributes - 0x00000270 0x30 zephyr/libzephyr.a(clock.c.obj) - .ARM.attributes - 0x000002a0 0x30 zephyr/libzephyr.a(printk.c.obj) - .ARM.attributes - 0x000002d0 0x30 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .ARM.attributes - 0x00000300 0x30 zephyr/libzephyr.a(assert.c.obj) - .ARM.attributes - 0x00000330 0x30 zephyr/libzephyr.a(dec.c.obj) - .ARM.attributes - 0x00000360 0x30 zephyr/libzephyr.a(hex.c.obj) - .ARM.attributes - 0x00000390 0x30 zephyr/libzephyr.a(rb.c.obj) - .ARM.attributes - 0x000003c0 0x30 zephyr/libzephyr.a(set.c.obj) - .ARM.attributes - 0x000003f0 0x30 zephyr/libzephyr.a(timeutil.c.obj) - .ARM.attributes - 0x00000420 0x30 zephyr/libzephyr.a(bitarray.c.obj) - .ARM.attributes - 0x00000450 0x30 zephyr/libzephyr.a(bitmask.c.obj) - .ARM.attributes - 0x00000480 0x30 zephyr/libzephyr.a(getopt.c.obj) - .ARM.attributes - 0x000004b0 0x30 zephyr/libzephyr.a(getopt_common.c.obj) - .ARM.attributes - 0x000004e0 0x30 zephyr/libzephyr.a(ring_buffer.c.obj) - .ARM.attributes - 0x00000510 0x30 zephyr/libzephyr.a(last_section_id.c.obj) - .ARM.attributes - 0x00000540 0x30 zephyr/libzephyr.a(configs.c.obj) - .ARM.attributes - 0x00000570 0x30 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .ARM.attributes - 0x000005a0 0x30 zephyr/libzephyr.a(soc_config.c.obj) - .ARM.attributes - 0x000005d0 0x30 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .ARM.attributes - 0x00000600 0x30 zephyr/libzephyr.a(soc.c.obj) - .ARM.attributes - 0x00000630 0x30 zephyr/libzephyr.a(log_minimal.c.obj) - .ARM.attributes - 0x00000660 0x30 zephyr/libzephyr.a(mem_attr.c.obj) - .ARM.attributes - 0x00000690 0x30 zephyr/libzephyr.a(flash_map.c.obj) - .ARM.attributes - 0x000006c0 0x30 zephyr/libzephyr.a(flash_map_default.c.obj) - .ARM.attributes - 0x000006f0 0x30 zephyr/libzephyr.a(flash_map_layout.c.obj) - .ARM.attributes - 0x00000720 0x30 zephyr/libzephyr.a(tracing_none.c.obj) - .ARM.attributes - 0x00000750 0x30 zephyr/libzephyr.a(flash_util.c.obj) - .ARM.attributes - 0x00000780 0x30 zephyr/libzephyr.a(sem.c.obj) - .ARM.attributes - 0x000007b0 0x30 zephyr/libzephyr.a(thread_entry.c.obj) - .ARM.attributes - 0x000007e0 0x30 zephyr/libzephyr.a(image_validate.c.obj) - .ARM.attributes - 0x00000810 0x30 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .ARM.attributes - 0x00000840 0x30 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .ARM.attributes - 0x00000870 0x30 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .ARM.attributes - 0x000008a0 0x30 zephyr/libzephyr.a(tlv.c.obj) - .ARM.attributes - 0x000008d0 0x30 zephyr/libzephyr.a(encrypted.c.obj) - .ARM.attributes - 0x00000900 0x30 zephyr/libzephyr.a(image_rsa.c.obj) - .ARM.attributes - 0x00000930 0x30 zephyr/libzephyr.a(image_ecdsa.c.obj) - .ARM.attributes - 0x00000960 0x30 zephyr/libzephyr.a(image_ed25519.c.obj) - .ARM.attributes - 0x00000990 0x30 zephyr/libzephyr.a(bootutil_misc.c.obj) - .ARM.attributes - 0x000009c0 0x30 zephyr/libzephyr.a(bootutil_area.c.obj) - .ARM.attributes - 0x000009f0 0x30 zephyr/libzephyr.a(bootutil_loader.c.obj) - .ARM.attributes - 0x00000a20 0x30 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .ARM.attributes - 0x00000a50 0x30 zephyr/libzephyr.a(loader.c.obj) - .ARM.attributes - 0x00000a80 0x30 zephyr/libzephyr.a(swap_misc.c.obj) - .ARM.attributes - 0x00000ab0 0x30 zephyr/libzephyr.a(caps.c.obj) - .ARM.attributes - 0x00000ae0 0x30 zephyr/libzephyr.a(swap_move.c.obj) - .ARM.attributes - 0x00000b10 0x30 zephyr/libzephyr.a(sha256.c.obj) - .ARM.attributes - 0x00000b40 0x30 zephyr/libzephyr.a(utils.c.obj) - .ARM.attributes - 0x00000b70 0x30 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .ARM.attributes - 0x00000ba0 0x30 zephyr/libzephyr.a(banner.c.obj) - .ARM.attributes - 0x00000bd0 0x30 zephyr/libzephyr.a(flash_check.c.obj) - .ARM.attributes - 0x00000c00 0x30 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .ARM.attributes - 0x00000c30 0x30 zephyr/arch/common/libarch__common.a(init.c.obj) - .ARM.attributes - 0x00000c60 0x30 zephyr/arch/common/libarch__common.a(xip.c.obj) - .ARM.attributes - 0x00000c90 0x30 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .ARM.attributes - 0x00000cc0 0x30 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .ARM.attributes - 0x00000cf0 0x1c zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .ARM.attributes - 0x00000d0c 0x30 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .ARM.attributes - 0x00000d3c 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .ARM.attributes - 0x00000d6c 0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .ARM.attributes - 0x00000d88 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .ARM.attributes - 0x00000db8 0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .ARM.attributes - 0x00000dd4 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .ARM.attributes - 0x00000e04 0x1e zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj) - .ARM.attributes - 0x00000e22 0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .ARM.attributes - 0x00000e3e 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .ARM.attributes - 0x00000e6e 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .ARM.attributes - 0x00000e9e 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .ARM.attributes - 0x00000ece 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .ARM.attributes - 0x00000efe 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .ARM.attributes - 0x00000f2e 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .ARM.attributes - 0x00000f5e 0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .ARM.attributes - 0x00000f7a 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .ARM.attributes - 0x00000faa 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .ARM.attributes - 0x00000fda 0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .ARM.attributes - 0x00000ff6 0x30 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .ARM.attributes - 0x00001026 0x30 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .ARM.attributes - 0x00001056 0x30 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .ARM.attributes - 0x00001086 0x30 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .ARM.attributes - 0x000010b6 0x30 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .ARM.attributes - 0x000010e6 0x30 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .ARM.attributes - 0x00001116 0x30 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .ARM.attributes - 0x00001146 0x30 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .ARM.attributes - 0x00001176 0x30 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .ARM.attributes - 0x000011a6 0x30 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .ARM.attributes - 0x000011d6 0x30 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .ARM.attributes - 0x00001206 0x30 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .ARM.attributes - 0x00001236 0x30 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .ARM.attributes - 0x00001266 0x30 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .ARM.attributes - 0x00001296 0x30 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .ARM.attributes - 0x000012c6 0x30 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .ARM.attributes - 0x000012f6 0x30 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .ARM.attributes - 0x00001326 0x30 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .ARM.attributes - 0x00001356 0x30 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .ARM.attributes - 0x00001386 0x30 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .ARM.attributes - 0x000013b6 0x30 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .ARM.attributes - 0x000013e6 0x30 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .ARM.attributes - 0x00001416 0x30 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .ARM.attributes - 0x00001446 0x30 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .ARM.attributes - 0x00001476 0x30 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .ARM.attributes - 0x000014a6 0x30 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .ARM.attributes - 0x000014d6 0x30 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .ARM.attributes - 0x00001506 0x30 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .ARM.attributes - 0x00001536 0x30 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .ARM.attributes - 0x00001566 0x30 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .ARM.attributes - 0x00001596 0x30 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .ARM.attributes - 0x000015c6 0x30 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .ARM.attributes - 0x000015f6 0x30 zephyr/kernel/libkernel.a(device.c.obj) - .ARM.attributes - 0x00001626 0x30 zephyr/kernel/libkernel.a(fatal.c.obj) - .ARM.attributes - 0x00001656 0x30 zephyr/kernel/libkernel.a(init.c.obj) - .ARM.attributes - 0x00001686 0x30 zephyr/kernel/libkernel.a(idle.c.obj) - .ARM.attributes - 0x000016b6 0x30 zephyr/kernel/libkernel.a(mutex.c.obj) - .ARM.attributes - 0x000016e6 0x30 zephyr/kernel/libkernel.a(sem.c.obj) - .ARM.attributes - 0x00001716 0x30 zephyr/kernel/libkernel.a(thread.c.obj) - .ARM.attributes - 0x00001746 0x30 zephyr/kernel/libkernel.a(sched.c.obj) - .ARM.attributes - 0x00001776 0x30 zephyr/kernel/libkernel.a(sleep.c.obj) - .ARM.attributes - 0x000017a6 0x30 zephyr/kernel/libkernel.a(scheduler.c.obj) - .ARM.attributes - 0x000017d6 0x30 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .ARM.attributes - 0x00001806 0x30 zephyr/kernel/libkernel.a(timeout.c.obj) - .ARM.attributes - 0x00001836 0x1c /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strcmp.S.o) - .ARM.attributes - 0x00001852 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memcpy.c.o) - .ARM.attributes - 0x00001884 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memset.c.o) - .ARM.attributes - 0x000018b6 0x17 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strlen.S.o) - .ARM.attributes - 0x000018cd 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_errno_errno.c.o) - .ARM.attributes - 0x000018ff 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_memcmp.c.o) - .ARM.attributes - 0x00001931 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_strchr.c.o) - .ARM.attributes - 0x00001963 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_puts.c.o) - .ARM.attributes - 0x00001995 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmprintf.c.o) - .ARM.attributes - 0x000019c7 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .ARM.attributes - 0x000019f9 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_fgetc.c.o) - .ARM.attributes - 0x00001a2b 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_ungetc.c.o) - .ARM.attributes - 0x00001a5d 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldf3.o) - .ARM.attributes - 0x00001a7b 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_addsubdf3.o) - .ARM.attributes - 0x00001a99 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldivdf3.o) - .ARM.attributes - 0x00001ab7 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_truncdfsf2.o) - .ARM.attributes - 0x00001ad5 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpsf2.o) - .ARM.attributes - 0x00001af3 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_ldivmod.o) - .ARM.attributes - 0x00001b11 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_uldivmod.o) - .ARM.attributes - 0x00001b2f 0x2e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_popcountsi2.o) - .ARM.attributes - 0x00001b5d 0x2e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixdfdi.o) - .ARM.attributes - 0x00001b8b 0x2e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixunsdfdi.o) - .ARM.attributes - 0x00001bb9 0x2e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_udivmoddi4.o) - .ARM.attributes - 0x00001be7 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_dvmd_tls.o) - .ARM.attributes - 0x00001c05 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpdf2.o) - .ARM.attributes - 0x00001c23 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_fixunsdfsi.o) - *(SORT_BY_ALIGNMENT(.gnu.attributes)) - -SRAM0 0x20000000 0x0 - 0x20000000 __SRAM0_start = . - *(SORT_BY_ALIGNMENT(SRAM0)) - *(SORT_BY_ALIGNMENT(SRAM0.*)) - 0x20000000 __SRAM0_end = . - 0x00000000 __SRAM0_size = (__SRAM0_end - __SRAM0_start) - 0x20000000 __SRAM0_load_start = LOADADDR (SRAM0) - -.last_section 0x08005354 0x4 - *(SORT_BY_ALIGNMENT(.last_section)) - .last_section 0x08005354 0x4 zephyr/libzephyr.a(last_section_id.c.obj) - 0x00005358 _flash_used = ((LOADADDR (.last_section) + SIZEOF (.last_section)) - __rom_region_start) - -bss 0x20000058 0x983 - 0x20000058 . = ALIGN (0x4) - 0x20000058 __bss_start = . - 0x20000058 __kernel_ram_start = . - *(SORT_BY_ALIGNMENT(.bss)) - *(SORT_BY_ALIGNMENT(.bss.*)) - .bss.announced_cycles - 0x20000058 0x8 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .bss.cycle_count - 0x20000060 0x8 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .bss.z_idle_threads - 0x20000068 0x80 zephyr/kernel/libkernel.a(init.c.obj) - 0x20000068 z_idle_threads - .bss.z_main_thread - 0x200000e8 0x80 zephyr/kernel/libkernel.a(init.c.obj) - 0x200000e8 z_main_thread - .bss._thread_dummy - 0x20000168 0x80 zephyr/kernel/libkernel.a(sched.c.obj) - 0x20000168 _thread_dummy - .bss.slice_timeouts - 0x200001e8 0x18 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .bss.curr_tick - 0x20000200 0x8 zephyr/kernel/libkernel.a(timeout.c.obj) - .bss.vt.0 0x20000208 0x4 app/libapp.a(main.c.obj) - .bss.__warned.0 - 0x2000020c 0x4 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .bss.refcount 0x20000210 0x4 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .bss.sector_buffers - 0x20000214 0x180 zephyr/libzephyr.a(bootutil_misc.c.obj) - .bss.FIH_SUCCESS - 0x20000394 0x4 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - 0x20000394 FIH_SUCCESS - .bss.buf.1 0x20000398 0x400 zephyr/libzephyr.a(loader.c.obj) - .bss.boot_data - 0x20000798 0x60 zephyr/libzephyr.a(loader.c.obj) - .bss.boot_status_fails - 0x200007f8 0x4 zephyr/libzephyr.a(swap_move.c.obj) - 0x200007f8 boot_status_fails - .bss.z_arm_tls_ptr - 0x200007fc 0x4 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - 0x200007fc z_arm_tls_ptr - .bss.dynamic_regions.0 - 0x20000800 0xc zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .bss.intc_gpio_data - 0x2000080c 0x80 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .bss.stm32g4_flash_layout.0 - 0x2000088c 0x18 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .bss.overflow_cyc - 0x200008a4 0x4 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .bss.last_load - 0x200008a8 0x4 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .bss._kernel 0x200008ac 0x20 zephyr/kernel/libkernel.a(init.c.obj) - 0x200008ac _kernel - .bss.pending_current - 0x200008cc 0x4 zephyr/kernel/libkernel.a(timeslicing.c.obj) - 0x200008cc pending_current - .bss.slice_max_prio - 0x200008d0 0x4 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .bss.announce_remaining - 0x200008d4 0x4 zephyr/kernel/libkernel.a(timeout.c.obj) - .bss.tmpbuf.0 0x200008d8 0x100 zephyr/libzephyr.a(bootutil_loader.c.obj) - .bss.static_regions_num - 0x200009d8 0x1 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .bss.z_sys_post_kernel - 0x200009d9 0x1 zephyr/kernel/libkernel.a(init.c.obj) - 0x200009d9 z_sys_post_kernel - .bss.lock 0x200009da 0x0 zephyr/kernel/libkernel.a(sem.c.obj) - .bss._sched_spinlock - 0x200009da 0x0 zephyr/kernel/libkernel.a(sched.c.obj) - 0x200009da _sched_spinlock - .bss.slice_expired - 0x200009da 0x1 zephyr/kernel/libkernel.a(timeslicing.c.obj) - *(SORT_BY_ALIGNMENT(COMMON)) - *(SORT_BY_ALIGNMENT(.kernel_bss.*)) - 0x200009dc __bss_end = ALIGN (0x4) - -noinit 0x20000a00 0x3200 - *(SORT_BY_ALIGNMENT(.noinit)) - *(SORT_BY_ALIGNMENT(.noinit.*)) - .noinit.WEST_TOPDIR/zephyr/kernel/init.c.2 - 0x20000a00 0x840 zephyr/kernel/libkernel.a(init.c.obj) - 0x20000a00 z_interrupt_stacks - .noinit.WEST_TOPDIR/zephyr/kernel/init.c.1 - 0x20001240 0x180 zephyr/kernel/libkernel.a(init.c.obj) - .noinit.WEST_TOPDIR/zephyr/kernel/init.c.0 - 0x200013c0 0x2840 zephyr/kernel/libkernel.a(init.c.obj) - 0x200013c0 z_main_stack - 0x20008000 __kernel_ram_end = 0x20008000 - 0x00007fa8 __kernel_ram_size = (__kernel_ram_end - __kernel_ram_start) - -.last_ram_section - 0x20003c00 0x0 - 0x20003c00 _image_ram_end = . - 0x00003c00 _image_ram_size = (_image_ram_end - _image_ram_start) - 0x20003c00 _end = . - 0x20003c00 z_mapped_end = . -OUTPUT(zephyr/zephyr.elf elf32-littlearm) -LOAD linker stubs diff --git a/zephyrproject/build/mcuboot/zephyr/zephyr.stat b/zephyrproject/build/mcuboot/zephyr/zephyr.stat deleted file mode 100644 index 45470d3..0000000 --- a/zephyrproject/build/mcuboot/zephyr/zephyr.stat +++ /dev/null @@ -1,75 +0,0 @@ -ELF Header: - Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00 - Class: ELF32 - Data: 2's complement, little endian - Version: 1 (current) - OS/ABI: UNIX - System V - ABI Version: 0 - Type: EXEC (Executable file) - Machine: ARM - Version: 0x1 - Entry point address: 0x8001709 - Start of program headers: 52 (bytes into file) - Start of section headers: 1009364 (bytes into file) - Flags: 0x5000200, Version5 EABI, soft-float ABI - Size of this header: 52 (bytes) - Size of program headers: 32 (bytes) - Number of program headers: 6 - Size of section headers: 40 (bytes) - Number of section headers: 29 - Section header string table index: 28 - -Section Headers: - [Nr] Name Type Addr Off Size ES Flg Lk Inf Al - [ 0] NULL 00000000 000000 000000 00 0 0 0 - [ 1] rom_start PROGBITS 08000000 0000f4 0001b0 00 AX 0 0 4 - [ 2] text PROGBITS 080001b0 0002a4 00457c 00 AX 0 0 4 - [ 3] initlevel PROGBITS 0800472c 004820 000038 00 A 0 0 4 - [ 4] device_area PROGBITS 08004764 004858 000054 00 A 0 0 4 - [ 5] sw_isr_table PROGBITS 080047b8 0048ac 0002e0 00 A 0 0 4 - [ 6] device_api_area PROGBITS 08004a98 004b8c 000034 00 A 0 0 4 - [ 7] log_const_area PROGBITS 08004acc 004bc0 000008 00 A 0 0 4 - [ 8] tbss NOBITS 08004ad4 004bc8 000004 00 WAT 0 0 4 - [ 9] rodata PROGBITS 08004ad4 004bc8 00082c 00 A 0 0 4 - [10] .ramfunc PROGBITS 20000000 00544c 000000 00 W 0 0 1 - [11] datas PROGBITS 20000000 0053f4 00004c 00 WA 0 0 4 - [12] device_states PROGBITS 2000004c 005440 000008 00 WA 0 0 1 - [13] .comment PROGBITS 00000000 00544c 00001f 01 MS 0 0 1 - [14] .debug_aranges PROGBITS 00000000 005470 0013b8 00 0 0 8 - [15] .debug_info PROGBITS 00000000 006828 08ced2 00 0 0 1 - [16] .debug_abbrev PROGBITS 00000000 0936fa 00d503 00 0 0 1 - [17] .debug_line PROGBITS 00000000 0a0bfd 021c0d 00 0 0 1 - [18] .debug_frame PROGBITS 00000000 0c280c 00290c 00 0 0 4 - [19] .debug_str PROGBITS 00000000 0c5118 008d70 01 MS 0 0 1 - [20] .debug_loc PROGBITS 00000000 0cde88 015f93 00 0 0 1 - [21] .debug_ranges PROGBITS 00000000 0e3e1b 003898 00 0 0 1 - [22] .ARM.attributes ARM_ATTRIBUTES 00000000 0e76b3 000032 00 0 0 1 - [23] .last_section PROGBITS 08005354 005448 000004 00 WA 0 0 4 - [24] bss NOBITS 20000058 005458 000983 00 WA 0 0 8 - [25] noinit NOBITS 20000a00 005458 003200 00 WA 0 0 64 - [26] .symtab SYMTAB 00000000 0e76e8 0072c0 10 27 714 4 - [27] .strtab STRTAB 00000000 0ee9a8 007c01 00 0 0 1 - [28] .shstrtab STRTAB 00000000 0f65a9 000129 00 0 0 1 -Key to Flags: - W (write), A (alloc), X (execute), M (merge), S (strings), I (info), - L (link order), O (extra OS processing required), G (group), T (TLS), - C (compressed), x (unknown), o (OS specific), E (exclude), - D (mbind), y (purecode), p (processor specific) - -Program Headers: - Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align - LOAD 0x0000f4 0x08000000 0x08000000 0x05300 0x05300 RWE 0x4 - LOAD 0x0053f4 0x20000000 0x08005300 0x00054 0x00054 RW 0x4 - LOAD 0x005448 0x08005354 0x08005354 0x00004 0x00004 RW 0x4 - LOAD 0x000000 0x20000058 0x20000058 0x00000 0x03ba8 RW 0x40 - TLS 0x004bc8 0x08004ad4 0x08004ad4 0x00000 0x00004 R 0x4 - GNU_STACK 0x000000 0x00000000 0x00000000 0x00000 0x00000 RW 0x10 - - Section to Segment mapping: - Segment Sections... - 00 rom_start text initlevel device_area sw_isr_table device_api_area log_const_area rodata - 01 datas device_states - 02 .last_section - 03 bss noinit - 04 tbss - 05 diff --git a/zephyrproject/build/mcuboot/zephyr/zephyr_final.map b/zephyrproject/build/mcuboot/zephyr/zephyr_final.map deleted file mode 100644 index 96294d8..0000000 --- a/zephyrproject/build/mcuboot/zephyr/zephyr_final.map +++ /dev/null @@ -1,5062 +0,0 @@ -Archive member included to satisfy reference by file (symbol) - -app/libapp.a(main.c.obj) (--whole-archive) -app/libapp.a(io.c.obj) (--whole-archive) -app/libapp.a(flash_map_extended.c.obj) - (--whole-archive) -app/libapp.a(os.c.obj) (--whole-archive) -app/libapp.a(keys.c.obj) (--whole-archive) -app/libapp.a(watchdog.c.obj) (--whole-archive) -zephyr/libzephyr.a(validate_libc.c.obj) - (--whole-archive) -zephyr/libzephyr.a(heap.c.obj) - (--whole-archive) -zephyr/libzephyr.a(boot_banner.c.obj) - (--whole-archive) -zephyr/libzephyr.a(cbprintf_packaged.c.obj) - (--whole-archive) -zephyr/libzephyr.a(clock.c.obj) - (--whole-archive) -zephyr/libzephyr.a(printk.c.obj) - (--whole-archive) -zephyr/libzephyr.a(cbprintf_nano.c.obj) - (--whole-archive) -zephyr/libzephyr.a(assert.c.obj) - (--whole-archive) -zephyr/libzephyr.a(dec.c.obj) - (--whole-archive) -zephyr/libzephyr.a(hex.c.obj) - (--whole-archive) -zephyr/libzephyr.a(rb.c.obj) (--whole-archive) -zephyr/libzephyr.a(set.c.obj) - (--whole-archive) -zephyr/libzephyr.a(timeutil.c.obj) - (--whole-archive) -zephyr/libzephyr.a(bitarray.c.obj) - (--whole-archive) -zephyr/libzephyr.a(bitmask.c.obj) - (--whole-archive) -zephyr/libzephyr.a(getopt.c.obj) - (--whole-archive) -zephyr/libzephyr.a(getopt_common.c.obj) - (--whole-archive) -zephyr/libzephyr.a(ring_buffer.c.obj) - (--whole-archive) -zephyr/libzephyr.a(last_section_id.c.obj) - (--whole-archive) -zephyr/libzephyr.a(configs.c.obj) - (--whole-archive) -zephyr/libzephyr.a(stm32cube_hal.c.obj) - (--whole-archive) -zephyr/libzephyr.a(soc_config.c.obj) - (--whole-archive) -zephyr/libzephyr.a(stm32_backup_domain.c.obj) - (--whole-archive) -zephyr/libzephyr.a(soc.c.obj) - (--whole-archive) -zephyr/libzephyr.a(log_minimal.c.obj) - (--whole-archive) -zephyr/libzephyr.a(mem_attr.c.obj) - (--whole-archive) -zephyr/libzephyr.a(flash_map.c.obj) - (--whole-archive) -zephyr/libzephyr.a(flash_map_default.c.obj) - (--whole-archive) -zephyr/libzephyr.a(flash_map_layout.c.obj) - (--whole-archive) -zephyr/libzephyr.a(tracing_none.c.obj) - (--whole-archive) -zephyr/libzephyr.a(flash_util.c.obj) - (--whole-archive) -zephyr/libzephyr.a(sem.c.obj) - (--whole-archive) -zephyr/libzephyr.a(thread_entry.c.obj) - (--whole-archive) -zephyr/libzephyr.a(image_validate.c.obj) - (--whole-archive) -zephyr/libzephyr.a(bootutil_find_key.c.obj) - (--whole-archive) -zephyr/libzephyr.a(bootutil_img_hash.c.obj) - (--whole-archive) -zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - (--whole-archive) -zephyr/libzephyr.a(tlv.c.obj) - (--whole-archive) -zephyr/libzephyr.a(encrypted.c.obj) - (--whole-archive) -zephyr/libzephyr.a(image_rsa.c.obj) - (--whole-archive) -zephyr/libzephyr.a(image_ecdsa.c.obj) - (--whole-archive) -zephyr/libzephyr.a(image_ed25519.c.obj) - (--whole-archive) -zephyr/libzephyr.a(bootutil_misc.c.obj) - (--whole-archive) -zephyr/libzephyr.a(bootutil_area.c.obj) - (--whole-archive) -zephyr/libzephyr.a(bootutil_loader.c.obj) - (--whole-archive) -zephyr/libzephyr.a(fault_injection_hardening.c.obj) - (--whole-archive) -zephyr/libzephyr.a(loader.c.obj) - (--whole-archive) -zephyr/libzephyr.a(swap_misc.c.obj) - (--whole-archive) -zephyr/libzephyr.a(caps.c.obj) - (--whole-archive) -zephyr/libzephyr.a(swap_move.c.obj) - (--whole-archive) -zephyr/libzephyr.a(sha256.c.obj) - (--whole-archive) -zephyr/libzephyr.a(utils.c.obj) - (--whole-archive) -zephyr/libzephyr.a(arm_cortex_m.c.obj) - (--whole-archive) -zephyr/libzephyr.a(banner.c.obj) - (--whole-archive) -zephyr/libzephyr.a(flash_check.c.obj) - (--whole-archive) -zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - (--whole-archive) -zephyr/arch/common/libarch__common.a(init.c.obj) - (--whole-archive) -zephyr/arch/common/libarch__common.a(xip.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - (--whole-archive) -zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - (--whole-archive) -zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - (--whole-archive) -zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - (--whole-archive) -zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - (--whole-archive) -zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - (--whole-archive) -zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - (--whole-archive) -zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - (--whole-archive) -zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - (--whole-archive) -zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - (--whole-archive) -zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - (--whole-archive) -zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - (--whole-archive) -zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - (--whole-archive) -zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - (--whole-archive) -zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - (--whole-archive) -zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - (--whole-archive) -zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - (--whole-archive) -zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - (--whole-archive) -zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - (--whole-archive) -zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - (--whole-archive) -zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - (--whole-archive) -zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - (--whole-archive) -zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - (--whole-archive) -zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - (--whole-archive) -modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - (--whole-archive) -modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - (--whole-archive) -modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - (--whole-archive) -modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - (--whole-archive) -modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - (--whole-archive) -modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - (--whole-archive) -zephyr/kernel/libkernel.a(device.c.obj) - zephyr/libzephyr.a(flash_map.c.obj) (z_impl_device_is_ready) -zephyr/kernel/libkernel.a(fatal.c.obj) - zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) (z_fatal_error) -zephyr/kernel/libkernel.a(init.c.obj) - zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) (_kernel) -zephyr/kernel/libkernel.a(idle.c.obj) - zephyr/kernel/libkernel.a(init.c.obj) (idle) -zephyr/kernel/libkernel.a(mutex.c.obj) - zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) (z_impl_k_mutex_init) -zephyr/kernel/libkernel.a(sem.c.obj) - zephyr/libzephyr.a(sem.c.obj) (z_impl_k_sem_init) -zephyr/kernel/libkernel.a(thread.c.obj) - zephyr/kernel/libkernel.a(init.c.obj) (z_setup_new_thread) -zephyr/kernel/libkernel.a(sched.c.obj) - zephyr/kernel/libkernel.a(init.c.obj) (z_ready_thread) -zephyr/kernel/libkernel.a(sleep.c.obj) - zephyr/libzephyr.a(clock.c.obj) (z_impl_k_sleep) -zephyr/kernel/libkernel.a(scheduler.c.obj) - zephyr/kernel/libkernel.a(init.c.obj) (z_sched_init) -zephyr/kernel/libkernel.a(timeslicing.c.obj) - zephyr/kernel/libkernel.a(sched.c.obj) (z_time_slice_reset) -zephyr/kernel/libkernel.a(timeout.c.obj) - zephyr/kernel/libkernel.a(init.c.obj) (z_add_timeout) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strcmp.S.o) - zephyr/kernel/libkernel.a(device.c.obj) (strcmp) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memcpy.c.o) - zephyr/libzephyr.a(heap.c.obj) (memcpy) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memset.c.o) - zephyr/libzephyr.a(heap.c.obj) (memset) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strlen.S.o) - zephyr/libzephyr.a(cbprintf_packaged.c.obj) (strlen) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_errno_errno.c.o) - zephyr/libzephyr.a(timeutil.c.obj) (errno) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_memcmp.c.o) - zephyr/libzephyr.a(bootutil_misc.c.obj) (memcmp) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_strchr.c.o) - zephyr/libzephyr.a(getopt.c.obj) (strchr) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_puts.c.o) - zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) (puts) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmprintf.c.o) - (__m_vfprintf) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - (__m_vfscanf) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_fgetc.c.o) - /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) (getc) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_ungetc.c.o) - /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) (ungetc) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldf3.o) - zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_dmul) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_addsubdf3.o) - zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_dsub) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldivdf3.o) - zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_ddiv) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_truncdfsf2.o) - zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_d2f) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpsf2.o) - zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_fcmpeq) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_ldivmod.o) - zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_ldivmod) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_uldivmod.o) - zephyr/libzephyr.a(clock.c.obj) (__aeabi_uldivmod) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_popcountsi2.o) - zephyr/libzephyr.a(bitarray.c.obj) (__popcountsi2) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixdfdi.o) - zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_d2lz) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixunsdfdi.o) - /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixdfdi.o) (__aeabi_d2ulz) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_udivmoddi4.o) - /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_ldivmod.o) (__udivmoddi4) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_dvmd_tls.o) - /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_ldivmod.o) (__aeabi_ldiv0) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpdf2.o) - /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixdfdi.o) (__aeabi_dcmplt) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_fixunsdfsi.o) - /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixunsdfdi.o) (__aeabi_d2uiz) - -Discarded input sections - - .text 0x00000000 0x0 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj - .data 0x00000000 0x0 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj - .bss 0x00000000 0x0 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj - .debug_line 0x00000000 0x0 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj - .debug_str 0x00000000 0x20b zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj - .comment 0x00000000 0x20 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj - .text 0x00000000 0x0 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj - .data 0x00000000 0x0 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj - .bss 0x00000000 0x0 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj - .text 0x00000000 0x0 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .data 0x00000000 0x0 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .bss 0x00000000 0x0 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .text 0x00000000 0x0 app/libapp.a(main.c.obj) - .data 0x00000000 0x0 app/libapp.a(main.c.obj) - .bss 0x00000000 0x0 app/libapp.a(main.c.obj) - .text 0x00000000 0x0 app/libapp.a(io.c.obj) - .data 0x00000000 0x0 app/libapp.a(io.c.obj) - .bss 0x00000000 0x0 app/libapp.a(io.c.obj) - .debug_info 0x00000000 0x133 app/libapp.a(io.c.obj) - .debug_abbrev 0x00000000 0x87 app/libapp.a(io.c.obj) - .debug_aranges - 0x00000000 0x18 app/libapp.a(io.c.obj) - .debug_line 0x00000000 0x1c3 app/libapp.a(io.c.obj) - .debug_str 0x00000000 0x358 app/libapp.a(io.c.obj) - .comment 0x00000000 0x20 app/libapp.a(io.c.obj) - .text 0x00000000 0x0 app/libapp.a(flash_map_extended.c.obj) - .data 0x00000000 0x0 app/libapp.a(flash_map_extended.c.obj) - .bss 0x00000000 0x0 app/libapp.a(flash_map_extended.c.obj) - .text.flash_area_id_from_image_slot - 0x00000000 0x8 app/libapp.a(flash_map_extended.c.obj) - .rodata.flash_area_id_to_multi_image_slot.str1.1 - 0x00000000 0x1b app/libapp.a(flash_map_extended.c.obj) - .text.flash_area_id_to_multi_image_slot - 0x00000000 0x38 app/libapp.a(flash_map_extended.c.obj) - .text.flash_area_erased_val - 0x00000000 0x4 app/libapp.a(flash_map_extended.c.obj) - .text 0x00000000 0x0 app/libapp.a(os.c.obj) - .data 0x00000000 0x0 app/libapp.a(os.c.obj) - .bss 0x00000000 0x0 app/libapp.a(os.c.obj) - .text 0x00000000 0x0 app/libapp.a(keys.c.obj) - .data 0x00000000 0x0 app/libapp.a(keys.c.obj) - .bss 0x00000000 0x0 app/libapp.a(keys.c.obj) - .debug_info 0x00000000 0x6b app/libapp.a(keys.c.obj) - .debug_abbrev 0x00000000 0x26 app/libapp.a(keys.c.obj) - .debug_aranges - 0x00000000 0x18 app/libapp.a(keys.c.obj) - .debug_line 0x00000000 0x6a app/libapp.a(keys.c.obj) - .debug_str 0x00000000 0x2a8 app/libapp.a(keys.c.obj) - .comment 0x00000000 0x20 app/libapp.a(keys.c.obj) - .text 0x00000000 0x0 app/libapp.a(watchdog.c.obj) - .data 0x00000000 0x0 app/libapp.a(watchdog.c.obj) - .bss 0x00000000 0x0 app/libapp.a(watchdog.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(validate_libc.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(validate_libc.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(validate_libc.c.obj) - .debug_info 0x00000000 0x79 zephyr/libzephyr.a(validate_libc.c.obj) - .debug_abbrev 0x00000000 0x26 zephyr/libzephyr.a(validate_libc.c.obj) - .debug_aranges - 0x00000000 0x18 zephyr/libzephyr.a(validate_libc.c.obj) - .debug_line 0x00000000 0x64 zephyr/libzephyr.a(validate_libc.c.obj) - .debug_str 0x00000000 0x2ad zephyr/libzephyr.a(validate_libc.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(validate_libc.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(heap.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(heap.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(heap.c.obj) - .text.chunk_size - 0x00000000 0xa zephyr/libzephyr.a(heap.c.obj) - .text.free_list_add - 0x00000000 0x4e zephyr/libzephyr.a(heap.c.obj) - .text.free_list_remove_bidx - 0x00000000 0x3a zephyr/libzephyr.a(heap.c.obj) - .text.free_list_remove - 0x00000000 0x1a zephyr/libzephyr.a(heap.c.obj) - .text.alloc_chunk - 0x00000000 0x70 zephyr/libzephyr.a(heap.c.obj) - .text.merge_chunks - 0x00000000 0x2e zephyr/libzephyr.a(heap.c.obj) - .text.split_chunks - 0x00000000 0x38 zephyr/libzephyr.a(heap.c.obj) - .text.inplace_realloc.isra.0 - 0x00000000 0x11a zephyr/libzephyr.a(heap.c.obj) - .text.sys_heap_free - 0x00000000 0xac zephyr/libzephyr.a(heap.c.obj) - .text.sys_heap_usable_size - 0x00000000 0x1a zephyr/libzephyr.a(heap.c.obj) - .text.sys_heap_alloc - 0x00000000 0x5a zephyr/libzephyr.a(heap.c.obj) - .text.sys_heap_noalign_alloc - 0x00000000 0x6 zephyr/libzephyr.a(heap.c.obj) - .text.sys_heap_aligned_alloc - 0x00000000 0xe2 zephyr/libzephyr.a(heap.c.obj) - .text.sys_heap_realloc - 0x00000000 0x5c zephyr/libzephyr.a(heap.c.obj) - .text.sys_heap_aligned_realloc - 0x00000000 0x70 zephyr/libzephyr.a(heap.c.obj) - .text.sys_heap_init - 0x00000000 0x82 zephyr/libzephyr.a(heap.c.obj) - .debug_info 0x00000000 0x8e36 zephyr/libzephyr.a(heap.c.obj) - .debug_abbrev 0x00000000 0x512 zephyr/libzephyr.a(heap.c.obj) - .debug_loc 0x00000000 0x438b zephyr/libzephyr.a(heap.c.obj) - .debug_aranges - 0x00000000 0x98 zephyr/libzephyr.a(heap.c.obj) - .debug_ranges 0x00000000 0x5a8 zephyr/libzephyr.a(heap.c.obj) - .debug_line 0x00000000 0x185c zephyr/libzephyr.a(heap.c.obj) - .debug_str 0x00000000 0xc7c zephyr/libzephyr.a(heap.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(heap.c.obj) - .debug_frame 0x00000000 0x220 zephyr/libzephyr.a(heap.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(boot_banner.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(boot_banner.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(boot_banner.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .text.cbvprintf_package - 0x00000000 0x368 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .text.cbprintf_package - 0x00000000 0x1e zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .text.cbpprintf_external - 0x00000000 0x62 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .text.is_ptr 0x00000000 0x3a zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .rodata.cbprintf_package_convert.str1.1 - 0x00000000 0x7 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .text.cbprintf_package_convert - 0x00000000 0x364 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .debug_info 0x00000000 0x1ebe zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .debug_abbrev 0x00000000 0x492 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .debug_loc 0x00000000 0x2323 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .debug_aranges - 0x00000000 0x40 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .debug_ranges 0x00000000 0x298 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .debug_line 0x00000000 0x100e zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .debug_str 0x00000000 0xa15 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .debug_frame 0x00000000 0xec zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(clock.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(clock.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(clock.c.obj) - .text.timespec_compare - 0x00000000 0x4c zephyr/libzephyr.a(clock.c.obj) - .text.timespec_add - 0x00000000 0x60 zephyr/libzephyr.a(clock.c.obj) - .text.sys_clock_from_clockid - 0x00000000 0xa zephyr/libzephyr.a(clock.c.obj) - .text.z_impl_sys_clock_getrtoffset - 0x00000000 0x28 zephyr/libzephyr.a(clock.c.obj) - .text.sys_clock_gettime - 0x00000000 0x6c zephyr/libzephyr.a(clock.c.obj) - .text.z_impl_sys_clock_settime - 0x00000000 0x74 zephyr/libzephyr.a(clock.c.obj) - .text.z_impl_sys_clock_nanosleep - 0x00000000 0x1f8 zephyr/libzephyr.a(clock.c.obj) - .bss.rt_clock_offset - 0x00000000 0x10 zephyr/libzephyr.a(clock.c.obj) - .rodata 0x00000000 0x20 zephyr/libzephyr.a(clock.c.obj) - .debug_info 0x00000000 0xf6d zephyr/libzephyr.a(clock.c.obj) - .debug_abbrev 0x00000000 0x44a zephyr/libzephyr.a(clock.c.obj) - .debug_loc 0x00000000 0x881 zephyr/libzephyr.a(clock.c.obj) - .debug_aranges - 0x00000000 0x50 zephyr/libzephyr.a(clock.c.obj) - .debug_ranges 0x00000000 0x130 zephyr/libzephyr.a(clock.c.obj) - .debug_line 0x00000000 0xa96 zephyr/libzephyr.a(clock.c.obj) - .debug_str 0x00000000 0x8a2 zephyr/libzephyr.a(clock.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(clock.c.obj) - .debug_frame 0x00000000 0xf4 zephyr/libzephyr.a(clock.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(printk.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(printk.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(printk.c.obj) - .text.__printk_hook_install - 0x00000000 0xc zephyr/libzephyr.a(printk.c.obj) - .text.__printk_get_hook - 0x00000000 0xc zephyr/libzephyr.a(printk.c.obj) - .text.z_impl_k_str_out - 0x00000000 0x1c zephyr/libzephyr.a(printk.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .rodata.z_cbvprintf_impl.str1.1 - 0x00000000 0x13 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .text.z_cbvprintf_impl - 0x00000000 0x408 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .debug_info 0x00000000 0x58a zephyr/libzephyr.a(cbprintf_nano.c.obj) - .debug_abbrev 0x00000000 0x27e zephyr/libzephyr.a(cbprintf_nano.c.obj) - .debug_loc 0x00000000 0xc3a zephyr/libzephyr.a(cbprintf_nano.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .debug_ranges 0x00000000 0x118 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .debug_line 0x00000000 0x7e6 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .debug_str 0x00000000 0x40b zephyr/libzephyr.a(cbprintf_nano.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .debug_frame 0x00000000 0x40 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(assert.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(assert.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(assert.c.obj) - .text.assert_post_action - 0x00000000 0x12 zephyr/libzephyr.a(assert.c.obj) - .text.assert_print - 0x00000000 0x1a zephyr/libzephyr.a(assert.c.obj) - .debug_info 0x00000000 0x246 zephyr/libzephyr.a(assert.c.obj) - .debug_abbrev 0x00000000 0x1ca zephyr/libzephyr.a(assert.c.obj) - .debug_loc 0x00000000 0x57 zephyr/libzephyr.a(assert.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/libzephyr.a(assert.c.obj) - .debug_ranges 0x00000000 0x18 zephyr/libzephyr.a(assert.c.obj) - .debug_line 0x00000000 0x422 zephyr/libzephyr.a(assert.c.obj) - .debug_str 0x00000000 0x3c3 zephyr/libzephyr.a(assert.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(assert.c.obj) - .debug_frame 0x00000000 0x50 zephyr/libzephyr.a(assert.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(dec.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(dec.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(dec.c.obj) - .text.u8_to_dec - 0x00000000 0x42 zephyr/libzephyr.a(dec.c.obj) - .debug_info 0x00000000 0x12b zephyr/libzephyr.a(dec.c.obj) - .debug_abbrev 0x00000000 0x9c zephyr/libzephyr.a(dec.c.obj) - .debug_loc 0x00000000 0x107 zephyr/libzephyr.a(dec.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/libzephyr.a(dec.c.obj) - .debug_ranges 0x00000000 0x10 zephyr/libzephyr.a(dec.c.obj) - .debug_line 0x00000000 0x201 zephyr/libzephyr.a(dec.c.obj) - .debug_str 0x00000000 0x2e0 zephyr/libzephyr.a(dec.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(dec.c.obj) - .debug_frame 0x00000000 0x30 zephyr/libzephyr.a(dec.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(hex.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(hex.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(hex.c.obj) - .text.char2hex - 0x00000000 0x30 zephyr/libzephyr.a(hex.c.obj) - .text.hex2char - 0x00000000 0x1a zephyr/libzephyr.a(hex.c.obj) - .text.bin2hex 0x00000000 0x40 zephyr/libzephyr.a(hex.c.obj) - .text.hex2bin 0x00000000 0x70 zephyr/libzephyr.a(hex.c.obj) - .debug_info 0x00000000 0x29d zephyr/libzephyr.a(hex.c.obj) - .debug_abbrev 0x00000000 0x117 zephyr/libzephyr.a(hex.c.obj) - .debug_loc 0x00000000 0x332 zephyr/libzephyr.a(hex.c.obj) - .debug_aranges - 0x00000000 0x38 zephyr/libzephyr.a(hex.c.obj) - .debug_ranges 0x00000000 0x40 zephyr/libzephyr.a(hex.c.obj) - .debug_line 0x00000000 0x385 zephyr/libzephyr.a(hex.c.obj) - .debug_str 0x00000000 0x2e7 zephyr/libzephyr.a(hex.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(hex.c.obj) - .debug_frame 0x00000000 0x74 zephyr/libzephyr.a(hex.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(rb.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(rb.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(rb.c.obj) - .text.find_and_stack - 0x00000000 0x3a zephyr/libzephyr.a(rb.c.obj) - .text.stack_left_limb - 0x00000000 0x40 zephyr/libzephyr.a(rb.c.obj) - .text.set_child - 0x00000000 0x12 zephyr/libzephyr.a(rb.c.obj) - .text.rotate 0x00000000 0x80 zephyr/libzephyr.a(rb.c.obj) - .text.z_rb_get_minmax - 0x00000000 0x18 zephyr/libzephyr.a(rb.c.obj) - .text.rb_insert - 0x00000000 0x13c zephyr/libzephyr.a(rb.c.obj) - .text.rb_remove - 0x00000000 0x306 zephyr/libzephyr.a(rb.c.obj) - .text.z_rb_walk - 0x00000000 0x24 zephyr/libzephyr.a(rb.c.obj) - .text.z_rb_child - 0x00000000 0xe zephyr/libzephyr.a(rb.c.obj) - .text.z_rb_is_black - 0x00000000 0x8 zephyr/libzephyr.a(rb.c.obj) - .text.rb_contains - 0x00000000 0x2c zephyr/libzephyr.a(rb.c.obj) - .text.z_rb_foreach_next - 0x00000000 0x5e zephyr/libzephyr.a(rb.c.obj) - .debug_info 0x00000000 0x2520 zephyr/libzephyr.a(rb.c.obj) - .debug_abbrev 0x00000000 0x4b3 zephyr/libzephyr.a(rb.c.obj) - .debug_loc 0x00000000 0x239b zephyr/libzephyr.a(rb.c.obj) - .debug_aranges - 0x00000000 0x78 zephyr/libzephyr.a(rb.c.obj) - .debug_ranges 0x00000000 0x468 zephyr/libzephyr.a(rb.c.obj) - .debug_line 0x00000000 0x1355 zephyr/libzephyr.a(rb.c.obj) - .debug_str 0x00000000 0x4d7 zephyr/libzephyr.a(rb.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(rb.c.obj) - .debug_frame 0x00000000 0x180 zephyr/libzephyr.a(rb.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(set.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(set.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(set.c.obj) - .text.sys_set_find - 0x00000000 0x10 zephyr/libzephyr.a(set.c.obj) - .text.sys_set_union - 0x00000000 0x2a zephyr/libzephyr.a(set.c.obj) - .debug_info 0x00000000 0x17d zephyr/libzephyr.a(set.c.obj) - .debug_abbrev 0x00000000 0xf9 zephyr/libzephyr.a(set.c.obj) - .debug_loc 0x00000000 0x99 zephyr/libzephyr.a(set.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/libzephyr.a(set.c.obj) - .debug_ranges 0x00000000 0x18 zephyr/libzephyr.a(set.c.obj) - .debug_line 0x00000000 0x240 zephyr/libzephyr.a(set.c.obj) - .debug_str 0x00000000 0x2f2 zephyr/libzephyr.a(set.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(set.c.obj) - .debug_frame 0x00000000 0x38 zephyr/libzephyr.a(set.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(timeutil.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(timeutil.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(timeutil.c.obj) - .text.timeutil_timegm64 - 0x00000000 0xf0 zephyr/libzephyr.a(timeutil.c.obj) - .text.timeutil_timegm - 0x00000000 0x20 zephyr/libzephyr.a(timeutil.c.obj) - .text.timeutil_sync_state_update - 0x00000000 0x5c zephyr/libzephyr.a(timeutil.c.obj) - .text.timeutil_sync_state_set_skew - 0x00000000 0x3a zephyr/libzephyr.a(timeutil.c.obj) - .text.timeutil_sync_estimate_skew - 0x00000000 0x96 zephyr/libzephyr.a(timeutil.c.obj) - .text.timeutil_sync_ref_from_local - 0x00000000 0xae zephyr/libzephyr.a(timeutil.c.obj) - .text.timeutil_sync_local_from_ref - 0x00000000 0xa8 zephyr/libzephyr.a(timeutil.c.obj) - .text.timeutil_sync_skew_to_ppb - 0x00000000 0x3c zephyr/libzephyr.a(timeutil.c.obj) - .text.timespec_normalize - 0x00000000 0x90 zephyr/libzephyr.a(timeutil.c.obj) - .debug_info 0x00000000 0x953 zephyr/libzephyr.a(timeutil.c.obj) - .debug_abbrev 0x00000000 0x200 zephyr/libzephyr.a(timeutil.c.obj) - .debug_loc 0x00000000 0x7fa zephyr/libzephyr.a(timeutil.c.obj) - .debug_aranges - 0x00000000 0x60 zephyr/libzephyr.a(timeutil.c.obj) - .debug_ranges 0x00000000 0xb0 zephyr/libzephyr.a(timeutil.c.obj) - .debug_line 0x00000000 0x795 zephyr/libzephyr.a(timeutil.c.obj) - .debug_str 0x00000000 0x5e1 zephyr/libzephyr.a(timeutil.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(timeutil.c.obj) - .debug_frame 0x00000000 0x138 zephyr/libzephyr.a(timeutil.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(bitarray.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(bitarray.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(bitarray.c.obj) - .text.setup_bundle_data.isra.0 - 0x00000000 0x3a zephyr/libzephyr.a(bitarray.c.obj) - .text.match_region - 0x00000000 0x64 zephyr/libzephyr.a(bitarray.c.obj) - .text.is_region_set_clear - 0x00000000 0x4e zephyr/libzephyr.a(bitarray.c.obj) - .text.set_region - 0x00000000 0x90 zephyr/libzephyr.a(bitarray.c.obj) - .text.set_clear_region - 0x00000000 0x46 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_popcount_region - 0x00000000 0x94 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_xor - 0x00000000 0xb2 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_set_bit - 0x00000000 0x3e zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_clear_bit - 0x00000000 0x40 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_test_bit - 0x00000000 0x42 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_test_and_set_bit - 0x00000000 0x4e zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_test_and_clear_bit - 0x00000000 0x50 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_alloc - 0x00000000 0xcc zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_find_nth_set - 0x00000000 0xb6 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_free - 0x00000000 0x9c zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_is_region_set - 0x00000000 0x6 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_is_region_cleared - 0x00000000 0x6 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_test_and_set_region - 0x00000000 0x76 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_set_region - 0x00000000 0x6 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_clear_region - 0x00000000 0x6 zephyr/libzephyr.a(bitarray.c.obj) - .debug_info 0x00000000 0x268a zephyr/libzephyr.a(bitarray.c.obj) - .debug_abbrev 0x00000000 0x478 zephyr/libzephyr.a(bitarray.c.obj) - .debug_loc 0x00000000 0x212b zephyr/libzephyr.a(bitarray.c.obj) - .debug_aranges - 0x00000000 0xb8 zephyr/libzephyr.a(bitarray.c.obj) - .debug_ranges 0x00000000 0x2d0 zephyr/libzephyr.a(bitarray.c.obj) - .debug_line 0x00000000 0x18ac zephyr/libzephyr.a(bitarray.c.obj) - .debug_str 0x00000000 0x6c8 zephyr/libzephyr.a(bitarray.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(bitarray.c.obj) - .debug_frame 0x00000000 0x290 zephyr/libzephyr.a(bitarray.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(bitmask.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(bitmask.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(bitmask.c.obj) - .text.bitmask_find_gap - 0x00000000 0x76 zephyr/libzephyr.a(bitmask.c.obj) - .debug_info 0x00000000 0x1f1 zephyr/libzephyr.a(bitmask.c.obj) - .debug_abbrev 0x00000000 0x107 zephyr/libzephyr.a(bitmask.c.obj) - .debug_loc 0x00000000 0x352 zephyr/libzephyr.a(bitmask.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/libzephyr.a(bitmask.c.obj) - .debug_ranges 0x00000000 0x30 zephyr/libzephyr.a(bitmask.c.obj) - .debug_line 0x00000000 0x35a zephyr/libzephyr.a(bitmask.c.obj) - .debug_str 0x00000000 0x32a zephyr/libzephyr.a(bitmask.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(bitmask.c.obj) - .debug_frame 0x00000000 0x30 zephyr/libzephyr.a(bitmask.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(getopt.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(getopt.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(getopt.c.obj) - .rodata.sys_getopt_init.str1.1 - 0x00000000 0x1 zephyr/libzephyr.a(getopt.c.obj) - .text.sys_getopt_init - 0x00000000 0x48 zephyr/libzephyr.a(getopt.c.obj) - .text.sys_getopt - 0x00000000 0xf4 zephyr/libzephyr.a(getopt.c.obj) - .debug_info 0x00000000 0x141f zephyr/libzephyr.a(getopt.c.obj) - .debug_abbrev 0x00000000 0x258 zephyr/libzephyr.a(getopt.c.obj) - .debug_loc 0x00000000 0x134 zephyr/libzephyr.a(getopt.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/libzephyr.a(getopt.c.obj) - .debug_ranges 0x00000000 0x18 zephyr/libzephyr.a(getopt.c.obj) - .debug_line 0x00000000 0x52a zephyr/libzephyr.a(getopt.c.obj) - .debug_str 0x00000000 0x7bd zephyr/libzephyr.a(getopt.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(getopt.c.obj) - .debug_frame 0x00000000 0x4c zephyr/libzephyr.a(getopt.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(getopt_common.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(getopt_common.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(getopt_common.c.obj) - .text.z_getopt_global_state_update - 0x00000000 0x38 zephyr/libzephyr.a(getopt_common.c.obj) - .text.sys_getopt_state_get - 0x00000000 0x8 zephyr/libzephyr.a(getopt_common.c.obj) - .rodata.str1.1 - 0x00000000 0x1 zephyr/libzephyr.a(getopt_common.c.obj) - .data.m_getopt_common_state - 0x00000000 0x18 zephyr/libzephyr.a(getopt_common.c.obj) - .bss.sys_getopt_optarg - 0x00000000 0x4 zephyr/libzephyr.a(getopt_common.c.obj) - .bss.sys_getopt_optreset - 0x00000000 0x4 zephyr/libzephyr.a(getopt_common.c.obj) - .bss.sys_getopt_optopt - 0x00000000 0x4 zephyr/libzephyr.a(getopt_common.c.obj) - .data.sys_getopt_optind - 0x00000000 0x4 zephyr/libzephyr.a(getopt_common.c.obj) - .data.sys_getopt_opterr - 0x00000000 0x4 zephyr/libzephyr.a(getopt_common.c.obj) - .debug_info 0x00000000 0x2b5 zephyr/libzephyr.a(getopt_common.c.obj) - .debug_abbrev 0x00000000 0x159 zephyr/libzephyr.a(getopt_common.c.obj) - .debug_loc 0x00000000 0x2b zephyr/libzephyr.a(getopt_common.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/libzephyr.a(getopt_common.c.obj) - .debug_ranges 0x00000000 0x18 zephyr/libzephyr.a(getopt_common.c.obj) - .debug_line 0x00000000 0x280 zephyr/libzephyr.a(getopt_common.c.obj) - .debug_str 0x00000000 0x5e9 zephyr/libzephyr.a(getopt_common.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(getopt_common.c.obj) - .debug_frame 0x00000000 0x30 zephyr/libzephyr.a(getopt_common.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(ring_buffer.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(ring_buffer.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_area_claim - 0x00000000 0x30 zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_put_claim - 0x00000000 0x1e zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_get_claim - 0x00000000 0x1e zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_area_finish - 0x00000000 0x32 zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_put - 0x00000000 0x40 zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_get - 0x00000000 0x44 zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_peek - 0x00000000 0x42 zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_item_put - 0x00000000 0x7a zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_item_get - 0x00000000 0x90 zephyr/libzephyr.a(ring_buffer.c.obj) - .debug_info 0x00000000 0xce2 zephyr/libzephyr.a(ring_buffer.c.obj) - .debug_abbrev 0x00000000 0x2bb zephyr/libzephyr.a(ring_buffer.c.obj) - .debug_loc 0x00000000 0xc1a zephyr/libzephyr.a(ring_buffer.c.obj) - .debug_aranges - 0x00000000 0x60 zephyr/libzephyr.a(ring_buffer.c.obj) - .debug_ranges 0x00000000 0xe0 zephyr/libzephyr.a(ring_buffer.c.obj) - .debug_line 0x00000000 0x788 zephyr/libzephyr.a(ring_buffer.c.obj) - .debug_str 0x00000000 0x4f3 zephyr/libzephyr.a(ring_buffer.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(ring_buffer.c.obj) - .debug_frame 0x00000000 0x144 zephyr/libzephyr.a(ring_buffer.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(last_section_id.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(last_section_id.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(last_section_id.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(configs.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(configs.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(configs.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .text.HAL_GetTick - 0x00000000 0x10 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .text.HAL_Delay - 0x00000000 0x16 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .debug_info 0x00000000 0x27c zephyr/libzephyr.a(stm32cube_hal.c.obj) - .debug_abbrev 0x00000000 0x1b3 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .debug_loc 0x00000000 0x46 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .debug_ranges 0x00000000 0x98 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .debug_line 0x00000000 0x328 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .debug_str 0x00000000 0x3b7 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .debug_frame 0x00000000 0x40 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(soc_config.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(soc_config.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(soc_config.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(soc.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(soc.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(soc.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(log_minimal.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(log_minimal.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(log_minimal.c.obj) - .text.z_log_minimal_vprintk - 0x00000000 0x4 zephyr/libzephyr.a(log_minimal.c.obj) - .rodata.z_log_minimal_hexdump_print.str1.1 - 0x00000000 0x18 zephyr/libzephyr.a(log_minimal.c.obj) - .text.z_log_minimal_hexdump_print - 0x00000000 0xa8 zephyr/libzephyr.a(log_minimal.c.obj) - .rodata.CSWTCH.4 - 0x00000000 0x4 zephyr/libzephyr.a(log_minimal.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(mem_attr.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(mem_attr.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(mem_attr.c.obj) - .text.mem_attr_check_buf - 0x00000000 0xe zephyr/libzephyr.a(mem_attr.c.obj) - .text.mem_attr_get_region_index_by_name - 0x00000000 0x6 zephyr/libzephyr.a(mem_attr.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(flash_map.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(flash_map.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(flash_map.c.obj) - .text.flash_area_foreach - 0x00000000 0x30 zephyr/libzephyr.a(flash_map.c.obj) - .text.flash_area_copy - 0x00000000 0x46 zephyr/libzephyr.a(flash_map.c.obj) - .text.flash_area_flatten - 0x00000000 0x20 zephyr/libzephyr.a(flash_map.c.obj) - .text.flash_area_has_driver - 0x00000000 0x14 zephyr/libzephyr.a(flash_map.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(flash_map_default.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(flash_map_default.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(flash_map_default.c.obj) - .rodata.global_zephyr_mapped_partition_ORD_108 - 0x00000000 0x10 zephyr/libzephyr.a(flash_map_default.c.obj) - .rodata.global_zephyr_mapped_partition_ORD_107 - 0x00000000 0x10 zephyr/libzephyr.a(flash_map_default.c.obj) - .rodata.global_zephyr_mapped_partition_ORD_106 - 0x00000000 0x10 zephyr/libzephyr.a(flash_map_default.c.obj) - .rodata.global_zephyr_mapped_partition_ORD_105 - 0x00000000 0x10 zephyr/libzephyr.a(flash_map_default.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(flash_map_layout.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(flash_map_layout.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(flash_map_layout.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(tracing_none.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(tracing_none.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(tracing_none.c.obj) - .text.sys_trace_isr_enter - 0x00000000 0x2 zephyr/libzephyr.a(tracing_none.c.obj) - .text.sys_trace_isr_exit - 0x00000000 0x2 zephyr/libzephyr.a(tracing_none.c.obj) - .text.sys_trace_isr_exit_to_scheduler - 0x00000000 0x2 zephyr/libzephyr.a(tracing_none.c.obj) - .text.sys_trace_idle - 0x00000000 0x2 zephyr/libzephyr.a(tracing_none.c.obj) - .text.sys_trace_idle_exit - 0x00000000 0x2 zephyr/libzephyr.a(tracing_none.c.obj) - .debug_info 0x00000000 0xb9 zephyr/libzephyr.a(tracing_none.c.obj) - .debug_abbrev 0x00000000 0x5e zephyr/libzephyr.a(tracing_none.c.obj) - .debug_aranges - 0x00000000 0x40 zephyr/libzephyr.a(tracing_none.c.obj) - .debug_ranges 0x00000000 0x30 zephyr/libzephyr.a(tracing_none.c.obj) - .debug_line 0x00000000 0xbf zephyr/libzephyr.a(tracing_none.c.obj) - .debug_str 0x00000000 0x31c zephyr/libzephyr.a(tracing_none.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(tracing_none.c.obj) - .debug_frame 0x00000000 0x60 zephyr/libzephyr.a(tracing_none.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(flash_util.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(flash_util.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(flash_util.c.obj) - .text.z_impl_flash_fill - 0x00000000 0x6c zephyr/libzephyr.a(flash_util.c.obj) - .text.z_impl_flash_flatten - 0x00000000 0x28 zephyr/libzephyr.a(flash_util.c.obj) - .text.z_impl_flash_copy - 0x00000000 0xe4 zephyr/libzephyr.a(flash_util.c.obj) - .debug_info 0x00000000 0x5eb5 zephyr/libzephyr.a(flash_util.c.obj) - .debug_abbrev 0x00000000 0x399 zephyr/libzephyr.a(flash_util.c.obj) - .debug_loc 0x00000000 0x8ca zephyr/libzephyr.a(flash_util.c.obj) - .debug_aranges - 0x00000000 0x30 zephyr/libzephyr.a(flash_util.c.obj) - .debug_ranges 0x00000000 0x50 zephyr/libzephyr.a(flash_util.c.obj) - .debug_line 0x00000000 0x75d zephyr/libzephyr.a(flash_util.c.obj) - .debug_str 0x00000000 0xa4d zephyr/libzephyr.a(flash_util.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(flash_util.c.obj) - .debug_frame 0x00000000 0x94 zephyr/libzephyr.a(flash_util.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(sem.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(sem.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(sem.c.obj) - .text.sys_sem_init - 0x00000000 0xa zephyr/libzephyr.a(sem.c.obj) - .text.sys_sem_give - 0x00000000 0xa zephyr/libzephyr.a(sem.c.obj) - .text.sys_sem_take - 0x00000000 0x1e zephyr/libzephyr.a(sem.c.obj) - .text.sys_sem_count_get - 0x00000000 0x4 zephyr/libzephyr.a(sem.c.obj) - .debug_info 0x00000000 0x4fb zephyr/libzephyr.a(sem.c.obj) - .debug_abbrev 0x00000000 0x22d zephyr/libzephyr.a(sem.c.obj) - .debug_loc 0x00000000 0x24d zephyr/libzephyr.a(sem.c.obj) - .debug_aranges - 0x00000000 0x38 zephyr/libzephyr.a(sem.c.obj) - .debug_ranges 0x00000000 0x70 zephyr/libzephyr.a(sem.c.obj) - .debug_line 0x00000000 0x397 zephyr/libzephyr.a(sem.c.obj) - .debug_str 0x00000000 0x40d zephyr/libzephyr.a(sem.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(sem.c.obj) - .debug_frame 0x00000000 0x68 zephyr/libzephyr.a(sem.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(thread_entry.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(thread_entry.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(thread_entry.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(image_validate.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(image_validate.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(image_validate.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .debug_info 0x00000000 0x133 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .debug_abbrev 0x00000000 0x87 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .debug_aranges - 0x00000000 0x18 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .debug_line 0x00000000 0x1d8 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .debug_str 0x00000000 0x36d zephyr/libzephyr.a(bootutil_find_key.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .text.bootutil_get_img_security_cnt - 0x00000000 0x62 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .debug_info 0x00000000 0x6a4 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .debug_abbrev 0x00000000 0x202 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .debug_loc 0x00000000 0x1f7 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .debug_ranges 0x00000000 0x10 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .debug_line 0x00000000 0x3ed zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .debug_str 0x00000000 0x585 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .debug_frame 0x00000000 0x34 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(tlv.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(tlv.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(tlv.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(encrypted.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(encrypted.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(encrypted.c.obj) - .debug_info 0x00000000 0x6b zephyr/libzephyr.a(encrypted.c.obj) - .debug_abbrev 0x00000000 0x26 zephyr/libzephyr.a(encrypted.c.obj) - .debug_aranges - 0x00000000 0x18 zephyr/libzephyr.a(encrypted.c.obj) - .debug_line 0x00000000 0x75 zephyr/libzephyr.a(encrypted.c.obj) - .debug_str 0x00000000 0x2b3 zephyr/libzephyr.a(encrypted.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(encrypted.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(image_rsa.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(image_rsa.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(image_rsa.c.obj) - .debug_info 0x00000000 0x133 zephyr/libzephyr.a(image_rsa.c.obj) - .debug_abbrev 0x00000000 0x87 zephyr/libzephyr.a(image_rsa.c.obj) - .debug_aranges - 0x00000000 0x18 zephyr/libzephyr.a(image_rsa.c.obj) - .debug_line 0x00000000 0x1d0 zephyr/libzephyr.a(image_rsa.c.obj) - .debug_str 0x00000000 0x365 zephyr/libzephyr.a(image_rsa.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(image_rsa.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(image_ecdsa.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(image_ecdsa.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(image_ecdsa.c.obj) - .debug_info 0x00000000 0x133 zephyr/libzephyr.a(image_ecdsa.c.obj) - .debug_abbrev 0x00000000 0x87 zephyr/libzephyr.a(image_ecdsa.c.obj) - .debug_aranges - 0x00000000 0x18 zephyr/libzephyr.a(image_ecdsa.c.obj) - .debug_line 0x00000000 0x1d2 zephyr/libzephyr.a(image_ecdsa.c.obj) - .debug_str 0x00000000 0x367 zephyr/libzephyr.a(image_ecdsa.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(image_ecdsa.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(image_ed25519.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(image_ed25519.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(image_ed25519.c.obj) - .debug_info 0x00000000 0x6b zephyr/libzephyr.a(image_ed25519.c.obj) - .debug_abbrev 0x00000000 0x26 zephyr/libzephyr.a(image_ed25519.c.obj) - .debug_aranges - 0x00000000 0x18 zephyr/libzephyr.a(image_ed25519.c.obj) - .debug_line 0x00000000 0x79 zephyr/libzephyr.a(image_ed25519.c.obj) - .debug_str 0x00000000 0x2b7 zephyr/libzephyr.a(image_ed25519.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(image_ed25519.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(bootutil_misc.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(bootutil_misc.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(bootutil_misc.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(bootutil_area.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(bootutil_area.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(bootutil_area.c.obj) - .text.boot_status_sz - 0x00000000 0x6 zephyr/libzephyr.a(bootutil_area.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(bootutil_loader.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(bootutil_loader.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(bootutil_loader.c.obj) - .text.boot_compare_version - 0x00000000 0x2c zephyr/libzephyr.a(bootutil_loader.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .data.FIH_BOOT_HOOK_REGULAR - 0x00000000 0x4 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(loader.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(loader.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(loader.c.obj) - .text.boot_get_loader_state - 0x00000000 0x8 zephyr/libzephyr.a(loader.c.obj) - .text.boot_status_reset - 0x00000000 0x12 zephyr/libzephyr.a(loader.c.obj) - .text.split_go - 0x00000000 0x154 zephyr/libzephyr.a(loader.c.obj) - .text.boot_go_for_image_id - 0x00000000 0x1c zephyr/libzephyr.a(loader.c.obj) - .bss.tmpbuf.0 0x00000000 0x4 zephyr/libzephyr.a(loader.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(swap_misc.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(swap_misc.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(swap_misc.c.obj) - .text.swap_erase_trailer_sectors - 0x00000000 0x52 zephyr/libzephyr.a(swap_misc.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(caps.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(caps.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(caps.c.obj) - .text.bootutil_get_caps - 0x00000000 0x6 zephyr/libzephyr.a(caps.c.obj) - .text.bootutil_get_num_images - 0x00000000 0x4 zephyr/libzephyr.a(caps.c.obj) - .debug_info 0x00000000 0xcc zephyr/libzephyr.a(caps.c.obj) - .debug_abbrev 0x00000000 0x85 zephyr/libzephyr.a(caps.c.obj) - .debug_loc 0x00000000 0x36 zephyr/libzephyr.a(caps.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/libzephyr.a(caps.c.obj) - .debug_ranges 0x00000000 0x18 zephyr/libzephyr.a(caps.c.obj) - .debug_line 0x00000000 0x1b1 zephyr/libzephyr.a(caps.c.obj) - .debug_str 0x00000000 0x2ec zephyr/libzephyr.a(caps.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(caps.c.obj) - .debug_frame 0x00000000 0x30 zephyr/libzephyr.a(caps.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(swap_move.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(swap_move.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(swap_move.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(sha256.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(sha256.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(sha256.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(utils.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(utils.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(utils.c.obj) - .text._copy 0x00000000 0x1a zephyr/libzephyr.a(utils.c.obj) - .text._double_byte - 0x00000000 0x12 zephyr/libzephyr.a(utils.c.obj) - .text._compare - 0x00000000 0x1a zephyr/libzephyr.a(utils.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .text.z_arm_clear_arm_mpu_config - 0x00000000 0x24 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(banner.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(banner.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(banner.c.obj) - .rodata.boot_banner.str1.1 - 0x00000000 0x6a zephyr/libzephyr.a(banner.c.obj) - .text.boot_banner - 0x00000000 0x1c zephyr/libzephyr.a(banner.c.obj) - .debug_info 0x00000000 0xdc zephyr/libzephyr.a(banner.c.obj) - .debug_abbrev 0x00000000 0x9c zephyr/libzephyr.a(banner.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/libzephyr.a(banner.c.obj) - .debug_ranges 0x00000000 0x10 zephyr/libzephyr.a(banner.c.obj) - .debug_line 0x00000000 0xe3 zephyr/libzephyr.a(banner.c.obj) - .debug_str 0x00000000 0x2cf zephyr/libzephyr.a(banner.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(banner.c.obj) - .debug_frame 0x00000000 0x2c zephyr/libzephyr.a(banner.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(flash_check.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(flash_check.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(flash_check.c.obj) - .text 0x00000000 0x0 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .data 0x00000000 0x0 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .bss 0x00000000 0x0 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .text.z_get_sw_isr_table_idx - 0x00000000 0x2 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .debug_info 0x00000000 0xba zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .debug_abbrev 0x00000000 0x6b zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .debug_loc 0x00000000 0x15 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .debug_ranges 0x00000000 0x10 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .debug_line 0x00000000 0x86 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .debug_str 0x00000000 0x2d1 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .comment 0x00000000 0x20 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .debug_frame 0x00000000 0x20 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .text 0x00000000 0x0 zephyr/arch/common/libarch__common.a(init.c.obj) - .data 0x00000000 0x0 zephyr/arch/common/libarch__common.a(init.c.obj) - .bss 0x00000000 0x0 zephyr/arch/common/libarch__common.a(init.c.obj) - .text 0x00000000 0x0 zephyr/arch/common/libarch__common.a(xip.c.obj) - .data 0x00000000 0x0 zephyr/arch/common/libarch__common.a(xip.c.obj) - .bss 0x00000000 0x0 zephyr/arch/common/libarch__common.a(xip.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .text.z_arm_save_fp_context - 0x00000000 0x2 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .text.z_arm_restore_fp_context - 0x00000000 0x2 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .debug_info 0x00000000 0x146 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .debug_abbrev 0x00000000 0xcd zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .debug_ranges 0x00000000 0x18 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .debug_line 0x00000000 0x1e9 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .debug_str 0x00000000 0x332 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .comment 0x00000000 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .debug_frame 0x00000000 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .text.sys_arch_reboot - 0x00000000 0x24 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .text.z_arm_save_scb_context - 0x00000000 0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .text.z_arm_restore_scb_context - 0x00000000 0x48 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .text.arm_irq_enable - 0x00000000 0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .text.arm_irq_disable - 0x00000000 0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .text.arm_irq_is_enabled - 0x00000000 0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .text.arch_irq_lock_outlined - 0x00000000 0x10 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .text.arch_cpu_atomic_idle - 0x00000000 0x1e zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .text.z_arm_save_mpu_context - 0x00000000 0x50 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .text.z_arm_restore_mpu_context - 0x00000000 0x4c zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .text.cbputc 0x00000000 0xc zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .text.cbvprintf - 0x00000000 0x38 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .debug_info 0x00000000 0x324 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .debug_abbrev 0x00000000 0x188 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .debug_loc 0x00000000 0x14c zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .debug_ranges 0x00000000 0x18 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .debug_line 0x00000000 0x2a8 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .debug_str 0x00000000 0x36b zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .debug_frame 0x00000000 0x4c zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .rodata.__chk_fail.str1.1 - 0x00000000 0x1e zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .text.__chk_fail - 0x00000000 0x1c zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .debug_info 0x00000000 0x1ba zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .debug_abbrev 0x00000000 0x14d zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .debug_loc 0x00000000 0x2c zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .debug_ranges 0x00000000 0x10 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .debug_line 0x00000000 0x37c zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .debug_str 0x00000000 0x393 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .debug_frame 0x00000000 0x28 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .debug_info 0x00000000 0x79 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .debug_abbrev 0x00000000 0x26 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .debug_aranges - 0x00000000 0x18 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .debug_line 0x00000000 0x6a zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .debug_str 0x00000000 0x2bc zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .rodata._exit.str1.1 - 0x00000000 0x5 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .text._exit 0x00000000 0x10 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .debug_info 0x00000000 0xca zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .debug_abbrev 0x00000000 0x82 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .debug_loc 0x00000000 0x2b zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .debug_ranges 0x00000000 0x10 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .debug_line 0x00000000 0x96 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .debug_str 0x00000000 0x2d7 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .debug_frame 0x00000000 0x28 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_init_recursive - 0x00000000 0x14 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_init - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_close_recursive - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_close - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_acquire_recursive - 0x00000000 0xc zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_acquire - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_try_acquire_recursive - 0x00000000 0x12 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_try_acquire - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_release_recursive - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_release - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - ._k_mutex.static.__lock___libc_recursive_mutex_ - 0x00000000 0x14 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .debug_info 0x00000000 0xa73 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .debug_abbrev 0x00000000 0x31a zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .debug_loc 0x00000000 0x251 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .debug_aranges - 0x00000000 0x68 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .debug_ranges 0x00000000 0x88 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .debug_line 0x00000000 0x5ef zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .debug_str 0x00000000 0x929 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .debug_frame 0x00000000 0xc4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .text.z_impl_zephyr_fputc - 0x00000000 0x10 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .text.picolibc_put - 0x00000000 0xa zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .text.__stdout_hook_install - 0x00000000 0x18 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .text.__stdin_hook_install - 0x00000000 0x14 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .rodata.stdout - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .rodata.stdin 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .bss.__stdin 0x00000000 0x10 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .data.__stdout - 0x00000000 0x10 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .bss._stdout_hook - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .debug_info 0x00000000 0x40d zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .debug_abbrev 0x00000000 0x205 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .debug_loc 0x00000000 0xf8 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .debug_aranges - 0x00000000 0x38 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .debug_ranges 0x00000000 0x40 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .debug_line 0x00000000 0x35f zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .debug_str 0x00000000 0x5bf zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .debug_frame 0x00000000 0x60 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .text.time 0x00000000 0x28 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .debug_info 0x00000000 0x14f zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .debug_abbrev 0x00000000 0xff zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .debug_loc 0x00000000 0x44 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .debug_ranges 0x00000000 0x10 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .debug_line 0x00000000 0x28b zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .debug_str 0x00000000 0x314 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .debug_frame 0x00000000 0x30 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .text.malloc 0x00000000 0x18 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .text.free 0x00000000 0x2 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .text.realloc 0x00000000 0x18 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .text.calloc 0x00000000 0x18 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .text.reallocarray - 0x00000000 0x18 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .debug_info 0x00000000 0xbf1 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .debug_abbrev 0x00000000 0x306 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .debug_loc 0x00000000 0x100 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .debug_aranges - 0x00000000 0x40 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .debug_ranges 0x00000000 0x48 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .debug_line 0x00000000 0x454 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .debug_str 0x00000000 0x71e zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .debug_frame 0x00000000 0x80 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .rodata._errno_neg_eagain - 0x00000000 0x4 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .debug_info 0x00000000 0x162 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .debug_abbrev 0x00000000 0x91 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .debug_aranges - 0x00000000 0x18 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .debug_line 0x00000000 0x1ce zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .debug_str 0x00000000 0x50b zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .text 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .data 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .bss 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .text.foldcase - 0x00000000 0x10 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .text.fnmatchx - 0x00000000 0x4d4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .text.fnmatch 0x00000000 0x14 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .debug_info 0x00000000 0x8d8 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .debug_abbrev 0x00000000 0x256 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .debug_loc 0x00000000 0xb1c zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .debug_aranges - 0x00000000 0x30 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .debug_ranges 0x00000000 0xe0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .debug_line 0x00000000 0x890 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .debug_str 0x00000000 0x39d zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .comment 0x00000000 0x20 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .debug_frame 0x00000000 0x68 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .text 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .data 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .bss 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .text.getentropy - 0x00000000 0x50 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .debug_info 0x00000000 0x455 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .debug_abbrev 0x00000000 0x21d zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .debug_loc 0x00000000 0x100 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .debug_ranges 0x00000000 0x10 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .debug_line 0x00000000 0x3bd zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .debug_str 0x00000000 0x475 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .comment 0x00000000 0x20 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .debug_frame 0x00000000 0x2c zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .text 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .data 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .bss 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .text.getopt_init - 0x00000000 0x4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .text.getopt_state_get - 0x00000000 0x4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .text.getopt 0x00000000 0x4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .text.z_getopt_global_state_update_shim - 0x00000000 0x2c zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .bss.optopt 0x00000000 0x4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .bss.optind 0x00000000 0x4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .bss.opterr 0x00000000 0x4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .bss.optarg 0x00000000 0x4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .debug_info 0x00000000 0x33a zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .debug_abbrev 0x00000000 0x1a7 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .debug_loc 0x00000000 0x81 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .debug_aranges - 0x00000000 0x38 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .debug_ranges 0x00000000 0x28 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .debug_line 0x00000000 0x2a4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .debug_str 0x00000000 0x5bd zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .comment 0x00000000 0x20 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .debug_frame 0x00000000 0x50 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .text 0x00000000 0x0 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .data 0x00000000 0x0 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_enable_it - 0x00000000 0x1c zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_disable_it - 0x00000000 0x20 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_enable_rising_trig - 0x00000000 0x1c zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_disable_rising_trig - 0x00000000 0x20 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_enable_falling_trig - 0x00000000 0x1c zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_disable_falling_trig - 0x00000000 0x20 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_enable_event - 0x00000000 0x1c zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_disable_event - 0x00000000 0x20 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_sw_interrupt - 0x00000000 0x30 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_enable - 0x00000000 0x96 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_disable - 0x00000000 0x32 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text 0x00000000 0x0 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .data 0x00000000 0x0 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_gpio_intc_get_pin_irq_line - 0x00000000 0xa zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_gpio_intc_enable_line - 0x00000000 0x2c zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_gpio_intc_disable_line - 0x00000000 0x10 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_gpio_intc_select_line_trigger - 0x00000000 0x50 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_gpio_intc_set_irq_callback - 0x00000000 0x40 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_gpio_intc_remove_irq_callback - 0x00000000 0x24 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_exti_set_line_src_port - 0x00000000 0x3a zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_exti_get_line_src_port - 0x00000000 0x38 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text 0x00000000 0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .data 0x00000000 0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .text 0x00000000 0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .data 0x00000000 0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .text 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .data 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .text.z_impl_flash_get_page_info_by_idx - 0x00000000 0xa zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .text.z_impl_flash_get_page_count - 0x00000000 0x28 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .text 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .data 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text.flash_stm32_valid_range - 0x00000000 0x38 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .data 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .text.flash_stm32_option_bytes_write - 0x00000000 0x60 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .text.flash_stm32_option_bytes_read - 0x00000000 0x8 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .text 0x00000000 0x0 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .data 0x00000000 0x0 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .text.sys_clock_set_timeout - 0x00000000 0x2 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .text.sys_clock_idle_exit - 0x00000000 0x2 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .debug_info 0x00000000 0xda zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .debug_abbrev 0x00000000 0x7e zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .debug_ranges 0x00000000 0x18 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .debug_line 0x00000000 0x195 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .debug_str 0x00000000 0x2fa zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .comment 0x00000000 0x20 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .debug_frame 0x00000000 0x30 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .text 0x00000000 0x0 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .data 0x00000000 0x0 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .text.sys_clock_cycle_get_32 - 0x00000000 0x28 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .text.sys_clock_cycle_get_64 - 0x00000000 0x30 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .text.sys_clock_idle_exit - 0x00000000 0x44 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .text 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .data 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .bss 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .text.SystemInit - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .text.SystemCoreClockUpdate - 0x00000000 0x78 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .rodata.APBPrescTable - 0x00000000 0x8 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .text 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .data 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .bss 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_MspInit - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_MspDeInit - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_DeInit - 0x00000000 0x2c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_InitTick - 0x00000000 0x4c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_Init - 0x00000000 0x1e modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_IncTick - 0x00000000 0x18 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetTick - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetTickPrio - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SetTickFreq - 0x00000000 0x28 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetTickFreq - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_Delay - 0x00000000 0x28 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SuspendTick - 0x00000000 0xe modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_ResumeTick - 0x00000000 0xe modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetHalVersion - 0x00000000 0x8 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetREVID - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetDEVID - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetUIDw0 - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetUIDw1 - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetUIDw2 - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_DBGMCU_EnableDBGSleepMode - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_DBGMCU_DisableDBGSleepMode - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_DBGMCU_EnableDBGStopMode - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_DBGMCU_DisableDBGStopMode - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_DBGMCU_EnableDBGStandbyMode - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_DBGMCU_DisableDBGStandbyMode - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_CCMSRAMErase - 0x00000000 0x18 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_EnableMemorySwappingBank - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_DisableMemorySwappingBank - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_VREFBUF_VoltageScalingConfig - 0x00000000 0x14 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_VREFBUF_HighImpedanceConfig - 0x00000000 0x14 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_VREFBUF_TrimmingConfig - 0x00000000 0x14 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_EnableVREFBUF - 0x00000000 0x30 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_DisableVREFBUF - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_EnableIOSwitchBooster - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_DisableIOSwitchBooster - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_EnableIOSwitchVDD - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_DisableIOSwitchVDD - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_CCMSRAM_WriteProtectionEnable - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .data.uwTickFreq - 0x00000000 0x4 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .data.uwTickPrio - 0x00000000 0x4 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .bss.uwTick 0x00000000 0x4 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .debug_info 0x00000000 0xc26 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .debug_abbrev 0x00000000 0x2d9 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .debug_loc 0x00000000 0x1ff modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .debug_aranges - 0x00000000 0x148 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .debug_ranges 0x00000000 0x138 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .debug_line 0x00000000 0x803 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .debug_str 0x00000000 0xd88 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .comment 0x00000000 0x20 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .debug_frame 0x00000000 0x2b0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .data 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .bss 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_DeInit - 0x00000000 0xb8 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_OscConfig - 0x00000000 0x414 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_MCOConfig - 0x00000000 0x58 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_ClockConfig - 0x00000000 0x1ec modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_GetHCLKFreq - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_GetPCLK1Freq - 0x00000000 0x24 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_GetPCLK2Freq - 0x00000000 0x24 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_GetOscConfig - 0x00000000 0x9c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_GetClockConfig - 0x00000000 0x3c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_EnableCSS - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_EnableLSECSS - 0x00000000 0x14 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_DisableLSECSS - 0x00000000 0x14 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_CSSCallback - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_NMI_IRQHandler - 0x00000000 0x1c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .data 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .bss 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_PeriphCLKConfig - 0x00000000 0x2a0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_GetPeriphCLKConfig - 0x00000000 0xb0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_GetPeriphCLKFreq - 0x00000000 0x398 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_EnableLSECSS - 0x00000000 0x14 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_DisableLSECSS - 0x00000000 0x1c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_EnableLSECSS_IT - 0x00000000 0x30 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_LSECSS_Callback - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_LSECSS_IRQHandler - 0x00000000 0x1c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_EnableLSCO - 0x00000000 0x90 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_DisableLSCO - 0x00000000 0x5c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRSConfig - 0x00000000 0x4c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRSSoftwareSynchronizationGenerate - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRSGetSynchronizationInfo - 0x00000000 0x24 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRSWaitSynchronization - 0x00000000 0x98 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRS_SyncOkCallback - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRS_SyncWarnCallback - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRS_ExpectedSyncCallback - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRS_ErrorCallback - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRS_IRQHandler - 0x00000000 0x74 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .debug_info 0x00000000 0xe20 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .debug_abbrev 0x00000000 0x2bf modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .debug_loc 0x00000000 0x96b modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .debug_aranges - 0x00000000 0xb0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .debug_ranges 0x00000000 0xe0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .debug_line 0x00000000 0xe61 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .debug_str 0x00000000 0xb32 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .comment 0x00000000 0x20 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .debug_frame 0x00000000 0x19c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .data 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .bss 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .text.LL_Init1msTick - 0x00000000 0x1a modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .text.LL_mDelay - 0x00000000 0x24 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .text.LL_SetSystemCoreClock - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .text.UTILS_EnablePLLAndSwitchSystem - 0x00000000 0x98 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .text.LL_PLL_ConfigSystemClock_HSI - 0x00000000 0xb8 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .text.LL_PLL_ConfigSystemClock_HSE - 0x00000000 0xc8 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .text 0x00000000 0x0 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .data 0x00000000 0x0 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .bss 0x00000000 0x0 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text.boot_set_next - 0x00000000 0x66 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text.boot_swap_type - 0x00000000 0x6 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text.boot_set_pending_multi - 0x00000000 0x38 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text.boot_set_pending - 0x00000000 0x8 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text.boot_set_confirmed_multi - 0x00000000 0x34 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text.boot_set_confirmed - 0x00000000 0x6 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .rodata.boot_image_load_header.str1.1 - 0x00000000 0x8b modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text.boot_image_load_header - 0x00000000 0x7c modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(device.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(device.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(device.c.obj) - .text.z_impl_device_init - 0x00000000 0x12 zephyr/kernel/libkernel.a(device.c.obj) - .text.z_device_get_all_static - 0x00000000 0x18 zephyr/kernel/libkernel.a(device.c.obj) - .text.z_impl_device_get_binding - 0x00000000 0x48 zephyr/kernel/libkernel.a(device.c.obj) - .text.z_impl_device_deinit - 0x00000000 0x6 zephyr/kernel/libkernel.a(device.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(fatal.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(fatal.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(fatal.c.obj) - .text.k_fatal_halt - 0x00000000 0x6 zephyr/kernel/libkernel.a(fatal.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(init.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(init.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(init.c.obj) - .text.z_early_rand_get - 0x00000000 0x70 zephyr/kernel/libkernel.a(init.c.obj) - .data.state.1 0x00000000 0x8 zephyr/kernel/libkernel.a(init.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(idle.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(idle.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(idle.c.obj) - .text.arch_spin_relax - 0x00000000 0x4 zephyr/kernel/libkernel.a(idle.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(mutex.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(mutex.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(mutex.c.obj) - .text.adjust_owner_prio.isra.0 - 0x00000000 0x10 zephyr/kernel/libkernel.a(mutex.c.obj) - .text.z_impl_k_mutex_init - 0x00000000 0xe zephyr/kernel/libkernel.a(mutex.c.obj) - .text.z_impl_k_mutex_lock - 0x00000000 0xe4 zephyr/kernel/libkernel.a(mutex.c.obj) - .text.z_impl_k_mutex_unlock - 0x00000000 0xa0 zephyr/kernel/libkernel.a(mutex.c.obj) - .bss.lock 0x00000000 0x0 zephyr/kernel/libkernel.a(mutex.c.obj) - .debug_info 0x00000000 0x7192 zephyr/kernel/libkernel.a(mutex.c.obj) - .debug_abbrev 0x00000000 0x4d0 zephyr/kernel/libkernel.a(mutex.c.obj) - .debug_loc 0x00000000 0x8cb zephyr/kernel/libkernel.a(mutex.c.obj) - .debug_aranges - 0x00000000 0x38 zephyr/kernel/libkernel.a(mutex.c.obj) - .debug_ranges 0x00000000 0x148 zephyr/kernel/libkernel.a(mutex.c.obj) - .debug_line 0x00000000 0xc49 zephyr/kernel/libkernel.a(mutex.c.obj) - .debug_str 0x00000000 0xd0f zephyr/kernel/libkernel.a(mutex.c.obj) - .comment 0x00000000 0x20 zephyr/kernel/libkernel.a(mutex.c.obj) - .debug_frame 0x00000000 0x78 zephyr/kernel/libkernel.a(mutex.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(sem.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(sem.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(sem.c.obj) - .text.z_impl_k_sem_reset - 0x00000000 0x6c zephyr/kernel/libkernel.a(sem.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(thread.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(thread.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(thread.c.obj) - .text.k_is_in_isr - 0x00000000 0xc zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_is_preempt_thread - 0x00000000 0x20 zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_thread_priority_get - 0x00000000 0x6 zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_thread_name_set - 0x00000000 0x6 zephyr/kernel/libkernel.a(thread.c.obj) - .text.k_thread_name_get - 0x00000000 0x4 zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_thread_name_copy - 0x00000000 0x6 zephyr/kernel/libkernel.a(thread.c.obj) - .rodata.k_thread_state_str.str1.1 - 0x00000000 0x3 zephyr/kernel/libkernel.a(thread.c.obj) - .text.k_thread_state_str - 0x00000000 0x7c zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_init_thread_base - 0x00000000 0x14 zephyr/kernel/libkernel.a(thread.c.obj) - .text.k_thread_user_mode_enter - 0x00000000 0x1c zephyr/kernel/libkernel.a(thread.c.obj) - .text.k_thread_runtime_stats_get - 0x00000000 0x14 zephyr/kernel/libkernel.a(thread.c.obj) - .text.k_thread_runtime_stats_all_get - 0x00000000 0xc zephyr/kernel/libkernel.a(thread.c.obj) - .text.k_thread_runtime_stats_cpu_get - 0x00000000 0xc zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_thread_priority_set - 0x00000000 0x2c zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_thread_suspend - 0x00000000 0x40 zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_thread_resume - 0x00000000 0x3c zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_thread_create - 0x00000000 0x58 zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_thread_join - 0x00000000 0x98 zephyr/kernel/libkernel.a(thread.c.obj) - .text.k_can_yield - 0x00000000 0x30 zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_yield - 0x00000000 0x4 zephyr/kernel/libkernel.a(thread.c.obj) - .rodata.str1.1 - 0x00000000 0x41 zephyr/kernel/libkernel.a(thread.c.obj) - .rodata.state_string.0 - 0x00000000 0x40 zephyr/kernel/libkernel.a(thread.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(sched.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(sched.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_unready_thread - 0x00000000 0x1e zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_sched_unready_locked - 0x00000000 0x4 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_yield_testing_only - 0x00000000 0x1e zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_sched_yield - 0x00000000 0x84 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_sched_add_to_waitq_locked - 0x00000000 0x4 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_pend_thread - 0x00000000 0x44 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_unpend_thread_no_timeout - 0x00000000 0x22 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_unpend1_no_timeout - 0x00000000 0x2c zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_unpend_thread - 0x00000000 0x2c zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_thread_prio_set - 0x00000000 0xd8 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_reschedule_irqlock - 0x00000000 0x28 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_swap_next_thread - 0x00000000 0x18 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_unpend_all_locked - 0x00000000 0x30 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_unpend_all - 0x00000000 0x1e zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_thread_suspend_current - 0x00000000 0x4c zephyr/kernel/libkernel.a(sched.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(sleep.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(sleep.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(sleep.c.obj) - .text.z_tick_sleep - 0x00000000 0x90 zephyr/kernel/libkernel.a(sleep.c.obj) - .text.z_impl_k_sleep - 0x00000000 0x32 zephyr/kernel/libkernel.a(sleep.c.obj) - .text.z_impl_k_usleep - 0x00000000 0x22 zephyr/kernel/libkernel.a(sleep.c.obj) - .debug_info 0x00000000 0xe8c zephyr/kernel/libkernel.a(sleep.c.obj) - .debug_abbrev 0x00000000 0x400 zephyr/kernel/libkernel.a(sleep.c.obj) - .debug_loc 0x00000000 0x312 zephyr/kernel/libkernel.a(sleep.c.obj) - .debug_aranges - 0x00000000 0x30 zephyr/kernel/libkernel.a(sleep.c.obj) - .debug_ranges 0x00000000 0x78 zephyr/kernel/libkernel.a(sleep.c.obj) - .debug_line 0x00000000 0x7dd zephyr/kernel/libkernel.a(sleep.c.obj) - .debug_str 0x00000000 0x88f zephyr/kernel/libkernel.a(sleep.c.obj) - .comment 0x00000000 0x20 zephyr/kernel/libkernel.a(sleep.c.obj) - .debug_frame 0x00000000 0x64 zephyr/kernel/libkernel.a(sleep.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(scheduler.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(scheduler.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(scheduler.c.obj) - .text.z_impl_k_reschedule - 0x00000000 0x12 zephyr/kernel/libkernel.a(scheduler.c.obj) - .text.z_sched_waitq_walk - 0x00000000 0x68 zephyr/kernel/libkernel.a(scheduler.c.obj) - .text.z_sched_wake - 0x00000000 0x56 zephyr/kernel/libkernel.a(scheduler.c.obj) - .text.z_sched_wait - 0x00000000 0x24 zephyr/kernel/libkernel.a(scheduler.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .text.k_sched_time_slice_set - 0x00000000 0x3c zephyr/kernel/libkernel.a(timeslicing.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(timeout.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(timeout.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(timeout.c.obj) - .text.timeout_rem - 0x00000000 0x30 zephyr/kernel/libkernel.a(timeout.c.obj) - .text.z_timeout_remaining - 0x00000000 0x38 zephyr/kernel/libkernel.a(timeout.c.obj) - .text.z_timeout_expires - 0x00000000 0x38 zephyr/kernel/libkernel.a(timeout.c.obj) - .text.z_get_next_timeout_expiry - 0x00000000 0x22 zephyr/kernel/libkernel.a(timeout.c.obj) - .text.sys_clock_tick_get_32 - 0x00000000 0x8 zephyr/kernel/libkernel.a(timeout.c.obj) - .text.z_impl_k_uptime_ticks - 0x00000000 0x4 zephyr/kernel/libkernel.a(timeout.c.obj) - .text 0x00000000 0x14 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strcmp.S.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strcmp.S.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strcmp.S.o) - .debug_frame 0x00000000 0x20 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strcmp.S.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memcpy.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memcpy.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memcpy.c.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memset.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memset.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memset.c.o) - .text 0x00000000 0x10 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strlen.S.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strlen.S.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strlen.S.o) - .debug_frame 0x00000000 0x20 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strlen.S.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_errno_errno.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_errno_errno.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_errno_errno.c.o) - .tbss.errno 0x00000000 0x4 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_errno_errno.c.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_memcmp.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_memcmp.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_memcmp.c.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_strchr.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_strchr.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_strchr.c.o) - .text.strchr 0x00000000 0x1a /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_strchr.c.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_puts.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_puts.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_puts.c.o) - .text.puts 0x00000000 0x40 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_puts.c.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmprintf.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmprintf.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmprintf.c.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .text.scanf_getc - 0x00000000 0x14 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .text.skip_spaces - 0x00000000 0x2e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .text.putval 0x00000000 0x1a /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .rodata.__m_vfscanf.str1.1 - 0x00000000 0xb /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .text.__m_vfscanf - 0x00000000 0x2c4 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_fgetc.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_fgetc.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_fgetc.c.o) - .text.getc 0x00000000 0x46 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_fgetc.c.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_ungetc.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_ungetc.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_ungetc.c.o) - .text.ungetc 0x00000000 0x3a /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_ungetc.c.o) - .text 0x00000000 0x254 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldf3.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldf3.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldf3.o) - .debug_frame 0x00000000 0x30 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldf3.o) - .text 0x00000000 0x378 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_addsubdf3.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_addsubdf3.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_addsubdf3.o) - .debug_frame 0x00000000 0xac /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_addsubdf3.o) - .text 0x00000000 0x424 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldivdf3.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldivdf3.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldivdf3.o) - .debug_frame 0x00000000 0x50 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldivdf3.o) - .text 0x00000000 0xa0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_truncdfsf2.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_truncdfsf2.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_truncdfsf2.o) - .debug_frame 0x00000000 0x24 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_truncdfsf2.o) - .text 0x00000000 0xec /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpsf2.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpsf2.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpsf2.o) - .debug_frame 0x00000000 0xc8 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpsf2.o) - .text 0x00000000 0xa0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_ldivmod.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_ldivmod.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_ldivmod.o) - .debug_frame 0x00000000 0x44 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_ldivmod.o) - .text 0x00000000 0x30 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_uldivmod.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_uldivmod.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_uldivmod.o) - .debug_frame 0x00000000 0x2c /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_uldivmod.o) - .text 0x00000000 0x26 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_popcountsi2.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_popcountsi2.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_popcountsi2.o) - .debug_frame 0x00000000 0x20 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_popcountsi2.o) - .text 0x00000000 0x2e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixdfdi.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixdfdi.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixdfdi.o) - .debug_frame 0x00000000 0x38 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixdfdi.o) - .text 0x00000000 0x3c /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixunsdfdi.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixunsdfdi.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixunsdfdi.o) - .debug_frame 0x00000000 0x2c /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixunsdfdi.o) - .text 0x00000000 0x2bc /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_udivmoddi4.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_udivmoddi4.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_udivmoddi4.o) - .ARM.extab 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_udivmoddi4.o) - .ARM.exidx 0x00000000 0x8 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_udivmoddi4.o) - .debug_frame 0x00000000 0x34 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_udivmoddi4.o) - .text 0x00000000 0x4 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_dvmd_tls.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_dvmd_tls.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_dvmd_tls.o) - .text 0x00000000 0x110 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpdf2.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpdf2.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpdf2.o) - .debug_frame 0x00000000 0xc4 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpdf2.o) - .text 0x00000000 0x40 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_fixunsdfsi.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_fixunsdfsi.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_fixunsdfsi.o) - .debug_frame 0x00000000 0x24 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_fixunsdfsi.o) - -Memory Configuration - -Name Origin Length Attributes -FLASH 0x08000000 0x00008800 xr -RAM 0x20000000 0x00008000 xw -SRAM0 0x20000000 0x00008000 rw -IDT_LIST 0xffff7fff 0x00008000 xw -*default* 0x00000000 0xffffffff - -Linker script and memory map - - 0x080031a8 vfprintf = __m_vfprintf - 0x00000000 vfscanf = __m_vfscanf -LOAD zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj -LOAD zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj -LOAD zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj -LOAD app/libapp.a -LOAD zephyr/libzephyr.a -LOAD zephyr/arch/common/libarch__common.a -LOAD zephyr/arch/arch/arm/core/libarch__arm__core.a -LOAD zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a -LOAD zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a -LOAD zephyr/lib/libc/picolibc/liblib__libc__picolibc.a -LOAD zephyr/lib/libc/common/liblib__libc__common.a -LOAD zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a -LOAD zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a -LOAD zephyr/drivers/clock_control/libdrivers__clock_control.a -LOAD zephyr/drivers/flash/libdrivers__flash.a -LOAD zephyr/drivers/timer/libdrivers__timer.a -LOAD modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a -LOAD modules/mcuboot/libmcuboot_util.a -LOAD zephyr/kernel/libkernel.a -LOAD zephyr/arch/common/libisr_tables.a -LOAD /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a -LOAD /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a - 0x00000020 _region_min_align = 0x20 - -.rel.plt 0x08000000 0x0 - *(SORT_BY_ALIGNMENT(.rel.plt)) - [!provide] PROVIDE (__rel_iplt_start = .) - *(SORT_BY_ALIGNMENT(.rel.iplt)) - .rel.iplt 0x08000000 0x0 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj - [!provide] PROVIDE (__rel_iplt_end = .) - -.rela.plt 0x00000000 0x0 - *(SORT_BY_ALIGNMENT(.rela.plt)) - [!provide] PROVIDE (__rela_iplt_start = .) - *(SORT_BY_ALIGNMENT(.rela.iplt)) - [!provide] PROVIDE (__rela_iplt_end = .) - -.rel.dyn - *(SORT_BY_ALIGNMENT(.rel.*)) - -.rela.dyn - *(SORT_BY_ALIGNMENT(.rela.*)) - -/DISCARD/ - *(SORT_BY_ALIGNMENT(.plt)) - -/DISCARD/ - *(SORT_BY_ALIGNMENT(.iplt)) - 0x08000000 __rom_region_start = 0x8000000 - -rom_start 0x08000000 0x1b0 - 0x08000000 __rom_start_address = . - FILL mask 0x00 - 0x08000000 . = (. + (0x0 - (. - __rom_start_address))) - 0x08000000 . = ALIGN (0x4) - 0x08000000 . = ALIGN (0x80) - 0x08000000 . = ALIGN (0x200) - 0x08000000 _vector_start = . - *(SORT_BY_ALIGNMENT(.exc_vector_table)) - *(SORT_BY_ALIGNMENT(.exc_vector_table.*)) - .exc_vector_table._vector_table_section - 0x08000000 0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj) - 0x08000000 _vector_table - *(SORT_BY_ALIGNMENT(.vectors)) - 0x080001b0 _vector_end = . - 0x08000040 . = ALIGN (0x4) - *(SORT_BY_ALIGNMENT(.gnu.linkonce.irq_vector_table*)) - .gnu.linkonce.irq_vector_table - 0x08000040 0x170 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj - 0x08000040 _irq_vector_table - 0x080001b0 _vector_end = . - -text 0x080001b0 0x457c - 0x080001b0 __text_region_start = . - *(SORT_BY_ALIGNMENT(.text)) - *(SORT_BY_ALIGNMENT(.text.*)) - .text.main 0x080001b0 0xc4 app/libapp.a(main.c.obj) - 0x080001b0 main - .text.flash_device_base - 0x08000274 0x20 app/libapp.a(flash_map_extended.c.obj) - 0x08000274 flash_device_base - .text.flash_area_id_from_multi_image_slot - 0x08000294 0x24 app/libapp.a(flash_map_extended.c.obj) - 0x08000294 flash_area_id_from_multi_image_slot - .text.boot_banner - 0x080002b8 0x10 zephyr/libzephyr.a(boot_banner.c.obj) - .text.char_out - 0x080002c8 0xc zephyr/libzephyr.a(printk.c.obj) - .text.vprintk 0x080002d4 0x30 zephyr/libzephyr.a(printk.c.obj) - 0x080002d4 vprintk - .text.st_stm32_common_config - 0x08000304 0x14 zephyr/libzephyr.a(soc_config.c.obj) - .text.stm32_backup_domain_enable_access - 0x08000318 0x3c zephyr/libzephyr.a(stm32_backup_domain.c.obj) - 0x08000318 stm32_backup_domain_enable_access - .text.stm32_backup_domain_disable_access - 0x08000354 0x60 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - 0x08000354 stm32_backup_domain_disable_access - .text.soc_early_init_hook - 0x080003b4 0x68 zephyr/libzephyr.a(soc.c.obj) - 0x080003b4 soc_early_init_hook - .text.mem_attr_get_regions - 0x0800041c 0xc zephyr/libzephyr.a(mem_attr.c.obj) - 0x0800041c mem_attr_get_regions - .text.flash_area_open - 0x08000428 0x4c zephyr/libzephyr.a(flash_map.c.obj) - 0x08000428 flash_area_open - .text.flash_area_sectors - 0x08000474 0x34 zephyr/libzephyr.a(flash_map_layout.c.obj) - 0x08000474 flash_area_sectors - .text.z_thread_entry - 0x080004a8 0x34 zephyr/libzephyr.a(thread_entry.c.obj) - 0x080004a8 z_thread_entry - .text.bootutil_img_validate - 0x080004dc 0xf8 zephyr/libzephyr.a(image_validate.c.obj) - 0x080004dc bootutil_img_validate - .text.boot_status_entries - 0x080005d4 0x28 zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x080005d4 boot_status_entries - .text.boot_find_status - 0x080005fc 0x34 zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x080005fc boot_find_status - .text.boot_read_sectors - 0x08000630 0x40 zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x08000630 boot_read_sectors - .text.boot_check_header_valid - 0x08000670 0x4c zephyr/libzephyr.a(bootutil_loader.c.obj) - 0x08000670 boot_check_header_valid - .text.boot_check_image - 0x080006bc 0x30 zephyr/libzephyr.a(bootutil_loader.c.obj) - 0x080006bc boot_check_image - .text.boot_validate_slot.isra.0 - 0x080006ec 0xc4 zephyr/libzephyr.a(loader.c.obj) - .text.boot_swap_image.isra.0 - 0x080007b0 0x9c zephyr/libzephyr.a(loader.c.obj) - .text.boot_copy_region - 0x0800084c 0x58 zephyr/libzephyr.a(loader.c.obj) - 0x0800084c boot_copy_region - .text.context_boot_go - 0x080008a4 0x278 zephyr/libzephyr.a(loader.c.obj) - 0x080008a4 context_boot_go - .text.boot_go 0x08000b1c 0x24 zephyr/libzephyr.a(loader.c.obj) - 0x08000b1c boot_go - .text.swap_set_copy_done - 0x08000b40 0x2c zephyr/libzephyr.a(swap_misc.c.obj) - 0x08000b40 swap_set_copy_done - .text.swap_set_image_ok - 0x08000b6c 0x44 zephyr/libzephyr.a(swap_misc.c.obj) - 0x08000b6c swap_set_image_ok - .text.boot_read_image_header - 0x08000bb0 0xb0 zephyr/libzephyr.a(swap_move.c.obj) - 0x08000bb0 boot_read_image_header - .text.swap_read_status_bytes - 0x08000c60 0xc4 zephyr/libzephyr.a(swap_move.c.obj) - 0x08000c60 swap_read_status_bytes - .text.boot_slots_compatible - 0x08000d24 0x80 zephyr/libzephyr.a(swap_move.c.obj) - 0x08000d24 boot_slots_compatible - .text.swap_status_source - 0x08000da4 0xd8 zephyr/libzephyr.a(swap_move.c.obj) - 0x08000da4 swap_status_source - .text.fixup_revert - 0x08000e7c 0xac zephyr/libzephyr.a(swap_move.c.obj) - 0x08000e7c fixup_revert - .text.swap_run - 0x08000f28 0x210 zephyr/libzephyr.a(swap_move.c.obj) - 0x08000f28 swap_run - .text.compress - 0x08001138 0x1d4 zephyr/libzephyr.a(sha256.c.obj) - .text.tc_sha256_init - 0x0800130c 0x58 zephyr/libzephyr.a(sha256.c.obj) - 0x0800130c tc_sha256_init - .text.cleanup_arm_interrupts - 0x08001364 0x54 zephyr/libzephyr.a(arm_cortex_m.c.obj) - 0x08001364 cleanup_arm_interrupts - .text.arch_bss_zero - 0x080013b8 0x18 zephyr/arch/common/libarch__common.a(init.c.obj) - 0x080013b8 arch_bss_zero - .text.arch_data_copy - 0x080013d0 0x38 zephyr/arch/common/libarch__common.a(xip.c.obj) - 0x080013d0 arch_data_copy - .text.z_SysNmiOnReset - 0x08001408 0x8 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - 0x08001408 z_SysNmiOnReset - .text.arch_tls_stack_setup - 0x08001410 0x40 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - 0x08001410 arch_tls_stack_setup - .text.mem_manage_fault - 0x08001450 0xa0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .text.usage_fault.isra.0 - 0x080014f0 0x54 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .text.bus_fault.isra.0 - 0x08001544 0x6c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .text.z_arm_fault - 0x080015b0 0x12c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - 0x080015b0 z_arm_fault - .text.z_arm_fault_init - 0x080016dc 0x18 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - 0x080016dc z_arm_fault_init - .text.__fault 0x080016f4 0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - 0x080016f4 z_arm_bus_fault - 0x080016f4 z_arm_usage_fault - 0x080016f4 z_arm_mpu_fault - 0x080016f4 z_arm_exc_spurious - 0x080016f4 z_arm_debug_monitor - 0x080016f4 z_arm_hard_fault - .text._reset_section - 0x08001708 0x34 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - 0x08001708 z_arm_reset - 0x08001708 __start - .text.z_arm_clear_arm_mpu_config - 0x0800173c 0x24 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - 0x0800173c z_arm_clear_arm_mpu_config - .text.z_arm_svc - 0x08001760 0x24 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - 0x08001760 z_arm_svc - .text.arm_irq_priority_set - 0x08001784 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - 0x08001784 arm_irq_priority_set - .text.relocate_vector_table - 0x080017b4 0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - 0x080017b4 relocate_vector_table - .text.z_prep_c - 0x080017d0 0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - 0x080017d0 z_prep_c - .text.arch_new_thread - 0x08001808 0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - 0x08001808 arch_new_thread - .text.z_check_thread_stack_fail - 0x08001840 0x2c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - 0x08001840 z_check_thread_stack_fail - .text.arch_switch_to_main_thread - 0x0800186c 0x3c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - 0x0800186c arch_switch_to_main_thread - .text.z_arm_cpu_idle_init - 0x080018a8 0xc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - 0x080018a8 z_arm_cpu_idle_init - .text._HandlerModeExit - 0x080018b4 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - 0x080018b4 z_arm_exc_exit - 0x080018b4 z_arm_int_exit - .text.z_impl_k_thread_abort - 0x080018d4 0x2c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - 0x080018d4 z_impl_k_thread_abort - .text.z_arm_pendsv - 0x08001900 0x60 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - 0x08001900 z_arm_pendsv - .text.z_arm_interrupt_init - 0x08001960 0x18 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - 0x08001960 z_arm_interrupt_init - .text._isr_wrapper - 0x08001978 0x24 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - 0x08001978 _isr_wrapper - .text.__aeabi_read_tp - 0x0800199c 0xc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - 0x0800199c __aeabi_read_tp - .text.z_arm_configure_static_mpu_regions - 0x080019a8 0x18 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - 0x080019a8 z_arm_configure_static_mpu_regions - .text.z_arm_configure_dynamic_mpu_regions - 0x080019c0 0x20 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - 0x080019c0 z_arm_configure_dynamic_mpu_regions - .text.region_init - 0x080019e0 0x28 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .text.mpu_configure_regions - 0x08001a08 0x6c zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .text.arm_core_mpu_enable - 0x08001a74 0x18 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - 0x08001a74 arm_core_mpu_enable - .text.arm_core_mpu_disable - 0x08001a8c 0x14 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - 0x08001a8c arm_core_mpu_disable - .text.arm_core_mpu_configure_static_mpu_regions - 0x08001aa0 0x14 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - 0x08001aa0 arm_core_mpu_configure_static_mpu_regions - .text.arm_core_mpu_configure_dynamic_mpu_regions - 0x08001ab4 0x38 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - 0x08001ab4 arm_core_mpu_configure_dynamic_mpu_regions - .text.z_arm_mpu_init - 0x08001aec 0x184 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - 0x08001aec z_arm_mpu_init - .text.abort 0x08001c70 0x1c zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - 0x08001c70 abort - .text.stm32_exti_init - 0x08001c8c 0x2c zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_is_pending - 0x08001cb8 0x28 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - 0x08001cb8 stm32_exti_is_pending - .text.stm32_exti_clear_pending - 0x08001ce0 0x28 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - 0x08001ce0 stm32_exti_clear_pending - .text.stm32_fill_irq_table - 0x08001d08 0x18 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_intc_gpio_isr - 0x08001d20 0x4c zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_clock_control_get_subsys_rate - 0x08001d6c 0xb4 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .text.stm32_clock_control_init - 0x08001e20 0x16c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - 0x08001e20 stm32_clock_control_init - .text.get_pllsrc_frequency - 0x08001f8c 0x8 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - 0x08001f8c get_pllsrc_frequency - .text.config_pll_sysclock - 0x08001f94 0x34 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - 0x08001f94 config_pll_sysclock - .text.config_enable_default_clocks - 0x08001fc8 0x20 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - 0x08001fc8 config_enable_default_clocks - .text.flash_stm32_get_parameters - 0x08001fe8 0x8 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text.flash_stm32_get_size - 0x08001ff0 0x18 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text.stm32_flash_init - 0x08002008 0x38 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text.flash_stm32_cr_lock - 0x08002040 0x44 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - 0x08002040 flash_stm32_cr_lock - .text.flash_stm32_page_layout - 0x08002084 0x4c zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - 0x08002084 flash_stm32_page_layout - .text.elapsed 0x080020d0 0x44 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .text.sys_clock_driver_init - 0x08002114 0x34 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .text.sys_clock_isr - 0x08002148 0x6c zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - 0x08002148 sys_clock_isr - .text.sys_clock_set_timeout - 0x080021b4 0xf4 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - 0x080021b4 sys_clock_set_timeout - .text.sys_clock_elapsed - 0x080022a8 0x3c zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - 0x080022a8 sys_clock_elapsed - .text.HAL_RCC_GetSysClockFreq - 0x080022e4 0x6c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - 0x080022e4 HAL_RCC_GetSysClockFreq - .text.LL_SetFlashLatency - 0x08002350 0xd4 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - 0x08002350 LL_SetFlashLatency - .text.boot_write_magic - 0x08002424 0x44 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x08002424 boot_write_magic - .text.boot_read_swap_state - 0x08002468 0xac modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x08002468 boot_read_swap_state - .text.boot_swap_type_multi - 0x08002514 0xec modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x08002514 boot_swap_type_multi - .text.z_fatal_error - 0x08002600 0x30 zephyr/kernel/libkernel.a(fatal.c.obj) - 0x08002600 z_fatal_error - .text.z_sys_init_run_level - 0x08002630 0x30 zephyr/kernel/libkernel.a(init.c.obj) - .text.bg_thread_main - 0x08002660 0xbc zephyr/kernel/libkernel.a(init.c.obj) - .text.z_init_cpu - 0x0800271c 0x70 zephyr/kernel/libkernel.a(init.c.obj) - 0x0800271c z_init_cpu - .text.z_cstart - 0x0800278c 0xcc zephyr/kernel/libkernel.a(init.c.obj) - 0x0800278c z_cstart - .text.z_impl_k_sem_give - 0x08002858 0x68 zephyr/kernel/libkernel.a(sem.c.obj) - 0x08002858 z_impl_k_sem_give - .text.z_impl_k_sem_take - 0x080028c0 0x4c zephyr/kernel/libkernel.a(sem.c.obj) - 0x080028c0 z_impl_k_sem_take - .text.z_setup_new_thread - 0x0800290c 0x98 zephyr/kernel/libkernel.a(thread.c.obj) - 0x0800290c z_setup_new_thread - .text.z_dummy_thread_init - 0x080029a4 0x18 zephyr/kernel/libkernel.a(thread.c.obj) - 0x080029a4 z_dummy_thread_init - .text.z_impl_k_wakeup - 0x080029bc 0x48 zephyr/kernel/libkernel.a(thread.c.obj) - 0x080029bc z_impl_k_wakeup - .text.z_swap_irqlock - 0x08002a04 0x30 zephyr/kernel/libkernel.a(sched.c.obj) - .text.unready_thread - 0x08002a34 0x54 zephyr/kernel/libkernel.a(sched.c.obj) - .text.ready_thread - 0x08002a88 0x80 zephyr/kernel/libkernel.a(sched.c.obj) - .text.reschedule.isra.0 - 0x08002b08 0x28 zephyr/kernel/libkernel.a(sched.c.obj) - .text.move_current_to_end_of_prio_q - 0x08002b30 0x6c zephyr/kernel/libkernel.a(sched.c.obj) - 0x08002b30 move_current_to_end_of_prio_q - .text.z_thread_halt - 0x08002b9c 0x12c zephyr/kernel/libkernel.a(sched.c.obj) - 0x08002b9c z_thread_halt - .text.z_sched_lock_reschedule - 0x08002cc8 0x44 zephyr/kernel/libkernel.a(sched.c.obj) - 0x08002cc8 z_sched_lock_reschedule - .text.z_pend_curr - 0x08002d0c 0x58 zephyr/kernel/libkernel.a(sched.c.obj) - 0x08002d0c z_pend_curr - .text.z_sched_init - 0x08002d64 0x10 zephyr/kernel/libkernel.a(scheduler.c.obj) - 0x08002d64 z_sched_init - .text.k_sched_lock - 0x08002d74 0x28 zephyr/kernel/libkernel.a(scheduler.c.obj) - 0x08002d74 k_sched_lock - .text.k_sched_unlock - 0x08002d9c 0x20 zephyr/kernel/libkernel.a(scheduler.c.obj) - 0x08002d9c k_sched_unlock - .text.z_impl_k_sched_current_thread_query - 0x08002dbc 0xc zephyr/kernel/libkernel.a(scheduler.c.obj) - 0x08002dbc z_impl_k_sched_current_thread_query - .text.z_time_slice_size - 0x08002dc8 0x40 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .text.slice_timeout - 0x08002e08 0x20 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .text.z_time_slice_reset - 0x08002e28 0x44 zephyr/kernel/libkernel.a(timeslicing.c.obj) - 0x08002e28 z_time_slice_reset - .text.z_time_slice - 0x08002e6c 0x5c zephyr/kernel/libkernel.a(timeslicing.c.obj) - 0x08002e6c z_time_slice - .text.first 0x08002ec8 0x10 zephyr/kernel/libkernel.a(timeout.c.obj) - .text.elapsed 0x08002ed8 0x14 zephyr/kernel/libkernel.a(timeout.c.obj) - .text.z_add_timeout - 0x08002eec 0x130 zephyr/kernel/libkernel.a(timeout.c.obj) - 0x08002eec z_add_timeout - .text.z_abort_timeout - 0x0800301c 0x90 zephyr/kernel/libkernel.a(timeout.c.obj) - 0x0800301c z_abort_timeout - .text.sys_clock_announce_locked - 0x080030ac 0xcc zephyr/kernel/libkernel.a(timeout.c.obj) - 0x080030ac sys_clock_announce_locked - .text.sys_clock_tick_get - 0x08003178 0x30 zephyr/kernel/libkernel.a(timeout.c.obj) - 0x08003178 sys_clock_tick_get - .text.__m_vfprintf - 0x080031a8 0x270 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmprintf.c.o) - 0x080031a8 __m_vfprintf - .text._OffsetAbsSyms - 0x08003418 0x2 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - 0x08003418 _OffsetAbsSyms - .text.flash_area_get_device_id - 0x0800341a 0xa app/libapp.a(flash_map_extended.c.obj) - 0x0800341a flash_area_get_device_id - .text.flash_area_get_sector - 0x08003424 0x36 app/libapp.a(flash_map_extended.c.obj) - 0x08003424 flash_area_get_sector - .text.os_heap_init - 0x0800345a 0x2 app/libapp.a(os.c.obj) - 0x0800345a os_heap_init - .text.mcuboot_watchdog_setup - 0x0800345c 0x2 app/libapp.a(watchdog.c.obj) - 0x0800345c mcuboot_watchdog_setup - .text.mcuboot_watchdog_feed - 0x0800345e 0x2 app/libapp.a(watchdog.c.obj) - 0x0800345e mcuboot_watchdog_feed - .text.arch_printk_char_out - 0x08003460 0x4 zephyr/libzephyr.a(printk.c.obj) - 0x08003460 arch_printk_char_out - .text.printk 0x08003464 0x1a zephyr/libzephyr.a(printk.c.obj) - 0x08003464 printk - .text._ConfigAbsSyms - 0x0800347e 0x2 zephyr/libzephyr.a(configs.c.obj) - 0x0800347e _ConfigAbsSyms - .text.z_log_minimal_printk - 0x08003480 0x1a zephyr/libzephyr.a(log_minimal.c.obj) - 0x08003480 z_log_minimal_printk - .text.is_in_flash_area_bounds - 0x0800349a 0x1a zephyr/libzephyr.a(flash_map.c.obj) - .text.flash_area_close - 0x080034b4 0x2 zephyr/libzephyr.a(flash_map.c.obj) - 0x080034b4 flash_area_close - .text.flash_area_read - 0x080034b6 0x2a zephyr/libzephyr.a(flash_map.c.obj) - 0x080034b6 flash_area_read - .text.flash_area_write - 0x080034e0 0x2a zephyr/libzephyr.a(flash_map.c.obj) - 0x080034e0 flash_area_write - .text.flash_area_erase - 0x0800350a 0x2a zephyr/libzephyr.a(flash_map.c.obj) - 0x0800350a flash_area_erase - .text.flash_area_align - 0x08003534 0xe zephyr/libzephyr.a(flash_map.c.obj) - 0x08003534 flash_area_align - .text.flash_area_get_device - 0x08003542 0x4 zephyr/libzephyr.a(flash_map.c.obj) - 0x08003542 flash_area_get_device - .text.flash_area_erased_val - 0x08003546 0xe zephyr/libzephyr.a(flash_map.c.obj) - 0x08003546 flash_area_erased_val - .text.get_sectors_cb - 0x08003554 0x44 zephyr/libzephyr.a(flash_map_layout.c.obj) - .text.flash_area_get_sectors - 0x08003598 0x32 zephyr/libzephyr.a(flash_map_layout.c.obj) - 0x08003598 flash_area_get_sectors - .text.bootutil_img_hash - 0x080035ca 0x6e zephyr/libzephyr.a(bootutil_img_hash.c.obj) - 0x080035ca bootutil_img_hash - .text.bootutil_tlv_iter_begin - 0x08003638 0x9c zephyr/libzephyr.a(tlv.c.obj) - 0x08003638 bootutil_tlv_iter_begin - .text.bootutil_tlv_iter_next - 0x080036d4 0x96 zephyr/libzephyr.a(tlv.c.obj) - 0x080036d4 bootutil_tlv_iter_next - .text.bootutil_tlv_iter_is_prot - 0x0800376a 0x1c zephyr/libzephyr.a(tlv.c.obj) - 0x0800376a bootutil_tlv_iter_is_prot - .text.boot_fih_memequal - 0x08003786 0x4 zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x08003786 boot_fih_memequal - .text.boot_status_off - 0x0800378a 0x1a zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x0800378a boot_status_off - .text.boot_read_swap_size - 0x080037a4 0x1c zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x080037a4 boot_read_swap_size - .text.boot_write_swap_size - 0x080037c0 0x1e zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x080037c0 boot_write_swap_size - .text.bootutil_max_image_size - 0x080037de 0x4 zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x080037de bootutil_max_image_size - .text.boot_read_image_size - 0x080037e2 0x8a zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x080037e2 boot_read_image_size - .text.boot_initialize_area - 0x0800386c 0x34 zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x0800386c boot_initialize_area - .text.boot_state_clear - 0x080038a0 0x2 zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x080038a0 boot_state_clear - .text.boot_trailer_sz - 0x080038a2 0x8 zephyr/libzephyr.a(bootutil_area.c.obj) - 0x080038a2 boot_trailer_sz - .text.boot_trailer_scramble_offset - 0x080038aa 0x36 zephyr/libzephyr.a(bootutil_area.c.obj) - 0x080038aa boot_trailer_scramble_offset - .text.boot_erase_region - 0x080038e0 0x86 zephyr/libzephyr.a(bootutil_area.c.obj) - 0x080038e0 boot_erase_region - .text.boot_scramble_region - 0x08003966 0x10 zephyr/libzephyr.a(bootutil_area.c.obj) - 0x08003966 boot_scramble_region - .text.boot_scramble_slot - 0x08003976 0xa zephyr/libzephyr.a(bootutil_area.c.obj) - 0x08003976 boot_scramble_slot - .text.boot_check_header_erased - 0x08003980 0x1a zephyr/libzephyr.a(bootutil_loader.c.obj) - 0x08003980 boot_check_header_erased - .text.boot_read_image_headers - 0x0800399a 0x30 zephyr/libzephyr.a(bootutil_loader.c.obj) - 0x0800399a boot_read_image_headers - .text.boot_add_shared_data - 0x080039ca 0x4 zephyr/libzephyr.a(bootutil_loader.c.obj) - 0x080039ca boot_add_shared_data - .text.boot_open_all_flash_areas - 0x080039ce 0x30 zephyr/libzephyr.a(bootutil_loader.c.obj) - 0x080039ce boot_open_all_flash_areas - .text.boot_close_all_flash_areas - 0x080039fe 0x1a zephyr/libzephyr.a(bootutil_loader.c.obj) - 0x080039fe boot_close_all_flash_areas - .text.boot_state_init - 0x08003a18 0x8 zephyr/libzephyr.a(bootutil_loader.c.obj) - 0x08003a18 boot_state_init - .text.boot_status_is_reset - 0x08003a20 0x1a zephyr/libzephyr.a(loader.c.obj) - 0x08003a20 boot_status_is_reset - .text.boot_write_status - 0x08003a3a 0x50 zephyr/libzephyr.a(loader.c.obj) - 0x08003a3a boot_write_status - .text.swap_scramble_trailer_sectors - 0x08003a8a 0x2a zephyr/libzephyr.a(swap_misc.c.obj) - 0x08003a8a swap_scramble_trailer_sectors - .text.swap_status_init - 0x08003ab4 0x52 zephyr/libzephyr.a(swap_misc.c.obj) - 0x08003ab4 swap_status_init - .text.swap_read_status - 0x08003b06 0x64 zephyr/libzephyr.a(swap_misc.c.obj) - 0x08003b06 swap_read_status - .text.find_last_idx - 0x08003b6a 0x14 zephyr/libzephyr.a(swap_move.c.obj) - 0x08003b6a find_last_idx - .text.boot_status_internal_off - 0x08003b7e 0x28 zephyr/libzephyr.a(swap_move.c.obj) - 0x08003b7e boot_status_internal_off - .text.app_max_size - 0x08003ba6 0x2c zephyr/libzephyr.a(swap_move.c.obj) - 0x08003ba6 app_max_size - .text.tc_sha256_update - 0x08003bd2 0x4c zephyr/libzephyr.a(sha256.c.obj) - 0x08003bd2 tc_sha256_update - .text.tc_sha256_final - 0x08003c1e 0xaa zephyr/libzephyr.a(sha256.c.obj) - 0x08003c1e tc_sha256_final - .text._set 0x08003cc8 0x4 zephyr/libzephyr.a(utils.c.obj) - 0x08003cc8 _set - .text.swap_write_block_size_check - 0x08003ccc 0x1c zephyr/libzephyr.a(flash_check.c.obj) - 0x08003ccc swap_write_block_size_check - .text.arch_early_memset - 0x08003ce8 0x4 zephyr/arch/common/libarch__common.a(init.c.obj) - 0x08003ce8 arch_early_memset - .text.arch_early_memcpy - 0x08003cec 0x4 zephyr/arch/common/libarch__common.a(init.c.obj) - 0x08003cec arch_early_memcpy - .text.z_arm_fatal_error - 0x08003cf0 0xc zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - 0x08003cf0 z_arm_fatal_error - .text.z_do_kernel_oops - 0x08003cfc 0x8 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - 0x08003cfc z_do_kernel_oops - .text.z_arm_nmi - 0x08003d04 0xe zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - 0x08003d04 z_arm_nmi - .text.z_irq_spurious - 0x08003d12 0x8 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - 0x08003d12 z_irq_spurious - .text.arch_coprocessors_disable - 0x08003d1a 0x6 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - 0x08003d1a arch_coprocessors_disable - .text.arch_irq_unlock_outlined - 0x08003d20 0xe zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - 0x08003d20 arch_irq_unlock_outlined - .text.arch_cpu_idle - 0x08003d2e 0x1a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - 0x08003d2e arch_cpu_idle - .text.size_to_mpu_rasr_size - 0x08003d48 0x20 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .text.__assert_no_args - 0x08003d68 0x6 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - 0x08003d68 __assert_no_args - .text.stm32_exti_gpio_intc_init - 0x08003d6e 0x92 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_clock_control_on - 0x08003e00 0x44 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .text.stm32_clock_control_off - 0x08003e44 0x2c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .text.enabled_clock - 0x08003e70 0x1e zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - 0x08003e70 enabled_clock - .text.stm32_clock_control_configure - 0x08003e8e 0x46 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .text.stm32_clock_control_get_status - 0x08003ed4 0x38 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .text.config_regulator_voltage - 0x08003f0c 0x2 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - 0x08003f0c config_regulator_voltage - .text.flash_get_page_info - 0x08003f0e 0x62 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .text.z_impl_flash_get_page_info_by_offs - 0x08003f70 0x8 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - 0x08003f70 z_impl_flash_get_page_info_by_offs - .text.flash_page_foreach - 0x08003f78 0x58 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - 0x08003f78 flash_page_foreach - .text._flash_stm32_sem_take.isra.0 - 0x08003fd0 0xe zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text.flash_stm32_read - 0x08003fde 0x2a zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text.flash_stm32_check_configuration - 0x08004008 0x4 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - 0x08004008 flash_stm32_check_configuration - .text.flash_stm32_wait_flash_idle - 0x0800400c 0x58 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - 0x0800400c flash_stm32_wait_flash_idle - .text.flash_stm32_erase - 0x08004064 0x82 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text.flash_stm32_write - 0x080040e6 0x5c zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text.flash_stm32_valid_range - 0x08004142 0x38 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - 0x08004142 flash_stm32_valid_range - .text.flash_stm32_block_erase_loop - 0x0800417a 0xb4 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - 0x0800417a flash_stm32_block_erase_loop - .text.flash_stm32_write_range - 0x0800422e 0x8e zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - 0x0800422e flash_stm32_write_range - .text.sys_clock_disable - 0x080042bc 0xe zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - 0x080042bc sys_clock_disable - .text.boot_swap_info_off - 0x080042ca 0xc modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x080042ca boot_swap_info_off - .text.boot_magic_compatible_check - 0x080042d6 0x1c modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x080042d6 boot_magic_compatible_check - .text.bootutil_buffer_is_erased - 0x080042f2 0x26 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x080042f2 bootutil_buffer_is_erased - .text.boot_read_flag - 0x08004318 0x38 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text.boot_write_trailer - 0x08004350 0x56 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x08004350 boot_write_trailer - .text.boot_write_trailer_flag - 0x080043a6 0x14 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x080043a6 boot_write_trailer_flag - .text.boot_write_image_ok - 0x080043ba 0xe modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x080043ba boot_write_image_ok - .text.boot_read_image_ok - 0x080043c8 0xc modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x080043c8 boot_read_image_ok - .text.boot_read_swap_state_by_id - 0x080043d4 0x28 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x080043d4 boot_read_swap_state_by_id - .text.boot_write_swap_info - 0x080043fc 0x2e modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x080043fc boot_write_swap_info - .text.boot_write_copy_done - 0x0800442a 0x10 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x0800442a boot_write_copy_done - .text.do_device_init - 0x0800443a 0x30 zephyr/kernel/libkernel.a(device.c.obj) - 0x0800443a do_device_init - .text.z_impl_device_is_ready - 0x0800446a 0x16 zephyr/kernel/libkernel.a(device.c.obj) - 0x0800446a z_impl_device_is_ready - .text.arch_system_halt - 0x08004480 0x10 zephyr/kernel/libkernel.a(fatal.c.obj) - 0x08004480 arch_system_halt - .text.k_sys_fatal_error_handler - 0x08004490 0x6 zephyr/kernel/libkernel.a(fatal.c.obj) - 0x08004490 k_sys_fatal_error_handler - .text.idle 0x08004496 0x16 zephyr/kernel/libkernel.a(idle.c.obj) - 0x08004496 idle - .text.z_impl_k_sem_init - 0x080044ac 0x18 zephyr/kernel/libkernel.a(sem.c.obj) - 0x080044ac z_impl_k_sem_init - .text.z_thread_abort - 0x080044c4 0x3e zephyr/kernel/libkernel.a(thread.c.obj) - 0x080044c4 z_thread_abort - .text.sys_dlist_remove - 0x08004502 0x10 zephyr/kernel/libkernel.a(sched.c.obj) - .text.unpend_thread_no_timeout - 0x08004512 0x14 zephyr/kernel/libkernel.a(sched.c.obj) - .text.add_to_waitq_locked - 0x08004526 0x4c zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_ready_thread - 0x08004572 0x1e zephyr/kernel/libkernel.a(sched.c.obj) - 0x08004572 z_ready_thread - .text.z_sched_ready_locked - 0x08004590 0x4 zephyr/kernel/libkernel.a(sched.c.obj) - 0x08004590 z_sched_ready_locked - .text.z_sched_wake_thread_locked - 0x08004594 0x28 zephyr/kernel/libkernel.a(sched.c.obj) - 0x08004594 z_sched_wake_thread_locked - .text.z_thread_timeout - 0x080045bc 0x30 zephyr/kernel/libkernel.a(sched.c.obj) - 0x080045bc z_thread_timeout - .text.z_reschedule - 0x080045ec 0x6 zephyr/kernel/libkernel.a(sched.c.obj) - 0x080045ec z_reschedule - .text.next_timeout - 0x080045f2 0x2e zephyr/kernel/libkernel.a(timeout.c.obj) - .text.sys_timepoint_calc - 0x08004620 0x4a zephyr/kernel/libkernel.a(timeout.c.obj) - 0x08004620 sys_timepoint_calc - .text.sys_timepoint_timeout - 0x0800466a 0x42 zephyr/kernel/libkernel.a(timeout.c.obj) - 0x0800466a sys_timepoint_timeout - .text.memcpy 0x080046ac 0x1c /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memcpy.c.o) - 0x080046ac memcpy - 0x080046ac __aeabi_memcpy - 0x080046ac __aeabi_memcpy4 - 0x080046ac __aeabi_memcpy8 - .text.memset 0x080046c8 0x10 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memset.c.o) - 0x080046c8 memset - .text.memcmp 0x080046d8 0x20 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_memcmp.c.o) - 0x080046d8 memcmp - .text.__ultoa_invert - 0x080046f8 0x34 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmprintf.c.o) - *(SORT_BY_ALIGNMENT(.gnu.linkonce.t.*)) - *(SORT_BY_ALIGNMENT(.glue_7t)) - .glue_7t 0x0800472c 0x0 linker stubs - *(SORT_BY_ALIGNMENT(.glue_7)) - .glue_7 0x0800472c 0x0 linker stubs - *(SORT_BY_ALIGNMENT(.vfp11_veneer)) - .vfp11_veneer 0x0800472c 0x0 linker stubs - *(SORT_BY_ALIGNMENT(.v4_bx)) - .v4_bx 0x0800472c 0x0 linker stubs - 0x0800472c . = ALIGN (0x4) - 0x0800472c __text_region_end = . - -.ARM.exidx 0x0800472c 0x0 - 0x0800472c __exidx_start = . - *(SORT_BY_ALIGNMENT(.ARM.exidx*) SORT_BY_ALIGNMENT(gnu.linkonce.armexidx.*)) - 0x0800472c __exidx_end = . - 0x0800472c __rodata_region_start = . - -initlevel 0x0800472c 0x38 - 0x0800472c __init_start = . - 0x0800472c __init_EARLY_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_EARLY_P_?_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_EARLY_P_??_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_EARLY_P_???_*))) - 0x0800472c __init_PRE_KERNEL_1_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_1_P_?_*))) - .z_init_PRE_KERNEL_1_P_1_SUB_00009_ - 0x0800472c 0x8 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .z_init_PRE_KERNEL_1_P_1_SUB_0_ - 0x08004734 0x8 zephyr/libzephyr.a(soc_config.c.obj) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_1_P_??_*))) - .z_init_PRE_KERNEL_1_P_40_SUB_00062_ - 0x0800473c 0x8 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .z_init_PRE_KERNEL_1_P_40_SUB_0_ - 0x08004744 0x8 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_1_P_???_*))) - 0x0800474c __init_PRE_KERNEL_2_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_2_P_?_*))) - .z_init_PRE_KERNEL_2_P_0_SUB_0_ - 0x0800474c 0x8 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_2_P_??_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_2_P_???_*))) - 0x08004754 __init_POST_KERNEL_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_POST_KERNEL_P_?_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_POST_KERNEL_P_??_*))) - .z_init_POST_KERNEL_P_50_SUB_00011_ - 0x08004754 0x8 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_POST_KERNEL_P_???_*))) - 0x0800475c __init_APPLICATION_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_APPLICATION_P_?_*))) - .z_init_APPLICATION_P_0_SUB_0_ - 0x0800475c 0x8 zephyr/libzephyr.a(boot_banner.c.obj) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_APPLICATION_P_??_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_APPLICATION_P_???_*))) - 0x08004764 __init_SMP_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_SMP_P_?_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_SMP_P_??_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_SMP_P_???_*))) - 0x08004764 __init_end = . - -device_area 0x08004764 0x54 - 0x08004764 _device_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._device.static.*_?_*))) - ._device.static.1_1_ - 0x08004764 0x1c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - 0x08004764 __device_dts_ord_9 - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._device.static.*_??_*))) - ._device.static.1_40_ - 0x08004780 0x1c zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - 0x08004780 __device_dts_ord_62 - ._device.static.3_50_ - 0x0800479c 0x1c zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - 0x0800479c __device_dts_ord_11 - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._device.static.*_???_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._device.static.*_????_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._device.static.*_?????_*))) - 0x080047b8 _device_list_end = . - -sw_isr_table 0x080047b8 0x2e0 - 0x080047b8 . = ALIGN (0x4) - *(SORT_BY_ALIGNMENT(.gnu.linkonce.sw_isr_table*)) - .gnu.linkonce.sw_isr_table - 0x080047b8 0x2e0 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj - 0x080047b8 _sw_isr_table - -initlevel_error - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_*))) - 0x00000001 ASSERT ((SIZEOF (initlevel_error) == 0x0), Undefined initialization levels used.) - -app_shmem_regions - 0x08004a98 0x0 - 0x08004a98 __app_shmem_regions_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.app_regions.*))) - 0x08004a98 __app_shmem_regions_end = . - -k_p4wq_initparam_area - 0x08004a98 0x0 - 0x08004a98 _k_p4wq_initparam_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_p4wq_initparam.static.*))) - 0x08004a98 _k_p4wq_initparam_list_end = . - -_static_thread_data_area - 0x08004a98 0x0 - 0x08004a98 __static_thread_data_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.__static_thread_data.static.*))) - 0x08004a98 __static_thread_data_list_end = . - -device_deps 0x08004a98 0x0 - 0x08004a98 __device_deps_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.__device_deps_pass2*))) - 0x08004a98 __device_deps_end = . - -device_api_area - 0x08004a98 0x34 - 0x08004a98 _flash_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._flash_driver_api.static.*))) - ._flash_driver_api.static.flash_stm32_api_ - 0x08004a98 0x18 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - 0x08004ab0 _flash_driver_api_list_end = . - 0x08004ab0 _flash_driver_api_ext_end = . - 0x08004ab0 _shared_irq_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shared_irq_driver_api.static.*))) - 0x08004ab0 _shared_irq_driver_api_list_end = . - 0x08004ab0 _shared_irq_driver_api_ext_end = . - 0x08004ab0 _dmic_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._dmic_driver_api.static.*))) - 0x08004ab0 _dmic_driver_api_list_end = . - 0x08004ab0 _dmic_driver_api_ext_end = . - 0x08004ab0 _crypto_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._crypto_driver_api.static.*))) - 0x08004ab0 _crypto_driver_api_list_end = . - 0x08004ab0 _crypto_driver_api_ext_end = . - 0x08004ab0 _adc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._adc_driver_api.static.*))) - 0x08004ab0 _adc_driver_api_list_end = . - 0x08004ab0 _adc_driver_api_ext_end = . - 0x08004ab0 _auxdisplay_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._auxdisplay_driver_api.static.*))) - 0x08004ab0 _auxdisplay_driver_api_list_end = . - 0x08004ab0 _auxdisplay_driver_api_ext_end = . - 0x08004ab0 _bbram_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bbram_driver_api.static.*))) - 0x08004ab0 _bbram_driver_api_list_end = . - 0x08004ab0 _bbram_driver_api_ext_end = . - 0x08004ab0 _biometric_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._biometric_driver_api.static.*))) - 0x08004ab0 _biometric_driver_api_list_end = . - 0x08004ab0 _biometric_driver_api_ext_end = . - 0x08004ab0 _bt_hci_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bt_hci_driver_api.static.*))) - 0x08004ab0 _bt_hci_driver_api_list_end = . - 0x08004ab0 _bt_hci_driver_api_ext_end = . - 0x08004ab0 _can_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._can_driver_api.static.*))) - 0x08004ab0 _can_driver_api_list_end = . - 0x08004ab0 _can_driver_api_ext_end = . - 0x08004ab0 _cellular_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._cellular_driver_api.static.*))) - 0x08004ab0 _cellular_driver_api_list_end = . - 0x08004ab0 _cellular_driver_api_ext_end = . - 0x08004ab0 _charger_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._charger_driver_api.static.*))) - 0x08004ab0 _charger_driver_api_list_end = . - 0x08004ab0 _charger_driver_api_ext_end = . - 0x08004ab0 _clock_control_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._clock_control_driver_api.static.*))) - ._clock_control_driver_api.static.stm32_clock_control_api_ - 0x08004ab0 0x1c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - 0x08004acc _clock_control_driver_api_list_end = . - 0x08004acc _nrf_clock_control_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._nrf_clock_control_driver_api.static.*))) - 0x08004acc _nrf_clock_control_driver_api_list_end = . - 0x08004acc _nrf_clock_control_driver_api_ext_end = . - 0x08004acc _clock_control_driver_api_ext_end = . - 0x08004acc _comparator_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._comparator_driver_api.static.*))) - 0x08004acc _comparator_driver_api_list_end = . - 0x08004acc _comparator_driver_api_ext_end = . - 0x08004acc _coredump_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._coredump_driver_api.static.*))) - 0x08004acc _coredump_driver_api_list_end = . - 0x08004acc _coredump_driver_api_ext_end = . - 0x08004acc _counter_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._counter_driver_api.static.*))) - 0x08004acc _counter_driver_api_list_end = . - 0x08004acc _counter_driver_api_ext_end = . - 0x08004acc _crc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._crc_driver_api.static.*))) - 0x08004acc _crc_driver_api_list_end = . - 0x08004acc _crc_driver_api_ext_end = . - 0x08004acc _dac_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._dac_driver_api.static.*))) - 0x08004acc _dac_driver_api_list_end = . - 0x08004acc _dac_driver_api_ext_end = . - 0x08004acc _dai_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._dai_driver_api.static.*))) - 0x08004acc _dai_driver_api_list_end = . - 0x08004acc _dai_driver_api_ext_end = . - 0x08004acc _display_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._display_driver_api.static.*))) - 0x08004acc _display_driver_api_list_end = . - 0x08004acc _display_driver_api_ext_end = . - 0x08004acc _dma_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._dma_driver_api.static.*))) - 0x08004acc _dma_driver_api_list_end = . - 0x08004acc _dma_driver_api_ext_end = . - 0x08004acc _edac_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._edac_driver_api.static.*))) - 0x08004acc _edac_driver_api_list_end = . - 0x08004acc _edac_driver_api_ext_end = . - 0x08004acc _eeprom_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._eeprom_driver_api.static.*))) - 0x08004acc _eeprom_driver_api_list_end = . - 0x08004acc _eeprom_driver_api_ext_end = . - 0x08004acc _emul_bbram_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._emul_bbram_driver_api.static.*))) - 0x08004acc _emul_bbram_driver_api_list_end = . - 0x08004acc _emul_bbram_driver_api_ext_end = . - 0x08004acc _fuel_gauge_emul_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._fuel_gauge_emul_driver_api.static.*))) - 0x08004acc _fuel_gauge_emul_driver_api_list_end = . - 0x08004acc _fuel_gauge_emul_driver_api_ext_end = . - 0x08004acc _emul_sensor_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._emul_sensor_driver_api.static.*))) - 0x08004acc _emul_sensor_driver_api_list_end = . - 0x08004acc _emul_sensor_driver_api_ext_end = . - 0x08004acc _entropy_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._entropy_driver_api.static.*))) - 0x08004acc _entropy_driver_api_list_end = . - 0x08004acc _entropy_driver_api_ext_end = . - 0x08004acc _espi_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._espi_driver_api.static.*))) - 0x08004acc _espi_driver_api_list_end = . - 0x08004acc _espi_driver_api_ext_end = . - 0x08004acc _espi_saf_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._espi_saf_driver_api.static.*))) - 0x08004acc _espi_saf_driver_api_list_end = . - 0x08004acc _espi_saf_driver_api_ext_end = . - 0x08004acc _fpga_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._fpga_driver_api.static.*))) - 0x08004acc _fpga_driver_api_list_end = . - 0x08004acc _fpga_driver_api_ext_end = . - 0x08004acc _fuel_gauge_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._fuel_gauge_driver_api.static.*))) - 0x08004acc _fuel_gauge_driver_api_list_end = . - 0x08004acc _fuel_gauge_driver_api_ext_end = . - 0x08004acc _gnss_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._gnss_driver_api.static.*))) - 0x08004acc _gnss_driver_api_list_end = . - 0x08004acc _gnss_driver_api_ext_end = . - 0x08004acc _gpio_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._gpio_driver_api.static.*))) - 0x08004acc _gpio_driver_api_list_end = . - 0x08004acc _gpio_driver_api_ext_end = . - 0x08004acc _haptics_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._haptics_driver_api.static.*))) - 0x08004acc _haptics_driver_api_list_end = . - 0x08004acc _haptics_driver_api_ext_end = . - 0x08004acc _hwspinlock_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._hwspinlock_driver_api.static.*))) - 0x08004acc _hwspinlock_driver_api_list_end = . - 0x08004acc _hwspinlock_driver_api_ext_end = . - 0x08004acc _i2c_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._i2c_driver_api.static.*))) - 0x08004acc _i2c_driver_api_list_end = . - 0x08004acc _i3c_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._i3c_driver_api.static.*))) - 0x08004acc _i3c_driver_api_list_end = . - 0x08004acc _i3c_driver_api_ext_end = . - 0x08004acc _i2c_driver_api_ext_end = . - 0x08004acc _i2c_target_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._i2c_target_driver_api.static.*))) - 0x08004acc _i2c_target_driver_api_list_end = . - 0x08004acc _i2c_target_driver_api_ext_end = . - 0x08004acc _i2s_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._i2s_driver_api.static.*))) - 0x08004acc _i2s_driver_api_list_end = . - 0x08004acc _i2s_driver_api_ext_end = . - 0x08004acc _ipm_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ipm_driver_api.static.*))) - 0x08004acc _ipm_driver_api_list_end = . - 0x08004acc _ipm_driver_api_ext_end = . - 0x08004acc _led_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._led_driver_api.static.*))) - 0x08004acc _led_driver_api_list_end = . - 0x08004acc _led_driver_api_ext_end = . - 0x08004acc _led_strip_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._led_strip_driver_api.static.*))) - 0x08004acc _led_strip_driver_api_list_end = . - 0x08004acc _led_strip_driver_api_ext_end = . - 0x08004acc _lora_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._lora_driver_api.static.*))) - 0x08004acc _lora_driver_api_list_end = . - 0x08004acc _lora_driver_api_ext_end = . - 0x08004acc _mbox_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._mbox_driver_api.static.*))) - 0x08004acc _mbox_driver_api_list_end = . - 0x08004acc _mbox_driver_api_ext_end = . - 0x08004acc _mdio_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._mdio_driver_api.static.*))) - 0x08004acc _mdio_driver_api_list_end = . - 0x08004acc _mdio_driver_api_ext_end = . - 0x08004acc _mipi_dbi_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._mipi_dbi_driver_api.static.*))) - 0x08004acc _mipi_dbi_driver_api_list_end = . - 0x08004acc _mipi_dbi_driver_api_ext_end = . - 0x08004acc _mipi_dsi_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._mipi_dsi_driver_api.static.*))) - 0x08004acc _mipi_dsi_driver_api_list_end = . - 0x08004acc _mipi_dsi_driver_api_ext_end = . - 0x08004acc _mspi_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._mspi_driver_api.static.*))) - 0x08004acc _mspi_driver_api_list_end = . - 0x08004acc _mspi_driver_api_ext_end = . - 0x08004acc _opamp_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._opamp_driver_api.static.*))) - 0x08004acc _opamp_driver_api_list_end = . - 0x08004acc _opamp_driver_api_ext_end = . - 0x08004acc _otp_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._otp_driver_api.static.*))) - 0x08004acc _otp_driver_api_list_end = . - 0x08004acc _otp_driver_api_ext_end = . - 0x08004acc _peci_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._peci_driver_api.static.*))) - 0x08004acc _peci_driver_api_list_end = . - 0x08004acc _peci_driver_api_ext_end = . - 0x08004acc _ps2_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ps2_driver_api.static.*))) - 0x08004acc _ps2_driver_api_list_end = . - 0x08004acc _ps2_driver_api_ext_end = . - 0x08004acc _ptp_clock_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ptp_clock_driver_api.static.*))) - 0x08004acc _ptp_clock_driver_api_list_end = . - 0x08004acc _ptp_clock_driver_api_ext_end = . - 0x08004acc _pwm_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._pwm_driver_api.static.*))) - 0x08004acc _pwm_driver_api_list_end = . - 0x08004acc _pwm_driver_api_ext_end = . - 0x08004acc _regulator_parent_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._regulator_parent_driver_api.static.*))) - 0x08004acc _regulator_parent_driver_api_list_end = . - 0x08004acc _regulator_parent_driver_api_ext_end = . - 0x08004acc _regulator_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._regulator_driver_api.static.*))) - 0x08004acc _regulator_driver_api_list_end = . - 0x08004acc _regulator_driver_api_ext_end = . - 0x08004acc _reset_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._reset_driver_api.static.*))) - 0x08004acc _reset_driver_api_list_end = . - 0x08004acc _reset_driver_api_ext_end = . - 0x08004acc _retained_mem_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._retained_mem_driver_api.static.*))) - 0x08004acc _retained_mem_driver_api_list_end = . - 0x08004acc _retained_mem_driver_api_ext_end = . - 0x08004acc _rtc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._rtc_driver_api.static.*))) - 0x08004acc _rtc_driver_api_list_end = . - 0x08004acc _rtc_driver_api_ext_end = . - 0x08004acc _sdhc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._sdhc_driver_api.static.*))) - 0x08004acc _sdhc_driver_api_list_end = . - 0x08004acc _sdhc_driver_api_ext_end = . - 0x08004acc _sensor_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._sensor_driver_api.static.*))) - 0x08004acc _sensor_driver_api_list_end = . - 0x08004acc _sensor_driver_api_ext_end = . - 0x08004acc _smbus_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._smbus_driver_api.static.*))) - 0x08004acc _smbus_driver_api_list_end = . - 0x08004acc _smbus_driver_api_ext_end = . - 0x08004acc _spi_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._spi_driver_api.static.*))) - 0x08004acc _spi_driver_api_list_end = . - 0x08004acc _spi_driver_api_ext_end = . - 0x08004acc _syscon_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._syscon_driver_api.static.*))) - 0x08004acc _syscon_driver_api_list_end = . - 0x08004acc _syscon_driver_api_ext_end = . - 0x08004acc _tee_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._tee_driver_api.static.*))) - 0x08004acc _tee_driver_api_list_end = . - 0x08004acc _tee_driver_api_ext_end = . - 0x08004acc _tgpio_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._tgpio_driver_api.static.*))) - 0x08004acc _tgpio_driver_api_list_end = . - 0x08004acc _tgpio_driver_api_ext_end = . - 0x08004acc _uaol_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._uaol_driver_api.static.*))) - 0x08004acc _uaol_driver_api_list_end = . - 0x08004acc _uaol_driver_api_ext_end = . - 0x08004acc _video_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._video_driver_api.static.*))) - 0x08004acc _video_driver_api_list_end = . - 0x08004acc _video_driver_api_ext_end = . - 0x08004acc _virtio_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._virtio_driver_api.static.*))) - 0x08004acc _virtio_driver_api_list_end = . - 0x08004acc _virtio_driver_api_ext_end = . - 0x08004acc _w1_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._w1_driver_api.static.*))) - 0x08004acc _w1_driver_api_list_end = . - 0x08004acc _w1_driver_api_ext_end = . - 0x08004acc _wdt_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._wdt_driver_api.static.*))) - 0x08004acc _wdt_driver_api_list_end = . - 0x08004acc _wdt_driver_api_ext_end = . - 0x08004acc _wuc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._wuc_driver_api.static.*))) - 0x08004acc _wuc_driver_api_list_end = . - 0x08004acc _wuc_driver_api_ext_end = . - 0x08004acc _can_transceiver_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._can_transceiver_driver_api.static.*))) - 0x08004acc _can_transceiver_driver_api_list_end = . - 0x08004acc _can_transceiver_driver_api_ext_end = . - 0x08004acc _i3c_target_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._i3c_target_driver_api.static.*))) - 0x08004acc _i3c_target_driver_api_list_end = . - 0x08004acc _i3c_target_driver_api_ext_end = . - 0x08004acc _its_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._its_driver_api.static.*))) - 0x08004acc _its_driver_api_list_end = . - 0x08004acc _its_driver_api_ext_end = . - 0x08004acc _vtd_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._vtd_driver_api.static.*))) - 0x08004acc _vtd_driver_api_list_end = . - 0x08004acc _vtd_driver_api_ext_end = . - 0x08004acc _renesas_elc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._renesas_elc_driver_api.static.*))) - 0x08004acc _renesas_elc_driver_api_list_end = . - 0x08004acc _renesas_elc_driver_api_ext_end = . - 0x08004acc _pcie_ctrl_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._pcie_ctrl_driver_api.static.*))) - 0x08004acc _pcie_ctrl_driver_api_list_end = . - 0x08004acc _pcie_ctrl_driver_api_ext_end = . - 0x08004acc _pcie_ep_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._pcie_ep_driver_api.static.*))) - 0x08004acc _pcie_ep_driver_api_list_end = . - 0x08004acc _pcie_ep_driver_api_ext_end = . - 0x08004acc _psi5_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._psi5_driver_api.static.*))) - 0x08004acc _psi5_driver_api_list_end = . - 0x08004acc _psi5_driver_api_ext_end = . - 0x08004acc _sent_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._sent_driver_api.static.*))) - 0x08004acc _sent_driver_api_list_end = . - 0x08004acc _sent_driver_api_ext_end = . - 0x08004acc _svc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._svc_driver_api.static.*))) - 0x08004acc _svc_driver_api_list_end = . - 0x08004acc _svc_driver_api_ext_end = . - 0x08004acc _stepper_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._stepper_driver_api.static.*))) - 0x08004acc _stepper_driver_api_list_end = . - 0x08004acc _stepper_driver_api_ext_end = . - 0x08004acc _stepper_ctrl_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._stepper_ctrl_driver_api.static.*))) - 0x08004acc _stepper_ctrl_driver_api_list_end = . - 0x08004acc _stepper_ctrl_driver_api_ext_end = . - 0x08004acc _uart_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._uart_driver_api.static.*))) - 0x08004acc _uart_driver_api_list_end = . - 0x08004acc _uart_driver_api_ext_end = . - 0x08004acc _bc12_emul_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bc12_emul_driver_api.static.*))) - 0x08004acc _bc12_emul_driver_api_list_end = . - 0x08004acc _bc12_emul_driver_api_ext_end = . - 0x08004acc _bc12_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bc12_driver_api.static.*))) - 0x08004acc _bc12_driver_api_list_end = . - 0x08004acc _bc12_driver_api_ext_end = . - 0x08004acc _usbc_ppc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._usbc_ppc_driver_api.static.*))) - 0x08004acc _usbc_ppc_driver_api_list_end = . - 0x08004acc _usbc_ppc_driver_api_ext_end = . - 0x08004acc _tcpc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._tcpc_driver_api.static.*))) - 0x08004acc _tcpc_driver_api_list_end = . - 0x08004acc _tcpc_driver_api_ext_end = . - 0x08004acc _usbc_vbus_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._usbc_vbus_driver_api.static.*))) - 0x08004acc _usbc_vbus_driver_api_list_end = . - 0x08004acc _usbc_vbus_driver_api_ext_end = . - 0x08004acc _ivshmem_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ivshmem_driver_api.static.*))) - 0x08004acc _ivshmem_driver_api_list_end = . - 0x08004acc _ivshmem_driver_api_ext_end = . - 0x08004acc _ethphy_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ethphy_driver_api.static.*))) - 0x08004acc _ethphy_driver_api_list_end = . - 0x08004acc _ethphy_driver_api_ext_end = . - -ztest 0x08004acc 0x0 - 0x08004acc _ztest_expected_result_entry_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ztest_expected_result_entry.static.*))) - 0x08004acc _ztest_expected_result_entry_list_end = . - 0x08004acc _ztest_suite_node_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ztest_suite_node.static.*))) - 0x08004acc _ztest_suite_node_list_end = . - 0x08004acc _ztest_unit_test_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ztest_unit_test.static.*))) - 0x08004acc _ztest_unit_test_list_end = . - 0x08004acc _ztest_test_rule_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ztest_test_rule.static.*))) - 0x08004acc _ztest_test_rule_list_end = . - -init_array 0x08004acc 0x0 - 0x08004acc __zephyr_init_array_start = . - *(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)) - *(SORT_BY_ALIGNMENT(.init_array) SORT_BY_ALIGNMENT(.ctors)) - 0x08004acc __zephyr_init_array_end = . - 0x00000001 ASSERT ((__zephyr_init_array_start == __zephyr_init_array_end), GNU-style constructors required but STATIC_INIT_GNU not enabled) - -bt_l2cap_fixed_chan_area - 0x08004acc 0x0 - 0x08004acc _bt_l2cap_fixed_chan_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bt_l2cap_fixed_chan.static.*))) - 0x08004acc _bt_l2cap_fixed_chan_list_end = . - -bt_gatt_service_static_area - 0x08004acc 0x0 - 0x08004acc _bt_gatt_service_static_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bt_gatt_service_static.static.*))) - 0x08004acc _bt_gatt_service_static_list_end = . - -log_strings_area - 0x08004acc 0x0 - 0x08004acc _log_strings_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_strings.static.*))) - 0x08004acc _log_strings_list_end = . - -log_stmesp_ptr_area - 0x08004acc 0x0 - 0x08004acc _log_stmesp_ptr_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_stmesp_ptr.static.*))) - 0x08004acc _log_stmesp_ptr_list_end = . - -log_stmesp_str_area - 0x08004acc 0x0 - 0x08004acc _log_stmesp_str_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_stmesp_str.static.*))) - 0x08004acc _log_stmesp_str_list_end = . - -log_const_area 0x08004acc 0x8 - 0x08004acc _log_const_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_const.static.*))) - ._log_const.static.log_const_mcuboot_ - 0x08004acc 0x8 app/libapp.a(main.c.obj) - 0x08004acc log_const_mcuboot - 0x08004ad4 _log_const_list_end = . - -log_backend_area - 0x08004ad4 0x0 - 0x08004ad4 _log_backend_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_backend.static.*))) - 0x08004ad4 _log_backend_list_end = . - -log_link_area 0x08004ad4 0x0 - 0x08004ad4 _log_link_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_link.static.*))) - 0x08004ad4 _log_link_list_end = . - -tracing_backend_area - 0x08004ad4 0x0 - 0x08004ad4 _tracing_backend_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._tracing_backend.static.*))) - 0x08004ad4 _tracing_backend_list_end = . - -zephyr_dbg_info - *(SORT_BY_ALIGNMENT(.dbg_thread_info)) - -intc_table_area - 0x08004ad4 0x0 - 0x08004ad4 _intc_table_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._intc_table.static.*))) - 0x08004ad4 _intc_table_list_end = . - -symbol_to_keep 0x08004ad4 0x0 - 0x08004ad4 __symbol_to_keep_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.symbol_to_keep*))) - 0x08004ad4 __symbol_to_keep_end = . - -shell_area 0x08004ad4 0x0 - 0x08004ad4 _shell_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell.static.*))) - 0x08004ad4 _shell_list_end = . - -shell_root_cmds_area - 0x08004ad4 0x0 - 0x08004ad4 _shell_root_cmds_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell_root_cmds.static.*))) - 0x08004ad4 _shell_root_cmds_list_end = . - -shell_subcmds_area - 0x08004ad4 0x0 - 0x08004ad4 _shell_subcmds_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell_subcmds.static.*))) - 0x08004ad4 _shell_subcmds_list_end = . - -shell_dynamic_subcmds_area - 0x08004ad4 0x0 - 0x08004ad4 _shell_dynamic_subcmds_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell_dynamic_subcmds.static.*))) - 0x08004ad4 _shell_dynamic_subcmds_list_end = . - -shell_remote_area - 0x08004ad4 0x0 - 0x08004ad4 _shell_remote_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell_remote.static.*))) - 0x08004ad4 _shell_remote_list_end = . - -cfb_font_area 0x08004ad4 0x0 - 0x08004ad4 _cfb_font_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._cfb_font.static.*))) - 0x08004ad4 _cfb_font_list_end = . - -tdata 0x08004ad4 0x0 - *(SORT_BY_ALIGNMENT(.tdata) SORT_BY_ALIGNMENT(.tdata.*) SORT_BY_ALIGNMENT(.gnu.linkonce.td.*)) - -tbss 0x08004ad4 0x4 - *(SORT_BY_ALIGNMENT(.tbss) SORT_BY_ALIGNMENT(.tbss.*) SORT_BY_ALIGNMENT(.gnu.linkonce.tb.*) SORT_BY_ALIGNMENT(.tcommon)) - .tbss.z_tls_current - 0x08004ad4 0x4 zephyr/libzephyr.a(thread_entry.c.obj) - 0x08004ad4 z_tls_current - 0x08004ad4 PROVIDE (__tdata_start = LOADADDR (tdata)) - 0x00000001 PROVIDE (__tdata_align = ALIGNOF (tdata)) - 0x00000000 PROVIDE (__tdata_size = (((SIZEOF (tdata) + __tdata_align) - 0x1) & ~ ((__tdata_align - 0x1)))) - [!provide] PROVIDE (__tdata_end = (__tdata_start + __tdata_size)) - 0x00000004 PROVIDE (__tbss_align = ALIGNOF (tbss)) - [!provide] PROVIDE (__tbss_start = ADDR (tbss)) - 0x00000004 PROVIDE (__tbss_size = (((SIZEOF (tbss) + __tbss_align) - 0x1) & ~ ((__tbss_align - 0x1)))) - [!provide] PROVIDE (__tbss_end = (__tbss_start + __tbss_size)) - [!provide] PROVIDE (__tls_start = __tdata_start) - [!provide] PROVIDE (__tls_size = (__tbss_end - __tdata_start)) - [!provide] PROVIDE (__tls_end = __tbss_end) - -rodata 0x08004ad4 0x82c - *(SORT_BY_ALIGNMENT(.rodata)) - .rodata 0x08004ad4 0x8 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - *(SORT_BY_ALIGNMENT(.rodata.*)) - .rodata.all_slots.0 - 0x08004adc 0x8 app/libapp.a(flash_map_extended.c.obj) - .rodata.mem_attr_region - 0x08004ae4 0x0 zephyr/libzephyr.a(mem_attr.c.obj) - .rodata.flash_map_entries - 0x08004ae4 0x4 zephyr/libzephyr.a(flash_map_default.c.obj) - 0x08004ae4 flash_map_entries - .rodata.default_flash_map - 0x08004ae8 0x40 zephyr/libzephyr.a(flash_map_default.c.obj) - 0x08004ae8 default_flash_map - .rodata.all_slots.0 - 0x08004b28 0x8 zephyr/libzephyr.a(bootutil_misc.c.obj) - .rodata.all_slots.0 - 0x08004b30 0x8 zephyr/libzephyr.a(swap_misc.c.obj) - .rodata.k256 0x08004b38 0x100 zephyr/libzephyr.a(sha256.c.obj) - .rodata.static_regions - 0x08004c38 0xc zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .rodata.mpu_config - 0x08004c44 0x8 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - 0x08004c44 mpu_config - .rodata.mpu_regions - 0x08004c4c 0x18 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .rodata.flash_stm32_parameters - 0x08004c64 0x8 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .rodata.CSWTCH.2044 - 0x08004c6c 0xc modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .rodata.all_slots.0 - 0x08004c78 0x8 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .rodata.levels.0 - 0x08004c80 0x18 zephyr/kernel/libkernel.a(init.c.obj) - .rodata.allowed_unprot_tlvs - 0x08004c98 0x1e zephyr/libzephyr.a(image_validate.c.obj) - .rodata.boot_img_magic - 0x08004cb6 0x10 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x08004cb6 boot_img_magic - .rodata.main.str1.1 - 0x08004cc6 0x608 app/libapp.a(main.c.obj) - 0xc9 (size before relaxing) - .rodata.str1.1 - 0x080052ce 0x8 app/libapp.a(main.c.obj) - .rodata.flash_device_base.str1.1 - 0x080052ce 0x19 app/libapp.a(flash_map_extended.c.obj) - .rodata.boot_banner.str1.1 - 0x080052ce 0x39 zephyr/libzephyr.a(boot_banner.c.obj) - .rodata.boot_find_status.str1.1 - 0x080052ce 0x2c zephyr/libzephyr.a(bootutil_misc.c.obj) - .rodata.boot_validate_slot.isra.0.str1.1 - 0x080052ce 0x79 zephyr/libzephyr.a(loader.c.obj) - .rodata.boot_swap_image.isra.0.str1.1 - 0x080052ce 0x2f zephyr/libzephyr.a(loader.c.obj) - .rodata.context_boot_go.str1.1 - 0x080052ce 0xd5 zephyr/libzephyr.a(loader.c.obj) - .rodata.swap_read_status_bytes.str1.1 - 0x080052ce 0x23 zephyr/libzephyr.a(swap_move.c.obj) - .rodata.boot_slots_compatible.str1.1 - 0x080052ce 0xcc zephyr/libzephyr.a(swap_move.c.obj) - .rodata.swap_status_source.str1.1 - 0x080052ce 0xa4 zephyr/libzephyr.a(swap_move.c.obj) - .rodata.swap_run.str1.1 - 0x080052ce 0x89 zephyr/libzephyr.a(swap_move.c.obj) - .rodata.str1.1 - 0x080052ce 0xf zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .rodata.abort.str1.1 - 0x080052ce 0x9 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .rodata.str1.1 - 0x080052ce 0x1e zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .rodata.line_range_6.0 - 0x080052ce 0x2 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .rodata.line_range_5.1 - 0x080052d0 0x2 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .rodata.line_range_4.2 - 0x080052d2 0x2 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .rodata.line_range_3.3 - 0x080052d4 0x2 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .rodata.line_range_2.4 - 0x080052d6 0x2 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .rodata.line_range_1.5 - 0x080052d8 0x2 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .rodata.line_range_0.6 - 0x080052da 0x2 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .rodata.str1.1 - 0x080052dc 0xd zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .rodata.str1.1 - 0x080052dc 0x1a zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .rodata.AHBPrescTable - 0x080052dc 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - 0x080052dc AHBPrescTable - .rodata.boot_swap_type_multi.str1.1 - 0x080052ec 0xa6 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .rodata.str1.1 - 0x080052ec 0x11 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .rodata.boot_swap_tables - 0x080052ec 0x12 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .rodata.z_cstart.str1.1 - 0x080052fe 0x5 zephyr/kernel/libkernel.a(init.c.obj) - .rodata.__m_vfprintf.str1.1 - 0x080052fe 0x7 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmprintf.c.o) - *(SORT_BY_ALIGNMENT(.gnu.linkonce.r.*)) - 0x080053a4 . = ALIGN (0x4) - *fill* 0x080052fe 0x2 - [!provide] PROVIDE (__eh_frame_start = 0x0) - [!provide] PROVIDE (__eh_frame_end = 0x0) - [!provide] PROVIDE (__eh_frame_hdr_start = 0x0) - [!provide] PROVIDE (__eh_frame_hdr_end = 0x0) - -/DISCARD/ - *(SORT_BY_ALIGNMENT(.eh_frame)) - 0x08005300 __rodata_region_end = . - 0x08005300 . = ALIGN (_region_min_align) - 0x08008000 . = ALIGN ((0x1 << LOG2CEIL ((__rodata_region_end - ADDR (rom_start))))) - 0x08008000 __rom_region_end = ((__rom_region_start + .) - ADDR (rom_start)) - 0x00008000 __rom_region_size = (__rom_region_end - __rom_region_start) - -/DISCARD/ - *(SORT_BY_ALIGNMENT(.got.plt)) - *(SORT_BY_ALIGNMENT(.igot.plt)) - *(SORT_BY_ALIGNMENT(.got)) - *(SORT_BY_ALIGNMENT(.igot)) - 0x20000000 . = 0x20000000 - 0x20000000 . = ALIGN (_region_min_align) - 0x20000000 _image_ram_start = . - -.ramfunc 0x20000000 0x0 load address 0x08005300 - 0x20000000 __ramfunc_region_start = . - 0x20000000 . = ALIGN (_region_min_align) - 0x20000000 . = ALIGN ((0x1 << LOG2CEIL (__ramfunc_size))) - 0x20000000 __ramfunc_start = . - *(SORT_BY_ALIGNMENT(.ramfunc)) - *(SORT_BY_ALIGNMENT(.ramfunc.*)) - 0x20000000 . = ALIGN (_region_min_align) - 0x20000000 . = ALIGN ((0x1 << LOG2CEIL (__ramfunc_size))) - 0x20000000 __ramfunc_end = . - 0x00000000 __ramfunc_size = (__ramfunc_end - __ramfunc_start) - 0x08005300 __ramfunc_load_start = LOADADDR (.ramfunc) - -datas 0x20000000 0x4c load address 0x08005300 - 0x20000000 __data_region_start = . - 0x20000000 __data_start = . - *(SORT_BY_ALIGNMENT(.data)) - *(SORT_BY_ALIGNMENT(.data.*)) - .data._char_out - 0x20000000 0x4 zephyr/libzephyr.a(printk.c.obj) - .data.flash_map - 0x20000004 0x4 zephyr/libzephyr.a(flash_map_default.c.obj) - 0x20000004 flash_map - .data.FIH_NO_BOOTABLE_IMAGE - 0x20000008 0x4 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - 0x20000008 FIH_NO_BOOTABLE_IMAGE - .data.FIH_FAILURE - 0x2000000c 0x4 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - 0x2000000c FIH_FAILURE - .data.flash_data - 0x20000010 0x1c zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .data.SystemCoreClock - 0x2000002c 0x4 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - 0x2000002c SystemCoreClock - .data.slice_ticks - 0x20000030 0x4 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .data.timeout_list - 0x20000034 0x8 zephyr/kernel/libkernel.a(timeout.c.obj) - .data.exti_irq_table - 0x2000003c 0x10 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - *(SORT_BY_ALIGNMENT(.kernel.*)) - 0x2000004c __data_end = . - 0x0000004c __data_size = (__data_end - __data_start) - 0x08005300 __data_load_start = LOADADDR (datas) - 0x08005300 __data_region_load_start = LOADADDR (datas) - -device_states 0x2000004c 0x8 load address 0x0800534c - 0x2000004c . = ALIGN (0x4) - 0x2000004c __device_states_start = . - *(SORT_BY_ALIGNMENT(.z_devstate)) - .z_devstate 0x2000004c 0x2 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .z_devstate 0x2000004e 0x2 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .z_devstate 0x20000050 0x2 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - *(SORT_BY_ALIGNMENT(.z_devstate.*)) - 0x20000052 __device_states_end = . - 0x20000054 . = ALIGN (0x4) - *fill* 0x20000052 0x2 - -log_mpsc_pbuf_area - 0x20000054 0x0 load address 0x08005354 - 0x20000054 _log_mpsc_pbuf_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_mpsc_pbuf.static.*))) - 0x20000054 _log_mpsc_pbuf_list_end = . - -log_msg_ptr_area - 0x20000054 0x0 load address 0x08005354 - 0x20000054 _log_msg_ptr_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_msg_ptr.static.*))) - 0x20000054 _log_msg_ptr_list_end = . - -log_dynamic_area - 0x20000054 0x0 load address 0x08005354 - 0x20000054 _log_dynamic_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_dynamic.static.*))) - 0x20000054 _log_dynamic_list_end = . - -k_timer_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_timer_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_timer.static.*))) - 0x20000054 _k_timer_list_end = . - -k_mem_slab_area - 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_mem_slab_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_mem_slab.static.*))) - 0x20000054 _k_mem_slab_list_end = . - -k_heap_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_heap_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_heap.static.*))) - 0x20000054 _k_heap_list_end = . - -k_mutex_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_mutex_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_mutex.static.*))) - 0x20000054 _k_mutex_list_end = . - -k_stack_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_stack_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_stack.static.*))) - 0x20000054 _k_stack_list_end = . - -k_msgq_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_msgq_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_msgq.static.*))) - 0x20000054 _k_msgq_list_end = . - -k_mbox_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_mbox_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_mbox.static.*))) - 0x20000054 _k_mbox_list_end = . - -k_pipe_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_pipe_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_pipe.static.*))) - 0x20000054 _k_pipe_list_end = . - -k_sem_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_sem_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_sem.static.*))) - 0x20000054 _k_sem_list_end = . - -k_event_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_event_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_event.static.*))) - 0x20000054 _k_event_list_end = . - -k_queue_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_queue_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_queue.static.*))) - 0x20000054 _k_queue_list_end = . - -k_fifo_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_fifo_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_fifo.static.*))) - 0x20000054 _k_fifo_list_end = . - -k_lifo_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_lifo_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_lifo.static.*))) - 0x20000054 _k_lifo_list_end = . - -k_condvar_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_condvar_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_condvar.static.*))) - 0x20000054 _k_condvar_list_end = . - -sys_mem_blocks_ptr_area - 0x20000054 0x0 load address 0x08005354 - 0x20000054 _sys_mem_blocks_ptr_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._sys_mem_blocks_ptr.static.*))) - 0x20000054 _sys_mem_blocks_ptr_list_end = . - -net_buf_pool_area - 0x20000054 0x0 load address 0x08005354 - 0x20000054 _net_buf_pool_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._net_buf_pool.static.*))) - 0x20000054 _net_buf_pool_list_end = . - 0x20000054 __data_region_end = . - -/DISCARD/ - *(SORT_BY_ALIGNMENT(.irq_info*)) - *(SORT_BY_ALIGNMENT(.intList*)) - -.stab - *(SORT_BY_ALIGNMENT(.stab)) - -.stabstr - *(SORT_BY_ALIGNMENT(.stabstr)) - -.stab.excl - *(SORT_BY_ALIGNMENT(.stab.excl)) - -.stab.exclstr - *(SORT_BY_ALIGNMENT(.stab.exclstr)) - -.stab.index - *(SORT_BY_ALIGNMENT(.stab.index)) - -.stab.indexstr - *(SORT_BY_ALIGNMENT(.stab.indexstr)) - -.gnu.build.attributes - *(SORT_BY_ALIGNMENT(.gnu.build.attributes) SORT_BY_ALIGNMENT(.gnu.build.attributes.*)) - -.comment 0x00000000 0x1f - *(SORT_BY_ALIGNMENT(.comment)) - .comment 0x00000000 0x1f zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj - 0x20 (size before relaxing) - .comment 0x0000001f 0x20 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .comment 0x0000001f 0x20 app/libapp.a(main.c.obj) - .comment 0x0000001f 0x20 app/libapp.a(flash_map_extended.c.obj) - .comment 0x0000001f 0x20 app/libapp.a(os.c.obj) - .comment 0x0000001f 0x20 app/libapp.a(watchdog.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(boot_banner.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(printk.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(last_section_id.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(configs.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(soc_config.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(soc.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(log_minimal.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(mem_attr.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(flash_map.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(flash_map_default.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(flash_map_layout.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(thread_entry.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(image_validate.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(tlv.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(bootutil_misc.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(bootutil_area.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(bootutil_loader.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(loader.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(swap_misc.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(swap_move.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(sha256.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(utils.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(flash_check.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/common/libarch__common.a(init.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/common/libarch__common.a(xip.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .comment 0x0000001f 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .comment 0x0000001f 0x20 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .comment 0x0000001f 0x20 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .comment 0x0000001f 0x20 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .comment 0x0000001f 0x20 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .comment 0x0000001f 0x20 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .comment 0x0000001f 0x20 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .comment 0x0000001f 0x20 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .comment 0x0000001f 0x20 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .comment 0x0000001f 0x20 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .comment 0x0000001f 0x20 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .comment 0x0000001f 0x20 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .comment 0x0000001f 0x20 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .comment 0x0000001f 0x20 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(device.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(fatal.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(init.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(idle.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(sem.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(thread.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(sched.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(scheduler.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(timeout.c.obj) - -.debug - *(SORT_BY_ALIGNMENT(.debug)) - -.line - *(SORT_BY_ALIGNMENT(.line)) - -.debug_srcinfo - *(SORT_BY_ALIGNMENT(.debug_srcinfo)) - -.debug_sfnames - *(SORT_BY_ALIGNMENT(.debug_sfnames)) - -.debug_aranges 0x00000000 0x13b8 - *(SORT_BY_ALIGNMENT(.debug_aranges)) - .debug_aranges - 0x00000000 0x20 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .debug_aranges - 0x00000020 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .debug_aranges - 0x00000040 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .debug_aranges - 0x00000060 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .debug_aranges - 0x00000080 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .debug_aranges - 0x000000a0 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .debug_aranges - 0x000000c0 0x18 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj - .debug_aranges - 0x000000d8 0x20 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .debug_aranges - 0x000000f8 0x20 app/libapp.a(main.c.obj) - .debug_aranges - 0x00000118 0x50 app/libapp.a(flash_map_extended.c.obj) - .debug_aranges - 0x00000168 0x20 app/libapp.a(os.c.obj) - .debug_aranges - 0x00000188 0x28 app/libapp.a(watchdog.c.obj) - .debug_aranges - 0x000001b0 0x20 zephyr/libzephyr.a(boot_banner.c.obj) - .debug_aranges - 0x000001d0 0x50 zephyr/libzephyr.a(printk.c.obj) - .debug_aranges - 0x00000220 0x18 zephyr/libzephyr.a(last_section_id.c.obj) - .debug_aranges - 0x00000238 0x20 zephyr/libzephyr.a(configs.c.obj) - .debug_aranges - 0x00000258 0x20 zephyr/libzephyr.a(soc_config.c.obj) - .debug_aranges - 0x00000278 0x28 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .debug_aranges - 0x000002a0 0x20 zephyr/libzephyr.a(soc.c.obj) - .debug_aranges - 0x000002c0 0x30 zephyr/libzephyr.a(log_minimal.c.obj) - .debug_aranges - 0x000002f0 0x30 zephyr/libzephyr.a(mem_attr.c.obj) - .debug_aranges - 0x00000320 0x80 zephyr/libzephyr.a(flash_map.c.obj) - .debug_aranges - 0x000003a0 0x18 zephyr/libzephyr.a(flash_map_default.c.obj) - .debug_aranges - 0x000003b8 0x30 zephyr/libzephyr.a(flash_map_layout.c.obj) - .debug_aranges - 0x000003e8 0x20 zephyr/libzephyr.a(thread_entry.c.obj) - .debug_aranges - 0x00000408 0x20 zephyr/libzephyr.a(image_validate.c.obj) - .debug_aranges - 0x00000428 0x20 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .debug_aranges - 0x00000448 0x30 zephyr/libzephyr.a(tlv.c.obj) - .debug_aranges - 0x00000478 0x70 zephyr/libzephyr.a(bootutil_misc.c.obj) - .debug_aranges - 0x000004e8 0x48 zephyr/libzephyr.a(bootutil_area.c.obj) - .debug_aranges - 0x00000530 0x60 zephyr/libzephyr.a(bootutil_loader.c.obj) - .debug_aranges - 0x00000590 0x18 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .debug_aranges - 0x000005a8 0x70 zephyr/libzephyr.a(loader.c.obj) - .debug_aranges - 0x00000618 0x48 zephyr/libzephyr.a(swap_misc.c.obj) - .debug_aranges - 0x00000660 0x60 zephyr/libzephyr.a(swap_move.c.obj) - .debug_aranges - 0x000006c0 0x38 zephyr/libzephyr.a(sha256.c.obj) - .debug_aranges - 0x000006f8 0x38 zephyr/libzephyr.a(utils.c.obj) - .debug_aranges - 0x00000730 0x28 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .debug_aranges - 0x00000758 0x20 zephyr/libzephyr.a(flash_check.c.obj) - .debug_aranges - 0x00000778 0x30 zephyr/arch/common/libarch__common.a(init.c.obj) - .debug_aranges - 0x000007a8 0x20 zephyr/arch/common/libarch__common.a(xip.c.obj) - .debug_aranges - 0x000007c8 0x28 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .debug_aranges - 0x000007f0 0x20 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .debug_aranges - 0x00000810 0x20 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .debug_aranges - 0x00000830 0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .debug_aranges - 0x00000870 0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .debug_aranges - 0x000008a8 0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .debug_aranges - 0x000008e8 0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .debug_aranges - 0x00000910 0x48 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .debug_aranges - 0x00000958 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .debug_aranges - 0x00000988 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .debug_aranges - 0x000009a8 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .debug_aranges - 0x000009c8 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .debug_aranges - 0x000009e8 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .debug_aranges - 0x00000a08 0x28 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .debug_aranges - 0x00000a30 0x68 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .debug_aranges - 0x00000a98 0x18 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .debug_aranges - 0x00000ab0 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .debug_aranges - 0x00000ad0 0x20 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .debug_aranges - 0x00000af0 0x88 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .debug_aranges - 0x00000b78 0x70 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .debug_aranges - 0x00000be8 0x58 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .debug_aranges - 0x00000c40 0x30 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .debug_aranges - 0x00000c70 0x40 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .debug_aranges - 0x00000cb0 0x70 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .debug_aranges - 0x00000d20 0x48 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .debug_aranges - 0x00000d68 0x60 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .debug_aranges - 0x00000dc8 0x28 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .debug_aranges - 0x00000df0 0x90 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .debug_aranges - 0x00000e80 0x50 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .debug_aranges - 0x00000ed0 0xc0 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .debug_aranges - 0x00000f90 0x48 zephyr/kernel/libkernel.a(device.c.obj) - .debug_aranges - 0x00000fd8 0x38 zephyr/kernel/libkernel.a(fatal.c.obj) - .debug_aranges - 0x00001010 0x40 zephyr/kernel/libkernel.a(init.c.obj) - .debug_aranges - 0x00001050 0x28 zephyr/kernel/libkernel.a(idle.c.obj) - .debug_aranges - 0x00001078 0x38 zephyr/kernel/libkernel.a(sem.c.obj) - .debug_aranges - 0x000010b0 0xd0 zephyr/kernel/libkernel.a(thread.c.obj) - .debug_aranges - 0x00001180 0x110 zephyr/kernel/libkernel.a(sched.c.obj) - .debug_aranges - 0x00001290 0x58 zephyr/kernel/libkernel.a(scheduler.c.obj) - .debug_aranges - 0x000012e8 0x40 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .debug_aranges - 0x00001328 0x90 zephyr/kernel/libkernel.a(timeout.c.obj) - -.debug_pubnames - *(SORT_BY_ALIGNMENT(.debug_pubnames)) - -.debug_info 0x00000000 0x8ced2 - *(SORT_BY_ALIGNMENT(.debug_info) SORT_BY_ALIGNMENT(.gnu.linkonce.wi.*)) - .debug_info 0x00000000 0x1a3 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj - .debug_info 0x000001a3 0xdc zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .debug_info 0x0000027f 0x437a app/libapp.a(main.c.obj) - .debug_info 0x000045f9 0x16bb app/libapp.a(flash_map_extended.c.obj) - .debug_info 0x00005cb4 0x93 app/libapp.a(os.c.obj) - .debug_info 0x00005d47 0x15b app/libapp.a(watchdog.c.obj) - .debug_info 0x00005ea2 0x2f6 zephyr/libzephyr.a(boot_banner.c.obj) - .debug_info 0x00006198 0x581 zephyr/libzephyr.a(printk.c.obj) - .debug_info 0x00006719 0x95 zephyr/libzephyr.a(last_section_id.c.obj) - .debug_info 0x000067ae 0x38 zephyr/libzephyr.a(configs.c.obj) - .debug_info 0x000067e6 0x2d2 zephyr/libzephyr.a(soc_config.c.obj) - .debug_info 0x00006ab8 0xfca zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .debug_info 0x00007a82 0x6c2 zephyr/libzephyr.a(soc.c.obj) - .debug_info 0x00008144 0x3de zephyr/libzephyr.a(log_minimal.c.obj) - .debug_info 0x00008522 0x33e zephyr/libzephyr.a(mem_attr.c.obj) - .debug_info 0x00008860 0x10dc zephyr/libzephyr.a(flash_map.c.obj) - .debug_info 0x0000993c 0x3cd zephyr/libzephyr.a(flash_map_default.c.obj) - .debug_info 0x00009d09 0x5e8 zephyr/libzephyr.a(flash_map_layout.c.obj) - .debug_info 0x0000a2f1 0x74c zephyr/libzephyr.a(thread_entry.c.obj) - .debug_info 0x0000aa3d 0x3a6a zephyr/libzephyr.a(image_validate.c.obj) - .debug_info 0x0000e4a7 0x1d00 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .debug_info 0x000101a7 0x421b zephyr/libzephyr.a(tlv.c.obj) - .debug_info 0x000143c2 0x2760 zephyr/libzephyr.a(bootutil_misc.c.obj) - .debug_info 0x00016b22 0x608e zephyr/libzephyr.a(bootutil_area.c.obj) - .debug_info 0x0001cbb0 0x2c43 zephyr/libzephyr.a(bootutil_loader.c.obj) - .debug_info 0x0001f7f3 0xdf zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .debug_info 0x0001f8d2 0x8dc7 zephyr/libzephyr.a(loader.c.obj) - .debug_info 0x00028699 0x2ea9 zephyr/libzephyr.a(swap_misc.c.obj) - .debug_info 0x0002b542 0xba4d zephyr/libzephyr.a(swap_move.c.obj) - .debug_info 0x00036f8f 0x7ef zephyr/libzephyr.a(sha256.c.obj) - .debug_info 0x0003777e 0x2db zephyr/libzephyr.a(utils.c.obj) - .debug_info 0x00037a59 0x3ad zephyr/libzephyr.a(arm_cortex_m.c.obj) - .debug_info 0x00037e06 0x1c0e zephyr/libzephyr.a(flash_check.c.obj) - .debug_info 0x00039a14 0x225 zephyr/arch/common/libarch__common.a(init.c.obj) - .debug_info 0x00039c39 0x12d zephyr/arch/common/libarch__common.a(xip.c.obj) - .debug_info 0x00039d66 0x32eb zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .debug_info 0x0003d051 0xb6 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .debug_info 0x0003d107 0x23 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .debug_info 0x0003d12a 0x750 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .debug_info 0x0003d87a 0xcb8b zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .debug_info 0x0004a405 0x23 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .debug_info 0x0004a428 0x23 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .debug_info 0x0004a44b 0x5ac zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .debug_info 0x0004a9f7 0x23 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .debug_info 0x0004aa1a 0x9a4 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .debug_info 0x0004b3be 0x4bc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .debug_info 0x0004b87a 0xbe9 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .debug_info 0x0004c463 0x4b7 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .debug_info 0x0004c91a 0x7cc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .debug_info 0x0004d0e6 0x871 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .debug_info 0x0004d957 0x23 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .debug_info 0x0004d97a 0x65b zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .debug_info 0x0004dfd5 0x1ab zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .debug_info 0x0004e180 0x23 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .debug_info 0x0004e1a3 0x74c zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .debug_info 0x0004e8ef 0x512d zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .debug_info 0x00053a1c 0x18e zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .debug_info 0x00053baa 0xa5 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .debug_info 0x00053c4f 0x1ba zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .debug_info 0x00053e09 0x9d84 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .debug_info 0x0005db8d 0x13f4 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .debug_info 0x0005ef81 0x178f zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .debug_info 0x00060710 0x5cf zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .debug_info 0x00060cdf 0x819 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .debug_info 0x000614f8 0x7a7a zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .debug_info 0x00068f72 0x2912 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .debug_info 0x0006b884 0x1462 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .debug_info 0x0006cce6 0x3f9 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .debug_info 0x0006d0df 0xf49 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .debug_info 0x0006e028 0x107a modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .debug_info 0x0006f0a2 0xa48f modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .debug_info 0x00079531 0x3f3 zephyr/kernel/libkernel.a(device.c.obj) - .debug_info 0x00079924 0x2cff zephyr/kernel/libkernel.a(fatal.c.obj) - .debug_info 0x0007c623 0x1ce6 zephyr/kernel/libkernel.a(init.c.obj) - .debug_info 0x0007e309 0x2e7 zephyr/kernel/libkernel.a(idle.c.obj) - .debug_info 0x0007e5f0 0x1463 zephyr/kernel/libkernel.a(sem.c.obj) - .debug_info 0x0007fa53 0x3d2f zephyr/kernel/libkernel.a(thread.c.obj) - .debug_info 0x00083782 0x5750 zephyr/kernel/libkernel.a(sched.c.obj) - .debug_info 0x00088ed2 0x15d4 zephyr/kernel/libkernel.a(scheduler.c.obj) - .debug_info 0x0008a4a6 0xf38 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .debug_info 0x0008b3de 0x1af4 zephyr/kernel/libkernel.a(timeout.c.obj) - -.debug_abbrev 0x00000000 0xd503 - *(SORT_BY_ALIGNMENT(.debug_abbrev)) - .debug_abbrev 0x00000000 0x12e zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj - .debug_abbrev 0x0000012e 0x62 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .debug_abbrev 0x00000190 0x38f app/libapp.a(main.c.obj) - .debug_abbrev 0x0000051f 0x3d3 app/libapp.a(flash_map_extended.c.obj) - .debug_abbrev 0x000008f2 0x44 app/libapp.a(os.c.obj) - .debug_abbrev 0x00000936 0xbf app/libapp.a(watchdog.c.obj) - .debug_abbrev 0x000009f5 0x18e zephyr/libzephyr.a(boot_banner.c.obj) - .debug_abbrev 0x00000b83 0x2f1 zephyr/libzephyr.a(printk.c.obj) - .debug_abbrev 0x00000e74 0x46 zephyr/libzephyr.a(last_section_id.c.obj) - .debug_abbrev 0x00000eba 0x2e zephyr/libzephyr.a(configs.c.obj) - .debug_abbrev 0x00000ee8 0x187 zephyr/libzephyr.a(soc_config.c.obj) - .debug_abbrev 0x0000106f 0x31f zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .debug_abbrev 0x0000138e 0x15f zephyr/libzephyr.a(soc.c.obj) - .debug_abbrev 0x000014ed 0x1fa zephyr/libzephyr.a(log_minimal.c.obj) - .debug_abbrev 0x000016e7 0x1c2 zephyr/libzephyr.a(mem_attr.c.obj) - .debug_abbrev 0x000018a9 0x3b9 zephyr/libzephyr.a(flash_map.c.obj) - .debug_abbrev 0x00001c62 0x156 zephyr/libzephyr.a(flash_map_default.c.obj) - .debug_abbrev 0x00001db8 0x273 zephyr/libzephyr.a(flash_map_layout.c.obj) - .debug_abbrev 0x0000202b 0x2ac zephyr/libzephyr.a(thread_entry.c.obj) - .debug_abbrev 0x000022d7 0x2ff zephyr/libzephyr.a(image_validate.c.obj) - .debug_abbrev 0x000025d6 0x2f2 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .debug_abbrev 0x000028c8 0x299 zephyr/libzephyr.a(tlv.c.obj) - .debug_abbrev 0x00002b61 0x50f zephyr/libzephyr.a(bootutil_misc.c.obj) - .debug_abbrev 0x00003070 0x476 zephyr/libzephyr.a(bootutil_area.c.obj) - .debug_abbrev 0x000034e6 0x49f zephyr/libzephyr.a(bootutil_loader.c.obj) - .debug_abbrev 0x00003985 0x57 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .debug_abbrev 0x000039dc 0x58f zephyr/libzephyr.a(loader.c.obj) - .debug_abbrev 0x00003f6b 0x3f8 zephyr/libzephyr.a(swap_misc.c.obj) - .debug_abbrev 0x00004363 0x559 zephyr/libzephyr.a(swap_move.c.obj) - .debug_abbrev 0x000048bc 0x215 zephyr/libzephyr.a(sha256.c.obj) - .debug_abbrev 0x00004ad1 0x15c zephyr/libzephyr.a(utils.c.obj) - .debug_abbrev 0x00004c2d 0x19c zephyr/libzephyr.a(arm_cortex_m.c.obj) - .debug_abbrev 0x00004dc9 0x290 zephyr/libzephyr.a(flash_check.c.obj) - .debug_abbrev 0x00005059 0xf3 zephyr/arch/common/libarch__common.a(init.c.obj) - .debug_abbrev 0x0000514c 0xd1 zephyr/arch/common/libarch__common.a(xip.c.obj) - .debug_abbrev 0x0000521d 0x2ae zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .debug_abbrev 0x000054cb 0x70 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .debug_abbrev 0x0000553b 0x14 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .debug_abbrev 0x0000554f 0x2c9 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .debug_abbrev 0x00005818 0x4d7 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .debug_abbrev 0x00005cef 0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .debug_abbrev 0x00005d03 0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .debug_abbrev 0x00005d17 0x218 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .debug_abbrev 0x00005f2f 0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .debug_abbrev 0x00005f43 0x280 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .debug_abbrev 0x000061c3 0x1f8 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .debug_abbrev 0x000063bb 0x3fc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .debug_abbrev 0x000067b7 0x191 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .debug_abbrev 0x00006948 0x1a5 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .debug_abbrev 0x00006aed 0x24d zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .debug_abbrev 0x00006d3a 0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .debug_abbrev 0x00006d4e 0x159 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .debug_abbrev 0x00006ea7 0x13d zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .debug_abbrev 0x00006fe4 0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .debug_abbrev 0x00006ff8 0x25f zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .debug_abbrev 0x00007257 0x4bf zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .debug_abbrev 0x00007716 0xac zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .debug_abbrev 0x000077c2 0x68 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .debug_abbrev 0x0000782a 0x14d zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .debug_abbrev 0x00007977 0x4da zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .debug_abbrev 0x00007e51 0x4f4 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .debug_abbrev 0x00008345 0x4f2 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .debug_abbrev 0x00008837 0x18e zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .debug_abbrev 0x000089c5 0x1f2 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .debug_abbrev 0x00008bb7 0x63e zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .debug_abbrev 0x000091f5 0x4d6 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .debug_abbrev 0x000096cb 0x46e zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .debug_abbrev 0x00009b39 0x119 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .debug_abbrev 0x00009c52 0x348 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .debug_abbrev 0x00009f9a 0x2ff modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .debug_abbrev 0x0000a299 0x50d modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .debug_abbrev 0x0000a7a6 0x1d6 zephyr/kernel/libkernel.a(device.c.obj) - .debug_abbrev 0x0000a97c 0x3fe zephyr/kernel/libkernel.a(fatal.c.obj) - .debug_abbrev 0x0000ad7a 0x6ac zephyr/kernel/libkernel.a(init.c.obj) - .debug_abbrev 0x0000b426 0x1df zephyr/kernel/libkernel.a(idle.c.obj) - .debug_abbrev 0x0000b605 0x472 zephyr/kernel/libkernel.a(sem.c.obj) - .debug_abbrev 0x0000ba77 0x6a5 zephyr/kernel/libkernel.a(thread.c.obj) - .debug_abbrev 0x0000c11c 0x654 zephyr/kernel/libkernel.a(sched.c.obj) - .debug_abbrev 0x0000c770 0x455 zephyr/kernel/libkernel.a(scheduler.c.obj) - .debug_abbrev 0x0000cbc5 0x42f zephyr/kernel/libkernel.a(timeslicing.c.obj) - .debug_abbrev 0x0000cff4 0x50f zephyr/kernel/libkernel.a(timeout.c.obj) - -.debug_line 0x00000000 0x21c0d - *(SORT_BY_ALIGNMENT(.debug_line) SORT_BY_ALIGNMENT(.debug_line.*) SORT_BY_ALIGNMENT(.debug_line_end)) - .debug_line 0x00000000 0x1ca zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj - .debug_line 0x000001ca 0x153 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .debug_line 0x0000031d 0x793 app/libapp.a(main.c.obj) - .debug_line 0x00000ab0 0x6ab app/libapp.a(flash_map_extended.c.obj) - .debug_line 0x0000115b 0x7a app/libapp.a(os.c.obj) - .debug_line 0x000011d5 0x1ee app/libapp.a(watchdog.c.obj) - .debug_line 0x000013c3 0x245 zephyr/libzephyr.a(boot_banner.c.obj) - .debug_line 0x00001608 0x49f zephyr/libzephyr.a(printk.c.obj) - .debug_line 0x00001aa7 0x16e zephyr/libzephyr.a(last_section_id.c.obj) - .debug_line 0x00001c15 0x233 zephyr/libzephyr.a(configs.c.obj) - .debug_line 0x00001e48 0x2d4 zephyr/libzephyr.a(soc_config.c.obj) - .debug_line 0x0000211c 0x73d zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .debug_line 0x00002859 0x344 zephyr/libzephyr.a(soc.c.obj) - .debug_line 0x00002b9d 0x379 zephyr/libzephyr.a(log_minimal.c.obj) - .debug_line 0x00002f16 0x37d zephyr/libzephyr.a(mem_attr.c.obj) - .debug_line 0x00003293 0x7dc zephyr/libzephyr.a(flash_map.c.obj) - .debug_line 0x00003a6f 0x2ce zephyr/libzephyr.a(flash_map_default.c.obj) - .debug_line 0x00003d3d 0x451 zephyr/libzephyr.a(flash_map_layout.c.obj) - .debug_line 0x0000418e 0x499 zephyr/libzephyr.a(thread_entry.c.obj) - .debug_line 0x00004627 0x558 zephyr/libzephyr.a(image_validate.c.obj) - .debug_line 0x00004b7f 0x5c3 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .debug_line 0x00005142 0x59f zephyr/libzephyr.a(tlv.c.obj) - .debug_line 0x000056e1 0xa1f zephyr/libzephyr.a(bootutil_misc.c.obj) - .debug_line 0x00006100 0x6e5 zephyr/libzephyr.a(bootutil_area.c.obj) - .debug_line 0x000067e5 0x884 zephyr/libzephyr.a(bootutil_loader.c.obj) - .debug_line 0x00007069 0xfa zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .debug_line 0x00007163 0x11aa zephyr/libzephyr.a(loader.c.obj) - .debug_line 0x0000830d 0x8b7 zephyr/libzephyr.a(swap_misc.c.obj) - .debug_line 0x00008bc4 0x10c2 zephyr/libzephyr.a(swap_move.c.obj) - .debug_line 0x00009c86 0x79b zephyr/libzephyr.a(sha256.c.obj) - .debug_line 0x0000a421 0x343 zephyr/libzephyr.a(utils.c.obj) - .debug_line 0x0000a764 0x4ee zephyr/libzephyr.a(arm_cortex_m.c.obj) - .debug_line 0x0000ac52 0x589 zephyr/libzephyr.a(flash_check.c.obj) - .debug_line 0x0000b1db 0x20d zephyr/arch/common/libarch__common.a(init.c.obj) - .debug_line 0x0000b3e8 0x1b7 zephyr/arch/common/libarch__common.a(xip.c.obj) - .debug_line 0x0000b59f 0x4d1 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .debug_line 0x0000ba70 0xcf zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .debug_line 0x0000bb3f 0x79 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .debug_line 0x0000bbb8 0x51b zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .debug_line 0x0000c0d3 0xb12 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .debug_line 0x0000cbe5 0x86 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .debug_line 0x0000cc6b 0x94 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .debug_line 0x0000ccff 0x500 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .debug_line 0x0000d1ff 0x8b zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .debug_line 0x0000d28a 0x43b zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .debug_line 0x0000d6c5 0x475 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .debug_line 0x0000db3a 0x7b5 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .debug_line 0x0000e2ef 0x422 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .debug_line 0x0000e711 0x3ea zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .debug_line 0x0000eafb 0x52b zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .debug_line 0x0000f026 0xbc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .debug_line 0x0000f0e2 0x2b1 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .debug_line 0x0000f393 0x2e3 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .debug_line 0x0000f676 0x87 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .debug_line 0x0000f6fd 0x528 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .debug_line 0x0000fc25 0xd06 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .debug_line 0x0001092b 0x25f zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .debug_line 0x00010b8a 0xfa zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .debug_line 0x00010c84 0x3fe zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .debug_line 0x00011082 0xcd5 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .debug_line 0x00011d57 0xab6 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .debug_line 0x0001280d 0xd0d zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .debug_line 0x0001351a 0x32e zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .debug_line 0x00013848 0x4ab zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .debug_line 0x00013cf3 0xb55 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .debug_line 0x00014848 0x9f2 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .debug_line 0x0001523a 0xbe0 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .debug_line 0x00015e1a 0x270 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .debug_line 0x0001608a 0xf24 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .debug_line 0x00016fae 0xaae modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .debug_line 0x00017a5c 0xf92 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .debug_line 0x000189ee 0x493 zephyr/kernel/libkernel.a(device.c.obj) - .debug_line 0x00018e81 0x7bd zephyr/kernel/libkernel.a(fatal.c.obj) - .debug_line 0x0001963e 0xd36 zephyr/kernel/libkernel.a(init.c.obj) - .debug_line 0x0001a374 0x439 zephyr/kernel/libkernel.a(idle.c.obj) - .debug_line 0x0001a7ad 0xbc1 zephyr/kernel/libkernel.a(sem.c.obj) - .debug_line 0x0001b36e 0x15dd zephyr/kernel/libkernel.a(thread.c.obj) - .debug_line 0x0001c94b 0x2c95 zephyr/kernel/libkernel.a(sched.c.obj) - .debug_line 0x0001f5e0 0xbf4 zephyr/kernel/libkernel.a(scheduler.c.obj) - .debug_line 0x000201d4 0x80d zephyr/kernel/libkernel.a(timeslicing.c.obj) - .debug_line 0x000209e1 0x122c zephyr/kernel/libkernel.a(timeout.c.obj) - -.debug_frame 0x00000000 0x290c - *(SORT_BY_ALIGNMENT(.debug_frame)) - .debug_frame 0x00000000 0x20 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .debug_frame 0x00000020 0x2c app/libapp.a(main.c.obj) - .debug_frame 0x0000004c 0xac app/libapp.a(flash_map_extended.c.obj) - .debug_frame 0x000000f8 0x20 app/libapp.a(os.c.obj) - .debug_frame 0x00000118 0x30 app/libapp.a(watchdog.c.obj) - .debug_frame 0x00000148 0x28 zephyr/libzephyr.a(boot_banner.c.obj) - .debug_frame 0x00000170 0xbc zephyr/libzephyr.a(printk.c.obj) - .debug_frame 0x0000022c 0x20 zephyr/libzephyr.a(configs.c.obj) - .debug_frame 0x0000024c 0x20 zephyr/libzephyr.a(soc_config.c.obj) - .debug_frame 0x0000026c 0x30 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .debug_frame 0x0000029c 0x28 zephyr/libzephyr.a(soc.c.obj) - .debug_frame 0x000002c4 0x74 zephyr/libzephyr.a(log_minimal.c.obj) - .debug_frame 0x00000338 0x40 zephyr/libzephyr.a(mem_attr.c.obj) - .debug_frame 0x00000378 0x18c zephyr/libzephyr.a(flash_map.c.obj) - .debug_frame 0x00000504 0x6c zephyr/libzephyr.a(flash_map_layout.c.obj) - .debug_frame 0x00000570 0x2c zephyr/libzephyr.a(thread_entry.c.obj) - .debug_frame 0x0000059c 0x40 zephyr/libzephyr.a(image_validate.c.obj) - .debug_frame 0x000005dc 0x3c zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .debug_frame 0x00000618 0x70 zephyr/libzephyr.a(tlv.c.obj) - .debug_frame 0x00000688 0x128 zephyr/libzephyr.a(bootutil_misc.c.obj) - .debug_frame 0x000007b0 0xa4 zephyr/libzephyr.a(bootutil_area.c.obj) - .debug_frame 0x00000854 0xe4 zephyr/libzephyr.a(bootutil_loader.c.obj) - .debug_frame 0x00000938 0x154 zephyr/libzephyr.a(loader.c.obj) - .debug_frame 0x00000a8c 0xd4 zephyr/libzephyr.a(swap_misc.c.obj) - .debug_frame 0x00000b60 0x140 zephyr/libzephyr.a(swap_move.c.obj) - .debug_frame 0x00000ca0 0x98 zephyr/libzephyr.a(sha256.c.obj) - .debug_frame 0x00000d38 0x68 zephyr/libzephyr.a(utils.c.obj) - .debug_frame 0x00000da0 0x30 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .debug_frame 0x00000dd0 0x28 zephyr/libzephyr.a(flash_check.c.obj) - .debug_frame 0x00000df8 0x48 zephyr/arch/common/libarch__common.a(init.c.obj) - .debug_frame 0x00000e40 0x2c zephyr/arch/common/libarch__common.a(xip.c.obj) - .debug_frame 0x00000e6c 0x30 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .debug_frame 0x00000e9c 0x2c zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .debug_frame 0x00000ec8 0x30 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .debug_frame 0x00000ef8 0x8c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .debug_frame 0x00000f84 0x50 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .debug_frame 0x00000fd4 0x60 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .debug_frame 0x00001034 0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .debug_frame 0x0000106c 0x78 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .debug_frame 0x000010e4 0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .debug_frame 0x00001124 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .debug_frame 0x00001144 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .debug_frame 0x00001164 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .debug_frame 0x00001184 0x2c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .debug_frame 0x000011b0 0x30 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .debug_frame 0x000011e0 0x108 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .debug_frame 0x000012e8 0x28 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .debug_frame 0x00001310 0x28 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .debug_frame 0x00001338 0x110 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .debug_frame 0x00001448 0xec zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .debug_frame 0x00001534 0xcc zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .debug_frame 0x00001600 0x48 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .debug_frame 0x00001648 0x9c zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .debug_frame 0x000016e4 0x124 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .debug_frame 0x00001808 0xd0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .debug_frame 0x000018d8 0xe8 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .debug_frame 0x000019c0 0x38 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .debug_frame 0x000019f8 0x164 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .debug_frame 0x00001b5c 0xbc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .debug_frame 0x00001c18 0x234 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .debug_frame 0x00001e4c 0x84 zephyr/kernel/libkernel.a(device.c.obj) - .debug_frame 0x00001ed0 0x74 zephyr/kernel/libkernel.a(fatal.c.obj) - .debug_frame 0x00001f44 0xb4 zephyr/kernel/libkernel.a(init.c.obj) - .debug_frame 0x00001ff8 0x38 zephyr/kernel/libkernel.a(idle.c.obj) - .debug_frame 0x00002030 0x8c zephyr/kernel/libkernel.a(sem.c.obj) - .debug_frame 0x000020bc 0x224 zephyr/kernel/libkernel.a(thread.c.obj) - .debug_frame 0x000022e0 0x330 zephyr/kernel/libkernel.a(sched.c.obj) - .debug_frame 0x00002610 0xc0 zephyr/kernel/libkernel.a(scheduler.c.obj) - .debug_frame 0x000026d0 0x8c zephyr/kernel/libkernel.a(timeslicing.c.obj) - .debug_frame 0x0000275c 0x1b0 zephyr/kernel/libkernel.a(timeout.c.obj) - -.debug_str 0x00000000 0x8d70 - *(SORT_BY_ALIGNMENT(.debug_str)) - .debug_str 0x00000000 0x8d70 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj - 0x399 (size before relaxing) - .debug_str 0x00008d70 0x3c0 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .debug_str 0x00008d70 0xb3a app/libapp.a(main.c.obj) - .debug_str 0x00008d70 0x967 app/libapp.a(flash_map_extended.c.obj) - .debug_str 0x00008d70 0x2be app/libapp.a(os.c.obj) - .debug_str 0x00008d70 0x38b app/libapp.a(watchdog.c.obj) - .debug_str 0x00008d70 0x585 zephyr/libzephyr.a(boot_banner.c.obj) - .debug_str 0x00008d70 0x644 zephyr/libzephyr.a(printk.c.obj) - .debug_str 0x00008d70 0x2c1 zephyr/libzephyr.a(last_section_id.c.obj) - .debug_str 0x00008d70 0x22f zephyr/libzephyr.a(configs.c.obj) - .debug_str 0x00008d70 0x45b zephyr/libzephyr.a(soc_config.c.obj) - .debug_str 0x00008d70 0x8e7 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .debug_str 0x00008d70 0x5d1 zephyr/libzephyr.a(soc.c.obj) - .debug_str 0x00008d70 0x396 zephyr/libzephyr.a(log_minimal.c.obj) - .debug_str 0x00008d70 0x5db zephyr/libzephyr.a(mem_attr.c.obj) - .debug_str 0x00008d70 0x7b9 zephyr/libzephyr.a(flash_map.c.obj) - .debug_str 0x00008d70 0x69f zephyr/libzephyr.a(flash_map_default.c.obj) - .debug_str 0x00008d70 0x4d7 zephyr/libzephyr.a(flash_map_layout.c.obj) - .debug_str 0x00008d70 0x7cc zephyr/libzephyr.a(thread_entry.c.obj) - .debug_str 0x00008d70 0x9f5 zephyr/libzephyr.a(image_validate.c.obj) - .debug_str 0x00008d70 0x9ec zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .debug_str 0x00008d70 0x8df zephyr/libzephyr.a(tlv.c.obj) - .debug_str 0x00008d70 0xc0d zephyr/libzephyr.a(bootutil_misc.c.obj) - .debug_str 0x00008d70 0x91c zephyr/libzephyr.a(bootutil_area.c.obj) - .debug_str 0x00008d70 0xae3 zephyr/libzephyr.a(bootutil_loader.c.obj) - .debug_str 0x00008d70 0x30f zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .debug_str 0x00008d70 0xfa5 zephyr/libzephyr.a(loader.c.obj) - .debug_str 0x00008d70 0xbf7 zephyr/libzephyr.a(swap_misc.c.obj) - .debug_str 0x00008d70 0xd9c zephyr/libzephyr.a(swap_move.c.obj) - .debug_str 0x00008d70 0x3a1 zephyr/libzephyr.a(sha256.c.obj) - .debug_str 0x00008d70 0x33c zephyr/libzephyr.a(utils.c.obj) - .debug_str 0x00008d70 0x3fa zephyr/libzephyr.a(arm_cortex_m.c.obj) - .debug_str 0x00008d70 0xa9b zephyr/libzephyr.a(flash_check.c.obj) - .debug_str 0x00008d70 0x30f zephyr/arch/common/libarch__common.a(init.c.obj) - .debug_str 0x00008d70 0x347 zephyr/arch/common/libarch__common.a(xip.c.obj) - .debug_str 0x00008d70 0x7fc zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .debug_str 0x00008d70 0x2d1 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .debug_str 0x00008d70 0x88 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .debug_str 0x00008d70 0x7be zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .debug_str 0x00008d70 0x1166 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .debug_str 0x00008d70 0x8c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .debug_str 0x00008d70 0x8a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .debug_str 0x00008d70 0x47f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .debug_str 0x00008d70 0x88 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .debug_str 0x00008d70 0x997 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .debug_str 0x00008d70 0x49e zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .debug_str 0x00008d70 0x78a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .debug_str 0x00008d70 0x3ed zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .debug_str 0x00008d70 0x609 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .debug_str 0x00008d70 0x653 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .debug_str 0x00008d70 0x90 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .debug_str 0x00008d70 0x85b zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .debug_str 0x00008d70 0x33d zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .debug_str 0x00008d70 0x94 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .debug_str 0x00008d70 0x6e6 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .debug_str 0x00008d70 0xc10 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .debug_str 0x00008d70 0x35e zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .debug_str 0x00008d70 0x2cf zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .debug_str 0x00008d70 0x3a2 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .debug_str 0x00008d70 0xee5 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .debug_str 0x00008d70 0x10cb zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .debug_str 0x00008d70 0xe35 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .debug_str 0x00008d70 0x571 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .debug_str 0x00008d70 0x5af zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .debug_str 0x00008d70 0xf20 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .debug_str 0x00008d70 0xa7c zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .debug_str 0x00008d70 0xc18 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .debug_str 0x00008d70 0x49f modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .debug_str 0x00008d70 0x94b modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .debug_str 0x00008d70 0x94a modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .debug_str 0x00008d70 0xd1b modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .debug_str 0x00008d70 0x409 zephyr/kernel/libkernel.a(device.c.obj) - .debug_str 0x00008d70 0xad0 zephyr/kernel/libkernel.a(fatal.c.obj) - .debug_str 0x00008d70 0x1235 zephyr/kernel/libkernel.a(init.c.obj) - .debug_str 0x00008d70 0x3db zephyr/kernel/libkernel.a(idle.c.obj) - .debug_str 0x00008d70 0x9e8 zephyr/kernel/libkernel.a(sem.c.obj) - .debug_str 0x00008d70 0x1253 zephyr/kernel/libkernel.a(thread.c.obj) - .debug_str 0x00008d70 0x1043 zephyr/kernel/libkernel.a(sched.c.obj) - .debug_str 0x00008d70 0x901 zephyr/kernel/libkernel.a(scheduler.c.obj) - .debug_str 0x00008d70 0xa60 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .debug_str 0x00008d70 0x966 zephyr/kernel/libkernel.a(timeout.c.obj) - -.debug_loc 0x00000000 0x15f93 - *(SORT_BY_ALIGNMENT(.debug_loc)) - .debug_loc 0x00000000 0x8b app/libapp.a(main.c.obj) - .debug_loc 0x0000008b 0x3bf app/libapp.a(flash_map_extended.c.obj) - .debug_loc 0x0000044a 0x17b zephyr/libzephyr.a(printk.c.obj) - .debug_loc 0x000005c5 0x1a0 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .debug_loc 0x00000765 0x18 zephyr/libzephyr.a(soc.c.obj) - .debug_loc 0x0000077d 0x1e1 zephyr/libzephyr.a(log_minimal.c.obj) - .debug_loc 0x0000095e 0xc6 zephyr/libzephyr.a(mem_attr.c.obj) - .debug_loc 0x00000a24 0xc8e zephyr/libzephyr.a(flash_map.c.obj) - .debug_loc 0x000016b2 0x2fb zephyr/libzephyr.a(flash_map_layout.c.obj) - .debug_loc 0x000019ad 0x9d zephyr/libzephyr.a(thread_entry.c.obj) - .debug_loc 0x00001a4a 0x272 zephyr/libzephyr.a(image_validate.c.obj) - .debug_loc 0x00001cbc 0x2ce zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .debug_loc 0x00001f8a 0x2a5 zephyr/libzephyr.a(tlv.c.obj) - .debug_loc 0x0000222f 0x7eb zephyr/libzephyr.a(bootutil_misc.c.obj) - .debug_loc 0x00002a1a 0x5b4 zephyr/libzephyr.a(bootutil_area.c.obj) - .debug_loc 0x00002fce 0x759 zephyr/libzephyr.a(bootutil_loader.c.obj) - .debug_loc 0x00003727 0x1069 zephyr/libzephyr.a(loader.c.obj) - .debug_loc 0x00004790 0x564 zephyr/libzephyr.a(swap_misc.c.obj) - .debug_loc 0x00004cf4 0x135c zephyr/libzephyr.a(swap_move.c.obj) - .debug_loc 0x00006050 0xddc zephyr/libzephyr.a(sha256.c.obj) - .debug_loc 0x00006e2c 0x23e zephyr/libzephyr.a(utils.c.obj) - .debug_loc 0x0000706a 0x168 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .debug_loc 0x000071d2 0x76 zephyr/libzephyr.a(flash_check.c.obj) - .debug_loc 0x00007248 0x102 zephyr/arch/common/libarch__common.a(init.c.obj) - .debug_loc 0x0000734a 0x11c zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .debug_loc 0x00007466 0xa0 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .debug_loc 0x00007506 0x8a9 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .debug_loc 0x00007daf 0xdc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .debug_loc 0x00007e8b 0x1dd zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .debug_loc 0x00008068 0x3c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .debug_loc 0x000080a4 0x267 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .debug_loc 0x0000830b 0x56 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .debug_loc 0x00008361 0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .debug_loc 0x000083a1 0x6a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .debug_loc 0x0000840b 0x3f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .debug_loc 0x0000844a 0x89 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .debug_loc 0x000084d3 0x8ee zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .debug_loc 0x00008dc1 0x2c zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .debug_loc 0x00008ded 0xbaf zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .debug_loc 0x0000999c 0x67a zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .debug_loc 0x0000a016 0xbc0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .debug_loc 0x0000abd6 0x72 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .debug_loc 0x0000ac48 0x3c9 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .debug_loc 0x0000b011 0xa78 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .debug_loc 0x0000ba89 0x7ba zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .debug_loc 0x0000c243 0x6ea zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .debug_loc 0x0000c92d 0xac modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .debug_loc 0x0000c9d9 0x8e1 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .debug_loc 0x0000d2ba 0x908 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .debug_loc 0x0000dbc2 0xf23 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .debug_loc 0x0000eae5 0x1e8 zephyr/kernel/libkernel.a(device.c.obj) - .debug_loc 0x0000eccd 0x1b0 zephyr/kernel/libkernel.a(fatal.c.obj) - .debug_loc 0x0000ee7d 0x6e3 zephyr/kernel/libkernel.a(init.c.obj) - .debug_loc 0x0000f560 0x97 zephyr/kernel/libkernel.a(idle.c.obj) - .debug_loc 0x0000f5f7 0x7b7 zephyr/kernel/libkernel.a(sem.c.obj) - .debug_loc 0x0000fdae 0x144a zephyr/kernel/libkernel.a(thread.c.obj) - .debug_loc 0x000111f8 0x2fcd zephyr/kernel/libkernel.a(sched.c.obj) - .debug_loc 0x000141c5 0x8ff zephyr/kernel/libkernel.a(scheduler.c.obj) - .debug_loc 0x00014ac4 0x3d4 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .debug_loc 0x00014e98 0x10fb zephyr/kernel/libkernel.a(timeout.c.obj) - -.debug_macinfo - *(SORT_BY_ALIGNMENT(.debug_macinfo)) - -.debug_weaknames - *(SORT_BY_ALIGNMENT(.debug_weaknames)) - -.debug_funcnames - *(SORT_BY_ALIGNMENT(.debug_funcnames)) - -.debug_typenames - *(SORT_BY_ALIGNMENT(.debug_typenames)) - -.debug_varnames - *(SORT_BY_ALIGNMENT(.debug_varnames)) - -.debug_pubtypes - *(SORT_BY_ALIGNMENT(.debug_pubtypes)) - -.debug_ranges 0x00000000 0x3898 - *(SORT_BY_ALIGNMENT(.debug_ranges)) - .debug_ranges 0x00000000 0x10 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .debug_ranges 0x00000010 0x28 app/libapp.a(main.c.obj) - .debug_ranges 0x00000038 0x58 app/libapp.a(flash_map_extended.c.obj) - .debug_ranges 0x00000090 0x10 app/libapp.a(os.c.obj) - .debug_ranges 0x000000a0 0x18 app/libapp.a(watchdog.c.obj) - .debug_ranges 0x000000b8 0x10 zephyr/libzephyr.a(boot_banner.c.obj) - .debug_ranges 0x000000c8 0x58 zephyr/libzephyr.a(printk.c.obj) - .debug_ranges 0x00000120 0x10 zephyr/libzephyr.a(configs.c.obj) - .debug_ranges 0x00000130 0x10 zephyr/libzephyr.a(soc_config.c.obj) - .debug_ranges 0x00000140 0x18 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .debug_ranges 0x00000158 0x58 zephyr/libzephyr.a(soc.c.obj) - .debug_ranges 0x000001b0 0x98 zephyr/libzephyr.a(log_minimal.c.obj) - .debug_ranges 0x00000248 0x20 zephyr/libzephyr.a(mem_attr.c.obj) - .debug_ranges 0x00000268 0x180 zephyr/libzephyr.a(flash_map.c.obj) - .debug_ranges 0x000003e8 0x48 zephyr/libzephyr.a(flash_map_layout.c.obj) - .debug_ranges 0x00000430 0x10 zephyr/libzephyr.a(thread_entry.c.obj) - .debug_ranges 0x00000440 0x10 zephyr/libzephyr.a(image_validate.c.obj) - .debug_ranges 0x00000450 0x30 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .debug_ranges 0x00000480 0x20 zephyr/libzephyr.a(tlv.c.obj) - .debug_ranges 0x000004a0 0xa8 zephyr/libzephyr.a(bootutil_misc.c.obj) - .debug_ranges 0x00000548 0x68 zephyr/libzephyr.a(bootutil_area.c.obj) - .debug_ranges 0x000005b0 0x80 zephyr/libzephyr.a(bootutil_loader.c.obj) - .debug_ranges 0x00000630 0x168 zephyr/libzephyr.a(loader.c.obj) - .debug_ranges 0x00000798 0xb8 zephyr/libzephyr.a(swap_misc.c.obj) - .debug_ranges 0x00000850 0x270 zephyr/libzephyr.a(swap_move.c.obj) - .debug_ranges 0x00000ac0 0xa0 zephyr/libzephyr.a(sha256.c.obj) - .debug_ranges 0x00000b60 0x50 zephyr/libzephyr.a(utils.c.obj) - .debug_ranges 0x00000bb0 0x30 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .debug_ranges 0x00000be0 0x10 zephyr/libzephyr.a(flash_check.c.obj) - .debug_ranges 0x00000bf0 0x20 zephyr/arch/common/libarch__common.a(init.c.obj) - .debug_ranges 0x00000c10 0x10 zephyr/arch/common/libarch__common.a(xip.c.obj) - .debug_ranges 0x00000c20 0x18 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .debug_ranges 0x00000c38 0x10 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .debug_ranges 0x00000c48 0x48 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .debug_ranges 0x00000c90 0x88 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .debug_ranges 0x00000d18 0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .debug_ranges 0x00000d58 0x48 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .debug_ranges 0x00000da0 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .debug_ranges 0x00000dd0 0x50 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .debug_ranges 0x00000e20 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .debug_ranges 0x00000e40 0x10 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .debug_ranges 0x00000e50 0x10 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .debug_ranges 0x00000e60 0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .debug_ranges 0x00000e98 0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .debug_ranges 0x00000ec0 0x18 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .debug_ranges 0x00000ed8 0x270 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .debug_ranges 0x00001148 0x10 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .debug_ranges 0x00001158 0x10 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .debug_ranges 0x00001168 0x4c8 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .debug_ranges 0x00001630 0x168 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .debug_ranges 0x00001798 0x120 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .debug_ranges 0x000018b8 0x38 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .debug_ranges 0x000018f0 0x48 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .debug_ranges 0x00001938 0xe0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .debug_ranges 0x00001a18 0xb0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .debug_ranges 0x00001ac8 0xe0 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .debug_ranges 0x00001ba8 0x18 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .debug_ranges 0x00001bc0 0x98 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .debug_ranges 0x00001c58 0x218 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .debug_ranges 0x00001e70 0x1c0 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .debug_ranges 0x00002030 0x78 zephyr/kernel/libkernel.a(device.c.obj) - .debug_ranges 0x000020a8 0x70 zephyr/kernel/libkernel.a(fatal.c.obj) - .debug_ranges 0x00002118 0x1d0 zephyr/kernel/libkernel.a(init.c.obj) - .debug_ranges 0x000022e8 0x48 zephyr/kernel/libkernel.a(idle.c.obj) - .debug_ranges 0x00002330 0x190 zephyr/kernel/libkernel.a(sem.c.obj) - .debug_ranges 0x000024c0 0x330 zephyr/kernel/libkernel.a(thread.c.obj) - .debug_ranges 0x000027f0 0xa58 zephyr/kernel/libkernel.a(sched.c.obj) - .debug_ranges 0x00003248 0x1c8 zephyr/kernel/libkernel.a(scheduler.c.obj) - .debug_ranges 0x00003410 0x90 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .debug_ranges 0x000034a0 0x3f8 zephyr/kernel/libkernel.a(timeout.c.obj) - -.debug_addr - *(SORT_BY_ALIGNMENT(.debug_addr)) - -.debug_line_str - *(SORT_BY_ALIGNMENT(.debug_line_str)) - -.debug_loclists - *(SORT_BY_ALIGNMENT(.debug_loclists)) - -.debug_macro - *(SORT_BY_ALIGNMENT(.debug_macro)) - -.debug_names - *(SORT_BY_ALIGNMENT(.debug_names)) - -.debug_rnglists - *(SORT_BY_ALIGNMENT(.debug_rnglists)) - -.debug_str_offsets - *(SORT_BY_ALIGNMENT(.debug_str_offsets)) - -.debug_sup - *(SORT_BY_ALIGNMENT(.debug_sup)) - -/DISCARD/ - *(SORT_BY_ALIGNMENT(.note.GNU-stack)) - -.ARM.attributes - 0x00000000 0x32 - *(SORT_BY_ALIGNMENT(.ARM.attributes)) - .ARM.attributes - 0x00000000 0x30 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj - .ARM.attributes - 0x00000030 0x30 zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj - .ARM.attributes - 0x00000060 0x30 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .ARM.attributes - 0x00000090 0x30 app/libapp.a(main.c.obj) - .ARM.attributes - 0x000000c0 0x30 app/libapp.a(io.c.obj) - .ARM.attributes - 0x000000f0 0x30 app/libapp.a(flash_map_extended.c.obj) - .ARM.attributes - 0x00000120 0x30 app/libapp.a(os.c.obj) - .ARM.attributes - 0x00000150 0x30 app/libapp.a(keys.c.obj) - .ARM.attributes - 0x00000180 0x30 app/libapp.a(watchdog.c.obj) - .ARM.attributes - 0x000001b0 0x30 zephyr/libzephyr.a(validate_libc.c.obj) - .ARM.attributes - 0x000001e0 0x30 zephyr/libzephyr.a(heap.c.obj) - .ARM.attributes - 0x00000210 0x30 zephyr/libzephyr.a(boot_banner.c.obj) - .ARM.attributes - 0x00000240 0x30 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .ARM.attributes - 0x00000270 0x30 zephyr/libzephyr.a(clock.c.obj) - .ARM.attributes - 0x000002a0 0x30 zephyr/libzephyr.a(printk.c.obj) - .ARM.attributes - 0x000002d0 0x30 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .ARM.attributes - 0x00000300 0x30 zephyr/libzephyr.a(assert.c.obj) - .ARM.attributes - 0x00000330 0x30 zephyr/libzephyr.a(dec.c.obj) - .ARM.attributes - 0x00000360 0x30 zephyr/libzephyr.a(hex.c.obj) - .ARM.attributes - 0x00000390 0x30 zephyr/libzephyr.a(rb.c.obj) - .ARM.attributes - 0x000003c0 0x30 zephyr/libzephyr.a(set.c.obj) - .ARM.attributes - 0x000003f0 0x30 zephyr/libzephyr.a(timeutil.c.obj) - .ARM.attributes - 0x00000420 0x30 zephyr/libzephyr.a(bitarray.c.obj) - .ARM.attributes - 0x00000450 0x30 zephyr/libzephyr.a(bitmask.c.obj) - .ARM.attributes - 0x00000480 0x30 zephyr/libzephyr.a(getopt.c.obj) - .ARM.attributes - 0x000004b0 0x30 zephyr/libzephyr.a(getopt_common.c.obj) - .ARM.attributes - 0x000004e0 0x30 zephyr/libzephyr.a(ring_buffer.c.obj) - .ARM.attributes - 0x00000510 0x30 zephyr/libzephyr.a(last_section_id.c.obj) - .ARM.attributes - 0x00000540 0x30 zephyr/libzephyr.a(configs.c.obj) - .ARM.attributes - 0x00000570 0x30 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .ARM.attributes - 0x000005a0 0x30 zephyr/libzephyr.a(soc_config.c.obj) - .ARM.attributes - 0x000005d0 0x30 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .ARM.attributes - 0x00000600 0x30 zephyr/libzephyr.a(soc.c.obj) - .ARM.attributes - 0x00000630 0x30 zephyr/libzephyr.a(log_minimal.c.obj) - .ARM.attributes - 0x00000660 0x30 zephyr/libzephyr.a(mem_attr.c.obj) - .ARM.attributes - 0x00000690 0x30 zephyr/libzephyr.a(flash_map.c.obj) - .ARM.attributes - 0x000006c0 0x30 zephyr/libzephyr.a(flash_map_default.c.obj) - .ARM.attributes - 0x000006f0 0x30 zephyr/libzephyr.a(flash_map_layout.c.obj) - .ARM.attributes - 0x00000720 0x30 zephyr/libzephyr.a(tracing_none.c.obj) - .ARM.attributes - 0x00000750 0x30 zephyr/libzephyr.a(flash_util.c.obj) - .ARM.attributes - 0x00000780 0x30 zephyr/libzephyr.a(sem.c.obj) - .ARM.attributes - 0x000007b0 0x30 zephyr/libzephyr.a(thread_entry.c.obj) - .ARM.attributes - 0x000007e0 0x30 zephyr/libzephyr.a(image_validate.c.obj) - .ARM.attributes - 0x00000810 0x30 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .ARM.attributes - 0x00000840 0x30 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .ARM.attributes - 0x00000870 0x30 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .ARM.attributes - 0x000008a0 0x30 zephyr/libzephyr.a(tlv.c.obj) - .ARM.attributes - 0x000008d0 0x30 zephyr/libzephyr.a(encrypted.c.obj) - .ARM.attributes - 0x00000900 0x30 zephyr/libzephyr.a(image_rsa.c.obj) - .ARM.attributes - 0x00000930 0x30 zephyr/libzephyr.a(image_ecdsa.c.obj) - .ARM.attributes - 0x00000960 0x30 zephyr/libzephyr.a(image_ed25519.c.obj) - .ARM.attributes - 0x00000990 0x30 zephyr/libzephyr.a(bootutil_misc.c.obj) - .ARM.attributes - 0x000009c0 0x30 zephyr/libzephyr.a(bootutil_area.c.obj) - .ARM.attributes - 0x000009f0 0x30 zephyr/libzephyr.a(bootutil_loader.c.obj) - .ARM.attributes - 0x00000a20 0x30 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .ARM.attributes - 0x00000a50 0x30 zephyr/libzephyr.a(loader.c.obj) - .ARM.attributes - 0x00000a80 0x30 zephyr/libzephyr.a(swap_misc.c.obj) - .ARM.attributes - 0x00000ab0 0x30 zephyr/libzephyr.a(caps.c.obj) - .ARM.attributes - 0x00000ae0 0x30 zephyr/libzephyr.a(swap_move.c.obj) - .ARM.attributes - 0x00000b10 0x30 zephyr/libzephyr.a(sha256.c.obj) - .ARM.attributes - 0x00000b40 0x30 zephyr/libzephyr.a(utils.c.obj) - .ARM.attributes - 0x00000b70 0x30 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .ARM.attributes - 0x00000ba0 0x30 zephyr/libzephyr.a(banner.c.obj) - .ARM.attributes - 0x00000bd0 0x30 zephyr/libzephyr.a(flash_check.c.obj) - .ARM.attributes - 0x00000c00 0x30 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .ARM.attributes - 0x00000c30 0x30 zephyr/arch/common/libarch__common.a(init.c.obj) - .ARM.attributes - 0x00000c60 0x30 zephyr/arch/common/libarch__common.a(xip.c.obj) - .ARM.attributes - 0x00000c90 0x30 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .ARM.attributes - 0x00000cc0 0x30 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .ARM.attributes - 0x00000cf0 0x1c zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .ARM.attributes - 0x00000d0c 0x30 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .ARM.attributes - 0x00000d3c 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .ARM.attributes - 0x00000d6c 0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .ARM.attributes - 0x00000d88 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .ARM.attributes - 0x00000db8 0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .ARM.attributes - 0x00000dd4 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .ARM.attributes - 0x00000e04 0x1e zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj) - .ARM.attributes - 0x00000e22 0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .ARM.attributes - 0x00000e3e 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .ARM.attributes - 0x00000e6e 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .ARM.attributes - 0x00000e9e 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .ARM.attributes - 0x00000ece 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .ARM.attributes - 0x00000efe 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .ARM.attributes - 0x00000f2e 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .ARM.attributes - 0x00000f5e 0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .ARM.attributes - 0x00000f7a 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .ARM.attributes - 0x00000faa 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .ARM.attributes - 0x00000fda 0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .ARM.attributes - 0x00000ff6 0x30 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .ARM.attributes - 0x00001026 0x30 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .ARM.attributes - 0x00001056 0x30 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .ARM.attributes - 0x00001086 0x30 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .ARM.attributes - 0x000010b6 0x30 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .ARM.attributes - 0x000010e6 0x30 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .ARM.attributes - 0x00001116 0x30 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .ARM.attributes - 0x00001146 0x30 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .ARM.attributes - 0x00001176 0x30 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .ARM.attributes - 0x000011a6 0x30 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .ARM.attributes - 0x000011d6 0x30 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .ARM.attributes - 0x00001206 0x30 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .ARM.attributes - 0x00001236 0x30 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .ARM.attributes - 0x00001266 0x30 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .ARM.attributes - 0x00001296 0x30 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .ARM.attributes - 0x000012c6 0x30 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .ARM.attributes - 0x000012f6 0x30 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .ARM.attributes - 0x00001326 0x30 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .ARM.attributes - 0x00001356 0x30 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .ARM.attributes - 0x00001386 0x30 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .ARM.attributes - 0x000013b6 0x30 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .ARM.attributes - 0x000013e6 0x30 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .ARM.attributes - 0x00001416 0x30 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .ARM.attributes - 0x00001446 0x30 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .ARM.attributes - 0x00001476 0x30 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .ARM.attributes - 0x000014a6 0x30 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .ARM.attributes - 0x000014d6 0x30 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .ARM.attributes - 0x00001506 0x30 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .ARM.attributes - 0x00001536 0x30 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .ARM.attributes - 0x00001566 0x30 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .ARM.attributes - 0x00001596 0x30 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .ARM.attributes - 0x000015c6 0x30 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .ARM.attributes - 0x000015f6 0x30 zephyr/kernel/libkernel.a(device.c.obj) - .ARM.attributes - 0x00001626 0x30 zephyr/kernel/libkernel.a(fatal.c.obj) - .ARM.attributes - 0x00001656 0x30 zephyr/kernel/libkernel.a(init.c.obj) - .ARM.attributes - 0x00001686 0x30 zephyr/kernel/libkernel.a(idle.c.obj) - .ARM.attributes - 0x000016b6 0x30 zephyr/kernel/libkernel.a(mutex.c.obj) - .ARM.attributes - 0x000016e6 0x30 zephyr/kernel/libkernel.a(sem.c.obj) - .ARM.attributes - 0x00001716 0x30 zephyr/kernel/libkernel.a(thread.c.obj) - .ARM.attributes - 0x00001746 0x30 zephyr/kernel/libkernel.a(sched.c.obj) - .ARM.attributes - 0x00001776 0x30 zephyr/kernel/libkernel.a(sleep.c.obj) - .ARM.attributes - 0x000017a6 0x30 zephyr/kernel/libkernel.a(scheduler.c.obj) - .ARM.attributes - 0x000017d6 0x30 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .ARM.attributes - 0x00001806 0x30 zephyr/kernel/libkernel.a(timeout.c.obj) - .ARM.attributes - 0x00001836 0x1c /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strcmp.S.o) - .ARM.attributes - 0x00001852 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memcpy.c.o) - .ARM.attributes - 0x00001884 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memset.c.o) - .ARM.attributes - 0x000018b6 0x17 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strlen.S.o) - .ARM.attributes - 0x000018cd 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_errno_errno.c.o) - .ARM.attributes - 0x000018ff 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_memcmp.c.o) - .ARM.attributes - 0x00001931 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_strchr.c.o) - .ARM.attributes - 0x00001963 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_puts.c.o) - .ARM.attributes - 0x00001995 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmprintf.c.o) - .ARM.attributes - 0x000019c7 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .ARM.attributes - 0x000019f9 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_fgetc.c.o) - .ARM.attributes - 0x00001a2b 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_ungetc.c.o) - .ARM.attributes - 0x00001a5d 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldf3.o) - .ARM.attributes - 0x00001a7b 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_addsubdf3.o) - .ARM.attributes - 0x00001a99 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldivdf3.o) - .ARM.attributes - 0x00001ab7 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_truncdfsf2.o) - .ARM.attributes - 0x00001ad5 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpsf2.o) - .ARM.attributes - 0x00001af3 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_ldivmod.o) - .ARM.attributes - 0x00001b11 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_uldivmod.o) - .ARM.attributes - 0x00001b2f 0x2e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_popcountsi2.o) - .ARM.attributes - 0x00001b5d 0x2e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixdfdi.o) - .ARM.attributes - 0x00001b8b 0x2e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixunsdfdi.o) - .ARM.attributes - 0x00001bb9 0x2e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_udivmoddi4.o) - .ARM.attributes - 0x00001be7 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_dvmd_tls.o) - .ARM.attributes - 0x00001c05 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpdf2.o) - .ARM.attributes - 0x00001c23 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_fixunsdfsi.o) - *(SORT_BY_ALIGNMENT(.gnu.attributes)) - -SRAM0 0x20000000 0x0 - 0x20000000 __SRAM0_start = . - *(SORT_BY_ALIGNMENT(SRAM0)) - *(SORT_BY_ALIGNMENT(SRAM0.*)) - 0x20000000 __SRAM0_end = . - 0x00000000 __SRAM0_size = (__SRAM0_end - __SRAM0_start) - 0x20000000 __SRAM0_load_start = LOADADDR (SRAM0) - -.last_section 0x08005354 0x4 - *(SORT_BY_ALIGNMENT(.last_section)) - .last_section 0x08005354 0x4 zephyr/libzephyr.a(last_section_id.c.obj) - 0x00005358 _flash_used = ((LOADADDR (.last_section) + SIZEOF (.last_section)) - __rom_region_start) - -bss 0x20000058 0x983 - 0x20000058 . = ALIGN (0x4) - 0x20000058 __bss_start = . - 0x20000058 __kernel_ram_start = . - *(SORT_BY_ALIGNMENT(.bss)) - *(SORT_BY_ALIGNMENT(.bss.*)) - .bss.announced_cycles - 0x20000058 0x8 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .bss.cycle_count - 0x20000060 0x8 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .bss.z_idle_threads - 0x20000068 0x80 zephyr/kernel/libkernel.a(init.c.obj) - 0x20000068 z_idle_threads - .bss.z_main_thread - 0x200000e8 0x80 zephyr/kernel/libkernel.a(init.c.obj) - 0x200000e8 z_main_thread - .bss._thread_dummy - 0x20000168 0x80 zephyr/kernel/libkernel.a(sched.c.obj) - 0x20000168 _thread_dummy - .bss.slice_timeouts - 0x200001e8 0x18 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .bss.curr_tick - 0x20000200 0x8 zephyr/kernel/libkernel.a(timeout.c.obj) - .bss.vt.0 0x20000208 0x4 app/libapp.a(main.c.obj) - .bss.__warned.0 - 0x2000020c 0x4 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .bss.refcount 0x20000210 0x4 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .bss.sector_buffers - 0x20000214 0x180 zephyr/libzephyr.a(bootutil_misc.c.obj) - .bss.FIH_SUCCESS - 0x20000394 0x4 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - 0x20000394 FIH_SUCCESS - .bss.buf.1 0x20000398 0x400 zephyr/libzephyr.a(loader.c.obj) - .bss.boot_data - 0x20000798 0x60 zephyr/libzephyr.a(loader.c.obj) - .bss.boot_status_fails - 0x200007f8 0x4 zephyr/libzephyr.a(swap_move.c.obj) - 0x200007f8 boot_status_fails - .bss.z_arm_tls_ptr - 0x200007fc 0x4 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - 0x200007fc z_arm_tls_ptr - .bss.dynamic_regions.0 - 0x20000800 0xc zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .bss.intc_gpio_data - 0x2000080c 0x80 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .bss.stm32g4_flash_layout.0 - 0x2000088c 0x18 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .bss.overflow_cyc - 0x200008a4 0x4 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .bss.last_load - 0x200008a8 0x4 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .bss._kernel 0x200008ac 0x20 zephyr/kernel/libkernel.a(init.c.obj) - 0x200008ac _kernel - .bss.pending_current - 0x200008cc 0x4 zephyr/kernel/libkernel.a(timeslicing.c.obj) - 0x200008cc pending_current - .bss.slice_max_prio - 0x200008d0 0x4 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .bss.announce_remaining - 0x200008d4 0x4 zephyr/kernel/libkernel.a(timeout.c.obj) - .bss.tmpbuf.0 0x200008d8 0x100 zephyr/libzephyr.a(bootutil_loader.c.obj) - .bss.static_regions_num - 0x200009d8 0x1 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .bss.z_sys_post_kernel - 0x200009d9 0x1 zephyr/kernel/libkernel.a(init.c.obj) - 0x200009d9 z_sys_post_kernel - .bss.lock 0x200009da 0x0 zephyr/kernel/libkernel.a(sem.c.obj) - .bss._sched_spinlock - 0x200009da 0x0 zephyr/kernel/libkernel.a(sched.c.obj) - 0x200009da _sched_spinlock - .bss.slice_expired - 0x200009da 0x1 zephyr/kernel/libkernel.a(timeslicing.c.obj) - *(SORT_BY_ALIGNMENT(COMMON)) - *(SORT_BY_ALIGNMENT(.kernel_bss.*)) - 0x200009dc __bss_end = ALIGN (0x4) - -noinit 0x20000a00 0x3200 - *(SORT_BY_ALIGNMENT(.noinit)) - *(SORT_BY_ALIGNMENT(.noinit.*)) - .noinit.WEST_TOPDIR/zephyr/kernel/init.c.2 - 0x20000a00 0x840 zephyr/kernel/libkernel.a(init.c.obj) - 0x20000a00 z_interrupt_stacks - .noinit.WEST_TOPDIR/zephyr/kernel/init.c.1 - 0x20001240 0x180 zephyr/kernel/libkernel.a(init.c.obj) - .noinit.WEST_TOPDIR/zephyr/kernel/init.c.0 - 0x200013c0 0x2840 zephyr/kernel/libkernel.a(init.c.obj) - 0x200013c0 z_main_stack - 0x20008000 __kernel_ram_end = 0x20008000 - 0x00007fa8 __kernel_ram_size = (__kernel_ram_end - __kernel_ram_start) - -.last_ram_section - 0x20003c00 0x0 - 0x20003c00 _image_ram_end = . - 0x00003c00 _image_ram_size = (_image_ram_end - _image_ram_start) - 0x20003c00 _end = . - 0x20003c00 z_mapped_end = . -OUTPUT(zephyr/zephyr.elf elf32-littlearm) -LOAD linker stubs diff --git a/zephyrproject/build/mcuboot/zephyr/zephyr_pre0.elf b/zephyrproject/build/mcuboot/zephyr/zephyr_pre0.elf deleted file mode 100755 index 0fc97d8..0000000 Binary files a/zephyrproject/build/mcuboot/zephyr/zephyr_pre0.elf and /dev/null differ diff --git a/zephyrproject/build/mcuboot/zephyr/zephyr_pre0.map b/zephyrproject/build/mcuboot/zephyr/zephyr_pre0.map deleted file mode 100644 index a9b0098..0000000 --- a/zephyrproject/build/mcuboot/zephyr/zephyr_pre0.map +++ /dev/null @@ -1,5066 +0,0 @@ -Archive member included to satisfy reference by file (symbol) - -app/libapp.a(main.c.obj) (--whole-archive) -app/libapp.a(io.c.obj) (--whole-archive) -app/libapp.a(flash_map_extended.c.obj) - (--whole-archive) -app/libapp.a(os.c.obj) (--whole-archive) -app/libapp.a(keys.c.obj) (--whole-archive) -app/libapp.a(watchdog.c.obj) (--whole-archive) -zephyr/libzephyr.a(validate_libc.c.obj) - (--whole-archive) -zephyr/libzephyr.a(heap.c.obj) - (--whole-archive) -zephyr/libzephyr.a(boot_banner.c.obj) - (--whole-archive) -zephyr/libzephyr.a(cbprintf_packaged.c.obj) - (--whole-archive) -zephyr/libzephyr.a(clock.c.obj) - (--whole-archive) -zephyr/libzephyr.a(printk.c.obj) - (--whole-archive) -zephyr/libzephyr.a(cbprintf_nano.c.obj) - (--whole-archive) -zephyr/libzephyr.a(assert.c.obj) - (--whole-archive) -zephyr/libzephyr.a(dec.c.obj) - (--whole-archive) -zephyr/libzephyr.a(hex.c.obj) - (--whole-archive) -zephyr/libzephyr.a(rb.c.obj) (--whole-archive) -zephyr/libzephyr.a(set.c.obj) - (--whole-archive) -zephyr/libzephyr.a(timeutil.c.obj) - (--whole-archive) -zephyr/libzephyr.a(bitarray.c.obj) - (--whole-archive) -zephyr/libzephyr.a(bitmask.c.obj) - (--whole-archive) -zephyr/libzephyr.a(getopt.c.obj) - (--whole-archive) -zephyr/libzephyr.a(getopt_common.c.obj) - (--whole-archive) -zephyr/libzephyr.a(ring_buffer.c.obj) - (--whole-archive) -zephyr/libzephyr.a(last_section_id.c.obj) - (--whole-archive) -zephyr/libzephyr.a(configs.c.obj) - (--whole-archive) -zephyr/libzephyr.a(stm32cube_hal.c.obj) - (--whole-archive) -zephyr/libzephyr.a(soc_config.c.obj) - (--whole-archive) -zephyr/libzephyr.a(stm32_backup_domain.c.obj) - (--whole-archive) -zephyr/libzephyr.a(soc.c.obj) - (--whole-archive) -zephyr/libzephyr.a(log_minimal.c.obj) - (--whole-archive) -zephyr/libzephyr.a(mem_attr.c.obj) - (--whole-archive) -zephyr/libzephyr.a(flash_map.c.obj) - (--whole-archive) -zephyr/libzephyr.a(flash_map_default.c.obj) - (--whole-archive) -zephyr/libzephyr.a(flash_map_layout.c.obj) - (--whole-archive) -zephyr/libzephyr.a(tracing_none.c.obj) - (--whole-archive) -zephyr/libzephyr.a(flash_util.c.obj) - (--whole-archive) -zephyr/libzephyr.a(sem.c.obj) - (--whole-archive) -zephyr/libzephyr.a(thread_entry.c.obj) - (--whole-archive) -zephyr/libzephyr.a(image_validate.c.obj) - (--whole-archive) -zephyr/libzephyr.a(bootutil_find_key.c.obj) - (--whole-archive) -zephyr/libzephyr.a(bootutil_img_hash.c.obj) - (--whole-archive) -zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - (--whole-archive) -zephyr/libzephyr.a(tlv.c.obj) - (--whole-archive) -zephyr/libzephyr.a(encrypted.c.obj) - (--whole-archive) -zephyr/libzephyr.a(image_rsa.c.obj) - (--whole-archive) -zephyr/libzephyr.a(image_ecdsa.c.obj) - (--whole-archive) -zephyr/libzephyr.a(image_ed25519.c.obj) - (--whole-archive) -zephyr/libzephyr.a(bootutil_misc.c.obj) - (--whole-archive) -zephyr/libzephyr.a(bootutil_area.c.obj) - (--whole-archive) -zephyr/libzephyr.a(bootutil_loader.c.obj) - (--whole-archive) -zephyr/libzephyr.a(fault_injection_hardening.c.obj) - (--whole-archive) -zephyr/libzephyr.a(loader.c.obj) - (--whole-archive) -zephyr/libzephyr.a(swap_misc.c.obj) - (--whole-archive) -zephyr/libzephyr.a(caps.c.obj) - (--whole-archive) -zephyr/libzephyr.a(swap_move.c.obj) - (--whole-archive) -zephyr/libzephyr.a(sha256.c.obj) - (--whole-archive) -zephyr/libzephyr.a(utils.c.obj) - (--whole-archive) -zephyr/libzephyr.a(arm_cortex_m.c.obj) - (--whole-archive) -zephyr/libzephyr.a(banner.c.obj) - (--whole-archive) -zephyr/libzephyr.a(flash_check.c.obj) - (--whole-archive) -zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - (--whole-archive) -zephyr/arch/common/libarch__common.a(init.c.obj) - (--whole-archive) -zephyr/arch/common/libarch__common.a(xip.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - (--whole-archive) -zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - (--whole-archive) -zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - (--whole-archive) -zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - (--whole-archive) -zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - (--whole-archive) -zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - (--whole-archive) -zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - (--whole-archive) -zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - (--whole-archive) -zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - (--whole-archive) -zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - (--whole-archive) -zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - (--whole-archive) -zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - (--whole-archive) -zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - (--whole-archive) -zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - (--whole-archive) -zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - (--whole-archive) -zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - (--whole-archive) -zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - (--whole-archive) -zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - (--whole-archive) -zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - (--whole-archive) -zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - (--whole-archive) -zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - (--whole-archive) -zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - (--whole-archive) -zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - (--whole-archive) -zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - (--whole-archive) -zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - (--whole-archive) -modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - (--whole-archive) -modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - (--whole-archive) -modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - (--whole-archive) -modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - (--whole-archive) -modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - (--whole-archive) -modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - (--whole-archive) -zephyr/kernel/libkernel.a(device.c.obj) - zephyr/libzephyr.a(flash_map.c.obj) (z_impl_device_is_ready) -zephyr/kernel/libkernel.a(fatal.c.obj) - zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) (z_fatal_error) -zephyr/kernel/libkernel.a(init.c.obj) - zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) (_kernel) -zephyr/kernel/libkernel.a(idle.c.obj) - zephyr/kernel/libkernel.a(init.c.obj) (idle) -zephyr/kernel/libkernel.a(mutex.c.obj) - zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) (z_impl_k_mutex_init) -zephyr/kernel/libkernel.a(sem.c.obj) - zephyr/libzephyr.a(sem.c.obj) (z_impl_k_sem_init) -zephyr/kernel/libkernel.a(thread.c.obj) - zephyr/kernel/libkernel.a(init.c.obj) (z_setup_new_thread) -zephyr/kernel/libkernel.a(sched.c.obj) - zephyr/kernel/libkernel.a(init.c.obj) (z_ready_thread) -zephyr/kernel/libkernel.a(sleep.c.obj) - zephyr/libzephyr.a(clock.c.obj) (z_impl_k_sleep) -zephyr/kernel/libkernel.a(scheduler.c.obj) - zephyr/kernel/libkernel.a(init.c.obj) (z_sched_init) -zephyr/kernel/libkernel.a(timeslicing.c.obj) - zephyr/kernel/libkernel.a(sched.c.obj) (z_time_slice_reset) -zephyr/kernel/libkernel.a(timeout.c.obj) - zephyr/kernel/libkernel.a(init.c.obj) (z_add_timeout) -zephyr/arch/common/libisr_tables.a(isr_tables.c.obj) - zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) (_sw_isr_table) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strcmp.S.o) - zephyr/kernel/libkernel.a(device.c.obj) (strcmp) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memcpy.c.o) - zephyr/libzephyr.a(heap.c.obj) (memcpy) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memset.c.o) - zephyr/libzephyr.a(heap.c.obj) (memset) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strlen.S.o) - zephyr/libzephyr.a(cbprintf_packaged.c.obj) (strlen) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_errno_errno.c.o) - zephyr/libzephyr.a(timeutil.c.obj) (errno) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_memcmp.c.o) - zephyr/libzephyr.a(bootutil_misc.c.obj) (memcmp) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_strchr.c.o) - zephyr/libzephyr.a(getopt.c.obj) (strchr) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_puts.c.o) - zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) (puts) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmprintf.c.o) - (__m_vfprintf) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - (__m_vfscanf) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_fgetc.c.o) - /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) (getc) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_ungetc.c.o) - /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) (ungetc) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldf3.o) - zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_dmul) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_addsubdf3.o) - zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_dsub) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldivdf3.o) - zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_ddiv) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_truncdfsf2.o) - zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_d2f) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpsf2.o) - zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_fcmpeq) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_ldivmod.o) - zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_ldivmod) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_uldivmod.o) - zephyr/libzephyr.a(clock.c.obj) (__aeabi_uldivmod) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_popcountsi2.o) - zephyr/libzephyr.a(bitarray.c.obj) (__popcountsi2) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixdfdi.o) - zephyr/libzephyr.a(timeutil.c.obj) (__aeabi_d2lz) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixunsdfdi.o) - /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixdfdi.o) (__aeabi_d2ulz) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_udivmoddi4.o) - /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_ldivmod.o) (__udivmoddi4) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_dvmd_tls.o) - /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_ldivmod.o) (__aeabi_ldiv0) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpdf2.o) - /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixdfdi.o) (__aeabi_dcmplt) -/nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_fixunsdfsi.o) - /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixunsdfdi.o) (__aeabi_d2uiz) - -Discarded input sections - - .text 0x00000000 0x0 zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj - .data 0x00000000 0x0 zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj - .bss 0x00000000 0x0 zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj - .debug_line 0x00000000 0x0 zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj - .debug_str 0x00000000 0x20b zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj - .comment 0x00000000 0x20 zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj - .text 0x00000000 0x0 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .data 0x00000000 0x0 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .bss 0x00000000 0x0 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .text 0x00000000 0x0 app/libapp.a(main.c.obj) - .data 0x00000000 0x0 app/libapp.a(main.c.obj) - .bss 0x00000000 0x0 app/libapp.a(main.c.obj) - .text 0x00000000 0x0 app/libapp.a(io.c.obj) - .data 0x00000000 0x0 app/libapp.a(io.c.obj) - .bss 0x00000000 0x0 app/libapp.a(io.c.obj) - .debug_info 0x00000000 0x133 app/libapp.a(io.c.obj) - .debug_abbrev 0x00000000 0x87 app/libapp.a(io.c.obj) - .debug_aranges - 0x00000000 0x18 app/libapp.a(io.c.obj) - .debug_line 0x00000000 0x1c3 app/libapp.a(io.c.obj) - .debug_str 0x00000000 0x358 app/libapp.a(io.c.obj) - .comment 0x00000000 0x20 app/libapp.a(io.c.obj) - .text 0x00000000 0x0 app/libapp.a(flash_map_extended.c.obj) - .data 0x00000000 0x0 app/libapp.a(flash_map_extended.c.obj) - .bss 0x00000000 0x0 app/libapp.a(flash_map_extended.c.obj) - .text.flash_area_id_from_image_slot - 0x00000000 0x8 app/libapp.a(flash_map_extended.c.obj) - .rodata.flash_area_id_to_multi_image_slot.str1.1 - 0x00000000 0x1b app/libapp.a(flash_map_extended.c.obj) - .text.flash_area_id_to_multi_image_slot - 0x00000000 0x38 app/libapp.a(flash_map_extended.c.obj) - .text.flash_area_erased_val - 0x00000000 0x4 app/libapp.a(flash_map_extended.c.obj) - .text 0x00000000 0x0 app/libapp.a(os.c.obj) - .data 0x00000000 0x0 app/libapp.a(os.c.obj) - .bss 0x00000000 0x0 app/libapp.a(os.c.obj) - .text 0x00000000 0x0 app/libapp.a(keys.c.obj) - .data 0x00000000 0x0 app/libapp.a(keys.c.obj) - .bss 0x00000000 0x0 app/libapp.a(keys.c.obj) - .debug_info 0x00000000 0x6b app/libapp.a(keys.c.obj) - .debug_abbrev 0x00000000 0x26 app/libapp.a(keys.c.obj) - .debug_aranges - 0x00000000 0x18 app/libapp.a(keys.c.obj) - .debug_line 0x00000000 0x6a app/libapp.a(keys.c.obj) - .debug_str 0x00000000 0x2a8 app/libapp.a(keys.c.obj) - .comment 0x00000000 0x20 app/libapp.a(keys.c.obj) - .text 0x00000000 0x0 app/libapp.a(watchdog.c.obj) - .data 0x00000000 0x0 app/libapp.a(watchdog.c.obj) - .bss 0x00000000 0x0 app/libapp.a(watchdog.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(validate_libc.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(validate_libc.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(validate_libc.c.obj) - .debug_info 0x00000000 0x79 zephyr/libzephyr.a(validate_libc.c.obj) - .debug_abbrev 0x00000000 0x26 zephyr/libzephyr.a(validate_libc.c.obj) - .debug_aranges - 0x00000000 0x18 zephyr/libzephyr.a(validate_libc.c.obj) - .debug_line 0x00000000 0x64 zephyr/libzephyr.a(validate_libc.c.obj) - .debug_str 0x00000000 0x2ad zephyr/libzephyr.a(validate_libc.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(validate_libc.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(heap.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(heap.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(heap.c.obj) - .text.chunk_size - 0x00000000 0xa zephyr/libzephyr.a(heap.c.obj) - .text.free_list_add - 0x00000000 0x4e zephyr/libzephyr.a(heap.c.obj) - .text.free_list_remove_bidx - 0x00000000 0x3a zephyr/libzephyr.a(heap.c.obj) - .text.free_list_remove - 0x00000000 0x1a zephyr/libzephyr.a(heap.c.obj) - .text.alloc_chunk - 0x00000000 0x70 zephyr/libzephyr.a(heap.c.obj) - .text.merge_chunks - 0x00000000 0x2e zephyr/libzephyr.a(heap.c.obj) - .text.split_chunks - 0x00000000 0x38 zephyr/libzephyr.a(heap.c.obj) - .text.inplace_realloc.isra.0 - 0x00000000 0x11a zephyr/libzephyr.a(heap.c.obj) - .text.sys_heap_free - 0x00000000 0xac zephyr/libzephyr.a(heap.c.obj) - .text.sys_heap_usable_size - 0x00000000 0x1a zephyr/libzephyr.a(heap.c.obj) - .text.sys_heap_alloc - 0x00000000 0x5a zephyr/libzephyr.a(heap.c.obj) - .text.sys_heap_noalign_alloc - 0x00000000 0x6 zephyr/libzephyr.a(heap.c.obj) - .text.sys_heap_aligned_alloc - 0x00000000 0xe2 zephyr/libzephyr.a(heap.c.obj) - .text.sys_heap_realloc - 0x00000000 0x5c zephyr/libzephyr.a(heap.c.obj) - .text.sys_heap_aligned_realloc - 0x00000000 0x70 zephyr/libzephyr.a(heap.c.obj) - .text.sys_heap_init - 0x00000000 0x82 zephyr/libzephyr.a(heap.c.obj) - .debug_info 0x00000000 0x8e36 zephyr/libzephyr.a(heap.c.obj) - .debug_abbrev 0x00000000 0x512 zephyr/libzephyr.a(heap.c.obj) - .debug_loc 0x00000000 0x438b zephyr/libzephyr.a(heap.c.obj) - .debug_aranges - 0x00000000 0x98 zephyr/libzephyr.a(heap.c.obj) - .debug_ranges 0x00000000 0x5a8 zephyr/libzephyr.a(heap.c.obj) - .debug_line 0x00000000 0x185c zephyr/libzephyr.a(heap.c.obj) - .debug_str 0x00000000 0xc7c zephyr/libzephyr.a(heap.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(heap.c.obj) - .debug_frame 0x00000000 0x220 zephyr/libzephyr.a(heap.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(boot_banner.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(boot_banner.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(boot_banner.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .text.cbvprintf_package - 0x00000000 0x368 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .text.cbprintf_package - 0x00000000 0x1e zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .text.cbpprintf_external - 0x00000000 0x62 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .text.is_ptr 0x00000000 0x3a zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .rodata.cbprintf_package_convert.str1.1 - 0x00000000 0x7 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .text.cbprintf_package_convert - 0x00000000 0x364 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .debug_info 0x00000000 0x1ebe zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .debug_abbrev 0x00000000 0x492 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .debug_loc 0x00000000 0x2323 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .debug_aranges - 0x00000000 0x40 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .debug_ranges 0x00000000 0x298 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .debug_line 0x00000000 0x100e zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .debug_str 0x00000000 0xa15 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .debug_frame 0x00000000 0xec zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(clock.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(clock.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(clock.c.obj) - .text.timespec_compare - 0x00000000 0x4c zephyr/libzephyr.a(clock.c.obj) - .text.timespec_add - 0x00000000 0x60 zephyr/libzephyr.a(clock.c.obj) - .text.sys_clock_from_clockid - 0x00000000 0xa zephyr/libzephyr.a(clock.c.obj) - .text.z_impl_sys_clock_getrtoffset - 0x00000000 0x28 zephyr/libzephyr.a(clock.c.obj) - .text.sys_clock_gettime - 0x00000000 0x6c zephyr/libzephyr.a(clock.c.obj) - .text.z_impl_sys_clock_settime - 0x00000000 0x74 zephyr/libzephyr.a(clock.c.obj) - .text.z_impl_sys_clock_nanosleep - 0x00000000 0x1f8 zephyr/libzephyr.a(clock.c.obj) - .bss.rt_clock_offset - 0x00000000 0x10 zephyr/libzephyr.a(clock.c.obj) - .rodata 0x00000000 0x20 zephyr/libzephyr.a(clock.c.obj) - .debug_info 0x00000000 0xf6d zephyr/libzephyr.a(clock.c.obj) - .debug_abbrev 0x00000000 0x44a zephyr/libzephyr.a(clock.c.obj) - .debug_loc 0x00000000 0x881 zephyr/libzephyr.a(clock.c.obj) - .debug_aranges - 0x00000000 0x50 zephyr/libzephyr.a(clock.c.obj) - .debug_ranges 0x00000000 0x130 zephyr/libzephyr.a(clock.c.obj) - .debug_line 0x00000000 0xa96 zephyr/libzephyr.a(clock.c.obj) - .debug_str 0x00000000 0x8a2 zephyr/libzephyr.a(clock.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(clock.c.obj) - .debug_frame 0x00000000 0xf4 zephyr/libzephyr.a(clock.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(printk.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(printk.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(printk.c.obj) - .text.__printk_hook_install - 0x00000000 0xc zephyr/libzephyr.a(printk.c.obj) - .text.__printk_get_hook - 0x00000000 0xc zephyr/libzephyr.a(printk.c.obj) - .text.z_impl_k_str_out - 0x00000000 0x1c zephyr/libzephyr.a(printk.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .rodata.z_cbvprintf_impl.str1.1 - 0x00000000 0x13 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .text.z_cbvprintf_impl - 0x00000000 0x408 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .debug_info 0x00000000 0x58a zephyr/libzephyr.a(cbprintf_nano.c.obj) - .debug_abbrev 0x00000000 0x27e zephyr/libzephyr.a(cbprintf_nano.c.obj) - .debug_loc 0x00000000 0xc3a zephyr/libzephyr.a(cbprintf_nano.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .debug_ranges 0x00000000 0x118 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .debug_line 0x00000000 0x7e6 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .debug_str 0x00000000 0x40b zephyr/libzephyr.a(cbprintf_nano.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .debug_frame 0x00000000 0x40 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(assert.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(assert.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(assert.c.obj) - .text.assert_post_action - 0x00000000 0x12 zephyr/libzephyr.a(assert.c.obj) - .text.assert_print - 0x00000000 0x1a zephyr/libzephyr.a(assert.c.obj) - .debug_info 0x00000000 0x246 zephyr/libzephyr.a(assert.c.obj) - .debug_abbrev 0x00000000 0x1ca zephyr/libzephyr.a(assert.c.obj) - .debug_loc 0x00000000 0x57 zephyr/libzephyr.a(assert.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/libzephyr.a(assert.c.obj) - .debug_ranges 0x00000000 0x18 zephyr/libzephyr.a(assert.c.obj) - .debug_line 0x00000000 0x422 zephyr/libzephyr.a(assert.c.obj) - .debug_str 0x00000000 0x3c3 zephyr/libzephyr.a(assert.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(assert.c.obj) - .debug_frame 0x00000000 0x50 zephyr/libzephyr.a(assert.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(dec.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(dec.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(dec.c.obj) - .text.u8_to_dec - 0x00000000 0x42 zephyr/libzephyr.a(dec.c.obj) - .debug_info 0x00000000 0x12b zephyr/libzephyr.a(dec.c.obj) - .debug_abbrev 0x00000000 0x9c zephyr/libzephyr.a(dec.c.obj) - .debug_loc 0x00000000 0x107 zephyr/libzephyr.a(dec.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/libzephyr.a(dec.c.obj) - .debug_ranges 0x00000000 0x10 zephyr/libzephyr.a(dec.c.obj) - .debug_line 0x00000000 0x201 zephyr/libzephyr.a(dec.c.obj) - .debug_str 0x00000000 0x2e0 zephyr/libzephyr.a(dec.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(dec.c.obj) - .debug_frame 0x00000000 0x30 zephyr/libzephyr.a(dec.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(hex.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(hex.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(hex.c.obj) - .text.char2hex - 0x00000000 0x30 zephyr/libzephyr.a(hex.c.obj) - .text.hex2char - 0x00000000 0x1a zephyr/libzephyr.a(hex.c.obj) - .text.bin2hex 0x00000000 0x40 zephyr/libzephyr.a(hex.c.obj) - .text.hex2bin 0x00000000 0x70 zephyr/libzephyr.a(hex.c.obj) - .debug_info 0x00000000 0x29d zephyr/libzephyr.a(hex.c.obj) - .debug_abbrev 0x00000000 0x117 zephyr/libzephyr.a(hex.c.obj) - .debug_loc 0x00000000 0x332 zephyr/libzephyr.a(hex.c.obj) - .debug_aranges - 0x00000000 0x38 zephyr/libzephyr.a(hex.c.obj) - .debug_ranges 0x00000000 0x40 zephyr/libzephyr.a(hex.c.obj) - .debug_line 0x00000000 0x385 zephyr/libzephyr.a(hex.c.obj) - .debug_str 0x00000000 0x2e7 zephyr/libzephyr.a(hex.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(hex.c.obj) - .debug_frame 0x00000000 0x74 zephyr/libzephyr.a(hex.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(rb.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(rb.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(rb.c.obj) - .text.find_and_stack - 0x00000000 0x3a zephyr/libzephyr.a(rb.c.obj) - .text.stack_left_limb - 0x00000000 0x40 zephyr/libzephyr.a(rb.c.obj) - .text.set_child - 0x00000000 0x12 zephyr/libzephyr.a(rb.c.obj) - .text.rotate 0x00000000 0x80 zephyr/libzephyr.a(rb.c.obj) - .text.z_rb_get_minmax - 0x00000000 0x18 zephyr/libzephyr.a(rb.c.obj) - .text.rb_insert - 0x00000000 0x13c zephyr/libzephyr.a(rb.c.obj) - .text.rb_remove - 0x00000000 0x306 zephyr/libzephyr.a(rb.c.obj) - .text.z_rb_walk - 0x00000000 0x24 zephyr/libzephyr.a(rb.c.obj) - .text.z_rb_child - 0x00000000 0xe zephyr/libzephyr.a(rb.c.obj) - .text.z_rb_is_black - 0x00000000 0x8 zephyr/libzephyr.a(rb.c.obj) - .text.rb_contains - 0x00000000 0x2c zephyr/libzephyr.a(rb.c.obj) - .text.z_rb_foreach_next - 0x00000000 0x5e zephyr/libzephyr.a(rb.c.obj) - .debug_info 0x00000000 0x2520 zephyr/libzephyr.a(rb.c.obj) - .debug_abbrev 0x00000000 0x4b3 zephyr/libzephyr.a(rb.c.obj) - .debug_loc 0x00000000 0x239b zephyr/libzephyr.a(rb.c.obj) - .debug_aranges - 0x00000000 0x78 zephyr/libzephyr.a(rb.c.obj) - .debug_ranges 0x00000000 0x468 zephyr/libzephyr.a(rb.c.obj) - .debug_line 0x00000000 0x1355 zephyr/libzephyr.a(rb.c.obj) - .debug_str 0x00000000 0x4d7 zephyr/libzephyr.a(rb.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(rb.c.obj) - .debug_frame 0x00000000 0x180 zephyr/libzephyr.a(rb.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(set.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(set.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(set.c.obj) - .text.sys_set_find - 0x00000000 0x10 zephyr/libzephyr.a(set.c.obj) - .text.sys_set_union - 0x00000000 0x2a zephyr/libzephyr.a(set.c.obj) - .debug_info 0x00000000 0x17d zephyr/libzephyr.a(set.c.obj) - .debug_abbrev 0x00000000 0xf9 zephyr/libzephyr.a(set.c.obj) - .debug_loc 0x00000000 0x99 zephyr/libzephyr.a(set.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/libzephyr.a(set.c.obj) - .debug_ranges 0x00000000 0x18 zephyr/libzephyr.a(set.c.obj) - .debug_line 0x00000000 0x240 zephyr/libzephyr.a(set.c.obj) - .debug_str 0x00000000 0x2f2 zephyr/libzephyr.a(set.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(set.c.obj) - .debug_frame 0x00000000 0x38 zephyr/libzephyr.a(set.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(timeutil.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(timeutil.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(timeutil.c.obj) - .text.timeutil_timegm64 - 0x00000000 0xf0 zephyr/libzephyr.a(timeutil.c.obj) - .text.timeutil_timegm - 0x00000000 0x20 zephyr/libzephyr.a(timeutil.c.obj) - .text.timeutil_sync_state_update - 0x00000000 0x5c zephyr/libzephyr.a(timeutil.c.obj) - .text.timeutil_sync_state_set_skew - 0x00000000 0x3a zephyr/libzephyr.a(timeutil.c.obj) - .text.timeutil_sync_estimate_skew - 0x00000000 0x96 zephyr/libzephyr.a(timeutil.c.obj) - .text.timeutil_sync_ref_from_local - 0x00000000 0xae zephyr/libzephyr.a(timeutil.c.obj) - .text.timeutil_sync_local_from_ref - 0x00000000 0xa8 zephyr/libzephyr.a(timeutil.c.obj) - .text.timeutil_sync_skew_to_ppb - 0x00000000 0x3c zephyr/libzephyr.a(timeutil.c.obj) - .text.timespec_normalize - 0x00000000 0x90 zephyr/libzephyr.a(timeutil.c.obj) - .debug_info 0x00000000 0x953 zephyr/libzephyr.a(timeutil.c.obj) - .debug_abbrev 0x00000000 0x200 zephyr/libzephyr.a(timeutil.c.obj) - .debug_loc 0x00000000 0x7fa zephyr/libzephyr.a(timeutil.c.obj) - .debug_aranges - 0x00000000 0x60 zephyr/libzephyr.a(timeutil.c.obj) - .debug_ranges 0x00000000 0xb0 zephyr/libzephyr.a(timeutil.c.obj) - .debug_line 0x00000000 0x795 zephyr/libzephyr.a(timeutil.c.obj) - .debug_str 0x00000000 0x5e1 zephyr/libzephyr.a(timeutil.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(timeutil.c.obj) - .debug_frame 0x00000000 0x138 zephyr/libzephyr.a(timeutil.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(bitarray.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(bitarray.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(bitarray.c.obj) - .text.setup_bundle_data.isra.0 - 0x00000000 0x3a zephyr/libzephyr.a(bitarray.c.obj) - .text.match_region - 0x00000000 0x64 zephyr/libzephyr.a(bitarray.c.obj) - .text.is_region_set_clear - 0x00000000 0x4e zephyr/libzephyr.a(bitarray.c.obj) - .text.set_region - 0x00000000 0x90 zephyr/libzephyr.a(bitarray.c.obj) - .text.set_clear_region - 0x00000000 0x46 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_popcount_region - 0x00000000 0x94 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_xor - 0x00000000 0xb2 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_set_bit - 0x00000000 0x3e zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_clear_bit - 0x00000000 0x40 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_test_bit - 0x00000000 0x42 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_test_and_set_bit - 0x00000000 0x4e zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_test_and_clear_bit - 0x00000000 0x50 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_alloc - 0x00000000 0xcc zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_find_nth_set - 0x00000000 0xb6 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_free - 0x00000000 0x9c zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_is_region_set - 0x00000000 0x6 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_is_region_cleared - 0x00000000 0x6 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_test_and_set_region - 0x00000000 0x76 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_set_region - 0x00000000 0x6 zephyr/libzephyr.a(bitarray.c.obj) - .text.sys_bitarray_clear_region - 0x00000000 0x6 zephyr/libzephyr.a(bitarray.c.obj) - .debug_info 0x00000000 0x268a zephyr/libzephyr.a(bitarray.c.obj) - .debug_abbrev 0x00000000 0x478 zephyr/libzephyr.a(bitarray.c.obj) - .debug_loc 0x00000000 0x212b zephyr/libzephyr.a(bitarray.c.obj) - .debug_aranges - 0x00000000 0xb8 zephyr/libzephyr.a(bitarray.c.obj) - .debug_ranges 0x00000000 0x2d0 zephyr/libzephyr.a(bitarray.c.obj) - .debug_line 0x00000000 0x18ac zephyr/libzephyr.a(bitarray.c.obj) - .debug_str 0x00000000 0x6c8 zephyr/libzephyr.a(bitarray.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(bitarray.c.obj) - .debug_frame 0x00000000 0x290 zephyr/libzephyr.a(bitarray.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(bitmask.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(bitmask.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(bitmask.c.obj) - .text.bitmask_find_gap - 0x00000000 0x76 zephyr/libzephyr.a(bitmask.c.obj) - .debug_info 0x00000000 0x1f1 zephyr/libzephyr.a(bitmask.c.obj) - .debug_abbrev 0x00000000 0x107 zephyr/libzephyr.a(bitmask.c.obj) - .debug_loc 0x00000000 0x352 zephyr/libzephyr.a(bitmask.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/libzephyr.a(bitmask.c.obj) - .debug_ranges 0x00000000 0x30 zephyr/libzephyr.a(bitmask.c.obj) - .debug_line 0x00000000 0x35a zephyr/libzephyr.a(bitmask.c.obj) - .debug_str 0x00000000 0x32a zephyr/libzephyr.a(bitmask.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(bitmask.c.obj) - .debug_frame 0x00000000 0x30 zephyr/libzephyr.a(bitmask.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(getopt.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(getopt.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(getopt.c.obj) - .rodata.sys_getopt_init.str1.1 - 0x00000000 0x1 zephyr/libzephyr.a(getopt.c.obj) - .text.sys_getopt_init - 0x00000000 0x48 zephyr/libzephyr.a(getopt.c.obj) - .text.sys_getopt - 0x00000000 0xf4 zephyr/libzephyr.a(getopt.c.obj) - .debug_info 0x00000000 0x141f zephyr/libzephyr.a(getopt.c.obj) - .debug_abbrev 0x00000000 0x258 zephyr/libzephyr.a(getopt.c.obj) - .debug_loc 0x00000000 0x134 zephyr/libzephyr.a(getopt.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/libzephyr.a(getopt.c.obj) - .debug_ranges 0x00000000 0x18 zephyr/libzephyr.a(getopt.c.obj) - .debug_line 0x00000000 0x52a zephyr/libzephyr.a(getopt.c.obj) - .debug_str 0x00000000 0x7bd zephyr/libzephyr.a(getopt.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(getopt.c.obj) - .debug_frame 0x00000000 0x4c zephyr/libzephyr.a(getopt.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(getopt_common.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(getopt_common.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(getopt_common.c.obj) - .text.z_getopt_global_state_update - 0x00000000 0x38 zephyr/libzephyr.a(getopt_common.c.obj) - .text.sys_getopt_state_get - 0x00000000 0x8 zephyr/libzephyr.a(getopt_common.c.obj) - .rodata.str1.1 - 0x00000000 0x1 zephyr/libzephyr.a(getopt_common.c.obj) - .data.m_getopt_common_state - 0x00000000 0x18 zephyr/libzephyr.a(getopt_common.c.obj) - .bss.sys_getopt_optarg - 0x00000000 0x4 zephyr/libzephyr.a(getopt_common.c.obj) - .bss.sys_getopt_optreset - 0x00000000 0x4 zephyr/libzephyr.a(getopt_common.c.obj) - .bss.sys_getopt_optopt - 0x00000000 0x4 zephyr/libzephyr.a(getopt_common.c.obj) - .data.sys_getopt_optind - 0x00000000 0x4 zephyr/libzephyr.a(getopt_common.c.obj) - .data.sys_getopt_opterr - 0x00000000 0x4 zephyr/libzephyr.a(getopt_common.c.obj) - .debug_info 0x00000000 0x2b5 zephyr/libzephyr.a(getopt_common.c.obj) - .debug_abbrev 0x00000000 0x159 zephyr/libzephyr.a(getopt_common.c.obj) - .debug_loc 0x00000000 0x2b zephyr/libzephyr.a(getopt_common.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/libzephyr.a(getopt_common.c.obj) - .debug_ranges 0x00000000 0x18 zephyr/libzephyr.a(getopt_common.c.obj) - .debug_line 0x00000000 0x280 zephyr/libzephyr.a(getopt_common.c.obj) - .debug_str 0x00000000 0x5e9 zephyr/libzephyr.a(getopt_common.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(getopt_common.c.obj) - .debug_frame 0x00000000 0x30 zephyr/libzephyr.a(getopt_common.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(ring_buffer.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(ring_buffer.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_area_claim - 0x00000000 0x30 zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_put_claim - 0x00000000 0x1e zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_get_claim - 0x00000000 0x1e zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_area_finish - 0x00000000 0x32 zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_put - 0x00000000 0x40 zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_get - 0x00000000 0x44 zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_peek - 0x00000000 0x42 zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_item_put - 0x00000000 0x7a zephyr/libzephyr.a(ring_buffer.c.obj) - .text.ring_buf_item_get - 0x00000000 0x90 zephyr/libzephyr.a(ring_buffer.c.obj) - .debug_info 0x00000000 0xce2 zephyr/libzephyr.a(ring_buffer.c.obj) - .debug_abbrev 0x00000000 0x2bb zephyr/libzephyr.a(ring_buffer.c.obj) - .debug_loc 0x00000000 0xc1a zephyr/libzephyr.a(ring_buffer.c.obj) - .debug_aranges - 0x00000000 0x60 zephyr/libzephyr.a(ring_buffer.c.obj) - .debug_ranges 0x00000000 0xe0 zephyr/libzephyr.a(ring_buffer.c.obj) - .debug_line 0x00000000 0x788 zephyr/libzephyr.a(ring_buffer.c.obj) - .debug_str 0x00000000 0x4f3 zephyr/libzephyr.a(ring_buffer.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(ring_buffer.c.obj) - .debug_frame 0x00000000 0x144 zephyr/libzephyr.a(ring_buffer.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(last_section_id.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(last_section_id.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(last_section_id.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(configs.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(configs.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(configs.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .text.HAL_GetTick - 0x00000000 0x10 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .text.HAL_Delay - 0x00000000 0x16 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .debug_info 0x00000000 0x27c zephyr/libzephyr.a(stm32cube_hal.c.obj) - .debug_abbrev 0x00000000 0x1b3 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .debug_loc 0x00000000 0x46 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .debug_ranges 0x00000000 0x98 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .debug_line 0x00000000 0x328 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .debug_str 0x00000000 0x3b7 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .debug_frame 0x00000000 0x40 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(soc_config.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(soc_config.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(soc_config.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(soc.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(soc.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(soc.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(log_minimal.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(log_minimal.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(log_minimal.c.obj) - .text.z_log_minimal_vprintk - 0x00000000 0x4 zephyr/libzephyr.a(log_minimal.c.obj) - .rodata.z_log_minimal_hexdump_print.str1.1 - 0x00000000 0x18 zephyr/libzephyr.a(log_minimal.c.obj) - .text.z_log_minimal_hexdump_print - 0x00000000 0xa8 zephyr/libzephyr.a(log_minimal.c.obj) - .rodata.CSWTCH.4 - 0x00000000 0x4 zephyr/libzephyr.a(log_minimal.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(mem_attr.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(mem_attr.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(mem_attr.c.obj) - .text.mem_attr_check_buf - 0x00000000 0xe zephyr/libzephyr.a(mem_attr.c.obj) - .text.mem_attr_get_region_index_by_name - 0x00000000 0x6 zephyr/libzephyr.a(mem_attr.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(flash_map.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(flash_map.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(flash_map.c.obj) - .text.flash_area_foreach - 0x00000000 0x30 zephyr/libzephyr.a(flash_map.c.obj) - .text.flash_area_copy - 0x00000000 0x46 zephyr/libzephyr.a(flash_map.c.obj) - .text.flash_area_flatten - 0x00000000 0x20 zephyr/libzephyr.a(flash_map.c.obj) - .text.flash_area_has_driver - 0x00000000 0x14 zephyr/libzephyr.a(flash_map.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(flash_map_default.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(flash_map_default.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(flash_map_default.c.obj) - .rodata.global_zephyr_mapped_partition_ORD_108 - 0x00000000 0x10 zephyr/libzephyr.a(flash_map_default.c.obj) - .rodata.global_zephyr_mapped_partition_ORD_107 - 0x00000000 0x10 zephyr/libzephyr.a(flash_map_default.c.obj) - .rodata.global_zephyr_mapped_partition_ORD_106 - 0x00000000 0x10 zephyr/libzephyr.a(flash_map_default.c.obj) - .rodata.global_zephyr_mapped_partition_ORD_105 - 0x00000000 0x10 zephyr/libzephyr.a(flash_map_default.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(flash_map_layout.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(flash_map_layout.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(flash_map_layout.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(tracing_none.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(tracing_none.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(tracing_none.c.obj) - .text.sys_trace_isr_enter - 0x00000000 0x2 zephyr/libzephyr.a(tracing_none.c.obj) - .text.sys_trace_isr_exit - 0x00000000 0x2 zephyr/libzephyr.a(tracing_none.c.obj) - .text.sys_trace_isr_exit_to_scheduler - 0x00000000 0x2 zephyr/libzephyr.a(tracing_none.c.obj) - .text.sys_trace_idle - 0x00000000 0x2 zephyr/libzephyr.a(tracing_none.c.obj) - .text.sys_trace_idle_exit - 0x00000000 0x2 zephyr/libzephyr.a(tracing_none.c.obj) - .debug_info 0x00000000 0xb9 zephyr/libzephyr.a(tracing_none.c.obj) - .debug_abbrev 0x00000000 0x5e zephyr/libzephyr.a(tracing_none.c.obj) - .debug_aranges - 0x00000000 0x40 zephyr/libzephyr.a(tracing_none.c.obj) - .debug_ranges 0x00000000 0x30 zephyr/libzephyr.a(tracing_none.c.obj) - .debug_line 0x00000000 0xbf zephyr/libzephyr.a(tracing_none.c.obj) - .debug_str 0x00000000 0x31c zephyr/libzephyr.a(tracing_none.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(tracing_none.c.obj) - .debug_frame 0x00000000 0x60 zephyr/libzephyr.a(tracing_none.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(flash_util.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(flash_util.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(flash_util.c.obj) - .text.z_impl_flash_fill - 0x00000000 0x6c zephyr/libzephyr.a(flash_util.c.obj) - .text.z_impl_flash_flatten - 0x00000000 0x28 zephyr/libzephyr.a(flash_util.c.obj) - .text.z_impl_flash_copy - 0x00000000 0xe4 zephyr/libzephyr.a(flash_util.c.obj) - .debug_info 0x00000000 0x5eb5 zephyr/libzephyr.a(flash_util.c.obj) - .debug_abbrev 0x00000000 0x399 zephyr/libzephyr.a(flash_util.c.obj) - .debug_loc 0x00000000 0x8ca zephyr/libzephyr.a(flash_util.c.obj) - .debug_aranges - 0x00000000 0x30 zephyr/libzephyr.a(flash_util.c.obj) - .debug_ranges 0x00000000 0x50 zephyr/libzephyr.a(flash_util.c.obj) - .debug_line 0x00000000 0x75d zephyr/libzephyr.a(flash_util.c.obj) - .debug_str 0x00000000 0xa4d zephyr/libzephyr.a(flash_util.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(flash_util.c.obj) - .debug_frame 0x00000000 0x94 zephyr/libzephyr.a(flash_util.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(sem.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(sem.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(sem.c.obj) - .text.sys_sem_init - 0x00000000 0xa zephyr/libzephyr.a(sem.c.obj) - .text.sys_sem_give - 0x00000000 0xa zephyr/libzephyr.a(sem.c.obj) - .text.sys_sem_take - 0x00000000 0x1e zephyr/libzephyr.a(sem.c.obj) - .text.sys_sem_count_get - 0x00000000 0x4 zephyr/libzephyr.a(sem.c.obj) - .debug_info 0x00000000 0x4fb zephyr/libzephyr.a(sem.c.obj) - .debug_abbrev 0x00000000 0x22d zephyr/libzephyr.a(sem.c.obj) - .debug_loc 0x00000000 0x24d zephyr/libzephyr.a(sem.c.obj) - .debug_aranges - 0x00000000 0x38 zephyr/libzephyr.a(sem.c.obj) - .debug_ranges 0x00000000 0x70 zephyr/libzephyr.a(sem.c.obj) - .debug_line 0x00000000 0x397 zephyr/libzephyr.a(sem.c.obj) - .debug_str 0x00000000 0x40d zephyr/libzephyr.a(sem.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(sem.c.obj) - .debug_frame 0x00000000 0x68 zephyr/libzephyr.a(sem.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(thread_entry.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(thread_entry.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(thread_entry.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(image_validate.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(image_validate.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(image_validate.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .debug_info 0x00000000 0x133 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .debug_abbrev 0x00000000 0x87 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .debug_aranges - 0x00000000 0x18 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .debug_line 0x00000000 0x1d8 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .debug_str 0x00000000 0x36d zephyr/libzephyr.a(bootutil_find_key.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .text.bootutil_get_img_security_cnt - 0x00000000 0x62 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .debug_info 0x00000000 0x6a4 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .debug_abbrev 0x00000000 0x202 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .debug_loc 0x00000000 0x1f7 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .debug_ranges 0x00000000 0x10 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .debug_line 0x00000000 0x3ed zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .debug_str 0x00000000 0x585 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .debug_frame 0x00000000 0x34 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(tlv.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(tlv.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(tlv.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(encrypted.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(encrypted.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(encrypted.c.obj) - .debug_info 0x00000000 0x6b zephyr/libzephyr.a(encrypted.c.obj) - .debug_abbrev 0x00000000 0x26 zephyr/libzephyr.a(encrypted.c.obj) - .debug_aranges - 0x00000000 0x18 zephyr/libzephyr.a(encrypted.c.obj) - .debug_line 0x00000000 0x75 zephyr/libzephyr.a(encrypted.c.obj) - .debug_str 0x00000000 0x2b3 zephyr/libzephyr.a(encrypted.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(encrypted.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(image_rsa.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(image_rsa.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(image_rsa.c.obj) - .debug_info 0x00000000 0x133 zephyr/libzephyr.a(image_rsa.c.obj) - .debug_abbrev 0x00000000 0x87 zephyr/libzephyr.a(image_rsa.c.obj) - .debug_aranges - 0x00000000 0x18 zephyr/libzephyr.a(image_rsa.c.obj) - .debug_line 0x00000000 0x1d0 zephyr/libzephyr.a(image_rsa.c.obj) - .debug_str 0x00000000 0x365 zephyr/libzephyr.a(image_rsa.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(image_rsa.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(image_ecdsa.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(image_ecdsa.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(image_ecdsa.c.obj) - .debug_info 0x00000000 0x133 zephyr/libzephyr.a(image_ecdsa.c.obj) - .debug_abbrev 0x00000000 0x87 zephyr/libzephyr.a(image_ecdsa.c.obj) - .debug_aranges - 0x00000000 0x18 zephyr/libzephyr.a(image_ecdsa.c.obj) - .debug_line 0x00000000 0x1d2 zephyr/libzephyr.a(image_ecdsa.c.obj) - .debug_str 0x00000000 0x367 zephyr/libzephyr.a(image_ecdsa.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(image_ecdsa.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(image_ed25519.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(image_ed25519.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(image_ed25519.c.obj) - .debug_info 0x00000000 0x6b zephyr/libzephyr.a(image_ed25519.c.obj) - .debug_abbrev 0x00000000 0x26 zephyr/libzephyr.a(image_ed25519.c.obj) - .debug_aranges - 0x00000000 0x18 zephyr/libzephyr.a(image_ed25519.c.obj) - .debug_line 0x00000000 0x79 zephyr/libzephyr.a(image_ed25519.c.obj) - .debug_str 0x00000000 0x2b7 zephyr/libzephyr.a(image_ed25519.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(image_ed25519.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(bootutil_misc.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(bootutil_misc.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(bootutil_misc.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(bootutil_area.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(bootutil_area.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(bootutil_area.c.obj) - .text.boot_status_sz - 0x00000000 0x6 zephyr/libzephyr.a(bootutil_area.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(bootutil_loader.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(bootutil_loader.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(bootutil_loader.c.obj) - .text.boot_compare_version - 0x00000000 0x2c zephyr/libzephyr.a(bootutil_loader.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .data.FIH_BOOT_HOOK_REGULAR - 0x00000000 0x4 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(loader.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(loader.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(loader.c.obj) - .text.boot_get_loader_state - 0x00000000 0x8 zephyr/libzephyr.a(loader.c.obj) - .text.boot_status_reset - 0x00000000 0x12 zephyr/libzephyr.a(loader.c.obj) - .text.split_go - 0x00000000 0x154 zephyr/libzephyr.a(loader.c.obj) - .text.boot_go_for_image_id - 0x00000000 0x1c zephyr/libzephyr.a(loader.c.obj) - .bss.tmpbuf.0 0x00000000 0x4 zephyr/libzephyr.a(loader.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(swap_misc.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(swap_misc.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(swap_misc.c.obj) - .text.swap_erase_trailer_sectors - 0x00000000 0x52 zephyr/libzephyr.a(swap_misc.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(caps.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(caps.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(caps.c.obj) - .text.bootutil_get_caps - 0x00000000 0x6 zephyr/libzephyr.a(caps.c.obj) - .text.bootutil_get_num_images - 0x00000000 0x4 zephyr/libzephyr.a(caps.c.obj) - .debug_info 0x00000000 0xcc zephyr/libzephyr.a(caps.c.obj) - .debug_abbrev 0x00000000 0x85 zephyr/libzephyr.a(caps.c.obj) - .debug_loc 0x00000000 0x36 zephyr/libzephyr.a(caps.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/libzephyr.a(caps.c.obj) - .debug_ranges 0x00000000 0x18 zephyr/libzephyr.a(caps.c.obj) - .debug_line 0x00000000 0x1b1 zephyr/libzephyr.a(caps.c.obj) - .debug_str 0x00000000 0x2ec zephyr/libzephyr.a(caps.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(caps.c.obj) - .debug_frame 0x00000000 0x30 zephyr/libzephyr.a(caps.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(swap_move.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(swap_move.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(swap_move.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(sha256.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(sha256.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(sha256.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(utils.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(utils.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(utils.c.obj) - .text._copy 0x00000000 0x1a zephyr/libzephyr.a(utils.c.obj) - .text._double_byte - 0x00000000 0x12 zephyr/libzephyr.a(utils.c.obj) - .text._compare - 0x00000000 0x1a zephyr/libzephyr.a(utils.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .text.z_arm_clear_arm_mpu_config - 0x00000000 0x24 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(banner.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(banner.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(banner.c.obj) - .rodata.boot_banner.str1.1 - 0x00000000 0x6a zephyr/libzephyr.a(banner.c.obj) - .text.boot_banner - 0x00000000 0x1c zephyr/libzephyr.a(banner.c.obj) - .debug_info 0x00000000 0xdc zephyr/libzephyr.a(banner.c.obj) - .debug_abbrev 0x00000000 0x9c zephyr/libzephyr.a(banner.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/libzephyr.a(banner.c.obj) - .debug_ranges 0x00000000 0x10 zephyr/libzephyr.a(banner.c.obj) - .debug_line 0x00000000 0xe3 zephyr/libzephyr.a(banner.c.obj) - .debug_str 0x00000000 0x2cf zephyr/libzephyr.a(banner.c.obj) - .comment 0x00000000 0x20 zephyr/libzephyr.a(banner.c.obj) - .debug_frame 0x00000000 0x2c zephyr/libzephyr.a(banner.c.obj) - .text 0x00000000 0x0 zephyr/libzephyr.a(flash_check.c.obj) - .data 0x00000000 0x0 zephyr/libzephyr.a(flash_check.c.obj) - .bss 0x00000000 0x0 zephyr/libzephyr.a(flash_check.c.obj) - .text 0x00000000 0x0 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .data 0x00000000 0x0 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .bss 0x00000000 0x0 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .text.z_get_sw_isr_table_idx - 0x00000000 0x2 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .debug_info 0x00000000 0xba zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .debug_abbrev 0x00000000 0x6b zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .debug_loc 0x00000000 0x15 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .debug_ranges 0x00000000 0x10 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .debug_line 0x00000000 0x86 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .debug_str 0x00000000 0x2d1 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .comment 0x00000000 0x20 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .debug_frame 0x00000000 0x20 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .text 0x00000000 0x0 zephyr/arch/common/libarch__common.a(init.c.obj) - .data 0x00000000 0x0 zephyr/arch/common/libarch__common.a(init.c.obj) - .bss 0x00000000 0x0 zephyr/arch/common/libarch__common.a(init.c.obj) - .text 0x00000000 0x0 zephyr/arch/common/libarch__common.a(xip.c.obj) - .data 0x00000000 0x0 zephyr/arch/common/libarch__common.a(xip.c.obj) - .bss 0x00000000 0x0 zephyr/arch/common/libarch__common.a(xip.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .text.z_arm_save_fp_context - 0x00000000 0x2 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .text.z_arm_restore_fp_context - 0x00000000 0x2 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .debug_info 0x00000000 0x146 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .debug_abbrev 0x00000000 0xcd zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .debug_ranges 0x00000000 0x18 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .debug_line 0x00000000 0x1e9 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .debug_str 0x00000000 0x332 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .comment 0x00000000 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .debug_frame 0x00000000 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .text.sys_arch_reboot - 0x00000000 0x24 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .text.z_arm_save_scb_context - 0x00000000 0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .text.z_arm_restore_scb_context - 0x00000000 0x48 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .text.arm_irq_enable - 0x00000000 0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .text.arm_irq_disable - 0x00000000 0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .text.arm_irq_is_enabled - 0x00000000 0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .text.arch_irq_lock_outlined - 0x00000000 0x10 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .text.arch_cpu_atomic_idle - 0x00000000 0x1e zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .text.z_arm_save_mpu_context - 0x00000000 0x50 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .text.z_arm_restore_mpu_context - 0x00000000 0x4c zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .text 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .data 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .bss 0x00000000 0x0 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .text.cbputc 0x00000000 0xc zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .text.cbvprintf - 0x00000000 0x38 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .debug_info 0x00000000 0x324 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .debug_abbrev 0x00000000 0x188 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .debug_loc 0x00000000 0x14c zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .debug_ranges 0x00000000 0x18 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .debug_line 0x00000000 0x2a8 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .debug_str 0x00000000 0x36b zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .debug_frame 0x00000000 0x4c zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .rodata.__chk_fail.str1.1 - 0x00000000 0x1e zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .text.__chk_fail - 0x00000000 0x1c zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .debug_info 0x00000000 0x1ba zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .debug_abbrev 0x00000000 0x14d zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .debug_loc 0x00000000 0x2c zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .debug_ranges 0x00000000 0x10 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .debug_line 0x00000000 0x37c zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .debug_str 0x00000000 0x393 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .debug_frame 0x00000000 0x28 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .debug_info 0x00000000 0x79 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .debug_abbrev 0x00000000 0x26 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .debug_aranges - 0x00000000 0x18 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .debug_line 0x00000000 0x6a zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .debug_str 0x00000000 0x2bc zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .rodata._exit.str1.1 - 0x00000000 0x5 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .text._exit 0x00000000 0x10 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .debug_info 0x00000000 0xca zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .debug_abbrev 0x00000000 0x82 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .debug_loc 0x00000000 0x2b zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .debug_ranges 0x00000000 0x10 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .debug_line 0x00000000 0x96 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .debug_str 0x00000000 0x2d7 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .debug_frame 0x00000000 0x28 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_init_recursive - 0x00000000 0x14 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_init - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_close_recursive - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_close - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_acquire_recursive - 0x00000000 0xc zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_acquire - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_try_acquire_recursive - 0x00000000 0x12 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_try_acquire - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_release_recursive - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text.__retarget_lock_release - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - ._k_mutex.static.__lock___libc_recursive_mutex_ - 0x00000000 0x14 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .debug_info 0x00000000 0xa73 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .debug_abbrev 0x00000000 0x31a zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .debug_loc 0x00000000 0x251 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .debug_aranges - 0x00000000 0x68 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .debug_ranges 0x00000000 0x88 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .debug_line 0x00000000 0x5ef zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .debug_str 0x00000000 0x929 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .debug_frame 0x00000000 0xc4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .text.z_impl_zephyr_fputc - 0x00000000 0x10 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .text.picolibc_put - 0x00000000 0xa zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .text.__stdout_hook_install - 0x00000000 0x18 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .text.__stdin_hook_install - 0x00000000 0x14 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .rodata.stdout - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .rodata.stdin 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .bss.__stdin 0x00000000 0x10 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .data.__stdout - 0x00000000 0x10 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .bss._stdout_hook - 0x00000000 0x4 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .debug_info 0x00000000 0x40d zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .debug_abbrev 0x00000000 0x205 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .debug_loc 0x00000000 0xf8 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .debug_aranges - 0x00000000 0x38 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .debug_ranges 0x00000000 0x40 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .debug_line 0x00000000 0x35f zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .debug_str 0x00000000 0x5bf zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .debug_frame 0x00000000 0x60 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .text.time 0x00000000 0x28 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .debug_info 0x00000000 0x14f zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .debug_abbrev 0x00000000 0xff zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .debug_loc 0x00000000 0x44 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .debug_ranges 0x00000000 0x10 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .debug_line 0x00000000 0x28b zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .debug_str 0x00000000 0x314 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .debug_frame 0x00000000 0x30 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .text.malloc 0x00000000 0x18 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .text.free 0x00000000 0x2 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .text.realloc 0x00000000 0x18 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .text.calloc 0x00000000 0x18 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .text.reallocarray - 0x00000000 0x18 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .debug_info 0x00000000 0xbf1 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .debug_abbrev 0x00000000 0x306 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .debug_loc 0x00000000 0x100 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .debug_aranges - 0x00000000 0x40 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .debug_ranges 0x00000000 0x48 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .debug_line 0x00000000 0x454 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .debug_str 0x00000000 0x71e zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .debug_frame 0x00000000 0x80 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .text 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .data 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .bss 0x00000000 0x0 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .rodata._errno_neg_eagain - 0x00000000 0x4 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .debug_info 0x00000000 0x162 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .debug_abbrev 0x00000000 0x91 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .debug_aranges - 0x00000000 0x18 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .debug_line 0x00000000 0x1ce zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .debug_str 0x00000000 0x50b zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .comment 0x00000000 0x20 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .text 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .data 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .bss 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .text.foldcase - 0x00000000 0x10 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .text.fnmatchx - 0x00000000 0x4d4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .text.fnmatch 0x00000000 0x14 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .debug_info 0x00000000 0x8d8 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .debug_abbrev 0x00000000 0x256 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .debug_loc 0x00000000 0xb1c zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .debug_aranges - 0x00000000 0x30 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .debug_ranges 0x00000000 0xe0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .debug_line 0x00000000 0x890 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .debug_str 0x00000000 0x39d zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .comment 0x00000000 0x20 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .debug_frame 0x00000000 0x68 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .text 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .data 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .bss 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .text.getentropy - 0x00000000 0x50 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .debug_info 0x00000000 0x455 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .debug_abbrev 0x00000000 0x21d zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .debug_loc 0x00000000 0x100 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .debug_aranges - 0x00000000 0x20 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .debug_ranges 0x00000000 0x10 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .debug_line 0x00000000 0x3bd zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .debug_str 0x00000000 0x475 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .comment 0x00000000 0x20 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .debug_frame 0x00000000 0x2c zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .text 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .data 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .bss 0x00000000 0x0 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .text.getopt_init - 0x00000000 0x4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .text.getopt_state_get - 0x00000000 0x4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .text.getopt 0x00000000 0x4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .text.z_getopt_global_state_update_shim - 0x00000000 0x2c zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .bss.optopt 0x00000000 0x4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .bss.optind 0x00000000 0x4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .bss.opterr 0x00000000 0x4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .bss.optarg 0x00000000 0x4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .debug_info 0x00000000 0x33a zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .debug_abbrev 0x00000000 0x1a7 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .debug_loc 0x00000000 0x81 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .debug_aranges - 0x00000000 0x38 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .debug_ranges 0x00000000 0x28 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .debug_line 0x00000000 0x2a4 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .debug_str 0x00000000 0x5bd zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .comment 0x00000000 0x20 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .debug_frame 0x00000000 0x50 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .text 0x00000000 0x0 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .data 0x00000000 0x0 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_enable_it - 0x00000000 0x1c zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_disable_it - 0x00000000 0x20 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_enable_rising_trig - 0x00000000 0x1c zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_disable_rising_trig - 0x00000000 0x20 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_enable_falling_trig - 0x00000000 0x1c zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_disable_falling_trig - 0x00000000 0x20 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_enable_event - 0x00000000 0x1c zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_disable_event - 0x00000000 0x20 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_sw_interrupt - 0x00000000 0x30 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_enable - 0x00000000 0x96 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_disable - 0x00000000 0x32 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text 0x00000000 0x0 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .data 0x00000000 0x0 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_gpio_intc_get_pin_irq_line - 0x00000000 0xa zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_gpio_intc_enable_line - 0x00000000 0x2c zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_gpio_intc_disable_line - 0x00000000 0x10 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_gpio_intc_select_line_trigger - 0x00000000 0x50 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_gpio_intc_set_irq_callback - 0x00000000 0x40 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_gpio_intc_remove_irq_callback - 0x00000000 0x24 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_exti_set_line_src_port - 0x00000000 0x3a zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_exti_get_line_src_port - 0x00000000 0x38 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text 0x00000000 0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .data 0x00000000 0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .text 0x00000000 0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .data 0x00000000 0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .text 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .data 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .text.z_impl_flash_get_page_info_by_idx - 0x00000000 0xa zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .text.z_impl_flash_get_page_count - 0x00000000 0x28 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .text 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .data 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text.flash_stm32_valid_range - 0x00000000 0x38 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .data 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .text.flash_stm32_option_bytes_write - 0x00000000 0x60 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .text.flash_stm32_option_bytes_read - 0x00000000 0x8 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .text 0x00000000 0x0 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .data 0x00000000 0x0 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .text.sys_clock_set_timeout - 0x00000000 0x2 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .text.sys_clock_idle_exit - 0x00000000 0x2 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .debug_info 0x00000000 0xda zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .debug_abbrev 0x00000000 0x7e zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .debug_aranges - 0x00000000 0x28 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .debug_ranges 0x00000000 0x18 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .debug_line 0x00000000 0x195 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .debug_str 0x00000000 0x2fa zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .comment 0x00000000 0x20 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .debug_frame 0x00000000 0x30 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .text 0x00000000 0x0 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .data 0x00000000 0x0 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .bss 0x00000000 0x0 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .text.sys_clock_cycle_get_32 - 0x00000000 0x28 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .text.sys_clock_cycle_get_64 - 0x00000000 0x30 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .text.sys_clock_idle_exit - 0x00000000 0x44 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .text 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .data 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .bss 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .text.SystemInit - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .text.SystemCoreClockUpdate - 0x00000000 0x78 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .rodata.APBPrescTable - 0x00000000 0x8 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .text 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .data 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .bss 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_MspInit - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_MspDeInit - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_DeInit - 0x00000000 0x2c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_InitTick - 0x00000000 0x4c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_Init - 0x00000000 0x1e modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_IncTick - 0x00000000 0x18 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetTick - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetTickPrio - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SetTickFreq - 0x00000000 0x28 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetTickFreq - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_Delay - 0x00000000 0x28 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SuspendTick - 0x00000000 0xe modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_ResumeTick - 0x00000000 0xe modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetHalVersion - 0x00000000 0x8 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetREVID - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetDEVID - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetUIDw0 - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetUIDw1 - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_GetUIDw2 - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_DBGMCU_EnableDBGSleepMode - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_DBGMCU_DisableDBGSleepMode - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_DBGMCU_EnableDBGStopMode - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_DBGMCU_DisableDBGStopMode - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_DBGMCU_EnableDBGStandbyMode - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_DBGMCU_DisableDBGStandbyMode - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_CCMSRAMErase - 0x00000000 0x18 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_EnableMemorySwappingBank - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_DisableMemorySwappingBank - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_VREFBUF_VoltageScalingConfig - 0x00000000 0x14 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_VREFBUF_HighImpedanceConfig - 0x00000000 0x14 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_VREFBUF_TrimmingConfig - 0x00000000 0x14 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_EnableVREFBUF - 0x00000000 0x30 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_DisableVREFBUF - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_EnableIOSwitchBooster - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_DisableIOSwitchBooster - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_EnableIOSwitchVDD - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_DisableIOSwitchVDD - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text.HAL_SYSCFG_CCMSRAM_WriteProtectionEnable - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .data.uwTickFreq - 0x00000000 0x4 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .data.uwTickPrio - 0x00000000 0x4 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .bss.uwTick 0x00000000 0x4 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .debug_info 0x00000000 0xc26 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .debug_abbrev 0x00000000 0x2d9 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .debug_loc 0x00000000 0x1ff modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .debug_aranges - 0x00000000 0x148 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .debug_ranges 0x00000000 0x138 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .debug_line 0x00000000 0x803 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .debug_str 0x00000000 0xd88 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .comment 0x00000000 0x20 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .debug_frame 0x00000000 0x2b0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .text 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .data 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .bss 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_DeInit - 0x00000000 0xb8 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_OscConfig - 0x00000000 0x414 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_MCOConfig - 0x00000000 0x58 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_ClockConfig - 0x00000000 0x1ec modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_GetHCLKFreq - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_GetPCLK1Freq - 0x00000000 0x24 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_GetPCLK2Freq - 0x00000000 0x24 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_GetOscConfig - 0x00000000 0x9c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_GetClockConfig - 0x00000000 0x3c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_EnableCSS - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_EnableLSECSS - 0x00000000 0x14 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_DisableLSECSS - 0x00000000 0x14 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_CSSCallback - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text.HAL_RCC_NMI_IRQHandler - 0x00000000 0x1c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .text 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .data 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .bss 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_PeriphCLKConfig - 0x00000000 0x2a0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_GetPeriphCLKConfig - 0x00000000 0xb0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_GetPeriphCLKFreq - 0x00000000 0x398 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_EnableLSECSS - 0x00000000 0x14 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_DisableLSECSS - 0x00000000 0x1c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_EnableLSECSS_IT - 0x00000000 0x30 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_LSECSS_Callback - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_LSECSS_IRQHandler - 0x00000000 0x1c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_EnableLSCO - 0x00000000 0x90 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_DisableLSCO - 0x00000000 0x5c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRSConfig - 0x00000000 0x4c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRSSoftwareSynchronizationGenerate - 0x00000000 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRSGetSynchronizationInfo - 0x00000000 0x24 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRSWaitSynchronization - 0x00000000 0x98 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRS_SyncOkCallback - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRS_SyncWarnCallback - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRS_ExpectedSyncCallback - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRS_ErrorCallback - 0x00000000 0x2 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text.HAL_RCCEx_CRS_IRQHandler - 0x00000000 0x74 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .debug_info 0x00000000 0xe20 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .debug_abbrev 0x00000000 0x2bf modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .debug_loc 0x00000000 0x96b modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .debug_aranges - 0x00000000 0xb0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .debug_ranges 0x00000000 0xe0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .debug_line 0x00000000 0xe61 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .debug_str 0x00000000 0xb32 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .comment 0x00000000 0x20 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .debug_frame 0x00000000 0x19c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .text 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .data 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .bss 0x00000000 0x0 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .text.LL_Init1msTick - 0x00000000 0x1a modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .text.LL_mDelay - 0x00000000 0x24 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .text.LL_SetSystemCoreClock - 0x00000000 0xc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .text.UTILS_EnablePLLAndSwitchSystem - 0x00000000 0x98 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .text.LL_PLL_ConfigSystemClock_HSI - 0x00000000 0xb8 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .text.LL_PLL_ConfigSystemClock_HSE - 0x00000000 0xc8 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .text 0x00000000 0x0 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .data 0x00000000 0x0 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .bss 0x00000000 0x0 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text.boot_set_next - 0x00000000 0x66 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text.boot_swap_type - 0x00000000 0x6 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text.boot_set_pending_multi - 0x00000000 0x38 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text.boot_set_pending - 0x00000000 0x8 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text.boot_set_confirmed_multi - 0x00000000 0x34 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text.boot_set_confirmed - 0x00000000 0x6 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .rodata.boot_image_load_header.str1.1 - 0x00000000 0x8b modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text.boot_image_load_header - 0x00000000 0x7c modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(device.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(device.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(device.c.obj) - .text.z_impl_device_init - 0x00000000 0x12 zephyr/kernel/libkernel.a(device.c.obj) - .text.z_device_get_all_static - 0x00000000 0x18 zephyr/kernel/libkernel.a(device.c.obj) - .text.z_impl_device_get_binding - 0x00000000 0x48 zephyr/kernel/libkernel.a(device.c.obj) - .text.z_impl_device_deinit - 0x00000000 0x6 zephyr/kernel/libkernel.a(device.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(fatal.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(fatal.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(fatal.c.obj) - .text.k_fatal_halt - 0x00000000 0x6 zephyr/kernel/libkernel.a(fatal.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(init.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(init.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(init.c.obj) - .text.z_early_rand_get - 0x00000000 0x70 zephyr/kernel/libkernel.a(init.c.obj) - .data.state.1 0x00000000 0x8 zephyr/kernel/libkernel.a(init.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(idle.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(idle.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(idle.c.obj) - .text.arch_spin_relax - 0x00000000 0x4 zephyr/kernel/libkernel.a(idle.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(mutex.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(mutex.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(mutex.c.obj) - .text.adjust_owner_prio.isra.0 - 0x00000000 0x10 zephyr/kernel/libkernel.a(mutex.c.obj) - .text.z_impl_k_mutex_init - 0x00000000 0xe zephyr/kernel/libkernel.a(mutex.c.obj) - .text.z_impl_k_mutex_lock - 0x00000000 0xe4 zephyr/kernel/libkernel.a(mutex.c.obj) - .text.z_impl_k_mutex_unlock - 0x00000000 0xa0 zephyr/kernel/libkernel.a(mutex.c.obj) - .bss.lock 0x00000000 0x0 zephyr/kernel/libkernel.a(mutex.c.obj) - .debug_info 0x00000000 0x7192 zephyr/kernel/libkernel.a(mutex.c.obj) - .debug_abbrev 0x00000000 0x4d0 zephyr/kernel/libkernel.a(mutex.c.obj) - .debug_loc 0x00000000 0x8cb zephyr/kernel/libkernel.a(mutex.c.obj) - .debug_aranges - 0x00000000 0x38 zephyr/kernel/libkernel.a(mutex.c.obj) - .debug_ranges 0x00000000 0x148 zephyr/kernel/libkernel.a(mutex.c.obj) - .debug_line 0x00000000 0xc49 zephyr/kernel/libkernel.a(mutex.c.obj) - .debug_str 0x00000000 0xd0f zephyr/kernel/libkernel.a(mutex.c.obj) - .comment 0x00000000 0x20 zephyr/kernel/libkernel.a(mutex.c.obj) - .debug_frame 0x00000000 0x78 zephyr/kernel/libkernel.a(mutex.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(sem.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(sem.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(sem.c.obj) - .text.z_impl_k_sem_reset - 0x00000000 0x6c zephyr/kernel/libkernel.a(sem.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(thread.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(thread.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(thread.c.obj) - .text.k_is_in_isr - 0x00000000 0xc zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_is_preempt_thread - 0x00000000 0x20 zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_thread_priority_get - 0x00000000 0x6 zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_thread_name_set - 0x00000000 0x6 zephyr/kernel/libkernel.a(thread.c.obj) - .text.k_thread_name_get - 0x00000000 0x4 zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_thread_name_copy - 0x00000000 0x6 zephyr/kernel/libkernel.a(thread.c.obj) - .rodata.k_thread_state_str.str1.1 - 0x00000000 0x3 zephyr/kernel/libkernel.a(thread.c.obj) - .text.k_thread_state_str - 0x00000000 0x7c zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_init_thread_base - 0x00000000 0x14 zephyr/kernel/libkernel.a(thread.c.obj) - .text.k_thread_user_mode_enter - 0x00000000 0x1c zephyr/kernel/libkernel.a(thread.c.obj) - .text.k_thread_runtime_stats_get - 0x00000000 0x14 zephyr/kernel/libkernel.a(thread.c.obj) - .text.k_thread_runtime_stats_all_get - 0x00000000 0xc zephyr/kernel/libkernel.a(thread.c.obj) - .text.k_thread_runtime_stats_cpu_get - 0x00000000 0xc zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_thread_priority_set - 0x00000000 0x2c zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_thread_suspend - 0x00000000 0x40 zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_thread_resume - 0x00000000 0x3c zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_thread_create - 0x00000000 0x58 zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_thread_join - 0x00000000 0x98 zephyr/kernel/libkernel.a(thread.c.obj) - .text.k_can_yield - 0x00000000 0x30 zephyr/kernel/libkernel.a(thread.c.obj) - .text.z_impl_k_yield - 0x00000000 0x4 zephyr/kernel/libkernel.a(thread.c.obj) - .rodata.str1.1 - 0x00000000 0x41 zephyr/kernel/libkernel.a(thread.c.obj) - .rodata.state_string.0 - 0x00000000 0x40 zephyr/kernel/libkernel.a(thread.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(sched.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(sched.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_unready_thread - 0x00000000 0x1e zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_sched_unready_locked - 0x00000000 0x4 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_yield_testing_only - 0x00000000 0x1e zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_sched_yield - 0x00000000 0x84 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_sched_add_to_waitq_locked - 0x00000000 0x4 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_pend_thread - 0x00000000 0x44 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_unpend_thread_no_timeout - 0x00000000 0x22 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_unpend1_no_timeout - 0x00000000 0x2c zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_unpend_thread - 0x00000000 0x2c zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_thread_prio_set - 0x00000000 0xd8 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_reschedule_irqlock - 0x00000000 0x28 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_swap_next_thread - 0x00000000 0x18 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_unpend_all_locked - 0x00000000 0x30 zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_unpend_all - 0x00000000 0x1e zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_thread_suspend_current - 0x00000000 0x4c zephyr/kernel/libkernel.a(sched.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(sleep.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(sleep.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(sleep.c.obj) - .text.z_tick_sleep - 0x00000000 0x90 zephyr/kernel/libkernel.a(sleep.c.obj) - .text.z_impl_k_sleep - 0x00000000 0x32 zephyr/kernel/libkernel.a(sleep.c.obj) - .text.z_impl_k_usleep - 0x00000000 0x22 zephyr/kernel/libkernel.a(sleep.c.obj) - .debug_info 0x00000000 0xe8c zephyr/kernel/libkernel.a(sleep.c.obj) - .debug_abbrev 0x00000000 0x400 zephyr/kernel/libkernel.a(sleep.c.obj) - .debug_loc 0x00000000 0x312 zephyr/kernel/libkernel.a(sleep.c.obj) - .debug_aranges - 0x00000000 0x30 zephyr/kernel/libkernel.a(sleep.c.obj) - .debug_ranges 0x00000000 0x78 zephyr/kernel/libkernel.a(sleep.c.obj) - .debug_line 0x00000000 0x7dd zephyr/kernel/libkernel.a(sleep.c.obj) - .debug_str 0x00000000 0x88f zephyr/kernel/libkernel.a(sleep.c.obj) - .comment 0x00000000 0x20 zephyr/kernel/libkernel.a(sleep.c.obj) - .debug_frame 0x00000000 0x64 zephyr/kernel/libkernel.a(sleep.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(scheduler.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(scheduler.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(scheduler.c.obj) - .text.z_impl_k_reschedule - 0x00000000 0x12 zephyr/kernel/libkernel.a(scheduler.c.obj) - .text.z_sched_waitq_walk - 0x00000000 0x68 zephyr/kernel/libkernel.a(scheduler.c.obj) - .text.z_sched_wake - 0x00000000 0x56 zephyr/kernel/libkernel.a(scheduler.c.obj) - .text.z_sched_wait - 0x00000000 0x24 zephyr/kernel/libkernel.a(scheduler.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .text.k_sched_time_slice_set - 0x00000000 0x3c zephyr/kernel/libkernel.a(timeslicing.c.obj) - .text 0x00000000 0x0 zephyr/kernel/libkernel.a(timeout.c.obj) - .data 0x00000000 0x0 zephyr/kernel/libkernel.a(timeout.c.obj) - .bss 0x00000000 0x0 zephyr/kernel/libkernel.a(timeout.c.obj) - .text.timeout_rem - 0x00000000 0x30 zephyr/kernel/libkernel.a(timeout.c.obj) - .text.z_timeout_remaining - 0x00000000 0x38 zephyr/kernel/libkernel.a(timeout.c.obj) - .text.z_timeout_expires - 0x00000000 0x38 zephyr/kernel/libkernel.a(timeout.c.obj) - .text.z_get_next_timeout_expiry - 0x00000000 0x22 zephyr/kernel/libkernel.a(timeout.c.obj) - .text.sys_clock_tick_get_32 - 0x00000000 0x8 zephyr/kernel/libkernel.a(timeout.c.obj) - .text.z_impl_k_uptime_ticks - 0x00000000 0x4 zephyr/kernel/libkernel.a(timeout.c.obj) - .text 0x00000000 0x0 zephyr/arch/common/libisr_tables.a(isr_tables.c.obj) - .data 0x00000000 0x0 zephyr/arch/common/libisr_tables.a(isr_tables.c.obj) - .bss 0x00000000 0x0 zephyr/arch/common/libisr_tables.a(isr_tables.c.obj) - .text 0x00000000 0x14 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strcmp.S.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strcmp.S.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strcmp.S.o) - .debug_frame 0x00000000 0x20 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strcmp.S.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memcpy.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memcpy.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memcpy.c.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memset.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memset.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memset.c.o) - .text 0x00000000 0x10 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strlen.S.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strlen.S.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strlen.S.o) - .debug_frame 0x00000000 0x20 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strlen.S.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_errno_errno.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_errno_errno.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_errno_errno.c.o) - .tbss.errno 0x00000000 0x4 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_errno_errno.c.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_memcmp.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_memcmp.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_memcmp.c.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_strchr.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_strchr.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_strchr.c.o) - .text.strchr 0x00000000 0x1a /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_strchr.c.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_puts.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_puts.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_puts.c.o) - .text.puts 0x00000000 0x40 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_puts.c.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmprintf.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmprintf.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmprintf.c.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .text.scanf_getc - 0x00000000 0x14 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .text.skip_spaces - 0x00000000 0x2e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .text.putval 0x00000000 0x1a /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .rodata.__m_vfscanf.str1.1 - 0x00000000 0xb /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .text.__m_vfscanf - 0x00000000 0x2c4 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_fgetc.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_fgetc.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_fgetc.c.o) - .text.getc 0x00000000 0x46 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_fgetc.c.o) - .text 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_ungetc.c.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_ungetc.c.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_ungetc.c.o) - .text.ungetc 0x00000000 0x3a /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_ungetc.c.o) - .text 0x00000000 0x254 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldf3.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldf3.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldf3.o) - .debug_frame 0x00000000 0x30 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldf3.o) - .text 0x00000000 0x378 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_addsubdf3.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_addsubdf3.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_addsubdf3.o) - .debug_frame 0x00000000 0xac /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_addsubdf3.o) - .text 0x00000000 0x424 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldivdf3.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldivdf3.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldivdf3.o) - .debug_frame 0x00000000 0x50 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldivdf3.o) - .text 0x00000000 0xa0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_truncdfsf2.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_truncdfsf2.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_truncdfsf2.o) - .debug_frame 0x00000000 0x24 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_truncdfsf2.o) - .text 0x00000000 0xec /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpsf2.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpsf2.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpsf2.o) - .debug_frame 0x00000000 0xc8 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpsf2.o) - .text 0x00000000 0xa0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_ldivmod.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_ldivmod.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_ldivmod.o) - .debug_frame 0x00000000 0x44 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_ldivmod.o) - .text 0x00000000 0x30 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_uldivmod.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_uldivmod.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_uldivmod.o) - .debug_frame 0x00000000 0x2c /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_uldivmod.o) - .text 0x00000000 0x26 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_popcountsi2.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_popcountsi2.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_popcountsi2.o) - .debug_frame 0x00000000 0x20 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_popcountsi2.o) - .text 0x00000000 0x2e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixdfdi.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixdfdi.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixdfdi.o) - .debug_frame 0x00000000 0x38 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixdfdi.o) - .text 0x00000000 0x3c /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixunsdfdi.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixunsdfdi.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixunsdfdi.o) - .debug_frame 0x00000000 0x2c /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixunsdfdi.o) - .text 0x00000000 0x2bc /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_udivmoddi4.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_udivmoddi4.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_udivmoddi4.o) - .ARM.extab 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_udivmoddi4.o) - .ARM.exidx 0x00000000 0x8 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_udivmoddi4.o) - .debug_frame 0x00000000 0x34 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_udivmoddi4.o) - .text 0x00000000 0x4 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_dvmd_tls.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_dvmd_tls.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_dvmd_tls.o) - .text 0x00000000 0x110 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpdf2.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpdf2.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpdf2.o) - .debug_frame 0x00000000 0xc4 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpdf2.o) - .text 0x00000000 0x40 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_fixunsdfsi.o) - .data 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_fixunsdfsi.o) - .bss 0x00000000 0x0 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_fixunsdfsi.o) - .debug_frame 0x00000000 0x24 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_fixunsdfsi.o) - -Memory Configuration - -Name Origin Length Attributes -FLASH 0x08000000 0x00008800 xr -RAM 0x20000000 0x00008000 xw -SRAM0 0x20000000 0x00008000 rw -IDT_LIST 0xffff7fff 0x00008000 xw -*default* 0x00000000 0xffffffff - -Linker script and memory map - - 0x080031a8 vfprintf = __m_vfprintf - 0x00000000 vfscanf = __m_vfscanf -LOAD zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj -LOAD zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj -LOAD app/libapp.a -LOAD zephyr/libzephyr.a -LOAD zephyr/arch/common/libarch__common.a -LOAD zephyr/arch/arch/arm/core/libarch__arm__core.a -LOAD zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a -LOAD zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a -LOAD zephyr/lib/libc/picolibc/liblib__libc__picolibc.a -LOAD zephyr/lib/libc/common/liblib__libc__common.a -LOAD zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a -LOAD zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a -LOAD zephyr/drivers/clock_control/libdrivers__clock_control.a -LOAD zephyr/drivers/flash/libdrivers__flash.a -LOAD zephyr/drivers/timer/libdrivers__timer.a -LOAD modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a -LOAD modules/mcuboot/libmcuboot_util.a -LOAD zephyr/kernel/libkernel.a -LOAD zephyr/arch/common/libisr_tables.a -LOAD /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a -LOAD /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a - 0x00000020 _region_min_align = 0x20 - -.rel.plt 0x08000000 0x0 - *(SORT_BY_ALIGNMENT(.rel.plt)) - [!provide] PROVIDE (__rel_iplt_start = .) - *(SORT_BY_ALIGNMENT(.rel.iplt)) - .rel.iplt 0x08000000 0x0 app/libapp.a(main.c.obj) - [!provide] PROVIDE (__rel_iplt_end = .) - -.rela.plt 0x00000000 0x0 - *(SORT_BY_ALIGNMENT(.rela.plt)) - [!provide] PROVIDE (__rela_iplt_start = .) - *(SORT_BY_ALIGNMENT(.rela.iplt)) - [!provide] PROVIDE (__rela_iplt_end = .) - -.rel.dyn - *(SORT_BY_ALIGNMENT(.rel.*)) - -.rela.dyn - *(SORT_BY_ALIGNMENT(.rela.*)) - -/DISCARD/ - *(SORT_BY_ALIGNMENT(.plt)) - -/DISCARD/ - *(SORT_BY_ALIGNMENT(.iplt)) - 0x08000000 __rom_region_start = 0x8000000 - -rom_start 0x08000000 0x1b0 - 0x08000000 __rom_start_address = . - FILL mask 0x00 - 0x08000000 . = (. + (0x0 - (. - __rom_start_address))) - 0x08000000 . = ALIGN (0x4) - 0x08000000 . = ALIGN (0x80) - 0x08000000 . = ALIGN (0x200) - 0x08000000 _vector_start = . - *(SORT_BY_ALIGNMENT(.exc_vector_table)) - *(SORT_BY_ALIGNMENT(.exc_vector_table.*)) - .exc_vector_table._vector_table_section - 0x08000000 0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj) - 0x08000000 _vector_table - *(SORT_BY_ALIGNMENT(.vectors)) - 0x080001b0 _vector_end = . - 0x08000040 . = ALIGN (0x4) - *(SORT_BY_ALIGNMENT(.gnu.linkonce.irq_vector_table*)) - .gnu.linkonce.irq_vector_table - 0x08000040 0x170 zephyr/arch/common/libisr_tables.a(isr_tables.c.obj) - 0x08000040 _irq_vector_table - 0x080001b0 _vector_end = . - -text 0x080001b0 0x457c - 0x080001b0 __text_region_start = . - *(SORT_BY_ALIGNMENT(.text)) - *(SORT_BY_ALIGNMENT(.text.*)) - .text.main 0x080001b0 0xc4 app/libapp.a(main.c.obj) - 0x080001b0 main - .text.flash_device_base - 0x08000274 0x20 app/libapp.a(flash_map_extended.c.obj) - 0x08000274 flash_device_base - .text.flash_area_id_from_multi_image_slot - 0x08000294 0x24 app/libapp.a(flash_map_extended.c.obj) - 0x08000294 flash_area_id_from_multi_image_slot - .text.boot_banner - 0x080002b8 0x10 zephyr/libzephyr.a(boot_banner.c.obj) - .text.char_out - 0x080002c8 0xc zephyr/libzephyr.a(printk.c.obj) - .text.vprintk 0x080002d4 0x30 zephyr/libzephyr.a(printk.c.obj) - 0x080002d4 vprintk - .text.st_stm32_common_config - 0x08000304 0x14 zephyr/libzephyr.a(soc_config.c.obj) - .text.stm32_backup_domain_enable_access - 0x08000318 0x3c zephyr/libzephyr.a(stm32_backup_domain.c.obj) - 0x08000318 stm32_backup_domain_enable_access - .text.stm32_backup_domain_disable_access - 0x08000354 0x60 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - 0x08000354 stm32_backup_domain_disable_access - .text.soc_early_init_hook - 0x080003b4 0x68 zephyr/libzephyr.a(soc.c.obj) - 0x080003b4 soc_early_init_hook - .text.mem_attr_get_regions - 0x0800041c 0xc zephyr/libzephyr.a(mem_attr.c.obj) - 0x0800041c mem_attr_get_regions - .text.flash_area_open - 0x08000428 0x4c zephyr/libzephyr.a(flash_map.c.obj) - 0x08000428 flash_area_open - .text.flash_area_sectors - 0x08000474 0x34 zephyr/libzephyr.a(flash_map_layout.c.obj) - 0x08000474 flash_area_sectors - .text.z_thread_entry - 0x080004a8 0x34 zephyr/libzephyr.a(thread_entry.c.obj) - 0x080004a8 z_thread_entry - .text.bootutil_img_validate - 0x080004dc 0xf8 zephyr/libzephyr.a(image_validate.c.obj) - 0x080004dc bootutil_img_validate - .text.boot_status_entries - 0x080005d4 0x28 zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x080005d4 boot_status_entries - .text.boot_find_status - 0x080005fc 0x34 zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x080005fc boot_find_status - .text.boot_read_sectors - 0x08000630 0x40 zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x08000630 boot_read_sectors - .text.boot_check_header_valid - 0x08000670 0x4c zephyr/libzephyr.a(bootutil_loader.c.obj) - 0x08000670 boot_check_header_valid - .text.boot_check_image - 0x080006bc 0x30 zephyr/libzephyr.a(bootutil_loader.c.obj) - 0x080006bc boot_check_image - .text.boot_validate_slot.isra.0 - 0x080006ec 0xc4 zephyr/libzephyr.a(loader.c.obj) - .text.boot_swap_image.isra.0 - 0x080007b0 0x9c zephyr/libzephyr.a(loader.c.obj) - .text.boot_copy_region - 0x0800084c 0x58 zephyr/libzephyr.a(loader.c.obj) - 0x0800084c boot_copy_region - .text.context_boot_go - 0x080008a4 0x278 zephyr/libzephyr.a(loader.c.obj) - 0x080008a4 context_boot_go - .text.boot_go 0x08000b1c 0x24 zephyr/libzephyr.a(loader.c.obj) - 0x08000b1c boot_go - .text.swap_set_copy_done - 0x08000b40 0x2c zephyr/libzephyr.a(swap_misc.c.obj) - 0x08000b40 swap_set_copy_done - .text.swap_set_image_ok - 0x08000b6c 0x44 zephyr/libzephyr.a(swap_misc.c.obj) - 0x08000b6c swap_set_image_ok - .text.boot_read_image_header - 0x08000bb0 0xb0 zephyr/libzephyr.a(swap_move.c.obj) - 0x08000bb0 boot_read_image_header - .text.swap_read_status_bytes - 0x08000c60 0xc4 zephyr/libzephyr.a(swap_move.c.obj) - 0x08000c60 swap_read_status_bytes - .text.boot_slots_compatible - 0x08000d24 0x80 zephyr/libzephyr.a(swap_move.c.obj) - 0x08000d24 boot_slots_compatible - .text.swap_status_source - 0x08000da4 0xd8 zephyr/libzephyr.a(swap_move.c.obj) - 0x08000da4 swap_status_source - .text.fixup_revert - 0x08000e7c 0xac zephyr/libzephyr.a(swap_move.c.obj) - 0x08000e7c fixup_revert - .text.swap_run - 0x08000f28 0x210 zephyr/libzephyr.a(swap_move.c.obj) - 0x08000f28 swap_run - .text.compress - 0x08001138 0x1d4 zephyr/libzephyr.a(sha256.c.obj) - .text.tc_sha256_init - 0x0800130c 0x58 zephyr/libzephyr.a(sha256.c.obj) - 0x0800130c tc_sha256_init - .text.cleanup_arm_interrupts - 0x08001364 0x54 zephyr/libzephyr.a(arm_cortex_m.c.obj) - 0x08001364 cleanup_arm_interrupts - .text.arch_bss_zero - 0x080013b8 0x18 zephyr/arch/common/libarch__common.a(init.c.obj) - 0x080013b8 arch_bss_zero - .text.arch_data_copy - 0x080013d0 0x38 zephyr/arch/common/libarch__common.a(xip.c.obj) - 0x080013d0 arch_data_copy - .text.z_SysNmiOnReset - 0x08001408 0x8 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - 0x08001408 z_SysNmiOnReset - .text.arch_tls_stack_setup - 0x08001410 0x40 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - 0x08001410 arch_tls_stack_setup - .text.mem_manage_fault - 0x08001450 0xa0 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .text.usage_fault.isra.0 - 0x080014f0 0x54 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .text.bus_fault.isra.0 - 0x08001544 0x6c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .text.z_arm_fault - 0x080015b0 0x12c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - 0x080015b0 z_arm_fault - .text.z_arm_fault_init - 0x080016dc 0x18 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - 0x080016dc z_arm_fault_init - .text.__fault 0x080016f4 0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - 0x080016f4 z_arm_bus_fault - 0x080016f4 z_arm_usage_fault - 0x080016f4 z_arm_mpu_fault - 0x080016f4 z_arm_exc_spurious - 0x080016f4 z_arm_debug_monitor - 0x080016f4 z_arm_hard_fault - .text._reset_section - 0x08001708 0x34 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - 0x08001708 z_arm_reset - 0x08001708 __start - .text.z_arm_clear_arm_mpu_config - 0x0800173c 0x24 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - 0x0800173c z_arm_clear_arm_mpu_config - .text.z_arm_svc - 0x08001760 0x24 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - 0x08001760 z_arm_svc - .text.arm_irq_priority_set - 0x08001784 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - 0x08001784 arm_irq_priority_set - .text.relocate_vector_table - 0x080017b4 0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - 0x080017b4 relocate_vector_table - .text.z_prep_c - 0x080017d0 0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - 0x080017d0 z_prep_c - .text.arch_new_thread - 0x08001808 0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - 0x08001808 arch_new_thread - .text.z_check_thread_stack_fail - 0x08001840 0x2c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - 0x08001840 z_check_thread_stack_fail - .text.arch_switch_to_main_thread - 0x0800186c 0x3c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - 0x0800186c arch_switch_to_main_thread - .text.z_arm_cpu_idle_init - 0x080018a8 0xc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - 0x080018a8 z_arm_cpu_idle_init - .text._HandlerModeExit - 0x080018b4 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - 0x080018b4 z_arm_exc_exit - 0x080018b4 z_arm_int_exit - .text.z_impl_k_thread_abort - 0x080018d4 0x2c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - 0x080018d4 z_impl_k_thread_abort - .text.z_arm_pendsv - 0x08001900 0x60 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - 0x08001900 z_arm_pendsv - .text.z_arm_interrupt_init - 0x08001960 0x18 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - 0x08001960 z_arm_interrupt_init - .text._isr_wrapper - 0x08001978 0x24 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - 0x08001978 _isr_wrapper - .text.__aeabi_read_tp - 0x0800199c 0xc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - 0x0800199c __aeabi_read_tp - .text.z_arm_configure_static_mpu_regions - 0x080019a8 0x18 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - 0x080019a8 z_arm_configure_static_mpu_regions - .text.z_arm_configure_dynamic_mpu_regions - 0x080019c0 0x20 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - 0x080019c0 z_arm_configure_dynamic_mpu_regions - .text.region_init - 0x080019e0 0x28 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .text.mpu_configure_regions - 0x08001a08 0x6c zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .text.arm_core_mpu_enable - 0x08001a74 0x18 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - 0x08001a74 arm_core_mpu_enable - .text.arm_core_mpu_disable - 0x08001a8c 0x14 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - 0x08001a8c arm_core_mpu_disable - .text.arm_core_mpu_configure_static_mpu_regions - 0x08001aa0 0x14 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - 0x08001aa0 arm_core_mpu_configure_static_mpu_regions - .text.arm_core_mpu_configure_dynamic_mpu_regions - 0x08001ab4 0x38 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - 0x08001ab4 arm_core_mpu_configure_dynamic_mpu_regions - .text.z_arm_mpu_init - 0x08001aec 0x184 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - 0x08001aec z_arm_mpu_init - .text.abort 0x08001c70 0x1c zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - 0x08001c70 abort - .text.stm32_exti_init - 0x08001c8c 0x2c zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .text.stm32_exti_is_pending - 0x08001cb8 0x28 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - 0x08001cb8 stm32_exti_is_pending - .text.stm32_exti_clear_pending - 0x08001ce0 0x28 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - 0x08001ce0 stm32_exti_clear_pending - .text.stm32_fill_irq_table - 0x08001d08 0x18 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_intc_gpio_isr - 0x08001d20 0x4c zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_clock_control_get_subsys_rate - 0x08001d6c 0xb4 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .text.stm32_clock_control_init - 0x08001e20 0x16c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - 0x08001e20 stm32_clock_control_init - .text.get_pllsrc_frequency - 0x08001f8c 0x8 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - 0x08001f8c get_pllsrc_frequency - .text.config_pll_sysclock - 0x08001f94 0x34 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - 0x08001f94 config_pll_sysclock - .text.config_enable_default_clocks - 0x08001fc8 0x20 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - 0x08001fc8 config_enable_default_clocks - .text.flash_stm32_get_parameters - 0x08001fe8 0x8 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text.flash_stm32_get_size - 0x08001ff0 0x18 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text.stm32_flash_init - 0x08002008 0x38 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text.flash_stm32_cr_lock - 0x08002040 0x44 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - 0x08002040 flash_stm32_cr_lock - .text.flash_stm32_page_layout - 0x08002084 0x4c zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - 0x08002084 flash_stm32_page_layout - .text.elapsed 0x080020d0 0x44 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .text.sys_clock_driver_init - 0x08002114 0x34 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .text.sys_clock_isr - 0x08002148 0x6c zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - 0x08002148 sys_clock_isr - .text.sys_clock_set_timeout - 0x080021b4 0xf4 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - 0x080021b4 sys_clock_set_timeout - .text.sys_clock_elapsed - 0x080022a8 0x3c zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - 0x080022a8 sys_clock_elapsed - .text.HAL_RCC_GetSysClockFreq - 0x080022e4 0x6c modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - 0x080022e4 HAL_RCC_GetSysClockFreq - .text.LL_SetFlashLatency - 0x08002350 0xd4 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - 0x08002350 LL_SetFlashLatency - .text.boot_write_magic - 0x08002424 0x44 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x08002424 boot_write_magic - .text.boot_read_swap_state - 0x08002468 0xac modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x08002468 boot_read_swap_state - .text.boot_swap_type_multi - 0x08002514 0xec modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x08002514 boot_swap_type_multi - .text.z_fatal_error - 0x08002600 0x30 zephyr/kernel/libkernel.a(fatal.c.obj) - 0x08002600 z_fatal_error - .text.z_sys_init_run_level - 0x08002630 0x30 zephyr/kernel/libkernel.a(init.c.obj) - .text.bg_thread_main - 0x08002660 0xbc zephyr/kernel/libkernel.a(init.c.obj) - .text.z_init_cpu - 0x0800271c 0x70 zephyr/kernel/libkernel.a(init.c.obj) - 0x0800271c z_init_cpu - .text.z_cstart - 0x0800278c 0xcc zephyr/kernel/libkernel.a(init.c.obj) - 0x0800278c z_cstart - .text.z_impl_k_sem_give - 0x08002858 0x68 zephyr/kernel/libkernel.a(sem.c.obj) - 0x08002858 z_impl_k_sem_give - .text.z_impl_k_sem_take - 0x080028c0 0x4c zephyr/kernel/libkernel.a(sem.c.obj) - 0x080028c0 z_impl_k_sem_take - .text.z_setup_new_thread - 0x0800290c 0x98 zephyr/kernel/libkernel.a(thread.c.obj) - 0x0800290c z_setup_new_thread - .text.z_dummy_thread_init - 0x080029a4 0x18 zephyr/kernel/libkernel.a(thread.c.obj) - 0x080029a4 z_dummy_thread_init - .text.z_impl_k_wakeup - 0x080029bc 0x48 zephyr/kernel/libkernel.a(thread.c.obj) - 0x080029bc z_impl_k_wakeup - .text.z_swap_irqlock - 0x08002a04 0x30 zephyr/kernel/libkernel.a(sched.c.obj) - .text.unready_thread - 0x08002a34 0x54 zephyr/kernel/libkernel.a(sched.c.obj) - .text.ready_thread - 0x08002a88 0x80 zephyr/kernel/libkernel.a(sched.c.obj) - .text.reschedule.isra.0 - 0x08002b08 0x28 zephyr/kernel/libkernel.a(sched.c.obj) - .text.move_current_to_end_of_prio_q - 0x08002b30 0x6c zephyr/kernel/libkernel.a(sched.c.obj) - 0x08002b30 move_current_to_end_of_prio_q - .text.z_thread_halt - 0x08002b9c 0x12c zephyr/kernel/libkernel.a(sched.c.obj) - 0x08002b9c z_thread_halt - .text.z_sched_lock_reschedule - 0x08002cc8 0x44 zephyr/kernel/libkernel.a(sched.c.obj) - 0x08002cc8 z_sched_lock_reschedule - .text.z_pend_curr - 0x08002d0c 0x58 zephyr/kernel/libkernel.a(sched.c.obj) - 0x08002d0c z_pend_curr - .text.z_sched_init - 0x08002d64 0x10 zephyr/kernel/libkernel.a(scheduler.c.obj) - 0x08002d64 z_sched_init - .text.k_sched_lock - 0x08002d74 0x28 zephyr/kernel/libkernel.a(scheduler.c.obj) - 0x08002d74 k_sched_lock - .text.k_sched_unlock - 0x08002d9c 0x20 zephyr/kernel/libkernel.a(scheduler.c.obj) - 0x08002d9c k_sched_unlock - .text.z_impl_k_sched_current_thread_query - 0x08002dbc 0xc zephyr/kernel/libkernel.a(scheduler.c.obj) - 0x08002dbc z_impl_k_sched_current_thread_query - .text.z_time_slice_size - 0x08002dc8 0x40 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .text.slice_timeout - 0x08002e08 0x20 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .text.z_time_slice_reset - 0x08002e28 0x44 zephyr/kernel/libkernel.a(timeslicing.c.obj) - 0x08002e28 z_time_slice_reset - .text.z_time_slice - 0x08002e6c 0x5c zephyr/kernel/libkernel.a(timeslicing.c.obj) - 0x08002e6c z_time_slice - .text.first 0x08002ec8 0x10 zephyr/kernel/libkernel.a(timeout.c.obj) - .text.elapsed 0x08002ed8 0x14 zephyr/kernel/libkernel.a(timeout.c.obj) - .text.z_add_timeout - 0x08002eec 0x130 zephyr/kernel/libkernel.a(timeout.c.obj) - 0x08002eec z_add_timeout - .text.z_abort_timeout - 0x0800301c 0x90 zephyr/kernel/libkernel.a(timeout.c.obj) - 0x0800301c z_abort_timeout - .text.sys_clock_announce_locked - 0x080030ac 0xcc zephyr/kernel/libkernel.a(timeout.c.obj) - 0x080030ac sys_clock_announce_locked - .text.sys_clock_tick_get - 0x08003178 0x30 zephyr/kernel/libkernel.a(timeout.c.obj) - 0x08003178 sys_clock_tick_get - .text.__m_vfprintf - 0x080031a8 0x270 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmprintf.c.o) - 0x080031a8 __m_vfprintf - .text._OffsetAbsSyms - 0x08003418 0x2 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - 0x08003418 _OffsetAbsSyms - .text.flash_area_get_device_id - 0x0800341a 0xa app/libapp.a(flash_map_extended.c.obj) - 0x0800341a flash_area_get_device_id - .text.flash_area_get_sector - 0x08003424 0x36 app/libapp.a(flash_map_extended.c.obj) - 0x08003424 flash_area_get_sector - .text.os_heap_init - 0x0800345a 0x2 app/libapp.a(os.c.obj) - 0x0800345a os_heap_init - .text.mcuboot_watchdog_setup - 0x0800345c 0x2 app/libapp.a(watchdog.c.obj) - 0x0800345c mcuboot_watchdog_setup - .text.mcuboot_watchdog_feed - 0x0800345e 0x2 app/libapp.a(watchdog.c.obj) - 0x0800345e mcuboot_watchdog_feed - .text.arch_printk_char_out - 0x08003460 0x4 zephyr/libzephyr.a(printk.c.obj) - 0x08003460 arch_printk_char_out - .text.printk 0x08003464 0x1a zephyr/libzephyr.a(printk.c.obj) - 0x08003464 printk - .text._ConfigAbsSyms - 0x0800347e 0x2 zephyr/libzephyr.a(configs.c.obj) - 0x0800347e _ConfigAbsSyms - .text.z_log_minimal_printk - 0x08003480 0x1a zephyr/libzephyr.a(log_minimal.c.obj) - 0x08003480 z_log_minimal_printk - .text.is_in_flash_area_bounds - 0x0800349a 0x1a zephyr/libzephyr.a(flash_map.c.obj) - .text.flash_area_close - 0x080034b4 0x2 zephyr/libzephyr.a(flash_map.c.obj) - 0x080034b4 flash_area_close - .text.flash_area_read - 0x080034b6 0x2a zephyr/libzephyr.a(flash_map.c.obj) - 0x080034b6 flash_area_read - .text.flash_area_write - 0x080034e0 0x2a zephyr/libzephyr.a(flash_map.c.obj) - 0x080034e0 flash_area_write - .text.flash_area_erase - 0x0800350a 0x2a zephyr/libzephyr.a(flash_map.c.obj) - 0x0800350a flash_area_erase - .text.flash_area_align - 0x08003534 0xe zephyr/libzephyr.a(flash_map.c.obj) - 0x08003534 flash_area_align - .text.flash_area_get_device - 0x08003542 0x4 zephyr/libzephyr.a(flash_map.c.obj) - 0x08003542 flash_area_get_device - .text.flash_area_erased_val - 0x08003546 0xe zephyr/libzephyr.a(flash_map.c.obj) - 0x08003546 flash_area_erased_val - .text.get_sectors_cb - 0x08003554 0x44 zephyr/libzephyr.a(flash_map_layout.c.obj) - .text.flash_area_get_sectors - 0x08003598 0x32 zephyr/libzephyr.a(flash_map_layout.c.obj) - 0x08003598 flash_area_get_sectors - .text.bootutil_img_hash - 0x080035ca 0x6e zephyr/libzephyr.a(bootutil_img_hash.c.obj) - 0x080035ca bootutil_img_hash - .text.bootutil_tlv_iter_begin - 0x08003638 0x9c zephyr/libzephyr.a(tlv.c.obj) - 0x08003638 bootutil_tlv_iter_begin - .text.bootutil_tlv_iter_next - 0x080036d4 0x96 zephyr/libzephyr.a(tlv.c.obj) - 0x080036d4 bootutil_tlv_iter_next - .text.bootutil_tlv_iter_is_prot - 0x0800376a 0x1c zephyr/libzephyr.a(tlv.c.obj) - 0x0800376a bootutil_tlv_iter_is_prot - .text.boot_fih_memequal - 0x08003786 0x4 zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x08003786 boot_fih_memequal - .text.boot_status_off - 0x0800378a 0x1a zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x0800378a boot_status_off - .text.boot_read_swap_size - 0x080037a4 0x1c zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x080037a4 boot_read_swap_size - .text.boot_write_swap_size - 0x080037c0 0x1e zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x080037c0 boot_write_swap_size - .text.bootutil_max_image_size - 0x080037de 0x4 zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x080037de bootutil_max_image_size - .text.boot_read_image_size - 0x080037e2 0x8a zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x080037e2 boot_read_image_size - .text.boot_initialize_area - 0x0800386c 0x34 zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x0800386c boot_initialize_area - .text.boot_state_clear - 0x080038a0 0x2 zephyr/libzephyr.a(bootutil_misc.c.obj) - 0x080038a0 boot_state_clear - .text.boot_trailer_sz - 0x080038a2 0x8 zephyr/libzephyr.a(bootutil_area.c.obj) - 0x080038a2 boot_trailer_sz - .text.boot_trailer_scramble_offset - 0x080038aa 0x36 zephyr/libzephyr.a(bootutil_area.c.obj) - 0x080038aa boot_trailer_scramble_offset - .text.boot_erase_region - 0x080038e0 0x86 zephyr/libzephyr.a(bootutil_area.c.obj) - 0x080038e0 boot_erase_region - .text.boot_scramble_region - 0x08003966 0x10 zephyr/libzephyr.a(bootutil_area.c.obj) - 0x08003966 boot_scramble_region - .text.boot_scramble_slot - 0x08003976 0xa zephyr/libzephyr.a(bootutil_area.c.obj) - 0x08003976 boot_scramble_slot - .text.boot_check_header_erased - 0x08003980 0x1a zephyr/libzephyr.a(bootutil_loader.c.obj) - 0x08003980 boot_check_header_erased - .text.boot_read_image_headers - 0x0800399a 0x30 zephyr/libzephyr.a(bootutil_loader.c.obj) - 0x0800399a boot_read_image_headers - .text.boot_add_shared_data - 0x080039ca 0x4 zephyr/libzephyr.a(bootutil_loader.c.obj) - 0x080039ca boot_add_shared_data - .text.boot_open_all_flash_areas - 0x080039ce 0x30 zephyr/libzephyr.a(bootutil_loader.c.obj) - 0x080039ce boot_open_all_flash_areas - .text.boot_close_all_flash_areas - 0x080039fe 0x1a zephyr/libzephyr.a(bootutil_loader.c.obj) - 0x080039fe boot_close_all_flash_areas - .text.boot_state_init - 0x08003a18 0x8 zephyr/libzephyr.a(bootutil_loader.c.obj) - 0x08003a18 boot_state_init - .text.boot_status_is_reset - 0x08003a20 0x1a zephyr/libzephyr.a(loader.c.obj) - 0x08003a20 boot_status_is_reset - .text.boot_write_status - 0x08003a3a 0x50 zephyr/libzephyr.a(loader.c.obj) - 0x08003a3a boot_write_status - .text.swap_scramble_trailer_sectors - 0x08003a8a 0x2a zephyr/libzephyr.a(swap_misc.c.obj) - 0x08003a8a swap_scramble_trailer_sectors - .text.swap_status_init - 0x08003ab4 0x52 zephyr/libzephyr.a(swap_misc.c.obj) - 0x08003ab4 swap_status_init - .text.swap_read_status - 0x08003b06 0x64 zephyr/libzephyr.a(swap_misc.c.obj) - 0x08003b06 swap_read_status - .text.find_last_idx - 0x08003b6a 0x14 zephyr/libzephyr.a(swap_move.c.obj) - 0x08003b6a find_last_idx - .text.boot_status_internal_off - 0x08003b7e 0x28 zephyr/libzephyr.a(swap_move.c.obj) - 0x08003b7e boot_status_internal_off - .text.app_max_size - 0x08003ba6 0x2c zephyr/libzephyr.a(swap_move.c.obj) - 0x08003ba6 app_max_size - .text.tc_sha256_update - 0x08003bd2 0x4c zephyr/libzephyr.a(sha256.c.obj) - 0x08003bd2 tc_sha256_update - .text.tc_sha256_final - 0x08003c1e 0xaa zephyr/libzephyr.a(sha256.c.obj) - 0x08003c1e tc_sha256_final - .text._set 0x08003cc8 0x4 zephyr/libzephyr.a(utils.c.obj) - 0x08003cc8 _set - .text.swap_write_block_size_check - 0x08003ccc 0x1c zephyr/libzephyr.a(flash_check.c.obj) - 0x08003ccc swap_write_block_size_check - .text.arch_early_memset - 0x08003ce8 0x4 zephyr/arch/common/libarch__common.a(init.c.obj) - 0x08003ce8 arch_early_memset - .text.arch_early_memcpy - 0x08003cec 0x4 zephyr/arch/common/libarch__common.a(init.c.obj) - 0x08003cec arch_early_memcpy - .text.z_arm_fatal_error - 0x08003cf0 0xc zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - 0x08003cf0 z_arm_fatal_error - .text.z_do_kernel_oops - 0x08003cfc 0x8 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - 0x08003cfc z_do_kernel_oops - .text.z_arm_nmi - 0x08003d04 0xe zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - 0x08003d04 z_arm_nmi - .text.z_irq_spurious - 0x08003d12 0x8 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - 0x08003d12 z_irq_spurious - .text.arch_coprocessors_disable - 0x08003d1a 0x6 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - 0x08003d1a arch_coprocessors_disable - .text.arch_irq_unlock_outlined - 0x08003d20 0xe zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - 0x08003d20 arch_irq_unlock_outlined - .text.arch_cpu_idle - 0x08003d2e 0x1a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - 0x08003d2e arch_cpu_idle - .text.size_to_mpu_rasr_size - 0x08003d48 0x20 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .text.__assert_no_args - 0x08003d68 0x6 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - 0x08003d68 __assert_no_args - .text.stm32_exti_gpio_intc_init - 0x08003d6e 0x92 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .text.stm32_clock_control_on - 0x08003e00 0x44 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .text.stm32_clock_control_off - 0x08003e44 0x2c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .text.enabled_clock - 0x08003e70 0x1e zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - 0x08003e70 enabled_clock - .text.stm32_clock_control_configure - 0x08003e8e 0x46 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .text.stm32_clock_control_get_status - 0x08003ed4 0x38 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .text.config_regulator_voltage - 0x08003f0c 0x2 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - 0x08003f0c config_regulator_voltage - .text.flash_get_page_info - 0x08003f0e 0x62 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .text.z_impl_flash_get_page_info_by_offs - 0x08003f70 0x8 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - 0x08003f70 z_impl_flash_get_page_info_by_offs - .text.flash_page_foreach - 0x08003f78 0x58 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - 0x08003f78 flash_page_foreach - .text._flash_stm32_sem_take.isra.0 - 0x08003fd0 0xe zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text.flash_stm32_read - 0x08003fde 0x2a zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text.flash_stm32_check_configuration - 0x08004008 0x4 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - 0x08004008 flash_stm32_check_configuration - .text.flash_stm32_wait_flash_idle - 0x0800400c 0x58 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - 0x0800400c flash_stm32_wait_flash_idle - .text.flash_stm32_erase - 0x08004064 0x82 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text.flash_stm32_write - 0x080040e6 0x5c zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .text.flash_stm32_valid_range - 0x08004142 0x38 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - 0x08004142 flash_stm32_valid_range - .text.flash_stm32_block_erase_loop - 0x0800417a 0xb4 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - 0x0800417a flash_stm32_block_erase_loop - .text.flash_stm32_write_range - 0x0800422e 0x8e zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - 0x0800422e flash_stm32_write_range - .text.sys_clock_disable - 0x080042bc 0xe zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - 0x080042bc sys_clock_disable - .text.boot_swap_info_off - 0x080042ca 0xc modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x080042ca boot_swap_info_off - .text.boot_magic_compatible_check - 0x080042d6 0x1c modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x080042d6 boot_magic_compatible_check - .text.bootutil_buffer_is_erased - 0x080042f2 0x26 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x080042f2 bootutil_buffer_is_erased - .text.boot_read_flag - 0x08004318 0x38 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .text.boot_write_trailer - 0x08004350 0x56 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x08004350 boot_write_trailer - .text.boot_write_trailer_flag - 0x080043a6 0x14 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x080043a6 boot_write_trailer_flag - .text.boot_write_image_ok - 0x080043ba 0xe modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x080043ba boot_write_image_ok - .text.boot_read_image_ok - 0x080043c8 0xc modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x080043c8 boot_read_image_ok - .text.boot_read_swap_state_by_id - 0x080043d4 0x28 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x080043d4 boot_read_swap_state_by_id - .text.boot_write_swap_info - 0x080043fc 0x2e modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x080043fc boot_write_swap_info - .text.boot_write_copy_done - 0x0800442a 0x10 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x0800442a boot_write_copy_done - .text.do_device_init - 0x0800443a 0x30 zephyr/kernel/libkernel.a(device.c.obj) - 0x0800443a do_device_init - .text.z_impl_device_is_ready - 0x0800446a 0x16 zephyr/kernel/libkernel.a(device.c.obj) - 0x0800446a z_impl_device_is_ready - .text.arch_system_halt - 0x08004480 0x10 zephyr/kernel/libkernel.a(fatal.c.obj) - 0x08004480 arch_system_halt - .text.k_sys_fatal_error_handler - 0x08004490 0x6 zephyr/kernel/libkernel.a(fatal.c.obj) - 0x08004490 k_sys_fatal_error_handler - .text.idle 0x08004496 0x16 zephyr/kernel/libkernel.a(idle.c.obj) - 0x08004496 idle - .text.z_impl_k_sem_init - 0x080044ac 0x18 zephyr/kernel/libkernel.a(sem.c.obj) - 0x080044ac z_impl_k_sem_init - .text.z_thread_abort - 0x080044c4 0x3e zephyr/kernel/libkernel.a(thread.c.obj) - 0x080044c4 z_thread_abort - .text.sys_dlist_remove - 0x08004502 0x10 zephyr/kernel/libkernel.a(sched.c.obj) - .text.unpend_thread_no_timeout - 0x08004512 0x14 zephyr/kernel/libkernel.a(sched.c.obj) - .text.add_to_waitq_locked - 0x08004526 0x4c zephyr/kernel/libkernel.a(sched.c.obj) - .text.z_ready_thread - 0x08004572 0x1e zephyr/kernel/libkernel.a(sched.c.obj) - 0x08004572 z_ready_thread - .text.z_sched_ready_locked - 0x08004590 0x4 zephyr/kernel/libkernel.a(sched.c.obj) - 0x08004590 z_sched_ready_locked - .text.z_sched_wake_thread_locked - 0x08004594 0x28 zephyr/kernel/libkernel.a(sched.c.obj) - 0x08004594 z_sched_wake_thread_locked - .text.z_thread_timeout - 0x080045bc 0x30 zephyr/kernel/libkernel.a(sched.c.obj) - 0x080045bc z_thread_timeout - .text.z_reschedule - 0x080045ec 0x6 zephyr/kernel/libkernel.a(sched.c.obj) - 0x080045ec z_reschedule - .text.next_timeout - 0x080045f2 0x2e zephyr/kernel/libkernel.a(timeout.c.obj) - .text.sys_timepoint_calc - 0x08004620 0x4a zephyr/kernel/libkernel.a(timeout.c.obj) - 0x08004620 sys_timepoint_calc - .text.sys_timepoint_timeout - 0x0800466a 0x42 zephyr/kernel/libkernel.a(timeout.c.obj) - 0x0800466a sys_timepoint_timeout - .text.memcpy 0x080046ac 0x1c /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memcpy.c.o) - 0x080046ac memcpy - 0x080046ac __aeabi_memcpy - 0x080046ac __aeabi_memcpy4 - 0x080046ac __aeabi_memcpy8 - .text.memset 0x080046c8 0x10 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memset.c.o) - 0x080046c8 memset - .text.memcmp 0x080046d8 0x20 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_memcmp.c.o) - 0x080046d8 memcmp - .text.__ultoa_invert - 0x080046f8 0x34 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmprintf.c.o) - *(SORT_BY_ALIGNMENT(.gnu.linkonce.t.*)) - *(SORT_BY_ALIGNMENT(.glue_7t)) - .glue_7t 0x0800472c 0x0 linker stubs - *(SORT_BY_ALIGNMENT(.glue_7)) - .glue_7 0x0800472c 0x0 linker stubs - *(SORT_BY_ALIGNMENT(.vfp11_veneer)) - .vfp11_veneer 0x0800472c 0x0 linker stubs - *(SORT_BY_ALIGNMENT(.v4_bx)) - .v4_bx 0x0800472c 0x0 linker stubs - 0x0800472c . = ALIGN (0x4) - 0x0800472c __text_region_end = . - -.ARM.exidx 0x0800472c 0x0 - 0x0800472c __exidx_start = . - *(SORT_BY_ALIGNMENT(.ARM.exidx*) SORT_BY_ALIGNMENT(gnu.linkonce.armexidx.*)) - 0x0800472c __exidx_end = . - 0x0800472c __rodata_region_start = . - -initlevel 0x0800472c 0x38 - 0x0800472c __init_start = . - 0x0800472c __init_EARLY_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_EARLY_P_?_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_EARLY_P_??_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_EARLY_P_???_*))) - 0x0800472c __init_PRE_KERNEL_1_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_1_P_?_*))) - .z_init_PRE_KERNEL_1_P_1_SUB_00009_ - 0x0800472c 0x8 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .z_init_PRE_KERNEL_1_P_1_SUB_0_ - 0x08004734 0x8 zephyr/libzephyr.a(soc_config.c.obj) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_1_P_??_*))) - .z_init_PRE_KERNEL_1_P_40_SUB_00062_ - 0x0800473c 0x8 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .z_init_PRE_KERNEL_1_P_40_SUB_0_ - 0x08004744 0x8 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_1_P_???_*))) - 0x0800474c __init_PRE_KERNEL_2_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_2_P_?_*))) - .z_init_PRE_KERNEL_2_P_0_SUB_0_ - 0x0800474c 0x8 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_2_P_??_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_PRE_KERNEL_2_P_???_*))) - 0x08004754 __init_POST_KERNEL_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_POST_KERNEL_P_?_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_POST_KERNEL_P_??_*))) - .z_init_POST_KERNEL_P_50_SUB_00011_ - 0x08004754 0x8 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_POST_KERNEL_P_???_*))) - 0x0800475c __init_APPLICATION_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_APPLICATION_P_?_*))) - .z_init_APPLICATION_P_0_SUB_0_ - 0x0800475c 0x8 zephyr/libzephyr.a(boot_banner.c.obj) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_APPLICATION_P_??_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_APPLICATION_P_???_*))) - 0x08004764 __init_SMP_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_SMP_P_?_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_SMP_P_??_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_SMP_P_???_*))) - 0x08004764 __init_end = . - -device_area 0x08004764 0x54 - 0x08004764 _device_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._device.static.*_?_*))) - ._device.static.1_1_ - 0x08004764 0x1c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - 0x08004764 __device_dts_ord_9 - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._device.static.*_??_*))) - ._device.static.1_40_ - 0x08004780 0x1c zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - 0x08004780 __device_dts_ord_62 - ._device.static.3_50_ - 0x0800479c 0x1c zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - 0x0800479c __device_dts_ord_11 - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._device.static.*_???_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._device.static.*_????_*))) - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._device.static.*_?????_*))) - 0x080047b8 _device_list_end = . - -sw_isr_table 0x080047b8 0x2e0 - 0x080047b8 . = ALIGN (0x4) - *(SORT_BY_ALIGNMENT(.gnu.linkonce.sw_isr_table*)) - .gnu.linkonce.sw_isr_table - 0x080047b8 0x2e0 zephyr/arch/common/libisr_tables.a(isr_tables.c.obj) - 0x080047b8 _sw_isr_table - -initlevel_error - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.z_init_*))) - 0x00000001 ASSERT ((SIZEOF (initlevel_error) == 0x0), Undefined initialization levels used.) - -app_shmem_regions - 0x08004a98 0x0 - 0x08004a98 __app_shmem_regions_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.app_regions.*))) - 0x08004a98 __app_shmem_regions_end = . - -k_p4wq_initparam_area - 0x08004a98 0x0 - 0x08004a98 _k_p4wq_initparam_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_p4wq_initparam.static.*))) - 0x08004a98 _k_p4wq_initparam_list_end = . - -_static_thread_data_area - 0x08004a98 0x0 - 0x08004a98 __static_thread_data_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.__static_thread_data.static.*))) - 0x08004a98 __static_thread_data_list_end = . - -device_deps 0x08004a98 0x0 - 0x08004a98 __device_deps_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.__device_deps_pass2*))) - 0x08004a98 __device_deps_end = . - -device_api_area - 0x08004a98 0x34 - 0x08004a98 _flash_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._flash_driver_api.static.*))) - ._flash_driver_api.static.flash_stm32_api_ - 0x08004a98 0x18 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - 0x08004ab0 _flash_driver_api_list_end = . - 0x08004ab0 _flash_driver_api_ext_end = . - 0x08004ab0 _shared_irq_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shared_irq_driver_api.static.*))) - 0x08004ab0 _shared_irq_driver_api_list_end = . - 0x08004ab0 _shared_irq_driver_api_ext_end = . - 0x08004ab0 _dmic_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._dmic_driver_api.static.*))) - 0x08004ab0 _dmic_driver_api_list_end = . - 0x08004ab0 _dmic_driver_api_ext_end = . - 0x08004ab0 _crypto_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._crypto_driver_api.static.*))) - 0x08004ab0 _crypto_driver_api_list_end = . - 0x08004ab0 _crypto_driver_api_ext_end = . - 0x08004ab0 _adc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._adc_driver_api.static.*))) - 0x08004ab0 _adc_driver_api_list_end = . - 0x08004ab0 _adc_driver_api_ext_end = . - 0x08004ab0 _auxdisplay_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._auxdisplay_driver_api.static.*))) - 0x08004ab0 _auxdisplay_driver_api_list_end = . - 0x08004ab0 _auxdisplay_driver_api_ext_end = . - 0x08004ab0 _bbram_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bbram_driver_api.static.*))) - 0x08004ab0 _bbram_driver_api_list_end = . - 0x08004ab0 _bbram_driver_api_ext_end = . - 0x08004ab0 _biometric_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._biometric_driver_api.static.*))) - 0x08004ab0 _biometric_driver_api_list_end = . - 0x08004ab0 _biometric_driver_api_ext_end = . - 0x08004ab0 _bt_hci_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bt_hci_driver_api.static.*))) - 0x08004ab0 _bt_hci_driver_api_list_end = . - 0x08004ab0 _bt_hci_driver_api_ext_end = . - 0x08004ab0 _can_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._can_driver_api.static.*))) - 0x08004ab0 _can_driver_api_list_end = . - 0x08004ab0 _can_driver_api_ext_end = . - 0x08004ab0 _cellular_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._cellular_driver_api.static.*))) - 0x08004ab0 _cellular_driver_api_list_end = . - 0x08004ab0 _cellular_driver_api_ext_end = . - 0x08004ab0 _charger_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._charger_driver_api.static.*))) - 0x08004ab0 _charger_driver_api_list_end = . - 0x08004ab0 _charger_driver_api_ext_end = . - 0x08004ab0 _clock_control_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._clock_control_driver_api.static.*))) - ._clock_control_driver_api.static.stm32_clock_control_api_ - 0x08004ab0 0x1c zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - 0x08004acc _clock_control_driver_api_list_end = . - 0x08004acc _nrf_clock_control_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._nrf_clock_control_driver_api.static.*))) - 0x08004acc _nrf_clock_control_driver_api_list_end = . - 0x08004acc _nrf_clock_control_driver_api_ext_end = . - 0x08004acc _clock_control_driver_api_ext_end = . - 0x08004acc _comparator_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._comparator_driver_api.static.*))) - 0x08004acc _comparator_driver_api_list_end = . - 0x08004acc _comparator_driver_api_ext_end = . - 0x08004acc _coredump_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._coredump_driver_api.static.*))) - 0x08004acc _coredump_driver_api_list_end = . - 0x08004acc _coredump_driver_api_ext_end = . - 0x08004acc _counter_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._counter_driver_api.static.*))) - 0x08004acc _counter_driver_api_list_end = . - 0x08004acc _counter_driver_api_ext_end = . - 0x08004acc _crc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._crc_driver_api.static.*))) - 0x08004acc _crc_driver_api_list_end = . - 0x08004acc _crc_driver_api_ext_end = . - 0x08004acc _dac_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._dac_driver_api.static.*))) - 0x08004acc _dac_driver_api_list_end = . - 0x08004acc _dac_driver_api_ext_end = . - 0x08004acc _dai_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._dai_driver_api.static.*))) - 0x08004acc _dai_driver_api_list_end = . - 0x08004acc _dai_driver_api_ext_end = . - 0x08004acc _display_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._display_driver_api.static.*))) - 0x08004acc _display_driver_api_list_end = . - 0x08004acc _display_driver_api_ext_end = . - 0x08004acc _dma_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._dma_driver_api.static.*))) - 0x08004acc _dma_driver_api_list_end = . - 0x08004acc _dma_driver_api_ext_end = . - 0x08004acc _edac_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._edac_driver_api.static.*))) - 0x08004acc _edac_driver_api_list_end = . - 0x08004acc _edac_driver_api_ext_end = . - 0x08004acc _eeprom_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._eeprom_driver_api.static.*))) - 0x08004acc _eeprom_driver_api_list_end = . - 0x08004acc _eeprom_driver_api_ext_end = . - 0x08004acc _emul_bbram_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._emul_bbram_driver_api.static.*))) - 0x08004acc _emul_bbram_driver_api_list_end = . - 0x08004acc _emul_bbram_driver_api_ext_end = . - 0x08004acc _fuel_gauge_emul_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._fuel_gauge_emul_driver_api.static.*))) - 0x08004acc _fuel_gauge_emul_driver_api_list_end = . - 0x08004acc _fuel_gauge_emul_driver_api_ext_end = . - 0x08004acc _emul_sensor_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._emul_sensor_driver_api.static.*))) - 0x08004acc _emul_sensor_driver_api_list_end = . - 0x08004acc _emul_sensor_driver_api_ext_end = . - 0x08004acc _entropy_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._entropy_driver_api.static.*))) - 0x08004acc _entropy_driver_api_list_end = . - 0x08004acc _entropy_driver_api_ext_end = . - 0x08004acc _espi_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._espi_driver_api.static.*))) - 0x08004acc _espi_driver_api_list_end = . - 0x08004acc _espi_driver_api_ext_end = . - 0x08004acc _espi_saf_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._espi_saf_driver_api.static.*))) - 0x08004acc _espi_saf_driver_api_list_end = . - 0x08004acc _espi_saf_driver_api_ext_end = . - 0x08004acc _fpga_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._fpga_driver_api.static.*))) - 0x08004acc _fpga_driver_api_list_end = . - 0x08004acc _fpga_driver_api_ext_end = . - 0x08004acc _fuel_gauge_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._fuel_gauge_driver_api.static.*))) - 0x08004acc _fuel_gauge_driver_api_list_end = . - 0x08004acc _fuel_gauge_driver_api_ext_end = . - 0x08004acc _gnss_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._gnss_driver_api.static.*))) - 0x08004acc _gnss_driver_api_list_end = . - 0x08004acc _gnss_driver_api_ext_end = . - 0x08004acc _gpio_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._gpio_driver_api.static.*))) - 0x08004acc _gpio_driver_api_list_end = . - 0x08004acc _gpio_driver_api_ext_end = . - 0x08004acc _haptics_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._haptics_driver_api.static.*))) - 0x08004acc _haptics_driver_api_list_end = . - 0x08004acc _haptics_driver_api_ext_end = . - 0x08004acc _hwspinlock_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._hwspinlock_driver_api.static.*))) - 0x08004acc _hwspinlock_driver_api_list_end = . - 0x08004acc _hwspinlock_driver_api_ext_end = . - 0x08004acc _i2c_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._i2c_driver_api.static.*))) - 0x08004acc _i2c_driver_api_list_end = . - 0x08004acc _i3c_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._i3c_driver_api.static.*))) - 0x08004acc _i3c_driver_api_list_end = . - 0x08004acc _i3c_driver_api_ext_end = . - 0x08004acc _i2c_driver_api_ext_end = . - 0x08004acc _i2c_target_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._i2c_target_driver_api.static.*))) - 0x08004acc _i2c_target_driver_api_list_end = . - 0x08004acc _i2c_target_driver_api_ext_end = . - 0x08004acc _i2s_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._i2s_driver_api.static.*))) - 0x08004acc _i2s_driver_api_list_end = . - 0x08004acc _i2s_driver_api_ext_end = . - 0x08004acc _ipm_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ipm_driver_api.static.*))) - 0x08004acc _ipm_driver_api_list_end = . - 0x08004acc _ipm_driver_api_ext_end = . - 0x08004acc _led_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._led_driver_api.static.*))) - 0x08004acc _led_driver_api_list_end = . - 0x08004acc _led_driver_api_ext_end = . - 0x08004acc _led_strip_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._led_strip_driver_api.static.*))) - 0x08004acc _led_strip_driver_api_list_end = . - 0x08004acc _led_strip_driver_api_ext_end = . - 0x08004acc _lora_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._lora_driver_api.static.*))) - 0x08004acc _lora_driver_api_list_end = . - 0x08004acc _lora_driver_api_ext_end = . - 0x08004acc _mbox_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._mbox_driver_api.static.*))) - 0x08004acc _mbox_driver_api_list_end = . - 0x08004acc _mbox_driver_api_ext_end = . - 0x08004acc _mdio_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._mdio_driver_api.static.*))) - 0x08004acc _mdio_driver_api_list_end = . - 0x08004acc _mdio_driver_api_ext_end = . - 0x08004acc _mipi_dbi_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._mipi_dbi_driver_api.static.*))) - 0x08004acc _mipi_dbi_driver_api_list_end = . - 0x08004acc _mipi_dbi_driver_api_ext_end = . - 0x08004acc _mipi_dsi_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._mipi_dsi_driver_api.static.*))) - 0x08004acc _mipi_dsi_driver_api_list_end = . - 0x08004acc _mipi_dsi_driver_api_ext_end = . - 0x08004acc _mspi_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._mspi_driver_api.static.*))) - 0x08004acc _mspi_driver_api_list_end = . - 0x08004acc _mspi_driver_api_ext_end = . - 0x08004acc _opamp_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._opamp_driver_api.static.*))) - 0x08004acc _opamp_driver_api_list_end = . - 0x08004acc _opamp_driver_api_ext_end = . - 0x08004acc _otp_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._otp_driver_api.static.*))) - 0x08004acc _otp_driver_api_list_end = . - 0x08004acc _otp_driver_api_ext_end = . - 0x08004acc _peci_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._peci_driver_api.static.*))) - 0x08004acc _peci_driver_api_list_end = . - 0x08004acc _peci_driver_api_ext_end = . - 0x08004acc _ps2_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ps2_driver_api.static.*))) - 0x08004acc _ps2_driver_api_list_end = . - 0x08004acc _ps2_driver_api_ext_end = . - 0x08004acc _ptp_clock_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ptp_clock_driver_api.static.*))) - 0x08004acc _ptp_clock_driver_api_list_end = . - 0x08004acc _ptp_clock_driver_api_ext_end = . - 0x08004acc _pwm_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._pwm_driver_api.static.*))) - 0x08004acc _pwm_driver_api_list_end = . - 0x08004acc _pwm_driver_api_ext_end = . - 0x08004acc _regulator_parent_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._regulator_parent_driver_api.static.*))) - 0x08004acc _regulator_parent_driver_api_list_end = . - 0x08004acc _regulator_parent_driver_api_ext_end = . - 0x08004acc _regulator_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._regulator_driver_api.static.*))) - 0x08004acc _regulator_driver_api_list_end = . - 0x08004acc _regulator_driver_api_ext_end = . - 0x08004acc _reset_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._reset_driver_api.static.*))) - 0x08004acc _reset_driver_api_list_end = . - 0x08004acc _reset_driver_api_ext_end = . - 0x08004acc _retained_mem_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._retained_mem_driver_api.static.*))) - 0x08004acc _retained_mem_driver_api_list_end = . - 0x08004acc _retained_mem_driver_api_ext_end = . - 0x08004acc _rtc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._rtc_driver_api.static.*))) - 0x08004acc _rtc_driver_api_list_end = . - 0x08004acc _rtc_driver_api_ext_end = . - 0x08004acc _sdhc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._sdhc_driver_api.static.*))) - 0x08004acc _sdhc_driver_api_list_end = . - 0x08004acc _sdhc_driver_api_ext_end = . - 0x08004acc _sensor_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._sensor_driver_api.static.*))) - 0x08004acc _sensor_driver_api_list_end = . - 0x08004acc _sensor_driver_api_ext_end = . - 0x08004acc _smbus_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._smbus_driver_api.static.*))) - 0x08004acc _smbus_driver_api_list_end = . - 0x08004acc _smbus_driver_api_ext_end = . - 0x08004acc _spi_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._spi_driver_api.static.*))) - 0x08004acc _spi_driver_api_list_end = . - 0x08004acc _spi_driver_api_ext_end = . - 0x08004acc _syscon_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._syscon_driver_api.static.*))) - 0x08004acc _syscon_driver_api_list_end = . - 0x08004acc _syscon_driver_api_ext_end = . - 0x08004acc _tee_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._tee_driver_api.static.*))) - 0x08004acc _tee_driver_api_list_end = . - 0x08004acc _tee_driver_api_ext_end = . - 0x08004acc _tgpio_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._tgpio_driver_api.static.*))) - 0x08004acc _tgpio_driver_api_list_end = . - 0x08004acc _tgpio_driver_api_ext_end = . - 0x08004acc _uaol_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._uaol_driver_api.static.*))) - 0x08004acc _uaol_driver_api_list_end = . - 0x08004acc _uaol_driver_api_ext_end = . - 0x08004acc _video_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._video_driver_api.static.*))) - 0x08004acc _video_driver_api_list_end = . - 0x08004acc _video_driver_api_ext_end = . - 0x08004acc _virtio_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._virtio_driver_api.static.*))) - 0x08004acc _virtio_driver_api_list_end = . - 0x08004acc _virtio_driver_api_ext_end = . - 0x08004acc _w1_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._w1_driver_api.static.*))) - 0x08004acc _w1_driver_api_list_end = . - 0x08004acc _w1_driver_api_ext_end = . - 0x08004acc _wdt_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._wdt_driver_api.static.*))) - 0x08004acc _wdt_driver_api_list_end = . - 0x08004acc _wdt_driver_api_ext_end = . - 0x08004acc _wuc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._wuc_driver_api.static.*))) - 0x08004acc _wuc_driver_api_list_end = . - 0x08004acc _wuc_driver_api_ext_end = . - 0x08004acc _can_transceiver_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._can_transceiver_driver_api.static.*))) - 0x08004acc _can_transceiver_driver_api_list_end = . - 0x08004acc _can_transceiver_driver_api_ext_end = . - 0x08004acc _i3c_target_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._i3c_target_driver_api.static.*))) - 0x08004acc _i3c_target_driver_api_list_end = . - 0x08004acc _i3c_target_driver_api_ext_end = . - 0x08004acc _its_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._its_driver_api.static.*))) - 0x08004acc _its_driver_api_list_end = . - 0x08004acc _its_driver_api_ext_end = . - 0x08004acc _vtd_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._vtd_driver_api.static.*))) - 0x08004acc _vtd_driver_api_list_end = . - 0x08004acc _vtd_driver_api_ext_end = . - 0x08004acc _renesas_elc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._renesas_elc_driver_api.static.*))) - 0x08004acc _renesas_elc_driver_api_list_end = . - 0x08004acc _renesas_elc_driver_api_ext_end = . - 0x08004acc _pcie_ctrl_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._pcie_ctrl_driver_api.static.*))) - 0x08004acc _pcie_ctrl_driver_api_list_end = . - 0x08004acc _pcie_ctrl_driver_api_ext_end = . - 0x08004acc _pcie_ep_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._pcie_ep_driver_api.static.*))) - 0x08004acc _pcie_ep_driver_api_list_end = . - 0x08004acc _pcie_ep_driver_api_ext_end = . - 0x08004acc _psi5_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._psi5_driver_api.static.*))) - 0x08004acc _psi5_driver_api_list_end = . - 0x08004acc _psi5_driver_api_ext_end = . - 0x08004acc _sent_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._sent_driver_api.static.*))) - 0x08004acc _sent_driver_api_list_end = . - 0x08004acc _sent_driver_api_ext_end = . - 0x08004acc _svc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._svc_driver_api.static.*))) - 0x08004acc _svc_driver_api_list_end = . - 0x08004acc _svc_driver_api_ext_end = . - 0x08004acc _stepper_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._stepper_driver_api.static.*))) - 0x08004acc _stepper_driver_api_list_end = . - 0x08004acc _stepper_driver_api_ext_end = . - 0x08004acc _stepper_ctrl_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._stepper_ctrl_driver_api.static.*))) - 0x08004acc _stepper_ctrl_driver_api_list_end = . - 0x08004acc _stepper_ctrl_driver_api_ext_end = . - 0x08004acc _uart_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._uart_driver_api.static.*))) - 0x08004acc _uart_driver_api_list_end = . - 0x08004acc _uart_driver_api_ext_end = . - 0x08004acc _bc12_emul_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bc12_emul_driver_api.static.*))) - 0x08004acc _bc12_emul_driver_api_list_end = . - 0x08004acc _bc12_emul_driver_api_ext_end = . - 0x08004acc _bc12_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bc12_driver_api.static.*))) - 0x08004acc _bc12_driver_api_list_end = . - 0x08004acc _bc12_driver_api_ext_end = . - 0x08004acc _usbc_ppc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._usbc_ppc_driver_api.static.*))) - 0x08004acc _usbc_ppc_driver_api_list_end = . - 0x08004acc _usbc_ppc_driver_api_ext_end = . - 0x08004acc _tcpc_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._tcpc_driver_api.static.*))) - 0x08004acc _tcpc_driver_api_list_end = . - 0x08004acc _tcpc_driver_api_ext_end = . - 0x08004acc _usbc_vbus_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._usbc_vbus_driver_api.static.*))) - 0x08004acc _usbc_vbus_driver_api_list_end = . - 0x08004acc _usbc_vbus_driver_api_ext_end = . - 0x08004acc _ivshmem_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ivshmem_driver_api.static.*))) - 0x08004acc _ivshmem_driver_api_list_end = . - 0x08004acc _ivshmem_driver_api_ext_end = . - 0x08004acc _ethphy_driver_api_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ethphy_driver_api.static.*))) - 0x08004acc _ethphy_driver_api_list_end = . - 0x08004acc _ethphy_driver_api_ext_end = . - -ztest 0x08004acc 0x0 - 0x08004acc _ztest_expected_result_entry_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ztest_expected_result_entry.static.*))) - 0x08004acc _ztest_expected_result_entry_list_end = . - 0x08004acc _ztest_suite_node_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ztest_suite_node.static.*))) - 0x08004acc _ztest_suite_node_list_end = . - 0x08004acc _ztest_unit_test_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ztest_unit_test.static.*))) - 0x08004acc _ztest_unit_test_list_end = . - 0x08004acc _ztest_test_rule_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._ztest_test_rule.static.*))) - 0x08004acc _ztest_test_rule_list_end = . - -init_array 0x08004acc 0x0 - 0x08004acc __zephyr_init_array_start = . - *(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)) - *(SORT_BY_ALIGNMENT(.init_array) SORT_BY_ALIGNMENT(.ctors)) - 0x08004acc __zephyr_init_array_end = . - 0x00000001 ASSERT ((__zephyr_init_array_start == __zephyr_init_array_end), GNU-style constructors required but STATIC_INIT_GNU not enabled) - -bt_l2cap_fixed_chan_area - 0x08004acc 0x0 - 0x08004acc _bt_l2cap_fixed_chan_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bt_l2cap_fixed_chan.static.*))) - 0x08004acc _bt_l2cap_fixed_chan_list_end = . - -bt_gatt_service_static_area - 0x08004acc 0x0 - 0x08004acc _bt_gatt_service_static_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._bt_gatt_service_static.static.*))) - 0x08004acc _bt_gatt_service_static_list_end = . - -log_strings_area - 0x08004acc 0x0 - 0x08004acc _log_strings_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_strings.static.*))) - 0x08004acc _log_strings_list_end = . - -log_stmesp_ptr_area - 0x08004acc 0x0 - 0x08004acc _log_stmesp_ptr_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_stmesp_ptr.static.*))) - 0x08004acc _log_stmesp_ptr_list_end = . - -log_stmesp_str_area - 0x08004acc 0x0 - 0x08004acc _log_stmesp_str_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_stmesp_str.static.*))) - 0x08004acc _log_stmesp_str_list_end = . - -log_const_area 0x08004acc 0x8 - 0x08004acc _log_const_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_const.static.*))) - ._log_const.static.log_const_mcuboot_ - 0x08004acc 0x8 app/libapp.a(main.c.obj) - 0x08004acc log_const_mcuboot - 0x08004ad4 _log_const_list_end = . - -log_backend_area - 0x08004ad4 0x0 - 0x08004ad4 _log_backend_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_backend.static.*))) - 0x08004ad4 _log_backend_list_end = . - -log_link_area 0x08004ad4 0x0 - 0x08004ad4 _log_link_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_link.static.*))) - 0x08004ad4 _log_link_list_end = . - -tracing_backend_area - 0x08004ad4 0x0 - 0x08004ad4 _tracing_backend_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._tracing_backend.static.*))) - 0x08004ad4 _tracing_backend_list_end = . - -zephyr_dbg_info - *(SORT_BY_ALIGNMENT(.dbg_thread_info)) - -intc_table_area - 0x08004ad4 0x0 - 0x08004ad4 _intc_table_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._intc_table.static.*))) - 0x08004ad4 _intc_table_list_end = . - -symbol_to_keep 0x08004ad4 0x0 - 0x08004ad4 __symbol_to_keep_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(.symbol_to_keep*))) - 0x08004ad4 __symbol_to_keep_end = . - -shell_area 0x08004ad4 0x0 - 0x08004ad4 _shell_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell.static.*))) - 0x08004ad4 _shell_list_end = . - -shell_root_cmds_area - 0x08004ad4 0x0 - 0x08004ad4 _shell_root_cmds_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell_root_cmds.static.*))) - 0x08004ad4 _shell_root_cmds_list_end = . - -shell_subcmds_area - 0x08004ad4 0x0 - 0x08004ad4 _shell_subcmds_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell_subcmds.static.*))) - 0x08004ad4 _shell_subcmds_list_end = . - -shell_dynamic_subcmds_area - 0x08004ad4 0x0 - 0x08004ad4 _shell_dynamic_subcmds_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell_dynamic_subcmds.static.*))) - 0x08004ad4 _shell_dynamic_subcmds_list_end = . - -shell_remote_area - 0x08004ad4 0x0 - 0x08004ad4 _shell_remote_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._shell_remote.static.*))) - 0x08004ad4 _shell_remote_list_end = . - -cfb_font_area 0x08004ad4 0x0 - 0x08004ad4 _cfb_font_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._cfb_font.static.*))) - 0x08004ad4 _cfb_font_list_end = . - -tdata 0x08004ad4 0x0 - *(SORT_BY_ALIGNMENT(.tdata) SORT_BY_ALIGNMENT(.tdata.*) SORT_BY_ALIGNMENT(.gnu.linkonce.td.*)) - -tbss 0x08004ad4 0x4 - *(SORT_BY_ALIGNMENT(.tbss) SORT_BY_ALIGNMENT(.tbss.*) SORT_BY_ALIGNMENT(.gnu.linkonce.tb.*) SORT_BY_ALIGNMENT(.tcommon)) - .tbss.z_tls_current - 0x08004ad4 0x4 zephyr/libzephyr.a(thread_entry.c.obj) - 0x08004ad4 z_tls_current - 0x08004ad4 PROVIDE (__tdata_start = LOADADDR (tdata)) - 0x00000001 PROVIDE (__tdata_align = ALIGNOF (tdata)) - 0x00000000 PROVIDE (__tdata_size = (((SIZEOF (tdata) + __tdata_align) - 0x1) & ~ ((__tdata_align - 0x1)))) - [!provide] PROVIDE (__tdata_end = (__tdata_start + __tdata_size)) - 0x00000004 PROVIDE (__tbss_align = ALIGNOF (tbss)) - [!provide] PROVIDE (__tbss_start = ADDR (tbss)) - 0x00000004 PROVIDE (__tbss_size = (((SIZEOF (tbss) + __tbss_align) - 0x1) & ~ ((__tbss_align - 0x1)))) - [!provide] PROVIDE (__tbss_end = (__tbss_start + __tbss_size)) - [!provide] PROVIDE (__tls_start = __tdata_start) - [!provide] PROVIDE (__tls_size = (__tbss_end - __tdata_start)) - [!provide] PROVIDE (__tls_end = __tbss_end) - -rodata 0x08004ad4 0x82c - *(SORT_BY_ALIGNMENT(.rodata)) - .rodata 0x08004ad4 0x8 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - *(SORT_BY_ALIGNMENT(.rodata.*)) - .rodata.all_slots.0 - 0x08004adc 0x8 app/libapp.a(flash_map_extended.c.obj) - .rodata.mem_attr_region - 0x08004ae4 0x0 zephyr/libzephyr.a(mem_attr.c.obj) - .rodata.flash_map_entries - 0x08004ae4 0x4 zephyr/libzephyr.a(flash_map_default.c.obj) - 0x08004ae4 flash_map_entries - .rodata.default_flash_map - 0x08004ae8 0x40 zephyr/libzephyr.a(flash_map_default.c.obj) - 0x08004ae8 default_flash_map - .rodata.all_slots.0 - 0x08004b28 0x8 zephyr/libzephyr.a(bootutil_misc.c.obj) - .rodata.all_slots.0 - 0x08004b30 0x8 zephyr/libzephyr.a(swap_misc.c.obj) - .rodata.k256 0x08004b38 0x100 zephyr/libzephyr.a(sha256.c.obj) - .rodata.static_regions - 0x08004c38 0xc zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .rodata.mpu_config - 0x08004c44 0x8 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - 0x08004c44 mpu_config - .rodata.mpu_regions - 0x08004c4c 0x18 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .rodata.flash_stm32_parameters - 0x08004c64 0x8 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .rodata.CSWTCH.2044 - 0x08004c6c 0xc modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .rodata.all_slots.0 - 0x08004c78 0x8 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .rodata.levels.0 - 0x08004c80 0x18 zephyr/kernel/libkernel.a(init.c.obj) - .rodata.allowed_unprot_tlvs - 0x08004c98 0x1e zephyr/libzephyr.a(image_validate.c.obj) - .rodata.boot_img_magic - 0x08004cb6 0x10 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - 0x08004cb6 boot_img_magic - .rodata.main.str1.1 - 0x08004cc6 0x608 app/libapp.a(main.c.obj) - 0xc9 (size before relaxing) - .rodata.str1.1 - 0x080052ce 0x8 app/libapp.a(main.c.obj) - .rodata.flash_device_base.str1.1 - 0x080052ce 0x19 app/libapp.a(flash_map_extended.c.obj) - .rodata.boot_banner.str1.1 - 0x080052ce 0x39 zephyr/libzephyr.a(boot_banner.c.obj) - .rodata.boot_find_status.str1.1 - 0x080052ce 0x2c zephyr/libzephyr.a(bootutil_misc.c.obj) - .rodata.boot_validate_slot.isra.0.str1.1 - 0x080052ce 0x79 zephyr/libzephyr.a(loader.c.obj) - .rodata.boot_swap_image.isra.0.str1.1 - 0x080052ce 0x2f zephyr/libzephyr.a(loader.c.obj) - .rodata.context_boot_go.str1.1 - 0x080052ce 0xd5 zephyr/libzephyr.a(loader.c.obj) - .rodata.swap_read_status_bytes.str1.1 - 0x080052ce 0x23 zephyr/libzephyr.a(swap_move.c.obj) - .rodata.boot_slots_compatible.str1.1 - 0x080052ce 0xcc zephyr/libzephyr.a(swap_move.c.obj) - .rodata.swap_status_source.str1.1 - 0x080052ce 0xa4 zephyr/libzephyr.a(swap_move.c.obj) - .rodata.swap_run.str1.1 - 0x080052ce 0x89 zephyr/libzephyr.a(swap_move.c.obj) - .rodata.str1.1 - 0x080052ce 0xf zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .rodata.abort.str1.1 - 0x080052ce 0x9 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .rodata.str1.1 - 0x080052ce 0x1e zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .rodata.line_range_6.0 - 0x080052ce 0x2 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .rodata.line_range_5.1 - 0x080052d0 0x2 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .rodata.line_range_4.2 - 0x080052d2 0x2 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .rodata.line_range_3.3 - 0x080052d4 0x2 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .rodata.line_range_2.4 - 0x080052d6 0x2 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .rodata.line_range_1.5 - 0x080052d8 0x2 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .rodata.line_range_0.6 - 0x080052da 0x2 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .rodata.str1.1 - 0x080052dc 0xd zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .rodata.str1.1 - 0x080052dc 0x1a zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .rodata.AHBPrescTable - 0x080052dc 0x10 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - 0x080052dc AHBPrescTable - .rodata.boot_swap_type_multi.str1.1 - 0x080052ec 0xa6 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .rodata.str1.1 - 0x080052ec 0x11 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .rodata.boot_swap_tables - 0x080052ec 0x12 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .rodata.z_cstart.str1.1 - 0x080052fe 0x5 zephyr/kernel/libkernel.a(init.c.obj) - .rodata.__m_vfprintf.str1.1 - 0x080052fe 0x7 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmprintf.c.o) - *(SORT_BY_ALIGNMENT(.gnu.linkonce.r.*)) - 0x080053a4 . = ALIGN (0x4) - *fill* 0x080052fe 0x2 - [!provide] PROVIDE (__eh_frame_start = 0x0) - [!provide] PROVIDE (__eh_frame_end = 0x0) - [!provide] PROVIDE (__eh_frame_hdr_start = 0x0) - [!provide] PROVIDE (__eh_frame_hdr_end = 0x0) - -/DISCARD/ - *(SORT_BY_ALIGNMENT(.eh_frame)) - 0x08005300 __rodata_region_end = . - 0x08005300 . = ALIGN (_region_min_align) - 0x08008000 . = ALIGN ((0x1 << LOG2CEIL ((__rodata_region_end - ADDR (rom_start))))) - 0x08008000 __rom_region_end = ((__rom_region_start + .) - ADDR (rom_start)) - 0x00008000 __rom_region_size = (__rom_region_end - __rom_region_start) - -/DISCARD/ - *(SORT_BY_ALIGNMENT(.got.plt)) - *(SORT_BY_ALIGNMENT(.igot.plt)) - *(SORT_BY_ALIGNMENT(.got)) - *(SORT_BY_ALIGNMENT(.igot)) - 0x20000000 . = 0x20000000 - 0x20000000 . = ALIGN (_region_min_align) - 0x20000000 _image_ram_start = . - -.ramfunc 0x20000000 0x0 load address 0x08005300 - 0x20000000 __ramfunc_region_start = . - 0x20000000 . = ALIGN (_region_min_align) - 0x20000000 . = ALIGN ((0x1 << LOG2CEIL (__ramfunc_size))) - 0x20000000 __ramfunc_start = . - *(SORT_BY_ALIGNMENT(.ramfunc)) - *(SORT_BY_ALIGNMENT(.ramfunc.*)) - 0x20000000 . = ALIGN (_region_min_align) - 0x20000000 . = ALIGN ((0x1 << LOG2CEIL (__ramfunc_size))) - 0x20000000 __ramfunc_end = . - 0x00000000 __ramfunc_size = (__ramfunc_end - __ramfunc_start) - 0x08005300 __ramfunc_load_start = LOADADDR (.ramfunc) - -datas 0x20000000 0x4c load address 0x08005300 - 0x20000000 __data_region_start = . - 0x20000000 __data_start = . - *(SORT_BY_ALIGNMENT(.data)) - *(SORT_BY_ALIGNMENT(.data.*)) - .data._char_out - 0x20000000 0x4 zephyr/libzephyr.a(printk.c.obj) - .data.flash_map - 0x20000004 0x4 zephyr/libzephyr.a(flash_map_default.c.obj) - 0x20000004 flash_map - .data.FIH_NO_BOOTABLE_IMAGE - 0x20000008 0x4 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - 0x20000008 FIH_NO_BOOTABLE_IMAGE - .data.FIH_FAILURE - 0x2000000c 0x4 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - 0x2000000c FIH_FAILURE - .data.flash_data - 0x20000010 0x1c zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .data.SystemCoreClock - 0x2000002c 0x4 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - 0x2000002c SystemCoreClock - .data.slice_ticks - 0x20000030 0x4 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .data.timeout_list - 0x20000034 0x8 zephyr/kernel/libkernel.a(timeout.c.obj) - .data.exti_irq_table - 0x2000003c 0x10 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - *(SORT_BY_ALIGNMENT(.kernel.*)) - 0x2000004c __data_end = . - 0x0000004c __data_size = (__data_end - __data_start) - 0x08005300 __data_load_start = LOADADDR (datas) - 0x08005300 __data_region_load_start = LOADADDR (datas) - -device_states 0x2000004c 0x8 load address 0x0800534c - 0x2000004c . = ALIGN (0x4) - 0x2000004c __device_states_start = . - *(SORT_BY_ALIGNMENT(.z_devstate)) - .z_devstate 0x2000004c 0x2 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .z_devstate 0x2000004e 0x2 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .z_devstate 0x20000050 0x2 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - *(SORT_BY_ALIGNMENT(.z_devstate.*)) - 0x20000052 __device_states_end = . - 0x20000054 . = ALIGN (0x4) - *fill* 0x20000052 0x2 - -log_mpsc_pbuf_area - 0x20000054 0x0 load address 0x08005354 - 0x20000054 _log_mpsc_pbuf_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_mpsc_pbuf.static.*))) - 0x20000054 _log_mpsc_pbuf_list_end = . - -log_msg_ptr_area - 0x20000054 0x0 load address 0x08005354 - 0x20000054 _log_msg_ptr_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_msg_ptr.static.*))) - 0x20000054 _log_msg_ptr_list_end = . - -log_dynamic_area - 0x20000054 0x0 load address 0x08005354 - 0x20000054 _log_dynamic_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._log_dynamic.static.*))) - 0x20000054 _log_dynamic_list_end = . - -k_timer_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_timer_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_timer.static.*))) - 0x20000054 _k_timer_list_end = . - -k_mem_slab_area - 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_mem_slab_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_mem_slab.static.*))) - 0x20000054 _k_mem_slab_list_end = . - -k_heap_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_heap_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_heap.static.*))) - 0x20000054 _k_heap_list_end = . - -k_mutex_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_mutex_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_mutex.static.*))) - 0x20000054 _k_mutex_list_end = . - -k_stack_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_stack_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_stack.static.*))) - 0x20000054 _k_stack_list_end = . - -k_msgq_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_msgq_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_msgq.static.*))) - 0x20000054 _k_msgq_list_end = . - -k_mbox_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_mbox_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_mbox.static.*))) - 0x20000054 _k_mbox_list_end = . - -k_pipe_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_pipe_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_pipe.static.*))) - 0x20000054 _k_pipe_list_end = . - -k_sem_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_sem_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_sem.static.*))) - 0x20000054 _k_sem_list_end = . - -k_event_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_event_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_event.static.*))) - 0x20000054 _k_event_list_end = . - -k_queue_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_queue_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_queue.static.*))) - 0x20000054 _k_queue_list_end = . - -k_fifo_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_fifo_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_fifo.static.*))) - 0x20000054 _k_fifo_list_end = . - -k_lifo_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_lifo_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_lifo.static.*))) - 0x20000054 _k_lifo_list_end = . - -k_condvar_area 0x20000054 0x0 load address 0x08005354 - 0x20000054 _k_condvar_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._k_condvar.static.*))) - 0x20000054 _k_condvar_list_end = . - -sys_mem_blocks_ptr_area - 0x20000054 0x0 load address 0x08005354 - 0x20000054 _sys_mem_blocks_ptr_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._sys_mem_blocks_ptr.static.*))) - 0x20000054 _sys_mem_blocks_ptr_list_end = . - -net_buf_pool_area - 0x20000054 0x0 load address 0x08005354 - 0x20000054 _net_buf_pool_list_start = . - *(SORT_BY_NAME(SORT_BY_ALIGNMENT(._net_buf_pool.static.*))) - 0x20000054 _net_buf_pool_list_end = . - 0x20000054 __data_region_end = . - -.intList 0xffff8000 0x78 - *(SORT_BY_ALIGNMENT(.irq_info*)) - .irq_info 0xffff8000 0x8 zephyr/arch/common/libisr_tables.a(isr_tables.c.obj) - 0xffff8000 _iheader - *(SORT_BY_ALIGNMENT(.intList*)) - .intList 0xffff8008 0x70 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - -.stab - *(SORT_BY_ALIGNMENT(.stab)) - -.stabstr - *(SORT_BY_ALIGNMENT(.stabstr)) - -.stab.excl - *(SORT_BY_ALIGNMENT(.stab.excl)) - -.stab.exclstr - *(SORT_BY_ALIGNMENT(.stab.exclstr)) - -.stab.index - *(SORT_BY_ALIGNMENT(.stab.index)) - -.stab.indexstr - *(SORT_BY_ALIGNMENT(.stab.indexstr)) - -.gnu.build.attributes - *(SORT_BY_ALIGNMENT(.gnu.build.attributes) SORT_BY_ALIGNMENT(.gnu.build.attributes.*)) - -.comment 0x00000000 0x1f - *(SORT_BY_ALIGNMENT(.comment)) - .comment 0x00000000 0x1f zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - 0x20 (size before relaxing) - .comment 0x0000001f 0x20 app/libapp.a(main.c.obj) - .comment 0x0000001f 0x20 app/libapp.a(flash_map_extended.c.obj) - .comment 0x0000001f 0x20 app/libapp.a(os.c.obj) - .comment 0x0000001f 0x20 app/libapp.a(watchdog.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(boot_banner.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(printk.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(last_section_id.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(configs.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(soc_config.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(soc.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(log_minimal.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(mem_attr.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(flash_map.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(flash_map_default.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(flash_map_layout.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(thread_entry.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(image_validate.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(tlv.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(bootutil_misc.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(bootutil_area.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(bootutil_loader.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(loader.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(swap_misc.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(swap_move.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(sha256.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(utils.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .comment 0x0000001f 0x20 zephyr/libzephyr.a(flash_check.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/common/libarch__common.a(init.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/common/libarch__common.a(xip.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .comment 0x0000001f 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .comment 0x0000001f 0x20 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .comment 0x0000001f 0x20 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .comment 0x0000001f 0x20 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .comment 0x0000001f 0x20 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .comment 0x0000001f 0x20 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .comment 0x0000001f 0x20 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .comment 0x0000001f 0x20 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .comment 0x0000001f 0x20 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .comment 0x0000001f 0x20 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .comment 0x0000001f 0x20 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .comment 0x0000001f 0x20 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .comment 0x0000001f 0x20 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .comment 0x0000001f 0x20 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(device.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(fatal.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(init.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(idle.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(sem.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(thread.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(sched.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(scheduler.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .comment 0x0000001f 0x20 zephyr/kernel/libkernel.a(timeout.c.obj) - .comment 0x0000001f 0x20 zephyr/arch/common/libisr_tables.a(isr_tables.c.obj) - -.debug - *(SORT_BY_ALIGNMENT(.debug)) - -.line - *(SORT_BY_ALIGNMENT(.line)) - -.debug_srcinfo - *(SORT_BY_ALIGNMENT(.debug_srcinfo)) - -.debug_sfnames - *(SORT_BY_ALIGNMENT(.debug_sfnames)) - -.debug_aranges 0x00000000 0x13b8 - *(SORT_BY_ALIGNMENT(.debug_aranges)) - .debug_aranges - 0x00000000 0x20 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .debug_aranges - 0x00000020 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .debug_aranges - 0x00000040 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .debug_aranges - 0x00000060 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .debug_aranges - 0x00000080 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .debug_aranges - 0x000000a0 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .debug_aranges - 0x000000c0 0x20 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .debug_aranges - 0x000000e0 0x20 app/libapp.a(main.c.obj) - .debug_aranges - 0x00000100 0x50 app/libapp.a(flash_map_extended.c.obj) - .debug_aranges - 0x00000150 0x20 app/libapp.a(os.c.obj) - .debug_aranges - 0x00000170 0x28 app/libapp.a(watchdog.c.obj) - .debug_aranges - 0x00000198 0x20 zephyr/libzephyr.a(boot_banner.c.obj) - .debug_aranges - 0x000001b8 0x50 zephyr/libzephyr.a(printk.c.obj) - .debug_aranges - 0x00000208 0x18 zephyr/libzephyr.a(last_section_id.c.obj) - .debug_aranges - 0x00000220 0x20 zephyr/libzephyr.a(configs.c.obj) - .debug_aranges - 0x00000240 0x20 zephyr/libzephyr.a(soc_config.c.obj) - .debug_aranges - 0x00000260 0x28 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .debug_aranges - 0x00000288 0x20 zephyr/libzephyr.a(soc.c.obj) - .debug_aranges - 0x000002a8 0x30 zephyr/libzephyr.a(log_minimal.c.obj) - .debug_aranges - 0x000002d8 0x30 zephyr/libzephyr.a(mem_attr.c.obj) - .debug_aranges - 0x00000308 0x80 zephyr/libzephyr.a(flash_map.c.obj) - .debug_aranges - 0x00000388 0x18 zephyr/libzephyr.a(flash_map_default.c.obj) - .debug_aranges - 0x000003a0 0x30 zephyr/libzephyr.a(flash_map_layout.c.obj) - .debug_aranges - 0x000003d0 0x20 zephyr/libzephyr.a(thread_entry.c.obj) - .debug_aranges - 0x000003f0 0x20 zephyr/libzephyr.a(image_validate.c.obj) - .debug_aranges - 0x00000410 0x20 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .debug_aranges - 0x00000430 0x30 zephyr/libzephyr.a(tlv.c.obj) - .debug_aranges - 0x00000460 0x70 zephyr/libzephyr.a(bootutil_misc.c.obj) - .debug_aranges - 0x000004d0 0x48 zephyr/libzephyr.a(bootutil_area.c.obj) - .debug_aranges - 0x00000518 0x60 zephyr/libzephyr.a(bootutil_loader.c.obj) - .debug_aranges - 0x00000578 0x18 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .debug_aranges - 0x00000590 0x70 zephyr/libzephyr.a(loader.c.obj) - .debug_aranges - 0x00000600 0x48 zephyr/libzephyr.a(swap_misc.c.obj) - .debug_aranges - 0x00000648 0x60 zephyr/libzephyr.a(swap_move.c.obj) - .debug_aranges - 0x000006a8 0x38 zephyr/libzephyr.a(sha256.c.obj) - .debug_aranges - 0x000006e0 0x38 zephyr/libzephyr.a(utils.c.obj) - .debug_aranges - 0x00000718 0x28 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .debug_aranges - 0x00000740 0x20 zephyr/libzephyr.a(flash_check.c.obj) - .debug_aranges - 0x00000760 0x30 zephyr/arch/common/libarch__common.a(init.c.obj) - .debug_aranges - 0x00000790 0x20 zephyr/arch/common/libarch__common.a(xip.c.obj) - .debug_aranges - 0x000007b0 0x28 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .debug_aranges - 0x000007d8 0x20 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .debug_aranges - 0x000007f8 0x20 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .debug_aranges - 0x00000818 0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .debug_aranges - 0x00000858 0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .debug_aranges - 0x00000890 0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .debug_aranges - 0x000008d0 0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .debug_aranges - 0x000008f8 0x48 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .debug_aranges - 0x00000940 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .debug_aranges - 0x00000970 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .debug_aranges - 0x00000990 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .debug_aranges - 0x000009b0 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .debug_aranges - 0x000009d0 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .debug_aranges - 0x000009f0 0x28 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .debug_aranges - 0x00000a18 0x68 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .debug_aranges - 0x00000a80 0x18 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .debug_aranges - 0x00000a98 0x20 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .debug_aranges - 0x00000ab8 0x20 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .debug_aranges - 0x00000ad8 0x88 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .debug_aranges - 0x00000b60 0x70 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .debug_aranges - 0x00000bd0 0x58 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .debug_aranges - 0x00000c28 0x30 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .debug_aranges - 0x00000c58 0x40 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .debug_aranges - 0x00000c98 0x70 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .debug_aranges - 0x00000d08 0x48 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .debug_aranges - 0x00000d50 0x60 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .debug_aranges - 0x00000db0 0x28 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .debug_aranges - 0x00000dd8 0x90 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .debug_aranges - 0x00000e68 0x50 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .debug_aranges - 0x00000eb8 0xc0 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .debug_aranges - 0x00000f78 0x48 zephyr/kernel/libkernel.a(device.c.obj) - .debug_aranges - 0x00000fc0 0x38 zephyr/kernel/libkernel.a(fatal.c.obj) - .debug_aranges - 0x00000ff8 0x40 zephyr/kernel/libkernel.a(init.c.obj) - .debug_aranges - 0x00001038 0x28 zephyr/kernel/libkernel.a(idle.c.obj) - .debug_aranges - 0x00001060 0x38 zephyr/kernel/libkernel.a(sem.c.obj) - .debug_aranges - 0x00001098 0xd0 zephyr/kernel/libkernel.a(thread.c.obj) - .debug_aranges - 0x00001168 0x110 zephyr/kernel/libkernel.a(sched.c.obj) - .debug_aranges - 0x00001278 0x58 zephyr/kernel/libkernel.a(scheduler.c.obj) - .debug_aranges - 0x000012d0 0x40 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .debug_aranges - 0x00001310 0x90 zephyr/kernel/libkernel.a(timeout.c.obj) - .debug_aranges - 0x000013a0 0x18 zephyr/arch/common/libisr_tables.a(isr_tables.c.obj) - -.debug_pubnames - *(SORT_BY_ALIGNMENT(.debug_pubnames)) - -.debug_info 0x00000000 0x8cf18 - *(SORT_BY_ALIGNMENT(.debug_info) SORT_BY_ALIGNMENT(.gnu.linkonce.wi.*)) - .debug_info 0x00000000 0xdc zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .debug_info 0x000000dc 0x437a app/libapp.a(main.c.obj) - .debug_info 0x00004456 0x16bb app/libapp.a(flash_map_extended.c.obj) - .debug_info 0x00005b11 0x93 app/libapp.a(os.c.obj) - .debug_info 0x00005ba4 0x15b app/libapp.a(watchdog.c.obj) - .debug_info 0x00005cff 0x2f6 zephyr/libzephyr.a(boot_banner.c.obj) - .debug_info 0x00005ff5 0x581 zephyr/libzephyr.a(printk.c.obj) - .debug_info 0x00006576 0x95 zephyr/libzephyr.a(last_section_id.c.obj) - .debug_info 0x0000660b 0x38 zephyr/libzephyr.a(configs.c.obj) - .debug_info 0x00006643 0x2d2 zephyr/libzephyr.a(soc_config.c.obj) - .debug_info 0x00006915 0xfca zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .debug_info 0x000078df 0x6c2 zephyr/libzephyr.a(soc.c.obj) - .debug_info 0x00007fa1 0x3de zephyr/libzephyr.a(log_minimal.c.obj) - .debug_info 0x0000837f 0x33e zephyr/libzephyr.a(mem_attr.c.obj) - .debug_info 0x000086bd 0x10dc zephyr/libzephyr.a(flash_map.c.obj) - .debug_info 0x00009799 0x3cd zephyr/libzephyr.a(flash_map_default.c.obj) - .debug_info 0x00009b66 0x5e8 zephyr/libzephyr.a(flash_map_layout.c.obj) - .debug_info 0x0000a14e 0x74c zephyr/libzephyr.a(thread_entry.c.obj) - .debug_info 0x0000a89a 0x3a6a zephyr/libzephyr.a(image_validate.c.obj) - .debug_info 0x0000e304 0x1d00 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .debug_info 0x00010004 0x421b zephyr/libzephyr.a(tlv.c.obj) - .debug_info 0x0001421f 0x2760 zephyr/libzephyr.a(bootutil_misc.c.obj) - .debug_info 0x0001697f 0x608e zephyr/libzephyr.a(bootutil_area.c.obj) - .debug_info 0x0001ca0d 0x2c43 zephyr/libzephyr.a(bootutil_loader.c.obj) - .debug_info 0x0001f650 0xdf zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .debug_info 0x0001f72f 0x8dc7 zephyr/libzephyr.a(loader.c.obj) - .debug_info 0x000284f6 0x2ea9 zephyr/libzephyr.a(swap_misc.c.obj) - .debug_info 0x0002b39f 0xba4d zephyr/libzephyr.a(swap_move.c.obj) - .debug_info 0x00036dec 0x7ef zephyr/libzephyr.a(sha256.c.obj) - .debug_info 0x000375db 0x2db zephyr/libzephyr.a(utils.c.obj) - .debug_info 0x000378b6 0x3ad zephyr/libzephyr.a(arm_cortex_m.c.obj) - .debug_info 0x00037c63 0x1c0e zephyr/libzephyr.a(flash_check.c.obj) - .debug_info 0x00039871 0x225 zephyr/arch/common/libarch__common.a(init.c.obj) - .debug_info 0x00039a96 0x12d zephyr/arch/common/libarch__common.a(xip.c.obj) - .debug_info 0x00039bc3 0x32eb zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .debug_info 0x0003ceae 0xb6 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .debug_info 0x0003cf64 0x23 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .debug_info 0x0003cf87 0x750 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .debug_info 0x0003d6d7 0xcb8b zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .debug_info 0x0004a262 0x23 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .debug_info 0x0004a285 0x23 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .debug_info 0x0004a2a8 0x5ac zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .debug_info 0x0004a854 0x23 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .debug_info 0x0004a877 0x9a4 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .debug_info 0x0004b21b 0x4bc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .debug_info 0x0004b6d7 0xbe9 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .debug_info 0x0004c2c0 0x4b7 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .debug_info 0x0004c777 0x7cc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .debug_info 0x0004cf43 0x871 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .debug_info 0x0004d7b4 0x23 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .debug_info 0x0004d7d7 0x65b zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .debug_info 0x0004de32 0x1ab zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .debug_info 0x0004dfdd 0x23 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .debug_info 0x0004e000 0x74c zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .debug_info 0x0004e74c 0x512d zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .debug_info 0x00053879 0x18e zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .debug_info 0x00053a07 0xa5 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .debug_info 0x00053aac 0x1ba zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .debug_info 0x00053c66 0x9d84 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .debug_info 0x0005d9ea 0x13f4 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .debug_info 0x0005edde 0x178f zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .debug_info 0x0006056d 0x5cf zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .debug_info 0x00060b3c 0x819 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .debug_info 0x00061355 0x7a7a zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .debug_info 0x00068dcf 0x2912 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .debug_info 0x0006b6e1 0x1462 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .debug_info 0x0006cb43 0x3f9 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .debug_info 0x0006cf3c 0xf49 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .debug_info 0x0006de85 0x107a modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .debug_info 0x0006eeff 0xa48f modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .debug_info 0x0007938e 0x3f3 zephyr/kernel/libkernel.a(device.c.obj) - .debug_info 0x00079781 0x2cff zephyr/kernel/libkernel.a(fatal.c.obj) - .debug_info 0x0007c480 0x1ce6 zephyr/kernel/libkernel.a(init.c.obj) - .debug_info 0x0007e166 0x2e7 zephyr/kernel/libkernel.a(idle.c.obj) - .debug_info 0x0007e44d 0x1463 zephyr/kernel/libkernel.a(sem.c.obj) - .debug_info 0x0007f8b0 0x3d2f zephyr/kernel/libkernel.a(thread.c.obj) - .debug_info 0x000835df 0x5750 zephyr/kernel/libkernel.a(sched.c.obj) - .debug_info 0x00088d2f 0x15d4 zephyr/kernel/libkernel.a(scheduler.c.obj) - .debug_info 0x0008a303 0xf38 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .debug_info 0x0008b23b 0x1af4 zephyr/kernel/libkernel.a(timeout.c.obj) - .debug_info 0x0008cd2f 0x1e9 zephyr/arch/common/libisr_tables.a(isr_tables.c.obj) - -.debug_abbrev 0x00000000 0xd505 - *(SORT_BY_ALIGNMENT(.debug_abbrev)) - .debug_abbrev 0x00000000 0x62 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .debug_abbrev 0x00000062 0x38f app/libapp.a(main.c.obj) - .debug_abbrev 0x000003f1 0x3d3 app/libapp.a(flash_map_extended.c.obj) - .debug_abbrev 0x000007c4 0x44 app/libapp.a(os.c.obj) - .debug_abbrev 0x00000808 0xbf app/libapp.a(watchdog.c.obj) - .debug_abbrev 0x000008c7 0x18e zephyr/libzephyr.a(boot_banner.c.obj) - .debug_abbrev 0x00000a55 0x2f1 zephyr/libzephyr.a(printk.c.obj) - .debug_abbrev 0x00000d46 0x46 zephyr/libzephyr.a(last_section_id.c.obj) - .debug_abbrev 0x00000d8c 0x2e zephyr/libzephyr.a(configs.c.obj) - .debug_abbrev 0x00000dba 0x187 zephyr/libzephyr.a(soc_config.c.obj) - .debug_abbrev 0x00000f41 0x31f zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .debug_abbrev 0x00001260 0x15f zephyr/libzephyr.a(soc.c.obj) - .debug_abbrev 0x000013bf 0x1fa zephyr/libzephyr.a(log_minimal.c.obj) - .debug_abbrev 0x000015b9 0x1c2 zephyr/libzephyr.a(mem_attr.c.obj) - .debug_abbrev 0x0000177b 0x3b9 zephyr/libzephyr.a(flash_map.c.obj) - .debug_abbrev 0x00001b34 0x156 zephyr/libzephyr.a(flash_map_default.c.obj) - .debug_abbrev 0x00001c8a 0x273 zephyr/libzephyr.a(flash_map_layout.c.obj) - .debug_abbrev 0x00001efd 0x2ac zephyr/libzephyr.a(thread_entry.c.obj) - .debug_abbrev 0x000021a9 0x2ff zephyr/libzephyr.a(image_validate.c.obj) - .debug_abbrev 0x000024a8 0x2f2 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .debug_abbrev 0x0000279a 0x299 zephyr/libzephyr.a(tlv.c.obj) - .debug_abbrev 0x00002a33 0x50f zephyr/libzephyr.a(bootutil_misc.c.obj) - .debug_abbrev 0x00002f42 0x476 zephyr/libzephyr.a(bootutil_area.c.obj) - .debug_abbrev 0x000033b8 0x49f zephyr/libzephyr.a(bootutil_loader.c.obj) - .debug_abbrev 0x00003857 0x57 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .debug_abbrev 0x000038ae 0x58f zephyr/libzephyr.a(loader.c.obj) - .debug_abbrev 0x00003e3d 0x3f8 zephyr/libzephyr.a(swap_misc.c.obj) - .debug_abbrev 0x00004235 0x559 zephyr/libzephyr.a(swap_move.c.obj) - .debug_abbrev 0x0000478e 0x215 zephyr/libzephyr.a(sha256.c.obj) - .debug_abbrev 0x000049a3 0x15c zephyr/libzephyr.a(utils.c.obj) - .debug_abbrev 0x00004aff 0x19c zephyr/libzephyr.a(arm_cortex_m.c.obj) - .debug_abbrev 0x00004c9b 0x290 zephyr/libzephyr.a(flash_check.c.obj) - .debug_abbrev 0x00004f2b 0xf3 zephyr/arch/common/libarch__common.a(init.c.obj) - .debug_abbrev 0x0000501e 0xd1 zephyr/arch/common/libarch__common.a(xip.c.obj) - .debug_abbrev 0x000050ef 0x2ae zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .debug_abbrev 0x0000539d 0x70 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .debug_abbrev 0x0000540d 0x14 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .debug_abbrev 0x00005421 0x2c9 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .debug_abbrev 0x000056ea 0x4d7 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .debug_abbrev 0x00005bc1 0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .debug_abbrev 0x00005bd5 0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .debug_abbrev 0x00005be9 0x218 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .debug_abbrev 0x00005e01 0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .debug_abbrev 0x00005e15 0x280 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .debug_abbrev 0x00006095 0x1f8 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .debug_abbrev 0x0000628d 0x3fc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .debug_abbrev 0x00006689 0x191 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .debug_abbrev 0x0000681a 0x1a5 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .debug_abbrev 0x000069bf 0x24d zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .debug_abbrev 0x00006c0c 0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .debug_abbrev 0x00006c20 0x159 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .debug_abbrev 0x00006d79 0x13d zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .debug_abbrev 0x00006eb6 0x14 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .debug_abbrev 0x00006eca 0x25f zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .debug_abbrev 0x00007129 0x4bf zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .debug_abbrev 0x000075e8 0xac zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .debug_abbrev 0x00007694 0x68 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .debug_abbrev 0x000076fc 0x14d zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .debug_abbrev 0x00007849 0x4da zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .debug_abbrev 0x00007d23 0x4f4 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .debug_abbrev 0x00008217 0x4f2 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .debug_abbrev 0x00008709 0x18e zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .debug_abbrev 0x00008897 0x1f2 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .debug_abbrev 0x00008a89 0x63e zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .debug_abbrev 0x000090c7 0x4d6 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .debug_abbrev 0x0000959d 0x46e zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .debug_abbrev 0x00009a0b 0x119 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .debug_abbrev 0x00009b24 0x348 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .debug_abbrev 0x00009e6c 0x2ff modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .debug_abbrev 0x0000a16b 0x50d modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .debug_abbrev 0x0000a678 0x1d6 zephyr/kernel/libkernel.a(device.c.obj) - .debug_abbrev 0x0000a84e 0x3fe zephyr/kernel/libkernel.a(fatal.c.obj) - .debug_abbrev 0x0000ac4c 0x6ac zephyr/kernel/libkernel.a(init.c.obj) - .debug_abbrev 0x0000b2f8 0x1df zephyr/kernel/libkernel.a(idle.c.obj) - .debug_abbrev 0x0000b4d7 0x472 zephyr/kernel/libkernel.a(sem.c.obj) - .debug_abbrev 0x0000b949 0x6a5 zephyr/kernel/libkernel.a(thread.c.obj) - .debug_abbrev 0x0000bfee 0x654 zephyr/kernel/libkernel.a(sched.c.obj) - .debug_abbrev 0x0000c642 0x455 zephyr/kernel/libkernel.a(scheduler.c.obj) - .debug_abbrev 0x0000ca97 0x42f zephyr/kernel/libkernel.a(timeslicing.c.obj) - .debug_abbrev 0x0000cec6 0x50f zephyr/kernel/libkernel.a(timeout.c.obj) - .debug_abbrev 0x0000d3d5 0x130 zephyr/arch/common/libisr_tables.a(isr_tables.c.obj) - -.debug_line 0x00000000 0x21c0b - *(SORT_BY_ALIGNMENT(.debug_line) SORT_BY_ALIGNMENT(.debug_line.*) SORT_BY_ALIGNMENT(.debug_line_end)) - .debug_line 0x00000000 0x153 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .debug_line 0x00000153 0x793 app/libapp.a(main.c.obj) - .debug_line 0x000008e6 0x6ab app/libapp.a(flash_map_extended.c.obj) - .debug_line 0x00000f91 0x7a app/libapp.a(os.c.obj) - .debug_line 0x0000100b 0x1ee app/libapp.a(watchdog.c.obj) - .debug_line 0x000011f9 0x245 zephyr/libzephyr.a(boot_banner.c.obj) - .debug_line 0x0000143e 0x49f zephyr/libzephyr.a(printk.c.obj) - .debug_line 0x000018dd 0x16e zephyr/libzephyr.a(last_section_id.c.obj) - .debug_line 0x00001a4b 0x233 zephyr/libzephyr.a(configs.c.obj) - .debug_line 0x00001c7e 0x2d4 zephyr/libzephyr.a(soc_config.c.obj) - .debug_line 0x00001f52 0x73d zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .debug_line 0x0000268f 0x344 zephyr/libzephyr.a(soc.c.obj) - .debug_line 0x000029d3 0x379 zephyr/libzephyr.a(log_minimal.c.obj) - .debug_line 0x00002d4c 0x37d zephyr/libzephyr.a(mem_attr.c.obj) - .debug_line 0x000030c9 0x7dc zephyr/libzephyr.a(flash_map.c.obj) - .debug_line 0x000038a5 0x2ce zephyr/libzephyr.a(flash_map_default.c.obj) - .debug_line 0x00003b73 0x451 zephyr/libzephyr.a(flash_map_layout.c.obj) - .debug_line 0x00003fc4 0x499 zephyr/libzephyr.a(thread_entry.c.obj) - .debug_line 0x0000445d 0x558 zephyr/libzephyr.a(image_validate.c.obj) - .debug_line 0x000049b5 0x5c3 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .debug_line 0x00004f78 0x59f zephyr/libzephyr.a(tlv.c.obj) - .debug_line 0x00005517 0xa1f zephyr/libzephyr.a(bootutil_misc.c.obj) - .debug_line 0x00005f36 0x6e5 zephyr/libzephyr.a(bootutil_area.c.obj) - .debug_line 0x0000661b 0x884 zephyr/libzephyr.a(bootutil_loader.c.obj) - .debug_line 0x00006e9f 0xfa zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .debug_line 0x00006f99 0x11aa zephyr/libzephyr.a(loader.c.obj) - .debug_line 0x00008143 0x8b7 zephyr/libzephyr.a(swap_misc.c.obj) - .debug_line 0x000089fa 0x10c2 zephyr/libzephyr.a(swap_move.c.obj) - .debug_line 0x00009abc 0x79b zephyr/libzephyr.a(sha256.c.obj) - .debug_line 0x0000a257 0x343 zephyr/libzephyr.a(utils.c.obj) - .debug_line 0x0000a59a 0x4ee zephyr/libzephyr.a(arm_cortex_m.c.obj) - .debug_line 0x0000aa88 0x589 zephyr/libzephyr.a(flash_check.c.obj) - .debug_line 0x0000b011 0x20d zephyr/arch/common/libarch__common.a(init.c.obj) - .debug_line 0x0000b21e 0x1b7 zephyr/arch/common/libarch__common.a(xip.c.obj) - .debug_line 0x0000b3d5 0x4d1 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .debug_line 0x0000b8a6 0xcf zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .debug_line 0x0000b975 0x79 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .debug_line 0x0000b9ee 0x51b zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .debug_line 0x0000bf09 0xb12 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .debug_line 0x0000ca1b 0x86 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .debug_line 0x0000caa1 0x94 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .debug_line 0x0000cb35 0x500 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .debug_line 0x0000d035 0x8b zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .debug_line 0x0000d0c0 0x43b zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .debug_line 0x0000d4fb 0x475 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .debug_line 0x0000d970 0x7b5 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .debug_line 0x0000e125 0x422 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .debug_line 0x0000e547 0x3ea zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .debug_line 0x0000e931 0x52b zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .debug_line 0x0000ee5c 0xbc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .debug_line 0x0000ef18 0x2b1 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .debug_line 0x0000f1c9 0x2e3 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .debug_line 0x0000f4ac 0x87 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .debug_line 0x0000f533 0x528 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .debug_line 0x0000fa5b 0xd06 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .debug_line 0x00010761 0x25f zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .debug_line 0x000109c0 0xfa zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .debug_line 0x00010aba 0x3fe zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .debug_line 0x00010eb8 0xcd5 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .debug_line 0x00011b8d 0xab6 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .debug_line 0x00012643 0xd0d zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .debug_line 0x00013350 0x32e zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .debug_line 0x0001367e 0x4ab zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .debug_line 0x00013b29 0xb55 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .debug_line 0x0001467e 0x9f2 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .debug_line 0x00015070 0xbe0 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .debug_line 0x00015c50 0x270 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .debug_line 0x00015ec0 0xf24 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .debug_line 0x00016de4 0xaae modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .debug_line 0x00017892 0xf92 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .debug_line 0x00018824 0x493 zephyr/kernel/libkernel.a(device.c.obj) - .debug_line 0x00018cb7 0x7bd zephyr/kernel/libkernel.a(fatal.c.obj) - .debug_line 0x00019474 0xd36 zephyr/kernel/libkernel.a(init.c.obj) - .debug_line 0x0001a1aa 0x439 zephyr/kernel/libkernel.a(idle.c.obj) - .debug_line 0x0001a5e3 0xbc1 zephyr/kernel/libkernel.a(sem.c.obj) - .debug_line 0x0001b1a4 0x15dd zephyr/kernel/libkernel.a(thread.c.obj) - .debug_line 0x0001c781 0x2c95 zephyr/kernel/libkernel.a(sched.c.obj) - .debug_line 0x0001f416 0xbf4 zephyr/kernel/libkernel.a(scheduler.c.obj) - .debug_line 0x0002000a 0x80d zephyr/kernel/libkernel.a(timeslicing.c.obj) - .debug_line 0x00020817 0x122c zephyr/kernel/libkernel.a(timeout.c.obj) - .debug_line 0x00021a43 0x1c8 zephyr/arch/common/libisr_tables.a(isr_tables.c.obj) - -.debug_frame 0x00000000 0x290c - *(SORT_BY_ALIGNMENT(.debug_frame)) - .debug_frame 0x00000000 0x20 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .debug_frame 0x00000020 0x2c app/libapp.a(main.c.obj) - .debug_frame 0x0000004c 0xac app/libapp.a(flash_map_extended.c.obj) - .debug_frame 0x000000f8 0x20 app/libapp.a(os.c.obj) - .debug_frame 0x00000118 0x30 app/libapp.a(watchdog.c.obj) - .debug_frame 0x00000148 0x28 zephyr/libzephyr.a(boot_banner.c.obj) - .debug_frame 0x00000170 0xbc zephyr/libzephyr.a(printk.c.obj) - .debug_frame 0x0000022c 0x20 zephyr/libzephyr.a(configs.c.obj) - .debug_frame 0x0000024c 0x20 zephyr/libzephyr.a(soc_config.c.obj) - .debug_frame 0x0000026c 0x30 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .debug_frame 0x0000029c 0x28 zephyr/libzephyr.a(soc.c.obj) - .debug_frame 0x000002c4 0x74 zephyr/libzephyr.a(log_minimal.c.obj) - .debug_frame 0x00000338 0x40 zephyr/libzephyr.a(mem_attr.c.obj) - .debug_frame 0x00000378 0x18c zephyr/libzephyr.a(flash_map.c.obj) - .debug_frame 0x00000504 0x6c zephyr/libzephyr.a(flash_map_layout.c.obj) - .debug_frame 0x00000570 0x2c zephyr/libzephyr.a(thread_entry.c.obj) - .debug_frame 0x0000059c 0x40 zephyr/libzephyr.a(image_validate.c.obj) - .debug_frame 0x000005dc 0x3c zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .debug_frame 0x00000618 0x70 zephyr/libzephyr.a(tlv.c.obj) - .debug_frame 0x00000688 0x128 zephyr/libzephyr.a(bootutil_misc.c.obj) - .debug_frame 0x000007b0 0xa4 zephyr/libzephyr.a(bootutil_area.c.obj) - .debug_frame 0x00000854 0xe4 zephyr/libzephyr.a(bootutil_loader.c.obj) - .debug_frame 0x00000938 0x154 zephyr/libzephyr.a(loader.c.obj) - .debug_frame 0x00000a8c 0xd4 zephyr/libzephyr.a(swap_misc.c.obj) - .debug_frame 0x00000b60 0x140 zephyr/libzephyr.a(swap_move.c.obj) - .debug_frame 0x00000ca0 0x98 zephyr/libzephyr.a(sha256.c.obj) - .debug_frame 0x00000d38 0x68 zephyr/libzephyr.a(utils.c.obj) - .debug_frame 0x00000da0 0x30 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .debug_frame 0x00000dd0 0x28 zephyr/libzephyr.a(flash_check.c.obj) - .debug_frame 0x00000df8 0x48 zephyr/arch/common/libarch__common.a(init.c.obj) - .debug_frame 0x00000e40 0x2c zephyr/arch/common/libarch__common.a(xip.c.obj) - .debug_frame 0x00000e6c 0x30 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .debug_frame 0x00000e9c 0x2c zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .debug_frame 0x00000ec8 0x30 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .debug_frame 0x00000ef8 0x8c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .debug_frame 0x00000f84 0x50 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .debug_frame 0x00000fd4 0x60 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .debug_frame 0x00001034 0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .debug_frame 0x0000106c 0x78 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .debug_frame 0x000010e4 0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .debug_frame 0x00001124 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .debug_frame 0x00001144 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .debug_frame 0x00001164 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .debug_frame 0x00001184 0x2c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .debug_frame 0x000011b0 0x30 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .debug_frame 0x000011e0 0x108 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .debug_frame 0x000012e8 0x28 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .debug_frame 0x00001310 0x28 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .debug_frame 0x00001338 0x110 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .debug_frame 0x00001448 0xec zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .debug_frame 0x00001534 0xcc zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .debug_frame 0x00001600 0x48 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .debug_frame 0x00001648 0x9c zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .debug_frame 0x000016e4 0x124 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .debug_frame 0x00001808 0xd0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .debug_frame 0x000018d8 0xe8 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .debug_frame 0x000019c0 0x38 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .debug_frame 0x000019f8 0x164 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .debug_frame 0x00001b5c 0xbc modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .debug_frame 0x00001c18 0x234 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .debug_frame 0x00001e4c 0x84 zephyr/kernel/libkernel.a(device.c.obj) - .debug_frame 0x00001ed0 0x74 zephyr/kernel/libkernel.a(fatal.c.obj) - .debug_frame 0x00001f44 0xb4 zephyr/kernel/libkernel.a(init.c.obj) - .debug_frame 0x00001ff8 0x38 zephyr/kernel/libkernel.a(idle.c.obj) - .debug_frame 0x00002030 0x8c zephyr/kernel/libkernel.a(sem.c.obj) - .debug_frame 0x000020bc 0x224 zephyr/kernel/libkernel.a(thread.c.obj) - .debug_frame 0x000022e0 0x330 zephyr/kernel/libkernel.a(sched.c.obj) - .debug_frame 0x00002610 0xc0 zephyr/kernel/libkernel.a(scheduler.c.obj) - .debug_frame 0x000026d0 0x8c zephyr/kernel/libkernel.a(timeslicing.c.obj) - .debug_frame 0x0000275c 0x1b0 zephyr/kernel/libkernel.a(timeout.c.obj) - -.debug_str 0x00000000 0x8d92 - *(SORT_BY_ALIGNMENT(.debug_str)) - .debug_str 0x00000000 0x8d92 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - 0x3c0 (size before relaxing) - .debug_str 0x00008d92 0xb3a app/libapp.a(main.c.obj) - .debug_str 0x00008d92 0x967 app/libapp.a(flash_map_extended.c.obj) - .debug_str 0x00008d92 0x2be app/libapp.a(os.c.obj) - .debug_str 0x00008d92 0x38b app/libapp.a(watchdog.c.obj) - .debug_str 0x00008d92 0x585 zephyr/libzephyr.a(boot_banner.c.obj) - .debug_str 0x00008d92 0x644 zephyr/libzephyr.a(printk.c.obj) - .debug_str 0x00008d92 0x2c1 zephyr/libzephyr.a(last_section_id.c.obj) - .debug_str 0x00008d92 0x22f zephyr/libzephyr.a(configs.c.obj) - .debug_str 0x00008d92 0x45b zephyr/libzephyr.a(soc_config.c.obj) - .debug_str 0x00008d92 0x8e7 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .debug_str 0x00008d92 0x5d1 zephyr/libzephyr.a(soc.c.obj) - .debug_str 0x00008d92 0x396 zephyr/libzephyr.a(log_minimal.c.obj) - .debug_str 0x00008d92 0x5db zephyr/libzephyr.a(mem_attr.c.obj) - .debug_str 0x00008d92 0x7b9 zephyr/libzephyr.a(flash_map.c.obj) - .debug_str 0x00008d92 0x69f zephyr/libzephyr.a(flash_map_default.c.obj) - .debug_str 0x00008d92 0x4d7 zephyr/libzephyr.a(flash_map_layout.c.obj) - .debug_str 0x00008d92 0x7cc zephyr/libzephyr.a(thread_entry.c.obj) - .debug_str 0x00008d92 0x9f5 zephyr/libzephyr.a(image_validate.c.obj) - .debug_str 0x00008d92 0x9ec zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .debug_str 0x00008d92 0x8df zephyr/libzephyr.a(tlv.c.obj) - .debug_str 0x00008d92 0xc0d zephyr/libzephyr.a(bootutil_misc.c.obj) - .debug_str 0x00008d92 0x91c zephyr/libzephyr.a(bootutil_area.c.obj) - .debug_str 0x00008d92 0xae3 zephyr/libzephyr.a(bootutil_loader.c.obj) - .debug_str 0x00008d92 0x30f zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .debug_str 0x00008d92 0xfa5 zephyr/libzephyr.a(loader.c.obj) - .debug_str 0x00008d92 0xbf7 zephyr/libzephyr.a(swap_misc.c.obj) - .debug_str 0x00008d92 0xd9c zephyr/libzephyr.a(swap_move.c.obj) - .debug_str 0x00008d92 0x3a1 zephyr/libzephyr.a(sha256.c.obj) - .debug_str 0x00008d92 0x33c zephyr/libzephyr.a(utils.c.obj) - .debug_str 0x00008d92 0x3fa zephyr/libzephyr.a(arm_cortex_m.c.obj) - .debug_str 0x00008d92 0xa9b zephyr/libzephyr.a(flash_check.c.obj) - .debug_str 0x00008d92 0x30f zephyr/arch/common/libarch__common.a(init.c.obj) - .debug_str 0x00008d92 0x347 zephyr/arch/common/libarch__common.a(xip.c.obj) - .debug_str 0x00008d92 0x7fc zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .debug_str 0x00008d92 0x2d1 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .debug_str 0x00008d92 0x88 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .debug_str 0x00008d92 0x7be zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .debug_str 0x00008d92 0x1166 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .debug_str 0x00008d92 0x8c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .debug_str 0x00008d92 0x8a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .debug_str 0x00008d92 0x47f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .debug_str 0x00008d92 0x88 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .debug_str 0x00008d92 0x997 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .debug_str 0x00008d92 0x49e zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .debug_str 0x00008d92 0x78a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .debug_str 0x00008d92 0x3ed zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .debug_str 0x00008d92 0x609 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .debug_str 0x00008d92 0x653 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .debug_str 0x00008d92 0x90 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .debug_str 0x00008d92 0x85b zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .debug_str 0x00008d92 0x33d zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .debug_str 0x00008d92 0x94 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .debug_str 0x00008d92 0x6e6 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .debug_str 0x00008d92 0xc10 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .debug_str 0x00008d92 0x35e zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .debug_str 0x00008d92 0x2cf zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .debug_str 0x00008d92 0x3a2 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .debug_str 0x00008d92 0xee5 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .debug_str 0x00008d92 0x10cb zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .debug_str 0x00008d92 0xe35 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .debug_str 0x00008d92 0x571 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .debug_str 0x00008d92 0x5af zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .debug_str 0x00008d92 0xf20 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .debug_str 0x00008d92 0xa7c zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .debug_str 0x00008d92 0xc18 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .debug_str 0x00008d92 0x49f modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .debug_str 0x00008d92 0x94b modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .debug_str 0x00008d92 0x94a modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .debug_str 0x00008d92 0xd1b modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .debug_str 0x00008d92 0x409 zephyr/kernel/libkernel.a(device.c.obj) - .debug_str 0x00008d92 0xad0 zephyr/kernel/libkernel.a(fatal.c.obj) - .debug_str 0x00008d92 0x1235 zephyr/kernel/libkernel.a(init.c.obj) - .debug_str 0x00008d92 0x3db zephyr/kernel/libkernel.a(idle.c.obj) - .debug_str 0x00008d92 0x9e8 zephyr/kernel/libkernel.a(sem.c.obj) - .debug_str 0x00008d92 0x1253 zephyr/kernel/libkernel.a(thread.c.obj) - .debug_str 0x00008d92 0x1043 zephyr/kernel/libkernel.a(sched.c.obj) - .debug_str 0x00008d92 0x901 zephyr/kernel/libkernel.a(scheduler.c.obj) - .debug_str 0x00008d92 0xa60 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .debug_str 0x00008d92 0x966 zephyr/kernel/libkernel.a(timeout.c.obj) - .debug_str 0x00008d92 0x3d6 zephyr/arch/common/libisr_tables.a(isr_tables.c.obj) - -.debug_loc 0x00000000 0x15f93 - *(SORT_BY_ALIGNMENT(.debug_loc)) - .debug_loc 0x00000000 0x8b app/libapp.a(main.c.obj) - .debug_loc 0x0000008b 0x3bf app/libapp.a(flash_map_extended.c.obj) - .debug_loc 0x0000044a 0x17b zephyr/libzephyr.a(printk.c.obj) - .debug_loc 0x000005c5 0x1a0 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .debug_loc 0x00000765 0x18 zephyr/libzephyr.a(soc.c.obj) - .debug_loc 0x0000077d 0x1e1 zephyr/libzephyr.a(log_minimal.c.obj) - .debug_loc 0x0000095e 0xc6 zephyr/libzephyr.a(mem_attr.c.obj) - .debug_loc 0x00000a24 0xc8e zephyr/libzephyr.a(flash_map.c.obj) - .debug_loc 0x000016b2 0x2fb zephyr/libzephyr.a(flash_map_layout.c.obj) - .debug_loc 0x000019ad 0x9d zephyr/libzephyr.a(thread_entry.c.obj) - .debug_loc 0x00001a4a 0x272 zephyr/libzephyr.a(image_validate.c.obj) - .debug_loc 0x00001cbc 0x2ce zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .debug_loc 0x00001f8a 0x2a5 zephyr/libzephyr.a(tlv.c.obj) - .debug_loc 0x0000222f 0x7eb zephyr/libzephyr.a(bootutil_misc.c.obj) - .debug_loc 0x00002a1a 0x5b4 zephyr/libzephyr.a(bootutil_area.c.obj) - .debug_loc 0x00002fce 0x759 zephyr/libzephyr.a(bootutil_loader.c.obj) - .debug_loc 0x00003727 0x1069 zephyr/libzephyr.a(loader.c.obj) - .debug_loc 0x00004790 0x564 zephyr/libzephyr.a(swap_misc.c.obj) - .debug_loc 0x00004cf4 0x135c zephyr/libzephyr.a(swap_move.c.obj) - .debug_loc 0x00006050 0xddc zephyr/libzephyr.a(sha256.c.obj) - .debug_loc 0x00006e2c 0x23e zephyr/libzephyr.a(utils.c.obj) - .debug_loc 0x0000706a 0x168 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .debug_loc 0x000071d2 0x76 zephyr/libzephyr.a(flash_check.c.obj) - .debug_loc 0x00007248 0x102 zephyr/arch/common/libarch__common.a(init.c.obj) - .debug_loc 0x0000734a 0x11c zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .debug_loc 0x00007466 0xa0 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .debug_loc 0x00007506 0x8a9 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .debug_loc 0x00007daf 0xdc zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .debug_loc 0x00007e8b 0x1dd zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .debug_loc 0x00008068 0x3c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .debug_loc 0x000080a4 0x267 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .debug_loc 0x0000830b 0x56 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .debug_loc 0x00008361 0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .debug_loc 0x000083a1 0x6a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .debug_loc 0x0000840b 0x3f zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .debug_loc 0x0000844a 0x89 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .debug_loc 0x000084d3 0x8ee zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .debug_loc 0x00008dc1 0x2c zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .debug_loc 0x00008ded 0xbaf zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .debug_loc 0x0000999c 0x67a zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .debug_loc 0x0000a016 0xbc0 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .debug_loc 0x0000abd6 0x72 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .debug_loc 0x0000ac48 0x3c9 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .debug_loc 0x0000b011 0xa78 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .debug_loc 0x0000ba89 0x7ba zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .debug_loc 0x0000c243 0x6ea zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .debug_loc 0x0000c92d 0xac modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .debug_loc 0x0000c9d9 0x8e1 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .debug_loc 0x0000d2ba 0x908 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .debug_loc 0x0000dbc2 0xf23 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .debug_loc 0x0000eae5 0x1e8 zephyr/kernel/libkernel.a(device.c.obj) - .debug_loc 0x0000eccd 0x1b0 zephyr/kernel/libkernel.a(fatal.c.obj) - .debug_loc 0x0000ee7d 0x6e3 zephyr/kernel/libkernel.a(init.c.obj) - .debug_loc 0x0000f560 0x97 zephyr/kernel/libkernel.a(idle.c.obj) - .debug_loc 0x0000f5f7 0x7b7 zephyr/kernel/libkernel.a(sem.c.obj) - .debug_loc 0x0000fdae 0x144a zephyr/kernel/libkernel.a(thread.c.obj) - .debug_loc 0x000111f8 0x2fcd zephyr/kernel/libkernel.a(sched.c.obj) - .debug_loc 0x000141c5 0x8ff zephyr/kernel/libkernel.a(scheduler.c.obj) - .debug_loc 0x00014ac4 0x3d4 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .debug_loc 0x00014e98 0x10fb zephyr/kernel/libkernel.a(timeout.c.obj) - -.debug_macinfo - *(SORT_BY_ALIGNMENT(.debug_macinfo)) - -.debug_weaknames - *(SORT_BY_ALIGNMENT(.debug_weaknames)) - -.debug_funcnames - *(SORT_BY_ALIGNMENT(.debug_funcnames)) - -.debug_typenames - *(SORT_BY_ALIGNMENT(.debug_typenames)) - -.debug_varnames - *(SORT_BY_ALIGNMENT(.debug_varnames)) - -.debug_pubtypes - *(SORT_BY_ALIGNMENT(.debug_pubtypes)) - -.debug_ranges 0x00000000 0x3898 - *(SORT_BY_ALIGNMENT(.debug_ranges)) - .debug_ranges 0x00000000 0x10 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .debug_ranges 0x00000010 0x28 app/libapp.a(main.c.obj) - .debug_ranges 0x00000038 0x58 app/libapp.a(flash_map_extended.c.obj) - .debug_ranges 0x00000090 0x10 app/libapp.a(os.c.obj) - .debug_ranges 0x000000a0 0x18 app/libapp.a(watchdog.c.obj) - .debug_ranges 0x000000b8 0x10 zephyr/libzephyr.a(boot_banner.c.obj) - .debug_ranges 0x000000c8 0x58 zephyr/libzephyr.a(printk.c.obj) - .debug_ranges 0x00000120 0x10 zephyr/libzephyr.a(configs.c.obj) - .debug_ranges 0x00000130 0x10 zephyr/libzephyr.a(soc_config.c.obj) - .debug_ranges 0x00000140 0x18 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .debug_ranges 0x00000158 0x58 zephyr/libzephyr.a(soc.c.obj) - .debug_ranges 0x000001b0 0x98 zephyr/libzephyr.a(log_minimal.c.obj) - .debug_ranges 0x00000248 0x20 zephyr/libzephyr.a(mem_attr.c.obj) - .debug_ranges 0x00000268 0x180 zephyr/libzephyr.a(flash_map.c.obj) - .debug_ranges 0x000003e8 0x48 zephyr/libzephyr.a(flash_map_layout.c.obj) - .debug_ranges 0x00000430 0x10 zephyr/libzephyr.a(thread_entry.c.obj) - .debug_ranges 0x00000440 0x10 zephyr/libzephyr.a(image_validate.c.obj) - .debug_ranges 0x00000450 0x30 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .debug_ranges 0x00000480 0x20 zephyr/libzephyr.a(tlv.c.obj) - .debug_ranges 0x000004a0 0xa8 zephyr/libzephyr.a(bootutil_misc.c.obj) - .debug_ranges 0x00000548 0x68 zephyr/libzephyr.a(bootutil_area.c.obj) - .debug_ranges 0x000005b0 0x80 zephyr/libzephyr.a(bootutil_loader.c.obj) - .debug_ranges 0x00000630 0x168 zephyr/libzephyr.a(loader.c.obj) - .debug_ranges 0x00000798 0xb8 zephyr/libzephyr.a(swap_misc.c.obj) - .debug_ranges 0x00000850 0x270 zephyr/libzephyr.a(swap_move.c.obj) - .debug_ranges 0x00000ac0 0xa0 zephyr/libzephyr.a(sha256.c.obj) - .debug_ranges 0x00000b60 0x50 zephyr/libzephyr.a(utils.c.obj) - .debug_ranges 0x00000bb0 0x30 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .debug_ranges 0x00000be0 0x10 zephyr/libzephyr.a(flash_check.c.obj) - .debug_ranges 0x00000bf0 0x20 zephyr/arch/common/libarch__common.a(init.c.obj) - .debug_ranges 0x00000c10 0x10 zephyr/arch/common/libarch__common.a(xip.c.obj) - .debug_ranges 0x00000c20 0x18 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .debug_ranges 0x00000c38 0x10 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .debug_ranges 0x00000c48 0x48 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .debug_ranges 0x00000c90 0x88 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .debug_ranges 0x00000d18 0x40 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .debug_ranges 0x00000d58 0x48 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .debug_ranges 0x00000da0 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .debug_ranges 0x00000dd0 0x50 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .debug_ranges 0x00000e20 0x20 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .debug_ranges 0x00000e40 0x10 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .debug_ranges 0x00000e50 0x10 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .debug_ranges 0x00000e60 0x38 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .debug_ranges 0x00000e98 0x28 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .debug_ranges 0x00000ec0 0x18 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .debug_ranges 0x00000ed8 0x270 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .debug_ranges 0x00001148 0x10 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .debug_ranges 0x00001158 0x10 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .debug_ranges 0x00001168 0x4c8 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .debug_ranges 0x00001630 0x168 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .debug_ranges 0x00001798 0x120 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .debug_ranges 0x000018b8 0x38 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .debug_ranges 0x000018f0 0x48 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .debug_ranges 0x00001938 0xe0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .debug_ranges 0x00001a18 0xb0 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .debug_ranges 0x00001ac8 0xe0 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .debug_ranges 0x00001ba8 0x18 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .debug_ranges 0x00001bc0 0x98 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .debug_ranges 0x00001c58 0x218 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .debug_ranges 0x00001e70 0x1c0 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .debug_ranges 0x00002030 0x78 zephyr/kernel/libkernel.a(device.c.obj) - .debug_ranges 0x000020a8 0x70 zephyr/kernel/libkernel.a(fatal.c.obj) - .debug_ranges 0x00002118 0x1d0 zephyr/kernel/libkernel.a(init.c.obj) - .debug_ranges 0x000022e8 0x48 zephyr/kernel/libkernel.a(idle.c.obj) - .debug_ranges 0x00002330 0x190 zephyr/kernel/libkernel.a(sem.c.obj) - .debug_ranges 0x000024c0 0x330 zephyr/kernel/libkernel.a(thread.c.obj) - .debug_ranges 0x000027f0 0xa58 zephyr/kernel/libkernel.a(sched.c.obj) - .debug_ranges 0x00003248 0x1c8 zephyr/kernel/libkernel.a(scheduler.c.obj) - .debug_ranges 0x00003410 0x90 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .debug_ranges 0x000034a0 0x3f8 zephyr/kernel/libkernel.a(timeout.c.obj) - -.debug_addr - *(SORT_BY_ALIGNMENT(.debug_addr)) - -.debug_line_str - *(SORT_BY_ALIGNMENT(.debug_line_str)) - -.debug_loclists - *(SORT_BY_ALIGNMENT(.debug_loclists)) - -.debug_macro - *(SORT_BY_ALIGNMENT(.debug_macro)) - -.debug_names - *(SORT_BY_ALIGNMENT(.debug_names)) - -.debug_rnglists - *(SORT_BY_ALIGNMENT(.debug_rnglists)) - -.debug_str_offsets - *(SORT_BY_ALIGNMENT(.debug_str_offsets)) - -.debug_sup - *(SORT_BY_ALIGNMENT(.debug_sup)) - -/DISCARD/ - *(SORT_BY_ALIGNMENT(.note.GNU-stack)) - -.ARM.attributes - 0x00000000 0x32 - *(SORT_BY_ALIGNMENT(.ARM.attributes)) - .ARM.attributes - 0x00000000 0x30 zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj - .ARM.attributes - 0x00000030 0x30 zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj - .ARM.attributes - 0x00000060 0x30 app/libapp.a(main.c.obj) - .ARM.attributes - 0x00000090 0x30 app/libapp.a(io.c.obj) - .ARM.attributes - 0x000000c0 0x30 app/libapp.a(flash_map_extended.c.obj) - .ARM.attributes - 0x000000f0 0x30 app/libapp.a(os.c.obj) - .ARM.attributes - 0x00000120 0x30 app/libapp.a(keys.c.obj) - .ARM.attributes - 0x00000150 0x30 app/libapp.a(watchdog.c.obj) - .ARM.attributes - 0x00000180 0x30 zephyr/libzephyr.a(validate_libc.c.obj) - .ARM.attributes - 0x000001b0 0x30 zephyr/libzephyr.a(heap.c.obj) - .ARM.attributes - 0x000001e0 0x30 zephyr/libzephyr.a(boot_banner.c.obj) - .ARM.attributes - 0x00000210 0x30 zephyr/libzephyr.a(cbprintf_packaged.c.obj) - .ARM.attributes - 0x00000240 0x30 zephyr/libzephyr.a(clock.c.obj) - .ARM.attributes - 0x00000270 0x30 zephyr/libzephyr.a(printk.c.obj) - .ARM.attributes - 0x000002a0 0x30 zephyr/libzephyr.a(cbprintf_nano.c.obj) - .ARM.attributes - 0x000002d0 0x30 zephyr/libzephyr.a(assert.c.obj) - .ARM.attributes - 0x00000300 0x30 zephyr/libzephyr.a(dec.c.obj) - .ARM.attributes - 0x00000330 0x30 zephyr/libzephyr.a(hex.c.obj) - .ARM.attributes - 0x00000360 0x30 zephyr/libzephyr.a(rb.c.obj) - .ARM.attributes - 0x00000390 0x30 zephyr/libzephyr.a(set.c.obj) - .ARM.attributes - 0x000003c0 0x30 zephyr/libzephyr.a(timeutil.c.obj) - .ARM.attributes - 0x000003f0 0x30 zephyr/libzephyr.a(bitarray.c.obj) - .ARM.attributes - 0x00000420 0x30 zephyr/libzephyr.a(bitmask.c.obj) - .ARM.attributes - 0x00000450 0x30 zephyr/libzephyr.a(getopt.c.obj) - .ARM.attributes - 0x00000480 0x30 zephyr/libzephyr.a(getopt_common.c.obj) - .ARM.attributes - 0x000004b0 0x30 zephyr/libzephyr.a(ring_buffer.c.obj) - .ARM.attributes - 0x000004e0 0x30 zephyr/libzephyr.a(last_section_id.c.obj) - .ARM.attributes - 0x00000510 0x30 zephyr/libzephyr.a(configs.c.obj) - .ARM.attributes - 0x00000540 0x30 zephyr/libzephyr.a(stm32cube_hal.c.obj) - .ARM.attributes - 0x00000570 0x30 zephyr/libzephyr.a(soc_config.c.obj) - .ARM.attributes - 0x000005a0 0x30 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .ARM.attributes - 0x000005d0 0x30 zephyr/libzephyr.a(soc.c.obj) - .ARM.attributes - 0x00000600 0x30 zephyr/libzephyr.a(log_minimal.c.obj) - .ARM.attributes - 0x00000630 0x30 zephyr/libzephyr.a(mem_attr.c.obj) - .ARM.attributes - 0x00000660 0x30 zephyr/libzephyr.a(flash_map.c.obj) - .ARM.attributes - 0x00000690 0x30 zephyr/libzephyr.a(flash_map_default.c.obj) - .ARM.attributes - 0x000006c0 0x30 zephyr/libzephyr.a(flash_map_layout.c.obj) - .ARM.attributes - 0x000006f0 0x30 zephyr/libzephyr.a(tracing_none.c.obj) - .ARM.attributes - 0x00000720 0x30 zephyr/libzephyr.a(flash_util.c.obj) - .ARM.attributes - 0x00000750 0x30 zephyr/libzephyr.a(sem.c.obj) - .ARM.attributes - 0x00000780 0x30 zephyr/libzephyr.a(thread_entry.c.obj) - .ARM.attributes - 0x000007b0 0x30 zephyr/libzephyr.a(image_validate.c.obj) - .ARM.attributes - 0x000007e0 0x30 zephyr/libzephyr.a(bootutil_find_key.c.obj) - .ARM.attributes - 0x00000810 0x30 zephyr/libzephyr.a(bootutil_img_hash.c.obj) - .ARM.attributes - 0x00000840 0x30 zephyr/libzephyr.a(bootutil_img_security_cnt.c.obj) - .ARM.attributes - 0x00000870 0x30 zephyr/libzephyr.a(tlv.c.obj) - .ARM.attributes - 0x000008a0 0x30 zephyr/libzephyr.a(encrypted.c.obj) - .ARM.attributes - 0x000008d0 0x30 zephyr/libzephyr.a(image_rsa.c.obj) - .ARM.attributes - 0x00000900 0x30 zephyr/libzephyr.a(image_ecdsa.c.obj) - .ARM.attributes - 0x00000930 0x30 zephyr/libzephyr.a(image_ed25519.c.obj) - .ARM.attributes - 0x00000960 0x30 zephyr/libzephyr.a(bootutil_misc.c.obj) - .ARM.attributes - 0x00000990 0x30 zephyr/libzephyr.a(bootutil_area.c.obj) - .ARM.attributes - 0x000009c0 0x30 zephyr/libzephyr.a(bootutil_loader.c.obj) - .ARM.attributes - 0x000009f0 0x30 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - .ARM.attributes - 0x00000a20 0x30 zephyr/libzephyr.a(loader.c.obj) - .ARM.attributes - 0x00000a50 0x30 zephyr/libzephyr.a(swap_misc.c.obj) - .ARM.attributes - 0x00000a80 0x30 zephyr/libzephyr.a(caps.c.obj) - .ARM.attributes - 0x00000ab0 0x30 zephyr/libzephyr.a(swap_move.c.obj) - .ARM.attributes - 0x00000ae0 0x30 zephyr/libzephyr.a(sha256.c.obj) - .ARM.attributes - 0x00000b10 0x30 zephyr/libzephyr.a(utils.c.obj) - .ARM.attributes - 0x00000b40 0x30 zephyr/libzephyr.a(arm_cortex_m.c.obj) - .ARM.attributes - 0x00000b70 0x30 zephyr/libzephyr.a(banner.c.obj) - .ARM.attributes - 0x00000ba0 0x30 zephyr/libzephyr.a(flash_check.c.obj) - .ARM.attributes - 0x00000bd0 0x30 zephyr/arch/common/libarch__common.a(sw_isr_common.c.obj) - .ARM.attributes - 0x00000c00 0x30 zephyr/arch/common/libarch__common.a(init.c.obj) - .ARM.attributes - 0x00000c30 0x30 zephyr/arch/common/libarch__common.a(xip.c.obj) - .ARM.attributes - 0x00000c60 0x30 zephyr/arch/arch/arm/core/libarch__arm__core.a(fatal.c.obj) - .ARM.attributes - 0x00000c90 0x30 zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi.c.obj) - .ARM.attributes - 0x00000cc0 0x1c zephyr/arch/arch/arm/core/libarch__arm__core.a(nmi_on_reset.S.obj) - .ARM.attributes - 0x00000cdc 0x30 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - .ARM.attributes - 0x00000d0c 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault.c.obj) - .ARM.attributes - 0x00000d3c 0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fault_s.S.obj) - .ARM.attributes - 0x00000d58 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(fpu.c.obj) - .ARM.attributes - 0x00000d88 0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(reset.S.obj) - .ARM.attributes - 0x00000da4 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(scb.c.obj) - .ARM.attributes - 0x00000dd4 0x1e zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(vector_table.S.obj) - .ARM.attributes - 0x00000df2 0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(svc.S.obj) - .ARM.attributes - 0x00000e0e 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_manage.c.obj) - .ARM.attributes - 0x00000e3e 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(prep_c.c.obj) - .ARM.attributes - 0x00000e6e 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread.c.obj) - .ARM.attributes - 0x00000e9e 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(cpu_idle.c.obj) - .ARM.attributes - 0x00000ece 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(exc_exit.c.obj) - .ARM.attributes - 0x00000efe 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(thread_abort.c.obj) - .ARM.attributes - 0x00000f2e 0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(swap_helper.S.obj) - .ARM.attributes - 0x00000f4a 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(irq_init.c.obj) - .ARM.attributes - 0x00000f7a 0x30 zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(isr_wrapper.c.obj) - .ARM.attributes - 0x00000faa 0x1c zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a(__aeabi_read_tp.S.obj) - .ARM.attributes - 0x00000fc6 0x30 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .ARM.attributes - 0x00000ff6 0x30 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .ARM.attributes - 0x00001026 0x30 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu_regions.c.obj) - .ARM.attributes - 0x00001056 0x30 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(assert.c.obj) - .ARM.attributes - 0x00001086 0x30 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(cbprintf.c.obj) - .ARM.attributes - 0x000010b6 0x30 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(chk_fail.c.obj) - .ARM.attributes - 0x000010e6 0x30 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(errno_wrap.c.obj) - .ARM.attributes - 0x00001116 0x30 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(exit.c.obj) - .ARM.attributes - 0x00001146 0x30 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(locks.c.obj) - .ARM.attributes - 0x00001176 0x30 zephyr/lib/libc/picolibc/liblib__libc__picolibc.a(stdio.c.obj) - .ARM.attributes - 0x000011a6 0x30 zephyr/lib/libc/common/liblib__libc__common.a(abort.c.obj) - .ARM.attributes - 0x000011d6 0x30 zephyr/lib/libc/common/liblib__libc__common.a(time.c.obj) - .ARM.attributes - 0x00001206 0x30 zephyr/lib/libc/common/liblib__libc__common.a(malloc.c.obj) - .ARM.attributes - 0x00001236 0x30 zephyr/lib/libc/common/liblib__libc__common.a(errno.c.obj) - .ARM.attributes - 0x00001266 0x30 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(fnmatch.c.obj) - .ARM.attributes - 0x00001296 0x30 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getentropy.c.obj) - .ARM.attributes - 0x000012c6 0x30 zephyr/subsys/portability/posix/c_lib_ext/libsubsys__portability__posix__c_lib_ext.a(getopt_shim.c.obj) - .ARM.attributes - 0x000012f6 0x30 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_exti_stm32.c.obj) - .ARM.attributes - 0x00001326 0x30 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .ARM.attributes - 0x00001356 0x30 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32_ll_common.c.obj) - .ARM.attributes - 0x00001386 0x30 zephyr/drivers/clock_control/libdrivers__clock_control.a(clock_stm32g4.c.obj) - .ARM.attributes - 0x000013b6 0x30 zephyr/drivers/flash/libdrivers__flash.a(flash_page_layout.c.obj) - .ARM.attributes - 0x000013e6 0x30 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32.c.obj) - .ARM.attributes - 0x00001416 0x30 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .ARM.attributes - 0x00001446 0x30 zephyr/drivers/timer/libdrivers__timer.a(sys_clock_init.c.obj) - .ARM.attributes - 0x00001476 0x30 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .ARM.attributes - 0x000014a6 0x30 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(system_stm32g4xx.c.obj) - .ARM.attributes - 0x000014d6 0x30 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal.c.obj) - .ARM.attributes - 0x00001506 0x30 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc.c.obj) - .ARM.attributes - 0x00001536 0x30 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_hal_rcc_ex.c.obj) - .ARM.attributes - 0x00001566 0x30 modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a(stm32g4xx_ll_utils.c.obj) - .ARM.attributes - 0x00001596 0x30 modules/mcuboot/libmcuboot_util.a(bootutil_public.c.obj) - .ARM.attributes - 0x000015c6 0x30 zephyr/kernel/libkernel.a(device.c.obj) - .ARM.attributes - 0x000015f6 0x30 zephyr/kernel/libkernel.a(fatal.c.obj) - .ARM.attributes - 0x00001626 0x30 zephyr/kernel/libkernel.a(init.c.obj) - .ARM.attributes - 0x00001656 0x30 zephyr/kernel/libkernel.a(idle.c.obj) - .ARM.attributes - 0x00001686 0x30 zephyr/kernel/libkernel.a(mutex.c.obj) - .ARM.attributes - 0x000016b6 0x30 zephyr/kernel/libkernel.a(sem.c.obj) - .ARM.attributes - 0x000016e6 0x30 zephyr/kernel/libkernel.a(thread.c.obj) - .ARM.attributes - 0x00001716 0x30 zephyr/kernel/libkernel.a(sched.c.obj) - .ARM.attributes - 0x00001746 0x30 zephyr/kernel/libkernel.a(sleep.c.obj) - .ARM.attributes - 0x00001776 0x30 zephyr/kernel/libkernel.a(scheduler.c.obj) - .ARM.attributes - 0x000017a6 0x30 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .ARM.attributes - 0x000017d6 0x30 zephyr/kernel/libkernel.a(timeout.c.obj) - .ARM.attributes - 0x00001806 0x30 zephyr/arch/common/libisr_tables.a(isr_tables.c.obj) - .ARM.attributes - 0x00001836 0x1c /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strcmp.S.o) - .ARM.attributes - 0x00001852 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memcpy.c.o) - .ARM.attributes - 0x00001884 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(memset.c.o) - .ARM.attributes - 0x000018b6 0x17 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(strlen.S.o) - .ARM.attributes - 0x000018cd 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_errno_errno.c.o) - .ARM.attributes - 0x000018ff 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_memcmp.c.o) - .ARM.attributes - 0x00001931 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_string_strchr.c.o) - .ARM.attributes - 0x00001963 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_puts.c.o) - .ARM.attributes - 0x00001995 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmprintf.c.o) - .ARM.attributes - 0x000019c7 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_vfmscanf.c.o) - .ARM.attributes - 0x000019f9 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_fgetc.c.o) - .ARM.attributes - 0x00001a2b 0x32 /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/../../../../arm-zephyr-eabi/lib/thumb/v7e-m/nofp/space/libc.a(libc_tinystdio_ungetc.c.o) - .ARM.attributes - 0x00001a5d 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldf3.o) - .ARM.attributes - 0x00001a7b 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_addsubdf3.o) - .ARM.attributes - 0x00001a99 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_muldivdf3.o) - .ARM.attributes - 0x00001ab7 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_truncdfsf2.o) - .ARM.attributes - 0x00001ad5 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpsf2.o) - .ARM.attributes - 0x00001af3 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_ldivmod.o) - .ARM.attributes - 0x00001b11 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_aeabi_uldivmod.o) - .ARM.attributes - 0x00001b2f 0x2e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_popcountsi2.o) - .ARM.attributes - 0x00001b5d 0x2e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixdfdi.o) - .ARM.attributes - 0x00001b8b 0x2e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_fixunsdfdi.o) - .ARM.attributes - 0x00001bb9 0x2e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_udivmoddi4.o) - .ARM.attributes - 0x00001be7 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_dvmd_tls.o) - .ARM.attributes - 0x00001c05 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_cmpdf2.o) - .ARM.attributes - 0x00001c23 0x1e /nix/store/jc8rrlxa357m23f36nknc61ns5ajm114-zephyr-sdk-1.0.1/gnu/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/14.3.0/thumb/v7e-m/nofp/space/libgcc.a(_arm_fixunsdfsi.o) - *(SORT_BY_ALIGNMENT(.gnu.attributes)) - -SRAM0 0x20000000 0x0 - 0x20000000 __SRAM0_start = . - *(SORT_BY_ALIGNMENT(SRAM0)) - *(SORT_BY_ALIGNMENT(SRAM0.*)) - 0x20000000 __SRAM0_end = . - 0x00000000 __SRAM0_size = (__SRAM0_end - __SRAM0_start) - 0x20000000 __SRAM0_load_start = LOADADDR (SRAM0) - -.last_section 0x08005354 0x4 - *(SORT_BY_ALIGNMENT(.last_section)) - .last_section 0x08005354 0x4 zephyr/libzephyr.a(last_section_id.c.obj) - 0x00005358 _flash_used = ((LOADADDR (.last_section) + SIZEOF (.last_section)) - __rom_region_start) - -bss 0x20000058 0x983 - 0x20000058 . = ALIGN (0x4) - 0x20000058 __bss_start = . - 0x20000058 __kernel_ram_start = . - *(SORT_BY_ALIGNMENT(.bss)) - *(SORT_BY_ALIGNMENT(.bss.*)) - .bss.announced_cycles - 0x20000058 0x8 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .bss.cycle_count - 0x20000060 0x8 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .bss.z_idle_threads - 0x20000068 0x80 zephyr/kernel/libkernel.a(init.c.obj) - 0x20000068 z_idle_threads - .bss.z_main_thread - 0x200000e8 0x80 zephyr/kernel/libkernel.a(init.c.obj) - 0x200000e8 z_main_thread - .bss._thread_dummy - 0x20000168 0x80 zephyr/kernel/libkernel.a(sched.c.obj) - 0x20000168 _thread_dummy - .bss.slice_timeouts - 0x200001e8 0x18 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .bss.curr_tick - 0x20000200 0x8 zephyr/kernel/libkernel.a(timeout.c.obj) - .bss.vt.0 0x20000208 0x4 app/libapp.a(main.c.obj) - .bss.__warned.0 - 0x2000020c 0x4 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .bss.refcount 0x20000210 0x4 zephyr/libzephyr.a(stm32_backup_domain.c.obj) - .bss.sector_buffers - 0x20000214 0x180 zephyr/libzephyr.a(bootutil_misc.c.obj) - .bss.FIH_SUCCESS - 0x20000394 0x4 zephyr/libzephyr.a(fault_injection_hardening.c.obj) - 0x20000394 FIH_SUCCESS - .bss.buf.1 0x20000398 0x400 zephyr/libzephyr.a(loader.c.obj) - .bss.boot_data - 0x20000798 0x60 zephyr/libzephyr.a(loader.c.obj) - .bss.boot_status_fails - 0x200007f8 0x4 zephyr/libzephyr.a(swap_move.c.obj) - 0x200007f8 boot_status_fails - .bss.z_arm_tls_ptr - 0x200007fc 0x4 zephyr/arch/arch/arm/core/libarch__arm__core.a(tls.c.obj) - 0x200007fc z_arm_tls_ptr - .bss.dynamic_regions.0 - 0x20000800 0xc zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_core_mpu.c.obj) - .bss.intc_gpio_data - 0x2000080c 0x80 zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a(intc_gpio_stm32.c.obj) - .bss.stm32g4_flash_layout.0 - 0x2000088c 0x18 zephyr/drivers/flash/libdrivers__flash.a(flash_stm32g4x.c.obj) - .bss.overflow_cyc - 0x200008a4 0x4 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .bss.last_load - 0x200008a8 0x4 zephyr/drivers/timer/libdrivers__timer.a(cortex_m_systick.c.obj) - .bss._kernel 0x200008ac 0x20 zephyr/kernel/libkernel.a(init.c.obj) - 0x200008ac _kernel - .bss.pending_current - 0x200008cc 0x4 zephyr/kernel/libkernel.a(timeslicing.c.obj) - 0x200008cc pending_current - .bss.slice_max_prio - 0x200008d0 0x4 zephyr/kernel/libkernel.a(timeslicing.c.obj) - .bss.announce_remaining - 0x200008d4 0x4 zephyr/kernel/libkernel.a(timeout.c.obj) - .bss.tmpbuf.0 0x200008d8 0x100 zephyr/libzephyr.a(bootutil_loader.c.obj) - .bss.static_regions_num - 0x200009d8 0x1 zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a(arm_mpu.c.obj) - .bss.z_sys_post_kernel - 0x200009d9 0x1 zephyr/kernel/libkernel.a(init.c.obj) - 0x200009d9 z_sys_post_kernel - .bss.lock 0x200009da 0x0 zephyr/kernel/libkernel.a(sem.c.obj) - .bss._sched_spinlock - 0x200009da 0x0 zephyr/kernel/libkernel.a(sched.c.obj) - 0x200009da _sched_spinlock - .bss.slice_expired - 0x200009da 0x1 zephyr/kernel/libkernel.a(timeslicing.c.obj) - *(SORT_BY_ALIGNMENT(COMMON)) - *(SORT_BY_ALIGNMENT(.kernel_bss.*)) - 0x200009dc __bss_end = ALIGN (0x4) - -noinit 0x20000a00 0x3200 - *(SORT_BY_ALIGNMENT(.noinit)) - *(SORT_BY_ALIGNMENT(.noinit.*)) - .noinit.WEST_TOPDIR/zephyr/kernel/init.c.2 - 0x20000a00 0x840 zephyr/kernel/libkernel.a(init.c.obj) - 0x20000a00 z_interrupt_stacks - .noinit.WEST_TOPDIR/zephyr/kernel/init.c.1 - 0x20001240 0x180 zephyr/kernel/libkernel.a(init.c.obj) - .noinit.WEST_TOPDIR/zephyr/kernel/init.c.0 - 0x200013c0 0x2840 zephyr/kernel/libkernel.a(init.c.obj) - 0x200013c0 z_main_stack - 0x20008000 __kernel_ram_end = 0x20008000 - 0x00007fa8 __kernel_ram_size = (__kernel_ram_end - __kernel_ram_start) - -.last_ram_section - 0x20003c00 0x0 - 0x20003c00 _image_ram_end = . - 0x00003c00 _image_ram_size = (_image_ram_end - _image_ram_start) - 0x20003c00 _end = . - 0x20003c00 z_mapped_end = . -OUTPUT(zephyr/zephyr_pre0.elf elf32-littlearm) -LOAD linker stubs diff --git a/zephyrproject/mykey.pem b/zephyrproject/mykey.pem new file mode 100644 index 0000000..51f3b78 --- /dev/null +++ b/zephyrproject/mykey.pem @@ -0,0 +1,28 @@ +-----BEGIN PRIVATE KEY----- +MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDfwKJjEhk0GRa8 +GzfzgqXt6S54wK37jpwS3mQDReII49cnXogOCxyVWh25nOisvSEp0Ke7syt7YF6j +hfKaNlTLpZQ0hJ4G7DrPTkA3BIUqsmu5EY7/Uq880QUr327PrN4xbIQti0ZvR7gk +Nb6q43xuP86WSAHseWzaz4Dlw8d+E89T0gSfOj7yCWPah9NuJOCQFWbdwi3T8B+e +X6csT4O8nsF1YPmU2VBG8L6vsdcIMtZ3puoD2t7pmMHOqnEjN7lfgpOIfyU/rxiH +jxp3s6ejrvFs6jI0ibHlhyb+owXnXtM9eoZym27RKV2F+oP6t00fK+rfNynh0a75 +j9JkvDWDAgMBAAECggEAGR8JnFHl3oGKmef8aiya8JEjlI8deYbTYxLw66Um8ZST +DWqBoAIDXYlWmQZS4UICvS0eB+bf1ORG+9kIGeRLtOmMMDFLhL91At1oPEUXpmmN +yqN8CJKB9jQJfpmBWXOxJp9mX66pY8kLlZUrKQiNadtkGF9RR/mCDTcK48ENXswo +v5tqJ9KTme/BaTj0/j6SurSqISpedOdXPafFY2vZhPA4Odue4ahZuDxkzorzF/a1 +TZRHlsqAalUz11clpOGKIxOA9iQvtPri7VKb+siONMF9pp8jP4OCHZfsnP0t4MzF +87jsa6U7CcszpDsdGIAnnw/sqh1W1uvJsBJG42Mb4QKBgQD9rsOGZNj2RYNiAXLN +N05tDCf7Toj/hUkwsT5dWKu6aNfhrmrrNoceExHkASlwVMojwTWdVsIoByjMVRh5 +ORQKq7seP4SdT5o2Qx9bP6dWFkly61UFD/OI415p8n2oEmKhaA97VjBjppxg6jNp +WqvF/rBBVSkHdC3jzM5cII8maQKBgQDhy+D+ShSfSc5T7FgYiukQ3sF7x0pzbfjU +K9wV4B8yKcHS1PPxYIFBsxD89EO7+quGPQhlRY1dcJxqxltPhSGy2xtOQr7nFpxM +PJbydDhC5N/PFKf39T44ABH6Lhw4iR2jcoI1vwxiqtsCnMuUsGxie7lA8/ZNs1de +fUQJug03CwKBgDH/4Q+7DrwzZTrK2Eq0TOPXUoYIq53ZMlzDgmw5jtdV1L7pdq9X +dvgpgAw1Ymp+e7ziVuPk9q2XA6aKWyGBa37S7DWBBW1QBDAPuL1uZVflWqKo2X/+ +7dwcHD67iaK3xPLVJMAFc9IgQ5AiePGZ6mNC2JB37XdHocfVVRL5Y92JAoGAbMMY +DWUBqfiTOjmN9cRzn3ytFkJYymEeipTV3nOmkzMp+bQ6DPq/SDZI6I+AUPvdwzuC +38Uw4uFrdsM1GIi4Qr7n2DquWgG6J77HtuHkd9RnOghpIDcxUSg3gJrVXSYu8Jwn +vFvaS2yhMhD0vxp8GrQd9/uLmMHaQ9ly/HxyASECgYEA8VO/rA7KMDo/RU1w2hAS +UUAYz+bZSHqvlP1IhmfKEhJOj1pBFZz0SHiT8xrSrXIOj0oO3gxbM3hlVVP5+1TS +toob+H2LI9LjFN9dA8R9OYFLII+eSKUXRMtFdk4r8Vbsca1cIxjBLvKOvEP3rDaZ +mQXQa0mysxjGQSyDFV/w37Q= +-----END PRIVATE KEY----- diff --git a/zephyrproject/pubkey.pem b/zephyrproject/pubkey.pem new file mode 100644 index 0000000..8867081 --- /dev/null +++ b/zephyrproject/pubkey.pem @@ -0,0 +1,9 @@ +-----BEGIN PUBLIC KEY----- +MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA38CiYxIZNBkWvBs384Kl +7ekueMCt+46cEt5kA0XiCOPXJ16IDgsclVoduZzorL0hKdCnu7Mre2Beo4XymjZU +y6WUNISeBuw6z05ANwSFKrJruRGO/1KvPNEFK99uz6zeMWyELYtGb0e4JDW+quN8 +bj/OlkgB7Hls2s+A5cPHfhPPU9IEnzo+8glj2ofTbiTgkBVm3cIt0/Afnl+nLE+D +vJ7BdWD5lNlQRvC+r7HXCDLWd6bqA9re6ZjBzqpxIze5X4KTiH8lP68Yh48ad7On +o67xbOoyNImx5Ycm/qMF517TPXqGcptu0SldhfqD+rdNHyvq3zcp4dGu+Y/SZLw1 +gwIDAQAB +-----END PUBLIC KEY-----