diff options
| author | Michal Hanus <mikehanus@protonmail.com> | 2025-04-14 22:04:32 +0200 |
|---|---|---|
| committer | Michal Hanus <mikehanus@protonmail.com> | 2025-04-14 22:04:32 +0200 |
| commit | 2e13c372f1419f08dab7797b244681f889dd9bcf (patch) | |
| tree | 995a31c40f13068c4135c213e938e0a2a9ed05a3 /nrfdemo/build/mcuboot/zephyr/drivers | |
| parent | 620dfd94019f3c7e3022fa5a5fb9c9b51491062d (diff) | |
nrfdemo
Diffstat (limited to 'nrfdemo/build/mcuboot/zephyr/drivers')
34 files changed, 699 insertions, 0 deletions
diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj b/nrfdemo/build/mcuboot/zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj Binary files differnew file mode 100644 index 0000000..8b190eb --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/clock_control/cmake_install.cmake b/nrfdemo/build/mcuboot/zephyr/drivers/clock_control/cmake_install.cmake new file mode 100644 index 0000000..7fca109 --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/clock_control/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/mike/Documents/ncs/v2.7.0/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 default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/mike/ncs/toolchains/e9dba88316/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") +endif() + diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/clock_control/libdrivers__clock_control.a b/nrfdemo/build/mcuboot/zephyr/drivers/clock_control/libdrivers__clock_control.a Binary files differnew file mode 100644 index 0000000..ee4864c --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/clock_control/libdrivers__clock_control.a diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/cmake_install.cmake b/nrfdemo/build/mcuboot/zephyr/drivers/cmake_install.cmake new file mode 100644 index 0000000..f2a51be --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/cmake_install.cmake @@ -0,0 +1,57 @@ +# Install script for directory: /home/mike/Documents/ncs/v2.7.0/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 default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/mike/ncs/toolchains/e9dba88316/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/build/mcuboot/zephyr/drivers/disk/cmake_install.cmake") + include("/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/build/mcuboot/zephyr/drivers/interrupt_controller/cmake_install.cmake") + include("/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/build/mcuboot/zephyr/drivers/misc/cmake_install.cmake") + include("/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/build/mcuboot/zephyr/drivers/pcie/cmake_install.cmake") + include("/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/build/mcuboot/zephyr/drivers/usb/cmake_install.cmake") + include("/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/build/mcuboot/zephyr/drivers/usb_c/cmake_install.cmake") + include("/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/build/mcuboot/zephyr/drivers/clock_control/cmake_install.cmake") + include("/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/build/mcuboot/zephyr/drivers/console/cmake_install.cmake") + include("/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/build/mcuboot/zephyr/drivers/flash/cmake_install.cmake") + include("/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/build/mcuboot/zephyr/drivers/gpio/cmake_install.cmake") + include("/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/build/mcuboot/zephyr/drivers/pinctrl/cmake_install.cmake") + include("/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/build/mcuboot/zephyr/drivers/serial/cmake_install.cmake") + include("/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/build/mcuboot/zephyr/drivers/timer/cmake_install.cmake") + +endif() + diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj b/nrfdemo/build/mcuboot/zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj Binary files differnew file mode 100644 index 0000000..a254b97 --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/console/cmake_install.cmake b/nrfdemo/build/mcuboot/zephyr/drivers/console/cmake_install.cmake new file mode 100644 index 0000000..a6987df --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/console/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/drivers/console + +# 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 default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/mike/ncs/toolchains/e9dba88316/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") +endif() + diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/console/libdrivers__console.a b/nrfdemo/build/mcuboot/zephyr/drivers/console/libdrivers__console.a Binary files differnew file mode 100644 index 0000000..26b5a6a --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/console/libdrivers__console.a diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/disk/cmake_install.cmake b/nrfdemo/build/mcuboot/zephyr/drivers/disk/cmake_install.cmake new file mode 100644 index 0000000..3d860d7 --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/disk/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/drivers/disk + +# 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 default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/mike/ncs/toolchains/e9dba88316/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") +endif() + diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_page_layout.c.obj b/nrfdemo/build/mcuboot/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_page_layout.c.obj Binary files differnew file mode 100644 index 0000000..2c96baa --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_page_layout.c.obj diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/soc_flash_nrf.c.obj b/nrfdemo/build/mcuboot/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/soc_flash_nrf.c.obj Binary files differnew file mode 100644 index 0000000..85fc5c6 --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/soc_flash_nrf.c.obj diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/flash/cmake_install.cmake b/nrfdemo/build/mcuboot/zephyr/drivers/flash/cmake_install.cmake new file mode 100644 index 0000000..09ce383 --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/flash/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/mike/Documents/ncs/v2.7.0/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 default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/mike/ncs/toolchains/e9dba88316/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") +endif() + diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/flash/libdrivers__flash.a b/nrfdemo/build/mcuboot/zephyr/drivers/flash/libdrivers__flash.a Binary files differnew file mode 100644 index 0000000..6dd668c --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/flash/libdrivers__flash.a diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj b/nrfdemo/build/mcuboot/zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj Binary files differnew file mode 100644 index 0000000..d5e220b --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/gpio/cmake_install.cmake b/nrfdemo/build/mcuboot/zephyr/drivers/gpio/cmake_install.cmake new file mode 100644 index 0000000..81f7918 --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/gpio/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/drivers/gpio + +# 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 default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/mike/ncs/toolchains/e9dba88316/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") +endif() + diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/gpio/libdrivers__gpio.a b/nrfdemo/build/mcuboot/zephyr/drivers/gpio/libdrivers__gpio.a Binary files differnew file mode 100644 index 0000000..23175dd --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/gpio/libdrivers__gpio.a diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/interrupt_controller/cmake_install.cmake b/nrfdemo/build/mcuboot/zephyr/drivers/interrupt_controller/cmake_install.cmake new file mode 100644 index 0000000..06a2833 --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/interrupt_controller/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/mike/Documents/ncs/v2.7.0/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 default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/mike/ncs/toolchains/e9dba88316/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") +endif() + diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/misc/cmake_install.cmake b/nrfdemo/build/mcuboot/zephyr/drivers/misc/cmake_install.cmake new file mode 100644 index 0000000..9af42e9 --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/misc/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/mike/Documents/ncs/v2.7.0/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 default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/mike/ncs/toolchains/e9dba88316/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") +endif() + diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/pcie/cmake_install.cmake b/nrfdemo/build/mcuboot/zephyr/drivers/pcie/cmake_install.cmake new file mode 100644 index 0000000..68cff63 --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/pcie/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/mike/Documents/ncs/v2.7.0/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 default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/mike/ncs/toolchains/e9dba88316/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") +endif() + diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj b/nrfdemo/build/mcuboot/zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj Binary files differnew file mode 100644 index 0000000..6305316 --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_nrf.c.obj b/nrfdemo/build/mcuboot/zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_nrf.c.obj Binary files differnew file mode 100644 index 0000000..8032815 --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_nrf.c.obj diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/pinctrl/cmake_install.cmake b/nrfdemo/build/mcuboot/zephyr/drivers/pinctrl/cmake_install.cmake new file mode 100644 index 0000000..8791615 --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/pinctrl/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/drivers/pinctrl + +# 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 default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/mike/ncs/toolchains/e9dba88316/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/build/mcuboot/zephyr/drivers/pinctrl/renesas/cmake_install.cmake") + +endif() + diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/pinctrl/libdrivers__pinctrl.a b/nrfdemo/build/mcuboot/zephyr/drivers/pinctrl/libdrivers__pinctrl.a Binary files differnew file mode 100644 index 0000000..9f98a37 --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/pinctrl/libdrivers__pinctrl.a diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/pinctrl/renesas/cmake_install.cmake b/nrfdemo/build/mcuboot/zephyr/drivers/pinctrl/renesas/cmake_install.cmake new file mode 100644 index 0000000..1345c0c --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/pinctrl/renesas/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/drivers/pinctrl/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 default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/mike/ncs/toolchains/e9dba88316/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") +endif() + diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uarte.c.obj b/nrfdemo/build/mcuboot/zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uarte.c.obj Binary files differnew file mode 100644 index 0000000..8052ec0 --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uarte.c.obj diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/serial/cmake_install.cmake b/nrfdemo/build/mcuboot/zephyr/drivers/serial/cmake_install.cmake new file mode 100644 index 0000000..a7da100 --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/serial/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/drivers/serial + +# 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 default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/mike/ncs/toolchains/e9dba88316/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") +endif() + diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/serial/libdrivers__serial.a b/nrfdemo/build/mcuboot/zephyr/drivers/serial/libdrivers__serial.a Binary files differnew file mode 100644 index 0000000..e2d8502 --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/serial/libdrivers__serial.a diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj b/nrfdemo/build/mcuboot/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj Binary files differnew file mode 100644 index 0000000..ad7c3d1 --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj b/nrfdemo/build/mcuboot/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj Binary files differnew file mode 100644 index 0000000..223407f --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/timer/cmake_install.cmake b/nrfdemo/build/mcuboot/zephyr/drivers/timer/cmake_install.cmake new file mode 100644 index 0000000..b3ac63a --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/timer/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/mike/Documents/ncs/v2.7.0/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 default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/mike/ncs/toolchains/e9dba88316/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") +endif() + diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/timer/libdrivers__timer.a b/nrfdemo/build/mcuboot/zephyr/drivers/timer/libdrivers__timer.a Binary files differnew file mode 100644 index 0000000..0bcbb8f --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/timer/libdrivers__timer.a diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/usb/cmake_install.cmake b/nrfdemo/build/mcuboot/zephyr/drivers/usb/cmake_install.cmake new file mode 100644 index 0000000..70b1cd5 --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/usb/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /home/mike/Documents/ncs/v2.7.0/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 default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/mike/ncs/toolchains/e9dba88316/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/build/mcuboot/zephyr/drivers/usb/common/cmake_install.cmake") + +endif() + diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/usb/common/cmake_install.cmake b/nrfdemo/build/mcuboot/zephyr/drivers/usb/common/cmake_install.cmake new file mode 100644 index 0000000..b9f9ece --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/usb/common/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /home/mike/Documents/ncs/v2.7.0/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 default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/mike/ncs/toolchains/e9dba88316/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/build/mcuboot/zephyr/drivers/usb/common/nrf_usbd_common/cmake_install.cmake") + +endif() + diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/usb/common/nrf_usbd_common/cmake_install.cmake b/nrfdemo/build/mcuboot/zephyr/drivers/usb/common/nrf_usbd_common/cmake_install.cmake new file mode 100644 index 0000000..c5af23e --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/usb/common/nrf_usbd_common/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/drivers/usb/common/nrf_usbd_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 default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/mike/ncs/toolchains/e9dba88316/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") +endif() + diff --git a/nrfdemo/build/mcuboot/zephyr/drivers/usb_c/cmake_install.cmake b/nrfdemo/build/mcuboot/zephyr/drivers/usb_c/cmake_install.cmake new file mode 100644 index 0000000..f9438c9 --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/drivers/usb_c/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/mike/Documents/ncs/v2.7.0/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 default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/mike/ncs/toolchains/e9dba88316/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") +endif() + |
